summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release version 0.8.10.8.1Florent Xicluna2014-03-305-2/+11
|
* Refactor and (arguably) simplify.Florent Xicluna2014-03-301-53/+40
|
* Remove commentFlorent Xicluna2014-03-301-2/+0
|
* Do not bind the function in the current scope, until its arguments are ↵Florent Xicluna2014-03-303-1/+15
| | | | handled; fixes lp:1270952
* RefactoringFlorent Xicluna2014-03-301-7/+7
|
* Report undefined name for literal tuple unpacking; fixes lp:879941Florent Xicluna2014-03-304-9/+82
|
* Restore correct behaviour of __future__ importsFlorent Xicluna2014-03-303-2/+14
|
* Be consistent, it's named node_class in the moduleFlorent Xicluna2014-03-301-4/+4
|
* Do not report 'unable to detect undefined names' when using invalid syntax ↵Florent Xicluna2014-03-301-2/+2
| | | | 'from __future__ import *
* Catch undefined var in loop generator when used as loop var; fixes lp:1205907Florent Xicluna2014-03-294-78/+90
|
* Refactor method handleDoctestsFlorent Xicluna2014-03-291-9/+9
|
* Do not report redefinition of import in a local scope if the global name is ↵Florent Xicluna2014-03-293-42/+80
| | | | used elsewhere in the module; fixes lp:1297161
* Actually this test passesFlorent Xicluna2014-03-291-2/+1
|
* Remove commented lineFlorent Xicluna2014-03-291-1/+0
|
* Rewrite test_doctests to avoid running tests twiceFlorent Xicluna2014-03-291-40/+51
|
* Fix the test docstringFlorent Xicluna2014-03-291-2/+1
|
* Detect the declared encoding in Python 3; fixes lp:1299169Florent Xicluna2014-03-293-6/+21
|
* Use the PY32 constant for the AST change in Python 3.3Florent Xicluna2014-03-292-5/+5
|
* Release version 0.80.8Florent Xicluna2014-03-223-8/+3
|
* Refactor the ReturnWithArgsInsideGenerator checkerFlorent Xicluna2014-03-222-41/+20
|
* Better indentationFlorent Xicluna2014-03-221-2/+2
|
* Rename attribute level to depth on AST nodes; fixes lp:1277280Florent Xicluna2014-03-221-3/+3
|
* Missing dotsFlorent Xicluna2014-03-221-4/+3
|
* Do not complain about _ in doctests; fixes lp:1178096Florent Xicluna2014-03-223-0/+19
|
* Simplify version specific constantsFlorent Xicluna2014-03-221-6/+2
|
* Missing entries in changelogFlorent Xicluna2014-03-221-0/+2
|
* Silence the DeprecationWarning about universal newline modeFlorent Xicluna2014-03-221-1/+3
|
* Fix incremental __all__ and tuples in __all__; lp:1241878 and lp:1266446Florent Xicluna2014-03-222-17/+35
|
* Remove Python 2.5 from the tox.iniFlorent Xicluna2014-03-221-1/+1
|
* Merge pull request #26 from attilaolah/masterKevin Watters2014-02-282-4/+5
|\ | | | | Check only if `sys.version_info < (3, 3)`
| * only run retung with arguments inside generator check if `sys.version_info < ↵Attila Oláh2014-02-282-4/+5
|/ | | | (3, 3)`, as pointed out by @msmhrt
* Merge pull request #11 from attilaolah/masterKevin Watters2014-02-263-0/+86
|\ | | | | Catch return with arguments inside generator
| * whitespaceAttila Oláh2013-07-051-1/+0
| |
| * added test caseAttila Oláh2013-07-051-0/+34
| |
| * catch return with arguments inside generator (fixes #1198132)Attila Oláh2013-07-052-0/+53
| |
* | Merge pull request #15 from asmeurer/syntaxerrorKevin Watters2014-02-262-16/+21
|\ \ | | | | | | Fix a few launchpad bugs relating to syntax errors
| * | Reported column offset should be vim-style. Fix all tests.Aaron Meurer2014-02-222-11/+11
| | |
| * | Merge branch 'master' into syntaxerrorAaron Meurer2014-02-2210-32/+83
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: pyflakes/reporter.py pyflakes/test/test_api.py
| * | | Make tests pass in Python 2Aaron Meurer2013-11-121-4/+6
| | | |
| * | | Fix all test failures related to changes to syntax error reportingAaron Meurer2013-11-121-16/+16
| | | |
| * | | Handle syntax error offset being NoneAaron Meurer2013-11-121-2/+5
| | | |
| * | | Fix the ^ for syntax errorsAaron Meurer2013-11-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | It now agrees with the traceback given by Python. Fixes LP #1249873.
| * | | Include the column in syntax errorsAaron Meurer2013-11-121-1/+1
| | |/ | |/| | | | | | | Fixes LP #1250684.
* | | Merge pull request #25 from exarkun/enable-doctests-with-flagKevin Watters2014-02-264-3/+13
|\ \ \ | |_|/ |/| | Turn off doctest checking by default.
| * | Turn off doctest checking by default.Jean-Paul Calderone2014-02-174-3/+13
|/ /
* | Merge pull request #24 from bitglue/masterFlorent Xicluna2014-01-301-0/+1
|\ \ | | | | | | Credit the original author of pyflakes
| * | Credit the original author of pyflakesPhil Frost2014-01-291-0/+1
|/ /
* | Update changelog.Florent Xicluna2014-01-173-2/+8
| |
* | Merge pull request #19 from laurentb/doctest-fixFlorent Xicluna2014-01-172-1/+20
|\ \
| * | Fix crash when no "offset" in doctest syntax errorLaurent Bachelier2014-01-041-1/+1
| | |