Skip to content
  1. Apr 10, 2019
    • hydrargyrum's avatar
      weboob-repos: port to python3 · ad3924e5
      hydrargyrum authored
      tarfile.add doesn't take anymore 'exclude' keyword anymore but 'filter'
      can do the same in both py2 and py3.
      Also, subprocess returns bytes.
      ad3924e5
  2. Apr 06, 2019
  3. Feb 27, 2019
  4. Feb 25, 2019
  5. Feb 24, 2019
  6. Feb 23, 2019
  7. Jan 13, 2019
  8. Jan 06, 2019
  9. Jan 05, 2019
  10. Jan 03, 2019
  11. Jan 02, 2019
  12. Dec 31, 2018
  13. Dec 29, 2018
  14. Dec 17, 2018
  15. Sep 17, 2018
  16. Sep 16, 2018
    • Sylvie Ye's avatar
      models: add origin_account_id attribute to Recipient · cbc87a4d
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      To handle case of multispaces like cragr or ing
      It's needed to add new recipient on theses banks
      
      also adapt boobank
      cbc87a4d
    • hydrargyrum's avatar
      weboob.capabilities: replace stdlib enum with custom enums · 6cbfb7e1
      hydrargyrum authored
      Python's enums are not extensible, values can't be added and they can't
      be subclassed. This is problematic if weboob devel adds new values,
      because stable weboob will not be able to use them. They would need to
      be replaced by a default value or None, which loses information.
      
      Instead, implement custom enums that contain plain constants and support
      adding values aftewards.
      6cbfb7e1
  17. Aug 13, 2018