summaryrefslogtreecommitdiff
path: root/pyflakes/test
Commit message (Expand)AuthorAgeFilesLines
* Don't test against file perms when running as root (#86)cfs-pure2017-02-041-0/+3
* 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 PyPy2 Windows IntegrationTests (#76)John Vandenberg2016-08-041-1/+25
* Fix typos (#77)Jakub Wilk2016-07-272-5/+5
* Check for duplicate dictionary keys (#72)geokala2016-07-251-0/+217
* Fix TestMain tests on Windows (#75)John Vandenberg2016-07-211-4/+28
* Fix "continue" and "break" checks ignoring py3.5's "async for" loop (#71)Yann Kaiser2016-07-041-0/+57
* Fix TypeError when processing relative imports (#61)John Vandenberg2016-05-121-0/+105
* Avoid traceback when exception is del-ed in except (#67)Phil Frost2016-05-061-0/+9
* Suppress RedefinedWhileUnused for submodule import (#62)John Vandenberg2016-05-051-0/+6
* Warn against reusing exception names after the except: block on Python 3Łukasz Langa2016-04-121-0/+169
* Importation classes with imported name and aliasJohn Vandenberg2016-03-151-0/+95
* Allow passing args to main()John Vandenberg2016-01-261-4/+47
* Handle matrix-multiplication operator ("@")matmulSteven Myint2015-12-211-0/+7
* Check feature names imported from futureJohn Vandenberg2015-11-251-0/+12
* Allow __future__ in doctestJohn Vandenberg2015-11-251-8/+2
* Process doctest scope directly under the module scopeJohn Vandenberg2015-11-251-0/+48
* Report each usage of star importsJohn Vandenberg2015-11-242-4/+24
* Report assert using tupleJohn Vandenberg2015-11-241-0/+34
* Fix undefined name in generators in classJohn Vandenberg2015-11-201-2/+23
* Fix PyPyJohn Vandenberg2015-11-202-19/+86
* Python 3 only allows import * at module levelJohn Vandenberg2015-11-192-0/+21
* Merge test_doubleNestingReportsClosestNameJohn Vandenberg2015-11-162-20/+7
* Import in Class is a public memberJohn Vandenberg2015-11-151-5/+19
* Check for non-ast SyntaxErrorsnonastAaron Meurer2015-11-131-4/+658
* Add DoctestScopeJohn Vandenberg2015-11-122-1/+171
* Fix global removing all UndefinedNameJohn Vandenberg2015-11-121-1/+24
* PEP 498 f-strings supportJohn Vandenberg2015-11-081-0/+8
* os.chmod() supports only read-only flag operations on WindowsEduard-Cristian Stefan2015-09-071-1/+2
* Use os.linesep for Windows compatibilityEduard-Cristian Stefan2015-09-071-3/+4
* Merge pull request #27 from ryneeverett/used-global-importPhil Frost2015-08-281-0/+10
|\
| * Don't report UnusedImport when binding global nameryneeverett2015-08-141-0/+10
* | 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-142-4/+4
* Test that used variable in loop is considered usedryneeverett2015-08-141-0/+12
* Don't mark shadowing variable as 'used'.ryneeverett2015-08-132-3/+15
* Fix a test under Python 3.5Steven Myint2015-07-101-2/+8
* Fix TypeError bug.ryneeverett2015-06-161-0/+9
* Improve 'global' statement support.ryneeverett2015-04-272-2/+29
* Merge pull request #14 from myint/comprehensionPhil Frost2015-03-203-0/+15
|\
| * Properly support list comprehensions in Python 3Steven Myint2015-03-203-0/+15
* | Remove unused classSteven Myint2015-03-201-1/+1
|/
* Merge pull request #12 from chevah/885140-del-if-whilePhil Frost2015-02-141-0/+68
|\
| * Fix print function.Adi Roiban2015-02-141-1/+1
| * Update after bitglue's review.Adi Roiban2015-02-141-10/+11
| * Update del handling in if and while statements.Adi Roiban2015-02-141-0/+67
* | Add an error for return outside of function.Adi Roiban2015-02-141-0/+9
|/
* Use universal newlines only on python 2.6Phil Frost2014-11-281-0/+7