Skip to content
  1. Sep 11, 2019
  2. Jul 05, 2019
  3. Feb 24, 2019
  4. Jan 23, 2019
    • Sylvie Ye's avatar
      [filter.html] add new filter ReplaceEntities · 6f3cb6e8
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      Filter to replace HTML entities like "é" or "B" with their unicode counterpart.
      
      Move barclays 'Entities' filter into weboob core
      to use it in all module
      and rename it 'ReplaceEntities'
      6f3cb6e8
  5. Oct 11, 2018
  6. Nov 18, 2017
  7. Nov 17, 2017
  8. Sep 11, 2017
  9. Aug 30, 2017
  10. Jul 08, 2017
  11. Jun 19, 2017
  12. Feb 09, 2017
  13. Aug 11, 2015
  14. Nov 22, 2014
  15. 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
  16. Oct 03, 2014
  17. Oct 02, 2014
  18. Sep 29, 2014
  19. Jul 11, 2014