summaryrefslogtreecommitdiff
path: root/pyflakes/scripts/pyflakes.py
Commit message (Expand)AuthorAgeFilesLines
* burn the bridges with python 2.x (#707)Anthony Sottile2022-06-121-1/+0
* Fix warnings.Adi Roiban2014-04-221-0/+1
* Missing file scripts/pyflakes.py in previous changeset.Florent Xicluna2013-01-251-0/+7
* Rename pyflakes.scripts.pyflakes to pyflakes.api.Florent Xicluna2013-01-251-121/+0
* Remove some extra blank lines, part of Twisted coding standard.Florent Xicluna2013-01-251-3/+0
* Add Python 3 supportFlorent Xicluna2013-01-191-5/+7
* Use absolute_import.Jonathan Lange2012-10-231-3/+4
* Correct coding conventionJonathan Lange2012-10-231-4/+4
* Pass unicode Jonathan Lange2012-10-231-1/+1
* Collapse problemDecodingSource and ioError into the one method.Jonathan Lange2012-10-231-2/+2
* 0. Move Reporter to new module, pyflakes.reporter.Jonathan Lange2012-10-191-75/+4
* Do it propertly.Jonathan Lange2012-07-081-3/+12
* A swag of integration tests.Jonathan Lange2012-07-081-4/+3
* Split out the bit that checks recursively.Jonathan Lange2012-07-081-4/+19
* Now we have iterSourceCode instead.Jonathan Lange2012-07-081-9/+2
* Make iterSourceCode take many paths.Jonathan Lange2012-07-081-7/+13
* Initial thing to iterate of source code.Jonathan Lange2012-07-081-0/+14
* Report flakes from the reporter too.Jonathan Lange2012-07-061-1/+1
* Add flake reporting.Jonathan Lange2012-07-061-4/+16
* Handle multiple lines in the reporter.Jonathan Lange2012-07-061-6/+6
* Pass reporter all the way down.Jonathan Lange2012-07-061-7/+17
* Add ioError.Jonathan Lange2012-07-061-1/+9
* Bazaar for the first time ever ate my changes. This commit collapses the his...Jonathan Lange2012-07-061-66/+44
* I can't really help this refactoring.Jonathan Lange2012-06-271-9/+21
* Twisted naming.Jonathan Lange2012-06-271-6/+11
* Extract a reporter that handles all of the output.Jonathan Lange2012-06-271-17/+45
* Extract out thing to check files and directories recursively.Jonathan Lange2012-06-271-8/+21
* Merge pyflakes-ast-3005exarkun2010-04-131-15/+6
* Merge pyflakes-decoding-2.4-2902exarkun2009-07-061-1/+8
* Merge pyflakes-encoding-problem-2842-2exarkun2009-06-171-7/+27
* Merge pyflakes-permission-denied-2841exarkun2009-06-171-3/+4
* Merge pyflakes-syntaxerrors-2885exarkun2009-05-211-7/+6
* Provide line numbers via compilation when pyflakes gets `SyntaxError`s from p...glyph2009-03-271-10/+18
* Merge multiline-syntax-error-2821exarkun2009-01-281-6/+8
* Merge pyflakes-checkPath-2607-2pjd2008-10-011-1/+8
* Merge pyflakes-trailing-whitespace-2663exarkun2008-08-281-0/+55