Skip to content
  1. Dec 15, 2019
  2. Oct 27, 2019
  3. May 22, 2019
  4. Feb 27, 2019
  5. Feb 24, 2019
  6. Jan 29, 2019
  7. Jan 06, 2019
  8. Dec 29, 2018
  9. 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
  10. Jun 16, 2018
  11. Apr 16, 2018
  12. Mar 18, 2018
  13. Oct 09, 2017
  14. Sep 20, 2017
  15. Aug 30, 2017
  16. Jun 19, 2017
  17. Apr 01, 2017
  18. Jan 28, 2017
  19. Jan 11, 2017
  20. Jan 08, 2017
  21. Dec 29, 2016
  22. Oct 25, 2016
  23. Oct 01, 2016
  24. Mar 31, 2016