index
:
delta/python-packages/pyflakes.git
0.9
3.5
allow-failure-in-nightly-python
badge
badge-1
breakpoint
class-without-self
future_proof
main
master
master-only
matmul
myint-absolute-link
myint-simplify-else
nightly
nonast
partially_quoted_annotations
pep8
py3
pypy3
python37
remove-obsolete-from-travis
shebang
simplify_literal_check
travis-on-nightly
typo
github.com: pyflakes/pyflakes.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pyflakes
/
test
/
test_imports.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos (#77)
Jakub Wilk
2016-07-27
1
-3
/
+3
*
Fix TypeError when processing relative imports (#61)
John Vandenberg
2016-05-12
1
-0
/
+105
*
Suppress RedefinedWhileUnused for submodule import (#62)
John Vandenberg
2016-05-05
1
-0
/
+6
*
Importation classes with imported name and alias
John Vandenberg
2016-03-15
1
-0
/
+95
*
Check feature names imported from future
John Vandenberg
2015-11-25
1
-0
/
+12
*
Report each usage of star imports
John Vandenberg
2015-11-24
1
-2
/
+21
*
Python 3 only allows import * at module level
John Vandenberg
2015-11-19
1
-0
/
+20
*
Import in Class is a public member
John Vandenberg
2015-11-15
1
-5
/
+19
*
Don't report UnusedImport when binding global name
ryneeverett
2015-08-14
1
-0
/
+10
*
Improve 'global' statement support.
ryneeverett
2015-04-27
1
-0
/
+15
*
Properly support list comprehensions in Python 3
Steven Myint
2015-03-20
1
-0
/
+2
*
Replace pyflakes with flake8 in the testsuite, and add configuration to tox.ini
Florent Xicluna
2014-04-26
1
-2
/
+3
*
Do not bind the function in the current scope, until its arguments are handle...
Florent Xicluna
2014-03-30
1
-0
/
+12
*
Restore correct behaviour of __future__ imports
Florent Xicluna
2014-03-30
1
-0
/
+9
*
Catch undefined var in loop generator when used as loop var; fixes lp:1205907
Florent Xicluna
2014-03-29
1
-1
/
+8
*
Do not report redefinition of import in a local scope if the global name is u...
Florent Xicluna
2014-03-29
1
-3
/
+39
*
Fix incremental __all__ and tuples in __all__; lp:1241878 and lp:1266446
Florent Xicluna
2014-03-22
1
-0
/
+17
*
Remove dependency on unittest2 completely
Florent Xicluna
2013-07-02
1
-5
/
+4
*
Remove dependency on unittest2 for the tests
Florent Xicluna
2013-06-19
1
-1
/
+1
*
Minor style cleanup
Florent Xicluna
2013-04-21
1
-4
/
+6
*
Do not report redefinition when unassigning a globally imported module.
Florent Xicluna
2013-04-04
1
-1
/
+1
|
\
|
*
Do not report redefinition when unassigning a globally imported module.
Florent Xicluna
2013-03-30
1
-1
/
+1
*
|
Remove extra blank lines from the testsuite.
Florent Xicluna
2013-03-31
1
-16
/
+1
|
/
*
Do not report redefinition of variable for generator expression and set / dic...
Florent Xicluna
2013-02-08
1
-1
/
+2
*
Fix spurious redefinition warnings in conditionals.
Florent Xicluna
2013-01-29
1
-1
/
+125
|
\
|
*
Improve handling of try/except/else/finally compound statements.
Florent Xicluna
2013-01-28
1
-0
/
+61
|
*
Fix spurious redefinition warnings in conditionals. Patch by Marcin Cieślak.
Florent Xicluna
2013-01-25
1
-1
/
+64
*
|
Do not report undefined name in __all__ if import * is used.
Florent Xicluna
2013-01-27
1
-0
/
+10
|
/
*
More tests for Python 3 and add missing handlers for BYTES, STARRED, YIELDFRO...
Florent Xicluna
2013-01-25
1
-0
/
+4
*
Add Python 3 support
Florent Xicluna
2013-01-19
1
-17
/
+23
*
Switch to unittest2 for the tests, and run them on Python 2.5
Florent Xicluna
2013-01-08
1
-6
/
+5
*
Rebase patch from lp:pyflakes branch.
Jonathan Lange
2011-10-31
1
-3
/
+0
*
Merge pyflakes-ast-3005
exarkun
2010-04-13
1
-9
/
+9
*
Merge pyflakes-redefined-by-subclass-2171
exarkun
2009-07-06
1
-0
/
+13
*
Merge pyflakes-all-2826
exarkun
2009-07-06
1
-5
/
+71
*
Merge pyflakes-subpackages-1826
exarkun
2009-06-17
1
-2
/
+48
*
Merge unused-variable-flakes-2718-2
exarkun
2009-06-03
1
-0
/
+1
*
Merge pyflakes-class-decorator-2863
exarkun
2009-05-26
1
-0
/
+35
*
Merge pyflakes-2.3-2093-2
exarkun
2008-03-28
1
-27
/
+55
*
Add a check for __future__ imports that occur after other statements.
mithrandi
2007-01-16
1
-0
/
+9
*
Pyflakes improvements.
mithrandi
2006-11-30
1
-0
/
+49
*
move code from pyflakes.__init__ -> pyflakes.checker, from pyflakes.test.__in...
moe
2005-12-31
1
-2
/
+3
*
re #212 - doesn't resolve anything
glyph
2005-10-28
1
-103
/
+103
*
Handle decorators like any other children; improve test coverage; Fixes #111
exarkun
2005-10-07
1
-2
/
+9
*
copy svn/Pyflakes/trunk -> svn/Divmod/trunk/Pyflakes
moe
2005-10-03
1
-0
/
+418