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 11, 2016
  5. Oct 09, 2015
  6. Sep 11, 2015
  7. Mar 12, 2015
  8. Nov 29, 2014
  9. Nov 26, 2014
  10. Sep 21, 2014
  11. Jul 09, 2014
  12. Jul 05, 2014
  13. May 19, 2014
  14. May 07, 2014
  15. Feb 18, 2014
  16. Jan 13, 2014
  17. Dec 15, 2013