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
Romain Bignon
ccd1d507e0
recipient of a transfer can be a name
2013-03-03 16:05:17 +01:00
Romain Bignon
b407d9b08d
ok forgot a line
2013-03-03 15:45:03 +01:00
Romain Bignon
ad7124ca2b
fix transfer regexp
2013-03-03 15:44:22 +01:00
Romain Bignon
f61b71fb99
do not crash when an account is unavailable
2013-02-04 14:01:51 +01:00
Romain Bignon
32db47cf37
fix login on societegenerale
2013-02-04 13:46:42 +01:00
Florent
bf3132e8c0
bump to 0.f
2013-01-25 17:23:49 +01:00
Romain Bignon
535d6efc47
more explicit error messages during common import errors
2013-01-14 21:28:47 +01:00
Romain Bignon
b132484633
fix crash on special accounts
2013-01-10 16:21:26 +01:00
Romain Bignon
adebedc450
fix crash
2013-01-04 09:21:19 +01:00
Romain Bignon
e8dd52221e
check date of card debit to apply it
2013-01-04 01:57:06 +01:00
Romain Bignon
d67a02639a
update module to new SG certificate
2012-12-13 08:19:43 +01:00
Romain Bignon
d91dad2b2b
support currencies
2012-12-06 13:21:13 +01:00
Romain Bignon
db739f9eef
update transaction regexps
2012-11-06 18:08:04 +01:00
Romain Bignon
a7b0d274a0
handle error when service is unavailable
2012-11-01 17:35:21 +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
3a68deb9e5
support multi cards list
2012-10-11 11:46:48 +02:00
Romain Bignon
85c9554733
support deferred debit cards
2012-10-10 14:44:34 +02:00
Romain Bignon
a4355cdff6
detect other cases of auth failures
2012-10-02 16:45:20 +02:00
Romain Bignon
ec0cd86a8e
as this account is not supported, raise a NotImplementedError instead of returning an empty list
2012-09-28 18:26:08 +02:00
Romain Bignon
7bb19bfe87
oops, missing file
2012-09-24 15:15:12 +02:00
Romain Bignon
cdbda7c05c
fix login on website
2012-09-24 15:14:17 +02:00
Romain Bignon
4101ea9c3d
handle error message when unable to login
2012-09-15 11:04:49 +02:00
Romain Bignon
dde19633d3
set CERTHASH const on most bank modules and others
2012-09-01 13:38:08 +02:00
Romain Bignon
4b877f530f
update regexps
2012-08-24 17:06:22 +02:00
Romain Bignon
9547cb0afa
truncate password to 6 digits
2012-08-09 20:29:07 +02:00
Romain Bignon
168eb85381
support website changes about authentication ( closes #891 )
2012-06-14 12:54:41 +02:00
Romain Bignon
89ff1d1446
add missing patterns
2012-05-24 23:20:53 +02:00
Romain Bignon
a090c20489
fix follow next pages of history
2012-05-14 22:19:42 +02:00
Romain Bignon
2f8072e89e
bump to 0.d
2012-05-04 21:17:46 +02:00
Romain Bignon
39657d53c8
fix when there are no transactions for the account
2012-04-25 16:11:09 +02:00
Romain Bignon
b2b2ff7b43
fix parsing history when there are unicode chars in labels
2012-04-21 13:34:01 +02:00
Romain Bignon
1737ed017c
ooops
2012-04-16 16:58:11 +02:00
Romain Bignon
66d68c50fb
support many kind of accounts
2012-04-16 16:54:30 +02:00
Romain Bignon
61f4e631dd
do not get coming operations, as their labels are useless
2012-04-16 16:54:06 +02:00
Romain Bignon
82a874bc73
detect if a transaction is debited or not
2012-04-16 16:53:39 +02:00
Romain Bignon
6e430010ab
if link is not a AccountHistory, returns an empty list
2012-04-11 16:09:40 +02:00
Romain Bignon
22c2210fe7
never convert a float to Decimal
2012-04-11 13:25:58 +02:00
Romain Bignon
d1447062f9
oops, remove unused class
2012-04-09 11:27:03 +02:00
Romain Bignon
fc2380fb58
empty this unused file
2012-04-09 11:26:08 +02:00
Romain Bignon
70b1c3cd0c
update tests
2012-04-09 11:25:18 +02:00
Romain Bignon
10dc63e4fa
support display of history and coming transactions
2012-04-09 11:21:28 +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
Romain Bignon
35688f58c9
Account.link_id becomes a private attribute
2012-03-10 09:03:26 +01:00