Laurent Bachelier
3da02fde24
Remove useless __all__ in modules
...
They bring nothing of value (we never use import * anyway) and introduce
a maintenance burden.
The __all__ that I left might not be very useful either but at least
they are not a pain to maintain; they are also used by pyflakes in some
cases.
2014-09-09 19:00:02 +02:00
Romain Bignon
38f1c3e2c5
if type is not found, set TYPE_UNKNOWN instead of None
2014-02-17 09:37:27 +01:00
Romain Bignon
8fdbf330dd
improvements on transaction and account types detection
2014-02-16 21:04:46 +01:00
Romain Bignon
4d1ed2a430
fix pagination on professional website
2013-11-28 17:09:42 +01:00
Romain Bignon
f949b26996
support SEPA orders
2013-11-26 11:36:19 +01:00
Romain Bignon
20c9f84974
fix parameters on request to get professionnal accounts history
2013-11-26 11:36:18 +01:00
Romain Bignon
ac8bd4e7ec
support enterprise accounts
2013-09-16 12:47:14 +02:00
Laurent Bachelier
23a71d847b
Code style fixes, mostly whitespace
2013-08-04 20:00:19 +02:00
Laurent Bachelier
a6ad7e83ff
Use newer form of catching exceptions
...
autopep8 -i --select=W602
Also some other minor deprecated syntax changes, like "while 1".
I did not commit the less obvious changes.
2013-07-27 15:16:16 +02:00
Romain Bignon
624896f847
fix crash if the date of a transaction is empty
2013-04-10 17:40:23 +02:00
Romain Bignon
83987f5b2e
fix encoding error to get history for accounts with special chars in name
2013-04-10 17:40:23 +02:00
Romain Bignon
97f92a7276
attach cards to the previous account, not to the first one
2013-03-27 14:29:23 +01:00
Romain Bignon
9856c27f8c
support professionnal accounts
2013-03-25 16:29:14 +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
Romain Bignon
2cf8777f18
better transaction patterns
2013-03-02 11:02:14 +01:00
Romain Bignon
921409ebbc
support joint accounts
2013-03-02 11:01:47 +01:00
Romain Bignon
8e496311e0
support all Visa cards (not only Visa Premier)
2013-02-11 09:01:16 +01:00
Romain Bignon
a88bbe864b
do not go on history page for life assurances
2013-02-10 21:57:31 +01:00
Romain Bignon
8cbdd1fa29
fix unicode issue
2013-02-10 21:57:24 +01:00
Romain Bignon
63cbeea026
ignore card credits all the time
2013-02-10 17:58:09 +01:00
Romain Bignon
fd9d069442
add module creditdunord
2013-02-10 02:17:54 +01:00