Skip to content
  1. Jan 04, 2017
  2. Jan 02, 2017
  3. Dec 29, 2016
  4. Oct 25, 2016
  5. Jun 04, 2016
  6. Apr 30, 2016
  7. Mar 31, 2016
  8. Oct 28, 2015
  9. Oct 18, 2015
  10. Sep 20, 2015
  11. Sep 08, 2015
  12. Aug 13, 2015
  13. Jul 17, 2015
  14. Jul 03, 2015
  15. Apr 15, 2015
  16. Apr 04, 2015
  17. Mar 17, 2015
  18. Jan 15, 2015
  19. Nov 25, 2014
  20. Oct 11, 2014
  21. Oct 10, 2014
  22. Oct 08, 2014
  23. 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
  24. Oct 01, 2014
  25. Sep 26, 2014
  26. Sep 09, 2014
  27. Sep 06, 2014