summaryrefslogtreecommitdiff
path: root/bin/pyflakes
Commit message (Collapse)AuthorAgeFilesLines
* Use the recommended shebang /usr/bin/env pythonFlorent Xicluna2013-01-251-1/+1
|
* A swag of integration tests.Jonathan Lange2012-07-081-1/+0
|
* Merge pyflakes-trailing-whitespace-2663exarkun2008-08-281-47/+2
| | | | | | | | | | | | | Author: exarkun Reviewer: pjd Fixes: #2663 Work-around a strangeness in the Python compiler which caused failures on source with trailing whitespace but no trailing newline (by adding a trailing newline). Also, re-organize for the command line `pyflakes` tool into a real module so that it can be properly unit tested.
* merge people-fixups-729-2. authors: moe, amir. reviewer: glyph. provides: ↵moe2006-03-141-1/+1
| | | | erin parity for people. closes #729
* use proper raise syntaxexarkun2006-02-051-1/+1
|
* Use universal line-endings mode in pyflakes.mithrandi2006-02-051-1/+1
|
* Return failed exit status from pyflakes if any warnings or errors were emitted.mithrandi2006-02-051-3/+8
|
* Normalize compilation error output (although maybe this should be on stdout...?)glyph2006-02-051-1/+1
|
* move code from pyflakes.__init__ -> pyflakes.checker, from ↵moe2005-12-311-3/+2
| | | | | | pyflakes.test.__init__ -> pyflakes.test.harness, remove backslash line continuations
* apply jdahlin's patch, fixes #152moe2005-10-131-1/+2
|
* fix problem introduced by recent patch - not all exception instances have ↵moe2005-10-121-1/+5
| | | | associated linenumbers
* copy svn/Pyflakes/trunk -> svn/Divmod/trunk/Pyflakesmoe2005-10-031-0/+40