Skip to content
  1. Jul 05, 2014
  2. Jun 19, 2014
  3. May 19, 2014
  4. Feb 26, 2014
  5. Feb 24, 2014
  6. Jan 08, 2014
  7. Dec 22, 2013
  8. Aug 03, 2013
  9. Jul 27, 2013
  10. Mar 26, 2013
  11. Mar 19, 2013
  12. Mar 15, 2013
  13. Jan 25, 2013
  14. Jan 10, 2013
  15. Nov 24, 2012
    • Laurent Bachelier's avatar
      Use flake8 if available instead of pyflakes · 541d080c
      Laurent Bachelier authored
      With flake8, we can check for more issues and ignore those who are not
      real issues.
      
      This allowed me to find genuine errors in:
      - modules/boursorama/pages/account_history.py
      - modules/ing/pages/login.py
      - weboob/tools/application/qt/qt.py
      I left one in weboob/tools/browser/browser.py for the time being.
      
      Some PEP8 fixes on other files.
      541d080c
  16. Nov 10, 2012
  17. Oct 28, 2012
  18. Oct 24, 2012
  19. May 04, 2012
  20. 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
  21. Mar 14, 2012
  22. Mar 12, 2012
  23. Feb 10, 2012
  24. Feb 05, 2012
  25. Jan 31, 2012
  26. Jan 17, 2012