Commit graph

29 commits

Author SHA1 Message Date
Romain Bignon
ccc516211c update certificate hashes 2015-02-12 15:49:17 +01:00
Baptiste Delpey
a2ad52d736 fix for #11374 : page parsing for saving accounts 2014-12-15 16:17:22 +01:00
Romain Bignon
d61e15cf84 rename things related to browsers
weboob.tools.browser -> weboob.deprecated.browser
weboob.tools.parsers -> weboob.deprecated.browser.parsers
weboob.tools.mech -> weboob.deprecated.mech
weboob.browser2 -> weboob.browser
weboob.core.exceptions -> weboob.exceptions

Also, the new tree for browser2 is:

weboob.browser: import weboob.browser.browsers.* and weboob.browser.url.*
weboob.browser.browsers: all browsers (including PagesBrowser and LoginBrowser)
weboob.browser.url: the URL class
weboob.browser.profiles: all Profile classes
weboob.browser.sessions: WeboobSession and FuturesSession
weboob.browser.cookies: that's a cookies thing
weboob.browser.pages: all Page and derivated classes, and Form class
weboob.browser.exceptions: specific browser exceptions
weboob.browser.elements: AbstractElement classes, and 'method' decorator
weboob.browser.filters.*: all filters
2014-10-07 00:30:07 +02:00
Florent
0088013ae1 Rename BaseBrowser to Browser 2014-09-26 10:18:12 +02:00
Florent
444d36eee8 Rename BasePage to Page 2014-09-26 10:18:12 +02:00
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
f0e66f1ecd fix certificate change 2014-06-19 12:11:22 +02:00
Romain Bignon
a6ea08d6ce oups: removed _coming attribute from Transaction 2013-09-07 22:14:13 +02:00
Romain Bignon
09444f5f43 add transaction patterns 2013-09-06 14:20:11 +02:00
Romain Bignon
dd33dbc418 fix parsing of cards with undefined payment date 2013-09-06 14:20:11 +02:00
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
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