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. Jun 19, 2017
  5. May 20, 2017
  6. Mar 26, 2016
  7. Feb 11, 2016
  8. Sep 26, 2014
  9. Jul 09, 2014
  10. Jul 05, 2014
  11. Jan 08, 2014
  12. Dec 22, 2013
  13. Dec 16, 2013