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