Skip to content
  1. Feb 24, 2019
  2. Nov 18, 2017
  3. Oct 29, 2017
  4. Jan 28, 2017
  5. Dec 29, 2016
    • Florent Fourcot's avatar
      boilerplate: don't add a failing test by default · 72d2543a
      Florent Fourcot authored
      That is probably good to create a test file, but in introduces a lot of
      false positive. With this patch, new module will be marked as « working
      » by default, but that is probably better than « not working ».
      
      Thanks to the coverage, we should be able to find this kind of
      non-tested modules
      72d2543a
  6. Nov 16, 2014
  7. 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
  8. Oct 02, 2014
  9. Sep 26, 2014
  10. Sep 09, 2014
  11. Apr 03, 2014
  12. Mar 22, 2014
  13. Mar 02, 2014
  14. Jul 23, 2013
  15. Mar 15, 2013
  16. Feb 14, 2013
  17. Feb 08, 2013
  18. Feb 07, 2013