summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|\
| * Skip dict/set comprehension with Python 2.5 and 2.6Florent Xicluna2013-06-151-2/+9
| * Remove leftover commentFlorent Xicluna2013-06-151-1/+0
| * Deprecate pushFunctionScope and pushClassScopeFlorent Xicluna2013-06-152-5/+7
| * Fix undefined name for generator expression and dict/set comprehension at cla...Florent Xicluna2013-06-153-17/+38
* | Remove the dependency on unittest2 from the .travis.yml configurationFlorent Xicluna2013-06-191-4/+1
* | Remove dependency on unittest2 for the testsFlorent Xicluna2013-06-199-15/+21
|/
* Fix tests with Python 3.2.4 and Python 3.3.1Florent Xicluna2013-04-242-4/+8
* Release version 0.7.2Florent Xicluna2013-04-242-2/+2
* Fix regression with Pyflakes 0.7, and new variable to disable checking doctestsFlorent Xicluna2013-04-245-20/+72
|\
| * More tests for doctest (lineno, col) calculationFlorent Xicluna2013-04-241-2/+19
| * Add tests for DoctestSyntaxError lineno and colFlorent Xicluna2013-04-241-6/+20
| * Add environment variables PYFLAKES_NODOCTEST and PYFLAKES_BUILTINSFlorent Xicluna2013-04-242-2/+10
| * Add boolean attribute Checker.withDoctest to ignore doctestsFlorent Xicluna2013-04-242-2/+6
| * Fix computation of DoctestSyntaxError.lineno and colFlorent Xicluna2013-04-244-11/+20
|/
* Release version 0.7.1Florent Xicluna2013-04-232-2/+2
* Fix reporting errors in non-ASCII filenames on Python 2.xFlorent Xicluna2013-04-234-29/+25
|\
| * Improve granularity of Unicode error handlerFlorent Xicluna2013-04-211-13/+12
| * Fix tests on Python 2Florent Xicluna2013-04-211-5/+5
| * Better and simpler fix for non-ASCII filenames on Python 2.xFlorent Xicluna2013-04-211-16/+7
| * Fix reporting errors in non-ASCII filenames on Python 2.xFlorent Xicluna2013-04-183-12/+20
* | Improve PY2 detection w.r.t Mercurial demandimportFlorent Xicluna2013-04-211-3/+6
* | Minor style cleanupFlorent Xicluna2013-04-216-39/+67
* | Missing bin/pyflakes in tarball generated with distributeFlorent Xicluna2013-04-213-2/+6
|/
* Release version 0.7Florent Xicluna2013-04-173-3/+3
* Support checking doctests.Florent Xicluna2013-04-165-3/+234
|\
| * Refactor handleDoctests; add tests for the column offset.Florent Xicluna2013-04-052-8/+11
| * Upgrade the patch for doctests, to calculate column offset.Florent Xicluna2013-04-054-3/+230
| |\
| | * Small refactoring of the doctest checking methodFlorent Xicluna2013-02-211-10/+7
| | * Add support for doctests, contribution of Marius GedminasFlorent Xicluna2013-01-294-3/+230
* | | Do not crash when handling dotted exception types; with tests.Florent Xicluna2013-04-153-3/+17
|\ \ \ | |/ / |/| |
| * | Use getNodeName() here tooSteven Myint2013-04-131-1/+1
| * | Avoid crash caused by missing "id" attributeSteven Myint2013-04-061-1/+1
|/ /