Skip to content
  1. Feb 24, 2019
  2. Jan 06, 2019
  3. Dec 17, 2018
  4. Sep 16, 2018
  5. Aug 18, 2018
  6. Jul 29, 2018
  7. Jun 09, 2018
  8. Dec 16, 2017
    • Sylvie Ye's avatar
      add CapBankWealth and CapBankPockets in bank.py · c4a87b34
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      update CapBank into CapbankWealth when iter_investments is implemented
      update CapBank into CapbankPockets when iter_pockets is implemented
      add CapBankWealth when iter_investments is implemented and inherit CapCgp or CapBankTransfer or CapBankTransferAddRecipient
      add CapBankPockets when iter_pockets is implemented and inherit CapCgp or CapBankTransfer or CapBankTransferAddRecipient
      c4a87b34
  9. Nov 18, 2017
  10. Oct 08, 2017
  11. Sep 20, 2017
  12. Jan 08, 2017
  13. Dec 24, 2016
  14. Dec 03, 2016
  15. Aug 07, 2016
  16. Feb 11, 2016
  17. Jul 28, 2015
  18. Feb 23, 2015
  19. Dec 02, 2014
  20. Nov 10, 2014
  21. Oct 21, 2014
  22. Oct 17, 2014
  23. 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
    • Vincent Paredes's avatar
      Revert "the account information div's id change, so we look for the dom structure" · 1eb96574
      Vincent Paredes authored and Romain Bignon's avatar Romain Bignon committed
      This reverts commit 12d26a64. Because they switch back to old site version
      1eb96574
    • Vincent Paredes's avatar
      login form is now the second form on the page · c64e8d59
      Vincent Paredes authored and Romain Bignon's avatar Romain Bignon committed
      c64e8d59
  24. Oct 02, 2014
  25. Sep 29, 2014