Skip to content
  1. Feb 24, 2019
  2. Sep 08, 2016
  3. Oct 10, 2014
    • Laurent Bachelier's avatar
      pep8 blank lines fixes · 448c06d1
      Laurent Bachelier authored
      flake8 --select W391,E302,E301,E304
      
      autopep8 can't fix W391 even though it claims it can.
      Fixed using a simple custom script.
      448c06d1
  4. Sep 18, 2014
  5. Mar 14, 2012
    • 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
  6. Jan 17, 2012
  7. May 11, 2011
  8. Apr 09, 2011
  9. Apr 08, 2011
  10. Mar 11, 2011
  11. Mar 07, 2011
  12. Feb 21, 2011
  13. Feb 20, 2011
  14. Feb 19, 2011
  15. Feb 16, 2011
  16. Feb 10, 2011
  17. Feb 08, 2011
  18. Feb 07, 2011
  19. Feb 04, 2011
  20. Feb 03, 2011
  21. Oct 08, 2010
  22. Aug 10, 2010
  23. Jul 12, 2010
  24. Jun 26, 2010
  25. Jun 22, 2010
  26. Apr 16, 2010