summaryrefslogtreecommitdiff
path: root/pyflakes/test/harness.py
Commit message (Expand)AuthorAgeFilesLines
* remove handling of `# type:` comments now that pyflakes is py3+ (#684)Anthony Sottile2022-09-161-4/+1
* burn the bridges with python 2.x (#707)Anthony Sottile2022-06-121-3/+3
* remove backported unittest methods (#705)Anthony Sottile2022-05-301-35/+0
* Use file_tokens to better match flake8 apiAnthony Sottile2019-01-211-2/+4
* Parse PEP 484 type commentsAnthony Sottile2019-01-041-4/+4
* Handle subtrees as input to checkerMacBox72018-07-191-0/+3
* Drop support for EOL Python <2.7 and 3.2-3.3 (#322)Hugo2018-03-251-7/+2
* Add DoctestScopeJohn Vandenberg2015-11-121-1/+30
* Turn off doctest checking by default.Jean-Paul Calderone2014-02-171-1/+3
* Remove dependency on unittest2 completelyFlorent Xicluna2013-07-021-8/+22
* Remove dependency on unittest2 for the testsFlorent Xicluna2013-06-191-2/+2
* Add Python 3 supportFlorent Xicluna2013-01-191-2/+2
* Switch to unittest2 for the tests, and run them on Python 2.5Florent Xicluna2013-01-081-3/+3
* Merge pyflakes-ast-3005exarkun2010-04-131-2/+5
* Merge pyflakes-all-2826exarkun2009-07-061-2/+2
* Merge pyflakes-2.3-2093-2exarkun2008-03-281-0/+5
* it is vital to add the new filesmoe2005-12-311-0/+19