Skip to content
  1. Feb 24, 2019
  2. Sep 16, 2018
    • 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
  3. Jun 16, 2018
  4. Feb 02, 2018
  5. Jul 09, 2017
  6. Jun 19, 2017
  7. May 15, 2017
  8. Jun 04, 2016
  9. Apr 29, 2016
    • hydrargyrum's avatar
      fix a few __repr__/__str__ returning unicode · 5c3f2c96
      hydrargyrum authored
      In Python 2, __repr__ and __str__ shouldn't return unicode.
      This caused a problem for example when logging-debug a filter on Thumbnail.url,
      as the logger couldn't encode the unicode repr.
      5c3f2c96
  10. Apr 12, 2016
  11. Feb 11, 2016
  12. Dec 08, 2015
  13. Mar 12, 2015
  14. Oct 10, 2014
    • Laurent Bachelier's avatar
      pep8 blank lines fixes · 448c06d1
      Laurent Bachelier authored
      flake8 --select W391,E302,E301,E304
      
      autopep8 can't fix W391 even though it claims it can.
      Fixed using a simple custom script.
      448c06d1
  15. Oct 08, 2014
  16. Sep 26, 2014
  17. Sep 25, 2014
  18. Jul 09, 2014
  19. Jul 05, 2014
  20. Mar 15, 2013
  21. Mar 29, 2012
  22. Mar 26, 2012
  23. Feb 19, 2012
  24. Feb 17, 2012
  25. Feb 14, 2012
  26. Feb 11, 2012