Skip to content
  1. Nov 18, 2017
  2. Aug 31, 2017
  3. Jul 08, 2017
  4. May 08, 2017
  5. Apr 01, 2017
  6. Mar 11, 2017
  7. Nov 18, 2016
  8. Aug 07, 2016
  9. Jun 05, 2016
  10. May 05, 2016
  11. Mar 12, 2016
  12. Mar 09, 2016
    • Florent Fourcot's avatar
      ing: simplify the TitrePage parsing · 96beec63
      Florent Fourcot authored
      This kind of block is hard to read:
      
      value = something(args)
      if value != ''
        obj.value = Decimal(value)
      else:
        obj.value = default_value
      
      The CleanDecimal filter can be used to simplify that.
      96beec63
  13. Feb 10, 2016
  14. Feb 07, 2016
  15. Oct 12, 2015
  16. Sep 06, 2015
  17. Jun 10, 2015
  18. May 22, 2015
  19. Nov 13, 2014
  20. Oct 23, 2014
  21. 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
  22. Oct 02, 2014
  23. Sep 29, 2014
  24. 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
  25. Aug 21, 2014
  26. Jul 09, 2014
  27. May 19, 2014
  28. Apr 13, 2014
  29. Apr 01, 2014
  30. Mar 28, 2014
  31. Sep 29, 2013
  32. Sep 11, 2013
  33. Aug 12, 2013
  34. Jul 14, 2013