Skip to content
  1. Apr 04, 2021
  2. Feb 24, 2019
  3. Sep 16, 2018
  4. Jul 29, 2018
  5. Mar 28, 2018
  6. Jan 24, 2016
  7. Jun 13, 2015
  8. Feb 12, 2015
  9. Nov 17, 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
  11. Sep 26, 2014
  12. Jun 23, 2013
  13. Apr 10, 2013
  14. Mar 29, 2013
  15. Mar 18, 2013
  16. Mar 09, 2012
    • Laurent Bachelier's avatar
      Make kickass code less crappy · 67d77655
      Laurent Bachelier authored
      This does not actually fix anything; the issue was that the page was
      gzipped. However, since the code was not checking anything, it took me
      some time to realize it. We now have at least one "BrokenPageError"
      check.
      67d77655
  17. Mar 08, 2012
  18. Feb 05, 2012
  19. Jan 17, 2012
  20. May 03, 2011
  21. Apr 23, 2011
  22. Apr 08, 2011
  23. Dec 09, 2010
  24. Nov 27, 2010