summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Add failing doctest syntax testLaurent Bachelier2014-01-041-0/+19
* | | Merge pull request #23 from myint/caretFlorent Xicluna2014-01-172-8/+24
|\ \ \
| * | | Generalize test to work non-Python 3.3Steven Myint2014-01-041-4/+4
| * | | Display caret correctlySteven Myint2014-01-042-8/+24
| | |/ | |/|
* | | Pass tests on Python 3.4 betaFlorent Xicluna2014-01-171-25/+26
* | | Merge pull request #16 from myint/masterFlorent Xicluna2014-01-171-4/+12
|\ \ \
| * | | Add some Python 3.4 supportSteven Myint2013-12-261-4/+12
| |/ /
* | | Add Python 3.4 to tox.iniFlorent Xicluna2014-01-171-1/+1
| |/ |/|
* | Merge pull request #21 from myint/travisKevin Watters2013-12-261-1/+0
|\ \
| * | Remove Python 2.5 from Travis configurationSteven Myint2013-12-201-1/+0
|/ /
* | Merge pull request #20 from nvie/masterKevin Watters2013-12-201-5/+6
|\ \ | |/ |/|
| * Sanitize the Python 2 check.Vincent Driessen2013-12-191-5/+6
|/
* Merge pull request #9 from mgedmin/toxifyFlorent Xicluna2013-07-041-0/+10
|\
| * Add a tox.iniMarius Gedminas2013-07-041-0/+10
|/
* Release version 0.7.30.7.3Florent Xicluna2013-07-022-2/+2
* Remove dependency on unittest2 completelyFlorent Xicluna2013-07-029-34/+35
* Use assertEqual instead of deprecated assertEquals.Florent Xicluna2013-06-191-12/+12
* Fix undefined name for generator expression and dict/set comprehension at cla...Florent Xicluna2013-06-193-22/+49
|\