Skip to content
  1. Dec 19, 2012
  2. Dec 06, 2012
  3. 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
  4. Nov 11, 2012
  5. Nov 10, 2012
  6. Oct 27, 2012
  7. Apr 27, 2012
  8. Apr 10, 2012
  9. Mar 27, 2012
  10. Mar 14, 2012
    • Laurent Bachelier's avatar
      Remove *.pyc before running tests · 3a68fc61
      Laurent Bachelier authored
      3a68fc61
    • Laurent Bachelier's avatar
      PEP8 style fixes and other small style fixes · 006e97a8
      Laurent Bachelier authored
      I used autopep8 on some files and did carefully check the changes.
      I ignored E501,E302,E231,E225,E222,E221,E241,E203 in my search, and at
      least E501 on any autopep8 run.
      
      Other style fixes not related to PEP8:
      * Only use new-style classes. I don't think the usage of old-style
        classes was voluntary. Old-style classes are removed in Python 3.
      * Convert an if/else to a one-liner in mediawiki, change docstring style
        change to a comment something that wasn't really appropriate for a
        docstring.
      * Unneeded first if condition in meteofrance
      006e97a8
  11. Mar 13, 2012
  12. Mar 03, 2012
  13. Feb 28, 2012
  14. Feb 12, 2012
  15. Feb 06, 2012
  16. Jan 30, 2012
  17. Jan 27, 2012
  18. Jan 18, 2012
  19. Jan 17, 2012
  20. Sep 26, 2011
  21. May 08, 2011
  22. May 03, 2011
  23. May 02, 2011
  24. Apr 08, 2011
  25. Apr 04, 2011
  26. Mar 01, 2011
  27. Feb 26, 2011
  28. Dec 09, 2010