summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 2.5.0 (#720)2.5.0Anthony Sottile2022-07-302-1/+12
* remove special handling of pypy offsets since modern pypy gets it right (#717)Anthony Sottile2022-07-185-73/+39
* fix syntax error reporting from stdin (#357) (#716)Steven Karas2022-07-183-16/+70
* Fix pylint URL in README (#714)Raphael Nestler2022-07-081-1/+1
* burn the bridges with python 2.x (#707)Anthony Sottile2022-06-1217-639/+203
* upgrade flake8 to 4.0.1 (#706)Anthony Sottile2022-05-302-7/+5
* remove backported unittest methods (#705)Anthony Sottile2022-05-301-35/+0
* remove checking of node.docstring (#704)Anthony Sottile2022-05-301-13/+1
* simplify PYPY check (#703)Anthony Sottile2022-05-303-17/+3
* remove unused WIN (#702)Anthony Sottile2022-05-301-6/+0
* remove unused names argument in LateFutureImport (#701)Anthony Sottile2022-05-302-3/+2
* Unify output : characters. Fixes #692 (#693)Malware Utkonos2022-05-301-2/+2
* add tests for python3.11-specific syntax (#694)Anthony Sottile2022-05-304-2/+26
* assignment expression in comprehension should target outer scope (#698)Yann Sartori2022-05-302-1/+33
* don't double-run github actions for PRs from pycqa/ (#695)Anthony Sottile2022-05-161-1/+5
* use updated pypy3 name for github actions (#685)Anthony Sottile2022-03-251-2/+2
* support TypeAlias annotations (#679)Laurent Kadian2022-02-132-3/+47
* ignore `__all__` when not directly assigned (#675)Anthony Sottile2022-02-122-1/+14
* 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