Commit graph

108 commits

Author SHA1 Message Date
Romain Bignon
f688125ca7 remove unused import 2013-10-08 18:26:26 +02:00
Florent
e6d60492f3 Remove dead code
Old code, the url gives now a 404 error
2013-09-30 10:41:15 +02:00
Romain Bignon
f0310dc576 fix crash when there is no link on an opening account 2013-09-29 18:34:08 +02:00
Laurent Bachelier
23a71d847b Code style fixes, mostly whitespace 2013-08-04 20:00:19 +02:00
Laurent Bachelier
bfe3ac6bcd Remove comments on deleted code
They were still there because the code was automatically removed.
2013-08-03 22:15:30 +02:00
Florent
9b022b2ebe bump to 0.h 2013-08-03 14:31:13 +02:00
Romain Bignon
c0740e695d remove useless import of with_statement (we do not support anymore python2.5)
refs #806
2013-07-27 14:38:18 +02:00
Romain Bignon
f9f6049019 fix parsing on special cases 2013-07-25 15:27:36 +02:00
Romain Bignon
11a161c1b1 boursorama: support website changes 2013-07-25 11:51:42 +02:00
Romain Bignon
8b8a8a0d82 boursorama certificate changed 2013-07-23 14:59:15 +02:00
Juliette Stehlé
06167275c3 Add PEL history support
PEL accounts do not have an ID column.
2013-07-06 19:16:05 +02:00
Juliette Stehlé
ea52ac00a8 Introduces a line for the account history of savings. 2013-07-06 18:16:04 +02:00
Florent
1928f2a500 Fix paging on new website 2013-07-03 12:07:45 +02:00
Romain Bignon
d30382efea fix auth on boursorama 2013-06-11 19:40:57 +02:00
Romain Bignon
e877e1b552 use auth of the mobile website 2013-05-24 09:36:40 +02:00
Romain Bignon
53503a98a2 fix auth (upstream changed grid images) 2013-05-24 09:36:40 +02:00
Romain Bignon
9f9f8edc01 cleanup 2013-04-01 15:17:04 +02:00
Gabriel
ee4f3793a1 Add two factor authentication for boursorama module 2013-04-01 15:05:26 +02:00
Florent
9484099a1d bump to 0.g 2013-03-26 18:31:12 +01:00
Laurent Bachelier
e0542c2e4a Fix comparisons to None
Diff checked manually.

autopep8 -a -ir -j2 --select=E711 .

This required the "agressive" option because it can change code
behavior.
2013-03-16 00:57:30 +01:00
Laurent Bachelier
7094931c92 Easy spacing fixes, trailing stuff
Remove useless trailing \
Remove trailing spaces
Add missing empty lines

autopep8 -ir -j2 --select=E301,E302,E502,W291,W293,W391 .

Diff quickly checked.
2013-03-16 00:54:55 +01:00
Laurent Bachelier
c21d1f7925 Code clarity fixes
autopep8 -ir -j2 --select=E303,E125
Diff checked manually.
2013-03-16 00:52:43 +01:00
Florent
8c66ca83c8 Remove unused imports 2013-03-02 10:31:34 +01:00
Florent
f7d7240c09 Remove mkdtemp in modules 2013-03-01 13:58:50 +01:00
Romain Bignon
3acbba30d9 do not crash for special accounts 2013-02-25 13:50:43 +01:00
Romain Bignon
4df089ee1b get maximum history 2013-02-23 13:15:05 +01:00
Romain Bignon
cc31e73f23 on page to update user information, raise BrowserIncorrectPassword 2013-02-10 17:17:06 +01:00
Florent
2ddf8f66b9 Take the operation id of the bank 2013-01-26 13:55:29 +01:00
Florent
bf3132e8c0 bump to 0.f 2013-01-25 17:23:49 +01:00
Florent
b671819d91 Better choice of url to get history
Work now with livret A accounts
2013-01-25 10:56:21 +01:00
Romain Bignon
4f7a2b88f0 support new virtkeyboard 2013-01-10 13:20:41 +01:00
Romain Bignon
d91dad2b2b support currencies 2012-12-06 13:21:13 +01:00
Laurent Bachelier
541d080c9d Use flake8 if available instead of pyflakes
With flake8, we can check for more issues and ignore those who are not
real issues.

This allowed me to find genuine errors in:
- modules/boursorama/pages/account_history.py
- modules/ing/pages/login.py
- weboob/tools/application/qt/qt.py
I left one in weboob/tools/browser/browser.py for the time being.

Some PEP8 fixes on other files.
2012-11-24 19:46:34 +01:00
Romain Bignon
45a5080332 correctly parse label of deferred card transactions 2012-11-04 15:37:01 +01:00
Romain Bignon
4a1e4b5afa bump to 0.e 2012-10-28 20:39:49 +01:00
Laurent Bachelier
3a66728392 Fix crashes with unicode characters in maintainer name
Change every mention of MAINTAINER to avoid future issues.
2012-10-24 13:29:30 +02:00
Romain Bignon
5286e8eb70 fix unlimited loop in case of bad credentials 2012-10-02 16:47:27 +02:00
Romain Bignon
dde19633d3 set CERTHASH const on most bank modules and others 2012-09-01 13:38:08 +02:00
Romain Bignon
732be99bfb correctly handle case that we don't support the history page of an account 2012-07-31 15:18:51 +02:00
Romain Bignon
2f8072e89e bump to 0.d 2012-05-04 21:17:46 +02:00
Romain Bignon
22c2210fe7 never convert a float to Decimal 2012-04-11 13:25:58 +02:00
Romain Bignon
c902802160 fix: credit and debit where inversed 2012-04-10 10:17:36 +02:00
Romain Bignon
4ff134db63 remove unused import 2012-04-01 15:56:38 +02:00
Gabriel Kerneis
38da7e2565 boursorama and bp: convert labels to unicode 2012-04-01 15:55:25 +02:00
Gabriel Kerneis
30a0f916bf boursorama: ignore spurious accounts
account.id must be a string.
2012-04-01 15:55:21 +02:00
Gabriel Kerneis
ee59891f62 boursorama: parse categories and date 2012-04-01 14:30:13 +02:00
Romain Bignon
b157e92d5b use decimal.Decimal instead of float to store amounts of money 2012-03-29 16:31:18 +02:00
Romain Bignon
8f282c9ae8 rename iter_operations to iter_coming 2012-03-23 17:07:34 +01:00
Romain Bignon
8e391d0b88 bump to 0.c 2012-03-14 22:09:24 +01:00
Laurent Bachelier
006e97a8be PEP8 style fixes and other small style fixes
I used autopep8 on some files and did carefully check the changes.
I ignored E501,E302,E231,E225,E222,E221,E241,E203 in my search, and at
least E501 on any autopep8 run.

Other style fixes not related to PEP8:
* Only use new-style classes. I don't think the usage of old-style
  classes was voluntary. Old-style classes are removed in Python 3.
* Convert an if/else to a one-liner in mediawiki, change docstring style
  change to a comment something that wasn't really appropriate for a
  docstring.
* Unneeded first if condition in meteofrance
2012-03-14 04:51:46 +01:00