summaryrefslogtreecommitdiff
path: root/pyflakes/test/test_other.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Reflow some docstrings.Florent Xicluna2013-03-311-4/+6
* | Remove extra blank lines from the testsuite.Florent Xicluna2013-03-311-53/+6
|/
* Do not report redefinition of variable for a variable used in a list comprehe...Florent Xicluna2013-03-061-0/+25
* Do not report redefinition of variable for generator expression and set / dic...Florent Xicluna2013-02-081-0/+89
* Fix spurious redefinition warnings in conditionals.Florent Xicluna2013-01-291-0/+54
|\
| * Fix an undetected assignment in the except handler.Florent Xicluna2013-01-281-0/+6
| * Fix spurious redefinition warnings in conditionals. Patch by Marcin Cieślak.Florent Xicluna2013-01-251-0/+48
* | Do not warn about unused variable when using locals() in current scope. Patch...Florent Xicluna2013-01-251-0/+22
|/
* Conform to the method naming convention for the testsFlorent Xicluna2013-01-251-5/+5
* Merge the patch for RedefinedInListComp from pyflakes-ast branchFlorent Xicluna2013-01-251-0/+29
* More tests for Python 3 and add missing handlers for BYTES, STARRED, YIELDFRO...Florent Xicluna2013-01-251-0/+80
* Switch to unittest2 for the tests, and run them on Python 2.5Florent Xicluna2013-01-081-20/+5
* Remove duplicate 'that' and excess whitespace.Jonathan Lange2011-11-171-2/+0
* Rebase patch from lp:pyflakes branch.Jonathan Lange2011-10-311-3/+84
* Merge pyflakes-ast-3005exarkun2010-04-131-0/+102
* Merge pyflakes-class-name-binding-2999exarkun2010-04-031-1/+25
* Merge pyflakes-redefined-by-subclass-2171exarkun2009-07-061-0/+11
* Merge pyflakes-with-attrs-2904exarkun2009-06-201-0/+69
* Merge unused-variable-flakes-2718-2exarkun2009-06-031-0/+142
* Merge pyflakes-nameless-with-2048exarkun2008-07-141-0/+13
* Merge pyflakes-2.3-2093-2exarkun2008-03-281-0/+6
* Merge with-ifexp-2095exarkun2008-03-251-0/+144
* Pyflakes improvements.mithrandi2006-11-301-1/+38
* move code from pyflakes.__init__ -> pyflakes.checker, from pyflakes.test.__in...moe2005-12-311-2/+3