Skip to content
  1. Jun 04, 2016
  2. Apr 30, 2016
  3. Mar 31, 2016
  4. Oct 28, 2015
  5. Oct 18, 2015
  6. Sep 20, 2015
  7. Sep 08, 2015
  8. Aug 13, 2015
  9. Jul 17, 2015
  10. Jul 03, 2015
  11. Apr 15, 2015
  12. Apr 04, 2015
  13. Mar 17, 2015
  14. Jan 15, 2015
  15. Nov 25, 2014
  16. Oct 11, 2014
  17. Oct 10, 2014
  18. Oct 08, 2014
  19. 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
    • Laurent Bachelier's avatar
      videoobmc: Force relative imports · 13b58b9f
      Laurent Bachelier authored
      13b58b9f
  20. Oct 01, 2014
  21. Sep 26, 2014
  22. Sep 09, 2014
  23. Sep 06, 2014
  24. Sep 05, 2014
  25. Sep 02, 2014