Skip to content
  1. Feb 24, 2019
  2. Oct 06, 2016
  3. Mar 19, 2016
  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. 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
  8. Jan 17, 2012
  9. Apr 08, 2011
  10. Nov 27, 2010
  11. 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
  12. Jun 22, 2010
  13. Apr 16, 2010
  14. Mar 23, 2010
  15. Feb 14, 2010
  16. Feb 13, 2010
  17. Feb 10, 2010
  18. Feb 09, 2010