Commit graph

25 commits

Author SHA1 Message Date
Romain Bignon
a86f71b90b fix encoding of urls 2015-01-23 16:49:36 +01:00
Romain Bignon
0e57dd9559 handle logged page 2015-01-23 16:33:56 +01:00
Romain Bignon
1104529d77 correctly detect when login fails 2015-01-23 16:23:53 +01:00
Laurent Bachelier
88df613a53 Fix English: "childs" into "children"
refs #1675
2014-11-22 16:36:03 +01:00
Laurent Bachelier
7aeb3e942e pep8: Fix indentation is not a multiple of four
autopep8 -a -r -i --select E111 .

Manual check.
2014-10-11 01:41:00 +02:00
Laurent Bachelier
448c06d125 pep8 blank lines fixes
flake8 --select W391,E302,E301,E304

autopep8 can't fix W391 even though it claims it can.
Fixed using a simple custom script.
2014-10-10 23:41:44 +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
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
Romain Bignon
b948c3247b use fixed dates for messages 2014-05-18 13:54:31 +02:00
Romain Bignon
1ca3c09479 handle sent page 2014-05-17 18:25:25 +02:00
Romain Bignon
cbe5b3a47d remove useless optimizations and fix code 2014-05-17 18:02:24 +02:00
Ahmed Boussadia
16477b4649 Adding rating support for OKC browser and PROFILE_WALKER optimizer 2014-05-17 17:15:55 +02:00
Ahmed Boussadia
bf4300e9be Adding profile walker to okc 2014-05-17 17:15:52 +02:00
Ahmed Boussadia
641bbf7a7a Query visit a profile for OKC implemented 2014-05-17 17:15:50 +02:00
Ahmed Boussadia
296d6b7c9f Starting work on okc module : adding optimization 2014-05-17 17:15:46 +02: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
Roger Philibert
cd49be70b8 [okc] Add an empty page for /home 2012-03-29 23:58:21 +02:00
Roger Philibert
39625632a1 [okc] Reply sending 2012-03-29 23:58:21 +02:00
Romain Bignon
99391a95ef remove unused imports 2012-03-26 14:25:17 +02:00
Roger Philibert
5b508ca340 [okc] Initial message posting 2012-03-26 14:20:37 +02:00
Roger Philibert
cba809a8d0 [okc] Photos handling in profile 2012-03-26 14:20:37 +02:00
Roger Philibert
72fd993b3c [okc] Contact support 2012-03-26 14:20:37 +02:00
Roger Philibert
c44a4cdebc [okc] Message reading 2012-03-26 14:20:37 +02:00