Skip to content
  1. Mar 01, 2021
  2. Feb 24, 2019
  3. Sep 16, 2018
  4. Jul 30, 2017
  5. Jun 19, 2017
  6. Jan 04, 2017
  7. Apr 30, 2016
  8. Oct 10, 2014
  9. Oct 08, 2014
  10. Oct 06, 2014
    • Romain Bignon's avatar
      rename things related to browsers · d61e15cf
      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
      d61e15cf
    • Laurent Bachelier's avatar
      Use the print function everywhere · 74a4ef67
      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.
      74a4ef67
  11. Sep 09, 2014
  12. Sep 05, 2014
  13. Aug 07, 2014
  14. Apr 15, 2014
  15. Jul 14, 2013
  16. Jul 03, 2013
  17. Jun 28, 2013
  18. Jun 27, 2013
  19. Jun 24, 2013
  20. Jun 23, 2013
  21. May 18, 2013
  22. May 14, 2013
  23. May 05, 2013