summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Drop support for EOL Python 2.7 and 3.4-3.5 (#660)masterHugo van Kemenade2021-12-244-13/+10
* remove with_statement future imports (#663)Danny Sepler2021-11-213-20/+0
* Release 2.4.0 (#657)2.4.0Anthony Sottile2021-10-062-1/+7
* Detect typing module attributes with 'import typing as <name>' (#632)Angus L'Herrou2021-10-052-1/+28
* add support for match statement (#630)Anthony Sottile2021-10-052-1/+96
* Remove pychecker from README (#639)Adam Johnson2021-05-281-3/+1
* fix typo: annoation -> annotation (#636)Yusuke Hayashi2021-05-211-1/+1
* remove old and unused "tracing" code (#625)Terence Honles2021-05-201-5/+0
* fix syntax error offsets for python 3.10 (#635)Anthony Sottile2021-05-203-17/+30
* Release 2.3.12.3.1Anthony Sottile2021-03-242-1/+5
* Annotations no longer redefine names (#619)Anthony Sottile2021-03-242-0/+12
* allow passing tox positional arguments to unittest (#624)Terence Honles2021-03-231-1/+1
* Release 2.3.0 (#608)2.3.0Anthony Sottile2021-03-142-1/+13
* Fix: Named types incorrectly raising UndefinedName inside annotated subscript...Léni2021-03-142-12/+104
* Fix annotation clobbering __all__ (#606)Anthony Sottile2021-01-052-1/+17
* deterministic ordering for errors in __all__ (#604)Anthony Sottile2021-01-041-1/+4
* Fix quoted type annotations in typing.TypeVar contexts (#534)Ran Benita2021-01-042-0/+28
* Test PyPy2/3 on GHA (#598)Hugo van Kemenade2020-12-071-3/+0
* Test on GitHub Actions (#596)Hugo van Kemenade2020-12-034-45/+41
* Recognize __qualname__ when used in class scope (#588)Pilou2020-10-122-1/+22
* simplify typing.Literal check (#587)Anthony Sottile2020-10-031-6/+2
* Fix tests with Python 3.9, closes #549 (#586)Louis Sautier2020-10-022-8/+7
* Fix test_invalidEscape with recent PyPy3 versions, closes #584 (#585)Louis Sautier2020-10-024-27/+23
* fix: don't return syntax error for Annotated's metadata (#580)Sebastian Kreft2020-09-282-9/+71
* Fix undefined name in annotations (#535)Sebastian Rittau2020-09-282-13/+84
* Extend F822 to support tuple concatenation (#544)jack11422020-09-272-5/+14
* update pypy download urls (#581)Anthony Sottile2020-09-271-2/+2
* List Python 3.8 support (#541)Brett Cannon2020-05-114-2/+5
* Add tests demonstrating common use of TYPE_CHECKING guards (#531)Anthony Sottile2020-04-271-0/+44
* Fix test for nightly Python (3.9) (#532)Petter Strandmark2020-04-262-0/+7
* Release 2.2.02.2.0Anthony Sottile2020-04-092-1/+28
* Fix pyflakes for removal of ast.Param (#523)Anthony Sottile2020-03-181-3/+5
* Be more cautious when identifying typing Literal (#517)Anthony Sottile2020-03-172-1/+22
* Fix quoted type annotations in unusual contexts (#516)Peter Law2020-03-172-13/+102
* Deprecate optparse in favor of argparse (#499)sim-d2020-03-171-3/+7
* Add a check for if statement conditions which are non-empty tuples (#512)Peter Law2020-03-173-2/+39
* Clarify message docstring (#522)Peter Law2020-03-141-1/+1
* Fix bug in async function scope checking (#511)Peter Law2020-03-132-2/+8
* Warn about is comparison to tuple (#484)Anthony Sottile2020-02-173-7/+74
* Fix false positive with partially quoted annotations (#479)Anthony Sottile2020-02-142-19/+144
* Make pyflakes more resistant to syntax additions (#490)Anthony Sottile2020-02-072-1/+20
* Fix annotation of posonlyarg (#508)Anthony Sottile2020-01-172-0/+12
* 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