summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make pyflakes more resistant to syntax additionsfuture_proofAnthony Sottile2019-11-192-1/+20
* Allow continue inside finally in 3.8+ (#476)Batuhan Taşkaya2019-11-032-1/+4
* fix test name typo (#478)Florian Dahlitz2019-10-051-1/+1
* Allow @overload on async functions as well (#472)Anthony Sottile2019-09-302-1/+21
* Support typing_extensions.overload in addition to typing.overload (#466)Michael J. Sullivan2019-09-282-1/+20
* Adjust tests for different SyntaxError offsets for pypy7.1.1 (#468)Anthony Sottile2019-09-284-36/+49
* Remove unnecessary `else` (#439)Steven Myint2019-08-121-2/+2
* Add support for PEP 572 assignment expressions (#457)Anthony Sottile2019-08-122-1/+10
* In PEP 484 type comments, allow text after "# type: ignore" (#455)Michael J. Sullivan2019-08-123-5/+28
* Fix RST markup of bullet point list (#459)Peter Cock2019-08-071-0/+1
* Shebang detection improvements (#438)Ville Skyttä2019-08-042-4/+29
* String formatting linting (#443)Anthony Sottile2019-07-303-3/+593
* Use absolute link to change log for PyPI's benefit (#451)Steven Myint2019-07-161-1/+1
* Namespace pyflakes's node monkeypatches (#444)Anthony Sottile2019-07-161-18/+27
* Merge tag '2.1.1'Phil Frost2019-07-132-1/+5
|\
| * Release 2.1.12.1.1Phil Frost2019-02-282-1/+5
* | Fix NoneType has no attribute parent when handling doctests (#452)Marius Gedminas2019-07-092-1/+12
* | Fix return annotation is class level variable caused undefined (#448)秋葉2019-07-022-1/+21
* | Add another test for #422 (#433)Markus Unterwaditzer2019-05-041-14/+6
* | Improve @overload detection (#435)Anthony Sottile2019-03-012-8/+52
* | Include column numbers with all error messages (#426)Aaron Meurer2019-02-091-2/+2
|/
* Fix line number of comment syntax error message (#420)Anthony Sottile2019-02-012-1/+15
* Fix typing.overload check to only check imported names (#423)Anthony Sottile2019-01-312-0/+23
* Fix appveyor buildAnthony Sottile2019-01-311-30/+8
* Write changelog and bump version for 2.1.02.1.0Anthony Sottile2019-01-232-1/+23
* Fix regression with `__all__ = [not, strings]`Anthony Sottile2019-01-222-3/+36
* Use file_tokens to better match flake8 apiAnthony Sottile2019-01-214-11/+13
* Allow star args in type commentsAnthony Sottile2019-01-212-1/+12
* Add check for use of 'is' operator with str, bytes, and int literalsJon Dufresne2019-01-193-1/+219
* Set the proper scope for `async def`Anthony Sottile2019-01-172-0/+9
* Fix python3.8 docstring offsetsAnthony Sottile2019-01-171-1/+2
* Move type annotations tests to their own classAnthony Sottile2019-01-052-253/+273
* Parse PEP 484 type commentsAnthony Sottile2019-01-0410-52/+406
* Update TravisCI to use flake8 3.6.0 (#398)Addison Elliott2019-01-023-15/+14
* support module scope __annotations__秋葉2019-01-012-5/+17
* Remove impossible except UnicodeErrorAnthony Sottile2018-12-311-3/+0
* Include Python version & OS along with version informationAddison Elliott2018-12-311-1/+10
* Add support for PEP 563 (#356) (#374)Jörn Heissler2018-12-222-0/+36
* Test with py3.7; Travis should use Xenial for 3.7 and nightly. (#379)Jörn Heissler2018-12-222-11/+14
* Make the code and tests compatible with 3.8-dev. (#369)Serhiy Storchaka2018-12-204-19/+35
* Rename NEWS.txt to NEWS.md for nicer rendering (#394)Marius Gedminas2018-12-074-189/+214
* checker.py: Report undefined names in __all__Charlie Liu2018-11-032-4/+12
* Mark SubmoduleImportation imported with Importation with alias as usedjoshua1b2018-11-022-0/+26
* Exempt typing.overload from duplicate detectionAnthony Sottile2018-11-013-3/+56
* Don't leave behind temporary files when running the testsuiteAnthony Sottile2018-11-011-126/+125
* Simplify Python 3 except scopeJohn Vandenberg2018-10-311-11/+4
* checker.py: Add support for list concatenationCharlie Liu2018-10-312-16/+27
* Consider AsyncFor the same as For in variable contexts (#380)Anthony Sottile2018-10-302-4/+14
* checker.py: Check for invalid print syntaxMacBox72018-08-113-0/+61
* test_api.py: Remove redundant PYPY checkJohn Vandenberg2018-08-061-1/+1