Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Disable blank line check, it works differently under Python 2.5 from 2.6Johan Dahlin2009-01-031-28/+0
| | | | | | | | | | | 2009-01-03 Johan Dahlin <jdahlin@async.com.br> * misc/pep8.py: Disable blank line check, it works differently under Python 2.5 from 2.6 and was rather annoying from the start. svn path=/trunk/; revision=999
* Make pyflakes.py conform to pep8.pyJohan Dahlin2008-08-141-27/+56
| | | | svn path=/trunk/; revision=371
* Add pyflakes.py and run it in make check. Update the source code to fixJohan Dahlin2008-08-141-0/+513
| | | | | | | | | | | | | | | | | 2008-08-14 Johan Dahlin <johan@gnome.org> * giscanner/girwriter.py: * giscanner/glibast.py: * giscanner/glibtransformer.py: * giscanner/transformer.py: * misc/pyflakes.py: * tests/Makefile.am: Add pyflakes.py and run it in make check. Update the source code to fix the errors reported by pyflakes. svn path=/trunk/; revision=370
* add a pep8 scriptJohan Dahlin2008-08-101-0/+867
svn path=/trunk/; revision=343