summaryrefslogtreecommitdiff
path: root/pyflakes/test/test_imports.py
Commit message (Expand)AuthorAgeFilesLines
* burn the bridges with python 2.x (#707)Anthony Sottile2022-06-121-33/+4
* ignore `__all__` when not directly assigned (#675)Anthony Sottile2022-02-121-0/+6
* Extend F822 to support tuple concatenation (#544)jack11422020-09-271-1/+10
* Fix regression with `__all__ = [not, strings]`Anthony Sottile2019-01-221-0/+27
* 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
* checker.py: Add support for list concatenationCharlie Liu2018-10-311-10/+5
* Don't warn about unused `_` magic varKurtis Rader2018-07-161-0/+7
* Drop support for EOL Python <2.7 and 3.2-3.3 (#322)Hugo2018-03-251-10/+2
* Add check for unused exception binding in except: block (#293)Jon Dufresne2017-10-211-2/+5
* Fix typos (#77)Jakub Wilk2016-07-271-3/+3
* Fix TypeError when processing relative imports (#61)John Vandenberg2016-05-121-0/+105
* Suppress RedefinedWhileUnused for submodule import (#62)John Vandenberg2016-05-051-0/+6
* Importation classes with imported name and aliasJohn Vandenberg2016-03-151-0/+95
* Check feature names imported from futureJohn Vandenberg2015-11-251-0/+12
* Report each usage of star importsJohn Vandenberg2015-11-241-2/+21
* Python 3 only allows import * at module levelJohn Vandenberg2015-11-191-0/+20
* Import in Class is a public memberJohn Vandenberg2015-11-151-5/+19
* Don't report UnusedImport when binding global nameryneeverett2015-08-141-0/+10
* Improve 'global' statement support.ryneeverett2015-04-271-0/+15
* Properly support list comprehensions in Python 3Steven Myint2015-03-201-0/+2
* Replace pyflakes with flake8 in the testsuite, and add configuration to tox.iniFlorent Xicluna2014-04-261-2/+3
* Do not bind the function in the current scope, until its arguments are handle...Florent Xicluna2014-03-301-0/+12
* Restore correct behaviour of __future__ importsFlorent Xicluna2014-03-301-0/+9
* Catch undefined var in loop generator when used as loop var; fixes lp:1205907Florent Xicluna2014-03-291-1/+8
* Do not report redefinition of import in a local scope if the global name is u...Florent Xicluna2014-03-291-3/+39
* Fix incremental __all__ and tuples in __all__; lp:1241878 and lp:1266446Florent Xicluna2014-03-221-0/+17
* Remove dependency on unittest2 completelyFlorent Xicluna2013-07-021-5/+4
* Remove dependency on unittest2 for the testsFlorent Xicluna2013-06-191-1/+1
* Minor style cleanupFlorent Xicluna2013-04-211-4/+6
* Do not report redefinition when unassigning a globally imported module.Florent Xicluna2013-04-041-1/+1
|\
| * Do not report redefinition when unassigning a globally imported module.Florent Xicluna2013-03-301-1/+1
* | Remove extra blank lines from the testsuite.Florent Xicluna2013-03-311-16/+1
|/
* Do not report redefinition of variable for generator expression and set / dic...Florent Xicluna2013-02-081-1/+2
* Fix spurious redefinition warnings in conditionals.Florent Xicluna2013-01-291-1/+125
|\
| * Improve handling of try/except/else/finally compound statements.Florent Xicluna2013-01-281-0/+61
| * Fix spurious redefinition warnings in conditionals. Patch by Marcin Cieślak.Florent Xicluna2013-01-251-1/+64
* | Do not report undefined name in __all__ if import * is used.Florent Xicluna2013-01-271-0/+10
|/
* More tests for Python 3 and add missing handlers for BYTES, STARRED, YIELDFRO...Florent Xicluna2013-01-251-0/+4
* Add Python 3 supportFlorent Xicluna2013-01-191-17/+23
* Switch to unittest2 for the tests, and run them on Python 2.5Florent Xicluna2013-01-081-6/+5
* Rebase patch from lp:pyflakes branch.Jonathan Lange2011-10-311-3/+0
* Merge pyflakes-ast-3005exarkun2010-04-131-9/+9
* Merge pyflakes-redefined-by-subclass-2171exarkun2009-07-061-0/+13
* Merge pyflakes-all-2826exarkun2009-07-061-5/+71
* Merge pyflakes-subpackages-1826exarkun2009-06-171-2/+48
* Merge unused-variable-flakes-2718-2exarkun2009-06-031-0/+1
* Merge pyflakes-class-decorator-2863exarkun2009-05-261-0/+35
* Merge pyflakes-2.3-2093-2exarkun2008-03-281-27/+55
* Add a check for __future__ imports that occur after other statements.mithrandi2007-01-161-0/+9