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. Oct 09, 2017
  5. Jul 09, 2017
  6. Jun 19, 2017
  7. Feb 26, 2016
  8. Feb 17, 2016
  9. Feb 11, 2016
  10. Dec 13, 2014
  11. Sep 26, 2014
  12. Jul 09, 2014
  13. Jul 05, 2014
  14. Dec 19, 2013
  15. Jul 27, 2013
  16. Mar 26, 2012
  17. Mar 16, 2012
    • Laurent Bachelier's avatar
      Move the "empty search for latest" to collections · e958c229
      Laurent Bachelier authored
      There is now a "latest" collection (or "latest_nsfw").
      The feature didn't look much used, since it didn't work on many
      backends.
      Using collections will make it easy to support other things
      like most viewed, featured, etc.
      As a bonus, I added tests for every backend with the feature.
      e958c229
  18. Mar 12, 2012
  19. Jul 13, 2011
  20. May 03, 2011
  21. Apr 14, 2011
  22. Apr 08, 2011
  23. Mar 25, 2011
  24. Nov 25, 2010
  25. Nov 04, 2010
  26. Oct 16, 2010
  27. Oct 08, 2010
  28. Aug 14, 2010
  29. Aug 12, 2010