Skip to content
  1. Aug 25, 2019
    • hydrargyrum's avatar
      weboob.applications.boobank: declare utf-8 in OFX formatter · 11a0b615
      hydrargyrum authored
      USASCII was plain wrong since we used Unicode codepoints without
      restricting them to ASCII set.
      
      UTF-8 might not be always right, because at this stage we're
      manipulating strings, not bytes, and we don't really know what low-level
      encoding is set for (for example) stdout.
      
      UTF-8 is the most likely encoding though, and can't be worse than
      USASCII.
      
      Closes: #294
      11a0b615
  2. May 22, 2019
  3. 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
  4. Apr 06, 2019
  5. Feb 27, 2019
  6. Feb 25, 2019
  7. Feb 24, 2019
  8. Feb 23, 2019
  9. Jan 13, 2019
  10. Jan 06, 2019
  11. Jan 05, 2019
  12. Jan 03, 2019
  13. Jan 02, 2019
  14. Dec 31, 2018
  15. Dec 29, 2018
  16. Dec 17, 2018
  17. Sep 17, 2018
  18. Sep 16, 2018