summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support `__class__` without `self` in Python 3class-without-selfSteven Myint2018-01-192-4/+26
* Ignore underscore redefinition (#73)eight2017-12-082-2/+22
* Handle string literal annotations (#313)Jimmy Jia2017-11-253-4/+121
* Fix failed AppVeyor web requests (#309)Jon Dufresne2017-10-231-0/+2
* Enable pip cache in Travis CI (#305)Jon Dufresne2017-10-211-0/+1
* Include license file in the generated wheel package (#306)Jon Dufresne2017-10-211-0/+3
* Add check for unused exception binding in except: block (#293)Jon Dufresne2017-10-215-31/+80
* Point to NEWS.txt from READMEPhil Frost2017-10-061-0/+5
* Make `pyflakes` happy about its our own code (#295)Steven Myint2017-09-201-0/+3
* Skip a test under PyPy that varies on version (#294)Steven Myint2017-09-201-7/+1
* Match tox test matrix with and Travis configurationsJon Dufresne2017-09-191-1/+1
* Increment version to 1.6.01.6.0Phil Frost2017-08-032-1/+5
* Support for Python 3.6? (#281)cclauss2017-06-241-1/+1
* Support Python 3.7 (#273)Steven Myint2017-06-052-4/+13
* Rename [wheel] section to [bdist_wheel] as the former is legacy (#278)Jon Dufresne2017-06-031-1/+1
* Detect `pythonw` in shebang (#277)Steven Myint2017-06-032-7/+21
* Find Python files without extensionsSteven Myint2017-06-012-2/+42
* Show master branch only in Travis CI badge (#274)Steven Myint2017-05-311-1/+1
* Use new URL for issues (#272)Steven Myint2017-05-281-1/+1
* Remove obsolete version of Python from Travis CI (#91)Steven Myint2017-05-251-1/+1
* Allow failure in "nightly" Python until we fix it (#90)Steven Myint2017-05-121-0/+3
* Merge branch 'master' of github.com:pyflakes/pyflakesPhil Frost2017-02-264-16/+15
|\
| * Don't test against file perms when running as root (#86)cfs-pure2017-02-041-0/+3
| * Process function scope variable annotations (#88)Jakub Stasiak2017-01-222-9/+7
| * Just pip install setuptools on AppVeyorJason R. Coombs2017-01-141-7/+5
* | Increment version to 1.5.01.5.0Phil Frost2017-01-092-1/+4
|/
* Enable support for PEP 526 annotated assignments (#84)Łukasz Langa2017-01-062-0/+79
* Increment version to 1.4.01.4.0Phil Frost2016-12-302-1/+5
* Fix typo in README (#82)Benjamin Dopplinger2016-11-031-1/+1
* Use %r instead of %s in ImportStarMessage (#81)Jelte Fennema2016-09-281-1/+1
* Fix format string checking (#80)Jared Garst2016-09-082-1/+9
* Point URLs to PyCQA (#79)Ville Skyttä2016-09-024-4/+4
* Increment version to 1.3.01.3.0Phil Frost2016-09-012-1/+7
* Use current Travis CI URL (#78)Steven Myint2016-08-091-2/+2
* Fix PyPy2 Windows IntegrationTests (#76)John Vandenberg2016-08-042-2/+64
* Fix typos (#77)Jakub Wilk2016-07-274-8/+8
* Check for duplicate dictionary keys (#72)geokala2016-07-253-1/+333
* Fix TestMain tests on Windows (#75)John Vandenberg2016-07-213-4/+37
* Add PyPy 5.3 and PyPy3 5.2-alpha1 (#74)John Vandenberg2016-07-121-0/+2
* Fix "continue" and "break" checks ignoring py3.5's "async for" loop (#71)Yann Kaiser2016-07-042-1/+64
* Increment version to 1.2.31.2.3Phil Frost2016-05-122-1/+4
* Fix TypeError when processing relative imports (#61)John Vandenberg2016-05-122-6/+122
* Increment version to 1.2.21.2.2Phil Frost2016-05-062-1/+4
* Avoid traceback when exception is del-ed in except (#67)Phil Frost2016-05-063-1/+17
* Increment version to 1.2.11.2.1Phil Frost2016-05-053-3/+7
* Suppress RedefinedWhileUnused for submodule import (#62)John Vandenberg2016-05-052-4/+24
* README - add link to issue tracker (#66)Adam Chainz2016-05-051-0/+2
* Fix incorrect timestampWilfred Hughes2016-05-051-1/+1
* Merge pull request #63 from jayvdb/update-tox.iniJohn Vandenberg2016-05-041-3/+1
* Increment version to 1.2.01.2.0Phil Frost2016-05-032-1/+22