- 31 Mar, 2019 2 commits
-
-
Romain Bignon authored
-
Romain Bignon authored
-
- 17 Mar, 2019 1 commit
-
-
Adrien authored
-
- 27 Feb, 2019 1 commit
-
-
Romain Bignon authored
-
- 24 Feb, 2019 5 commits
-
-
Florian Hatat authored
-
Florian Hatat authored
This allows someone reading the doc to quickly use an example from the doc in its own code without spending too much time figuring out which imports are required.
-
Florian Hatat authored
-
Florian Hatat authored
-
Romain Bignon authored
-
- 06 Jan, 2019 1 commit
-
-
Romain Bignon authored
-
- 23 Dec, 2018 1 commit
-
-
Romain Bignon authored
-
- 28 May, 2018 1 commit
-
-
Vincent A authored
-
- 12 May, 2018 1 commit
-
-
Vincent A authored
-
- 14 Jan, 2018 1 commit
-
-
Vincent A authored
-
- 17 Nov, 2017 2 commits
- 08 Oct, 2017 1 commit
-
-
Romain Bignon authored
-
- 20 Sep, 2017 1 commit
-
-
Florent Fourcot authored
-
- 23 Jun, 2017 1 commit
-
-
Vincent A authored
-
- 28 Jan, 2017 1 commit
-
-
- 08 Jan, 2017 4 commits
-
-
Florent Fourcot authored
-
Florent Fourcot authored
Because it breaks change of version number. And I'm too lazy today to really fix the release script for that
-
Florent Fourcot authored
-
Phyks (Lucas Verney) authored
-
- 02 Jan, 2017 1 commit
-
-
Florent Fourcot authored
-
- 29 Dec, 2016 2 commits
-
-
Florent Fourcot authored
-
Florent Fourcot authored
Since we skip it at the beginning of the loop, it introduces a bad warning to let it here
-
- 11 Feb, 2016 1 commit
-
-
Florent Fourcot authored
-
- 02 Aug, 2015 1 commit
-
-
Alexandre Morignot authored
-
- 22 Jul, 2015 1 commit
-
-
Pierre-Louis Bonicoli authored
Hi, attached patch avoid to create an unnecessary symbolic link on the scripts directory. -- Pierre-Louis
-
- 24 Nov, 2014 1 commit
-
-
Alexandre Morignot authored
-
- 17 Oct, 2014 1 commit
-
-
Florent Fourcot authored
-
- 12 Oct, 2014 1 commit
-
-
Laurent Bachelier authored
-
- 11 Oct, 2014 1 commit
-
-
Romain Bignon authored
-
- 10 Oct, 2014 2 commits
-
-
Laurent Bachelier authored
flake8 --select E713, semi-manual fixing
-
Laurent Bachelier authored
autopep8 -a -r -i --select E711,E712,W601,W602,W603,W604,W690,E304,E401,E502 . Also includes some manual reindentations (many are left after the print() changes). Manually checked, some modernizations not commited here.
-
- 07 Oct, 2014 1 commit
-
-
Laurent Bachelier authored
-
- 06 Oct, 2014 1 commit
-
-
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
-
- 03 Oct, 2014 1 commit
-
-
Samuel Loury authored
The defined method is called iter_accounts and not iter_accounts_list.
-
- 02 Oct, 2014 1 commit
-
-
Florent Fourcot authored
-