- 24 Feb, 2019 1 commit
-
-
Romain Bignon authored
-
- 02 Jan, 2019 1 commit
-
-
Romain Bignon authored
-
- 19 Oct, 2014 1 commit
-
-
Romain Bignon authored
-
- 10 Oct, 2014 1 commit
-
-
Laurent Bachelier authored
-
- 06 Oct, 2014 3 commits
-
-
Romain Bignon authored
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
-
Romain Bignon authored
-
Laurent Bachelier authored
python modernize.py --no-six -f libmodernize.fixes.fix_print -w With manual fixes as the import was put always on top.
-
- 09 Sep, 2014 1 commit
-
-
Laurent Bachelier authored
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.
-
- 27 Jul, 2013 2 commits
-
-
Laurent Bachelier authored
autopep8 -i --select=W602 Also some other minor deprecated syntax changes, like "while 1". I did not commit the less obvious changes.
-
Romain Bignon authored
refs #806
-
- 04 Aug, 2012 1 commit
-
-
Romain Bignon authored
-
- 20 Jul, 2012 1 commit
-
-
Romain Bignon authored
-
- 15 Jun, 2012 1 commit
-
-
Romain Bignon authored
-
- 30 Apr, 2012 1 commit
-
-
leto authored
Signed-off-by:
leto <leto@weboob.org> Signed-off-by:
Romain Bignon <romain@symlink.me>
-
- 14 Mar, 2012 1 commit
-
-
Laurent Bachelier authored
I used autopep8 on some files and did carefully check the changes. I ignored E501,E302,E231,E225,E222,E221,E241,E203 in my search, and at least E501 on any autopep8 run. Other style fixes not related to PEP8: * Only use new-style classes. I don't think the usage of old-style classes was voluntary. Old-style classes are removed in Python 3. * Convert an if/else to a one-liner in mediawiki, change docstring style change to a comment something that wasn't really appropriate for a docstring. * Unneeded first if condition in meteofrance
-
- 17 Jan, 2012 1 commit
-
-
Romain Bignon authored
-