summaryrefslogtreecommitdiff
Commit message (Expand)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 handle...Florent Xicluna2014-03-303-1/+15
* 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 'f...Florent Xicluna2014-03-301-2/+2
* 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 u...Florent Xicluna2014-03-293-42/+80
* 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
|\
| * only run retung with arguments inside generator check if `sys.version_info < ...Attila Oláh2014-02-282-4/+5
|/
* Merge pull request #11 from attilaolah/masterKevin Watters2014-02-263-0/+86
|\
| * 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
|\ \
| * | 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
| |\ \
| * | | 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
| * | | Include the column in syntax errorsAaron Meurer2013-11-121-1/+1
| | |/ | |/|
* | | Merge pull request #25 from exarkun/enable-doctests-with-flagKevin Watters2014-02-264-3/+13
|\ \ \ | |_|/ |/| |
| * | 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 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