Commit graph

11 commits

Author SHA1 Message Date
Laurent Bachelier
69a78db3b3 backport check_output for 2.6 2015-07-30 10:51:57 +02:00
Oleg Plakhotniuk
337b827802 [wellsfargo] Update to new login security checks. Closes #1999 2015-07-17 16:43:24 +02:00
Grant Tzabro
c5095312c8 Force TLS v1.0 for Wells Fargo module. Fixes #1647 2014-12-15 21:44:48 +01:00
Laurent Bachelier
c02ab5f2c5 wellsfargo: Remove unused imports 2014-10-11 01:41:08 +02:00
Oleg Plakhotniuk
cbd084283d Improved Wells Fargo module stability.
Signed-off-by: Oleg Plakhotniuk <olegus8@gmail.com>
2014-10-10 23:40:57 +02: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
9949bbf919 Move exceptions to weboob.core.exceptions 2014-10-02 11:04:14 +02:00
Florent
a019819f9d Move browser2 from weboob/tools/b2 to weboob/browser2 2014-10-02 11:01:34 +02:00
Oleg Plakhotniuk
8f2b3acce6 Rewrite Wells Fargo with browser2 (closes #1624)
Signed-off-by: Oleg Plakhotniuk <olegus8@gmail.com>
2014-09-20 12:10:52 +02:00
Romain Bignon
c17f3d6dae fix compatibility with old versions of mechanize 2014-09-03 18:57:55 +02:00
Oleg Plakhotniuk
8cd95ea49b Wells Fargo module (www.wellsfargo.com).
Signed-off-by: Oleg Plakhotniuk <olegus8@gmail.com>
2014-08-30 17:51:39 +02:00