Commit graph

26 commits

Author SHA1 Message Date
Romain Bignon
241d358395 use APIBrowser 2015-01-03 12:48:50 +01:00
Romain Bignon
917cd06677 fix crash when a contact has been removed 2014-12-20 16:23:17 +01:00
Romain Bignon
2eb5507c3a fix warnings 2014-10-19 13:33:37 +02:00
Florent
feb1405813 bump to 1.1 2014-10-17 14:10:38 +02:00
Romain Bignon
64b2acfd34 fix auth on tinder by correctly set the User-Agent header 2014-10-11 18:01:22 +02:00
Laurent Bachelier
21e8f82fd7 pep8: Use "X not in Y" instead of "not X in Y"
flake8 --select E713, semi-manual fixing
2014-10-11 01:27:24 +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
Florent
5a1d83b567 Rename BaseModule to Module and Module to LoadedModule 2014-09-26 10:18:12 +02:00
Florent
f3aeddffbc Rename backend.py to module.py 2014-09-26 10:18:12 +02:00
Florent
9370b2fae7 s/Backend/Module 2014-09-26 10:18:11 +02:00
Florent
3ecb491c1c s/BACKEND/MODULE/ 2014-09-26 10:18:11 +02:00
Florent
8559af3d6a s/BaseBackend/BaseModule 2014-09-26 10:18:11 +02:00
Florent
432f97e95c bump to 1.0 2014-09-03 17:14:10 +02:00
Romain Bignon
e025fb0b20 rename ICap to Cap (closes #1424) 2014-07-05 17:33:44 +02:00
Romain Bignon
7643cb8ba3 fix attribute type 2014-05-20 14:31:42 +02:00
Romain Bignon
5df16207e1 update recs only when needed 2014-05-20 14:29:53 +02:00
Florent
9ca0bbae6a bump to 0.j 2014-05-19 22:45:35 +02:00
Romain Bignon
e434bb90e2 all browser2 modules may import exceptions from weboob.tools.exceptions 2014-05-17 14:27:56 +02:00
Roger Philibert
a9d4cfdc66 oups, remove of specific code not aimed to be push'd 2014-05-10 17:21:52 +02:00
Roger Philibert
0e38bab406 add a root message for the "match" event 2014-05-10 15:02:38 +02:00
Romain Bignon
54f7643423 add a signature to messages 2014-05-10 11:59:55 +02:00
Roger Philibert
3005886e3d sort threads by last activity date 2014-05-10 11:59:42 +02:00
Roger Philibert
5b6691e74e support ICapMessages and ICapMessagesPost 2014-05-10 10:09:52 +02:00
Roger Philibert
3002f3f7c5 new module tinder 2014-05-09 22:59:41 +02:00