Skip to content
  1. Dec 17, 2018
  2. Sep 16, 2018
  3. Aug 18, 2018
  4. Jul 29, 2018
  5. Jun 09, 2018
  6. 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
  7. Nov 18, 2017
  8. Oct 08, 2017
  9. Sep 20, 2017
  10. Jan 08, 2017
  11. Dec 24, 2016
  12. Dec 03, 2016
  13. Aug 07, 2016
  14. Feb 11, 2016
  15. Jul 28, 2015
  16. Feb 23, 2015
  17. Dec 02, 2014
  18. Nov 10, 2014
  19. Oct 21, 2014
  20. Oct 17, 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
    • 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
  22. Oct 02, 2014
  23. Sep 29, 2014
  24. Sep 26, 2014