Skip to content
  1. Jul 29, 2018
  2. Jun 09, 2018
  3. May 05, 2018
    • Florian Duguet's avatar
      [bouygues] refactor module to parse many subscriptions · 9c165100
      Florian Duguet authored and Romain Bignon's avatar Romain Bignon committed
      Closes: 4695@zendesk 4589@zendesk
      
      On this website there is a many to many relation between subscription and bill.
      so we have to consider 'compte-facturation' as a subscription to get a one to many relation with bill
      by the way it's still possible to have many 'compte-facturation',
      but it's not a problem since there is no redundant bill among subscription.
      9c165100
  4. Feb 04, 2018
  5. Nov 18, 2017
  6. Mar 11, 2017
  7. Jan 22, 2017
  8. Dec 24, 2016
  9. Nov 18, 2016
  10. Aug 28, 2016
  11. Jun 09, 2016
  12. Jun 05, 2016
  13. Mar 12, 2016
  14. Jan 28, 2016
  15. Nov 17, 2015
  16. Aug 07, 2015
  17. Jun 19, 2015
  18. 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
  19. Sep 26, 2014
  20. Jan 17, 2012
  21. Apr 08, 2011
  22. Dec 06, 2010
  23. Nov 24, 2010