Skip to content
  1. Mar 04, 2023
  2. Apr 04, 2021
  3. Feb 24, 2019
  4. Sep 08, 2016
  5. 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
  6. Sep 18, 2014
  7. 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
  8. Jan 17, 2012
  9. May 11, 2011
  10. Apr 09, 2011
  11. Apr 08, 2011
  12. Mar 11, 2011
  13. Mar 07, 2011
  14. Feb 21, 2011
  15. Feb 20, 2011
  16. Feb 19, 2011
  17. Feb 16, 2011
  18. Feb 10, 2011
  19. Feb 08, 2011
  20. Feb 07, 2011
  21. Feb 04, 2011
  22. Feb 03, 2011
  23. Oct 08, 2010
  24. Aug 10, 2010
  25. Jul 12, 2010
  26. Jun 26, 2010