summaryrefslogtreecommitdiff
path: root/pyflakes/test
Commit message (Expand)AuthorAgeFilesLines
* Allow continue inside finally in 3.8+ (#476)Batuhan Taşkaya2019-11-031-0/+3
* fix test name typo (#478)Florian Dahlitz2019-10-051-1/+1
* Allow @overload on async functions as well (#472)Anthony Sottile2019-09-301-0/+18
* Support typing_extensions.overload in addition to typing.overload (#466)Michael J. Sullivan2019-09-281-0/+17
* Adjust tests for different SyntaxError offsets for pypy7.1.1 (#468)Anthony Sottile2019-09-282-19/+41
* Add support for PEP 572 assignment expressions (#457)Anthony Sottile2019-08-121-0/+9
* In PEP 484 type comments, allow text after "# type: ignore" (#455)Michael J. Sullivan2019-08-122-1/+22
* Shebang detection improvements (#438)Ville Skyttä2019-08-041-1/+27
* String formatting linting (#443)Anthony Sottile2019-07-301-0/+153
* Fix NoneType has no attribute parent when handling doctests (#452)Marius Gedminas2019-07-091-0/+10
* Fix return annotation is class level variable caused undefined (#448)秋葉2019-07-021-0/+20
* Add another test for #422 (#433)Markus Unterwaditzer2019-05-041-14/+6
* Improve @overload detection (#435)Anthony Sottile2019-03-011-0/+35
* Fix line number of comment syntax error message (#420)Anthony Sottile2019-02-011-0/+7
* Fix typing.overload check to only check imported names (#423)Anthony Sottile2019-01-311-0/+22
* Fix regression with `__all__ = [not, strings]`Anthony Sottile2019-01-221-0/+27
* Use file_tokens to better match flake8 apiAnthony Sottile2019-01-212-4/+6
* Allow star args in type commentsAnthony Sottile2019-01-211-0/+8
* Add check for use of 'is' operator with str, bytes, and int literalsJon Dufresne2019-01-191-0/+200
* Set the proper scope for `async def`Anthony Sottile2019-01-171-0/+7
* Move type annotations tests to their own classAnthony Sottile2019-01-052-253/+273
* Parse PEP 484 type commentsAnthony Sottile2019-01-044-8/+260
* support module scope __annotations__秋葉2019-01-011-0/+8
* Add support for PEP 563 (#356) (#374)Jörn Heissler2018-12-221-0/+18
* Make the code and tests compatible with 3.8-dev. (#369)Serhiy Storchaka2018-12-202-15/+30
* checker.py: Report undefined names in __all__Charlie Liu2018-11-031-4/+5
* Mark SubmoduleImportation imported with Importation with alias as usedjoshua1b2018-11-021-0/+16
* Exempt typing.overload from duplicate detectionAnthony Sottile2018-11-012-1/+31
* Don't leave behind temporary files when running the testsuiteAnthony Sottile2018-11-011-126/+125
* checker.py: Add support for list concatenationCharlie Liu2018-10-311-10/+5
* Consider AsyncFor the same as For in variable contexts (#380)Anthony Sottile2018-10-301-0/+8
* checker.py: Check for invalid print syntaxMacBox72018-08-111-0/+50
* test_api.py: Remove redundant PYPY checkJohn Vandenberg2018-08-061-1/+1
* test_errors_syntax: Expect SystemExit error code 1John Vandenberg2018-08-061-2/+4
* test_invalidEscape: Test on PyPyJohn Vandenberg2018-08-031-6/+17
* checker.py: Handle UnboundLocal error for builtinsMacBox72018-08-011-0/+41
* Handle subtrees as input to checkerMacBox72018-07-193-0/+160
* Recognize __module__ when used in class scopeMarius Gedminas2018-07-171-0/+16
* Don't warn about unused `_` magic varKurtis Rader2018-07-162-0/+17
* Drop support for EOL Python <2.7 and 3.2-3.3 (#322)Hugo2018-03-255-43/+16
* skip Emacs/vim backup files (#331)Skip Montanaro2018-03-251-0/+1
* Warn on raise NotImplemented(...)Scott Sanderson2018-02-181-0/+17
* Fix typo (#327)Jakub Wilk2018-01-291-1/+1
* Support `__class__` without `self` in Python 3 (#325)Steven Myint2018-01-271-0/+18
* Ignore underscore redefinition (#73)eight2017-12-081-0/+19
* Handle string literal annotations (#313)Jimmy Jia2017-11-251-0/+74
* Add check for unused exception binding in except: block (#293)Jon Dufresne2017-10-213-12/+40
* Skip a test under PyPy that varies on version (#294)Steven Myint2017-09-201-7/+1
* Detect `pythonw` in shebang (#277)Steven Myint2017-06-031-6/+20
* Find Python files without extensionsSteven Myint2017-06-011-0/+16