Commit graph

85 commits

Author SHA1 Message Date
Laurent Bachelier
5cbebe0117 Use new vdate in modules instead of _val 2013-07-30 10:58:22 +02:00
Romain Bignon
ca1417d5c7 sgpe: skip empty lines 2013-07-28 22:54:30 +02:00
Romain Bignon
482a7c3c6c sgpe: fix crash when there isn't any card 2013-07-28 21:30:33 +02:00
Romain Bignon
0ab9da2fc6 sgpe: support credit cards 2013-07-28 20:45:12 +02:00
Romain Bignon
2f7e1305c4 sgpe: request to 'select' the right number of columns 2013-07-28 16:00:07 +02:00
Romain Bignon
ba3704993a sgpe: fix crash on history
CapBaseObject.id is always a string.
2013-07-28 15:37:42 +02:00
Romain Bignon
adba87ddcb sgpe: fix login (bad indent) 2013-07-28 15:31:00 +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
c0740e695d remove useless import of with_statement (we do not support anymore python2.5)
refs #806
2013-07-27 14:38:18 +02:00
Laurent Bachelier
ab7c812056 sgpe: At least have unique ids in a call 2013-07-24 18:26:58 +02:00
Laurent Bachelier
af824fde0f sgpe: Proper handling of login failure
Would create an infinite loop
2013-07-24 18:26:57 +02:00
Laurent Bachelier
8c549e65b2 sgpe: Check certificates 2013-07-23 20:25:51 +02:00
Laurent Bachelier
d3f9ce1fe2 sgpe: Support pagination 2013-07-22 18:23:12 +02:00
Laurent Bachelier
888230f7e2 sgpe: Account history 2013-07-22 16:48:58 +02:00
Laurent Bachelier
4522b24a1a sgpe: Working account list 2013-07-22 16:48:58 +02:00
Laurent Bachelier
a5f35d0071 sgpe: Fix warning 2013-07-22 16:48:58 +02:00
Laurent Bachelier
46147cba5e sgpe: Fix logout detection, simpler code
The second error was never caught.
2013-07-22 16:48:58 +02:00
Laurent Bachelier
f5739a6de7 Go to account list 2013-07-21 00:40:49 +02:00
Laurent Bachelier
0cf4148f36 sgpe: "fix" login page 2013-07-19 19:25:38 +02:00
Laurent Bachelier
23c0954353 sgpe: Can login 2013-07-19 19:25:38 +02:00
Laurent Bachelier
4428d80a33 New hashes / add help on how to save the images 2013-07-19 19:25:38 +02:00
Florent
1310939fe0 Fix import of Pillow in modules 2013-06-06 13:50:43 +02:00
Romain Bignon
6a198e721c fix typo (bad keyboard) 2013-03-28 09:20:58 +01:00
Romain Bignon
db57ff1c36 support 'OPPOSITION' state for cards (and better detection of unknown values) 2013-03-28 09:15:34 +01:00
Romain Bignon
ccb69b2092 fix possible conflicts in detection of balance 2013-03-27 13:59:00 +01:00
Romain Bignon
f4390d9b26 do not consider expired cards 2013-03-27 13:36:04 +01: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
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