summaryrefslogtreecommitdiff
path: root/pyflakes/test/test_other.py
Commit message (Expand)AuthorAgeFilesLines
* produce an error when a definition shadows an unused assignment (#761)Anthony Sottile2023-01-121-0/+6
* pyflakes: python3.8+ (#752)Anthony Sottile2022-11-271-46/+0
* fix crash on augmented-assign to print builtin (#745)Anthony Sottile2022-11-241-0/+4
* burn the bridges with python 2.x (#707)Anthony Sottile2022-06-121-70/+0
* add tests for python3.11-specific syntax (#694)Anthony Sottile2022-05-301-0/+9
* assignment expression in comprehension should target outer scope (#698)Yann Sartori2022-05-301-0/+17
* remove with_statement future imports (#663)Danny Sepler2021-11-211-16/+0
* Add a check for if statement conditions which are non-empty tuples (#512)Peter Law2020-03-171-0/+23
* Allow continue inside finally in 3.8+ (#476)Batuhan Taşkaya2019-11-031-0/+3
* Add support for PEP 572 assignment expressions (#457)Anthony Sottile2019-08-121-0/+9
* String formatting linting (#443)Anthony Sottile2019-07-301-0/+153
* Move type annotations tests to their own classAnthony Sottile2019-01-051-253/+0
* Parse PEP 484 type commentsAnthony Sottile2019-01-041-0/+66
* Add support for PEP 563 (#356) (#374)Jörn Heissler2018-12-221-0/+18
* Exempt typing.overload from duplicate detectionAnthony Sottile2018-11-011-0/+29
* 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
* Handle subtrees as input to checkerMacBox72018-07-191-0/+31
* Don't warn about unused `_` magic varKurtis Rader2018-07-161-0/+10
* Drop support for EOL Python <2.7 and 3.2-3.3 (#322)Hugo2018-03-251-13/+6
* Warn on raise NotImplemented(...)Scott Sanderson2018-02-181-0/+17
* 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-211-0/+16
* Process function scope variable annotations (#88)Jakub Stasiak2017-01-221-1/+6
* Enable support for PEP 526 annotated assignments (#84)Łukasz Langa2017-01-061-0/+61
* Fix format string checking (#80)Jared Garst2016-09-081-0/+8
* Fix typos (#77)Jakub Wilk2016-07-271-2/+2
* Fix "continue" and "break" checks ignoring py3.5's "async for" loop (#71)Yann Kaiser2016-07-041-0/+57
* Handle matrix-multiplication operator ("@")matmulSteven Myint2015-12-211-0/+7
* Report assert using tupleJohn Vandenberg2015-11-241-0/+34
* Check for non-ast SyntaxErrorsnonastAaron Meurer2015-11-131-4/+658
* PEP 498 f-strings supportJohn Vandenberg2015-11-081-0/+8
* Support Python 3.5 async/await statements for Pyflakes.Igor Davydenko2015-08-261-0/+52
* Roll back changes, add comment, and skip the test.ryneeverett2015-08-141-1/+2
* Test that used variable in loop is considered usedryneeverett2015-08-141-0/+12
* Don't mark shadowing variable as 'used'.ryneeverett2015-08-131-1/+12
* Fix TypeError bug.ryneeverett2015-06-161-0/+9
* Properly support list comprehensions in Python 3Steven Myint2015-03-201-0/+4
* Add an error for return outside of function.Adi Roiban2015-02-141-0/+9
* Avoid crash on "return 2"Steven Myint2014-04-261-0/+4
* Report undefined name for literal tuple unpacking; fixes lp:879941Florent Xicluna2014-03-301-1/+23
* Actually this test passesFlorent Xicluna2014-03-291-2/+1
* Remove dependency on unittest2 completelyFlorent Xicluna2013-07-021-4/+3
* Remove dependency on unittest2 for the testsFlorent Xicluna2013-06-191-1/+1
* Minor style cleanupFlorent Xicluna2013-04-211-6/+13
* Do not crash when handling dotted exception types; with tests.Florent Xicluna2013-04-151-1/+14
* Support special locals like __tracebackhide__ for py.test.Florent Xicluna2013-04-041-0/+10
|\
| * Support special locals like __tracebackhide__ for py.test.Florent Xicluna2013-03-301-0/+9
* | Add docstrings to some modules, copyright moved to LICENSE and setup.py.Florent Xicluna2013-03-311-3/+0