Skip to content
  1. Feb 24, 2019
  2. Dec 29, 2016
  3. Oct 28, 2014
  4. 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
  5. Sep 26, 2014
  6. Sep 09, 2014
    • Laurent Bachelier's avatar
      Remove useless __all__ in modules · 3da02fde
      Laurent Bachelier authored
      They bring nothing of value (we never use import * anyway) and introduce
      a maintenance burden.
      
      The __all__ that I left might not be very useful either but at least
      they are not a pain to maintain; they are also used by pyflakes in some
      cases.
      3da02fde
  7. Dec 04, 2013
  8. Mar 18, 2013
  9. Mar 15, 2013
  10. Feb 10, 2013
  11. Jan 09, 2013
  12. Apr 03, 2012
  13. Apr 01, 2012
  14. Feb 05, 2012
    • Laurent Bachelier's avatar
      Fix piratebay · 98854246
      Laurent Bachelier authored
      Move to .se, remove https for downloads, use the correct link for
      downloads.
      And some cosmetic enhancements
      98854246
  15. Jan 17, 2012
  16. Apr 08, 2011
  17. Nov 27, 2010
  18. Nov 10, 2010
    • nicolas duhamel's avatar
      modified: weboob/backends/bp/backend.py · 9426b9f2
      nicolas duhamel authored
      	modified:   weboob/backends/bp/browser.py
      	new file:   weboob/backends/bp/pages/__init__.py
      	new file:   weboob/backends/bp/pages/accounthistory.py
      	new file:   weboob/backends/bp/pages/accountlist.py
      	new file:   weboob/backends/bp/pages/cookie.py
      	new file:   weboob/backends/bp/pages/login.py
      9426b9f2
  19. Jun 22, 2010
  20. Apr 16, 2010
  21. Mar 23, 2010
  22. Feb 14, 2010
  23. Feb 13, 2010
  24. Feb 10, 2010
  25. Feb 09, 2010