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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't test against file perms when running as root (#86)
cfs-pure
2017-02-04
1
-0
/
+3
*
Process function scope variable annotations (#88)
Jakub Stasiak
2017-01-22
1
-1
/
+6
*
Enable support for PEP 526 annotated assignments (#84)
Łukasz Langa
2017-01-06
1
-0
/
+61
*
Fix format string checking (#80)
Jared Garst
2016-09-08
1
-0
/
+8
*
Fix PyPy2 Windows IntegrationTests (#76)
John Vandenberg
2016-08-04
1
-1
/
+25
*
Fix typos (#77)
Jakub Wilk
2016-07-27
2
-5
/
+5
*
Check for duplicate dictionary keys (#72)
geokala
2016-07-25
1
-0
/
+217
*
Fix TestMain tests on Windows (#75)
John Vandenberg
2016-07-21
1
-4
/
+28
*
Fix "continue" and "break" checks ignoring py3.5's "async for" loop (#71)
Yann Kaiser
2016-07-04
1
-0
/
+57
*
Fix TypeError when processing relative imports (#61)
John Vandenberg
2016-05-12
1
-0
/
+105
*
Avoid traceback when exception is del-ed in except (#67)
Phil Frost
2016-05-06
1
-0
/
+9
*
Suppress RedefinedWhileUnused for submodule import (#62)
John Vandenberg
2016-05-05
1
-0
/
+6
*
Warn against reusing exception names after the except: block on Python 3
Łukasz Langa
2016-04-12
1
-0
/
+169
*
Importation classes with imported name and alias
John Vandenberg
2016-03-15
1
-0
/
+95
*
Allow passing args to main()
John Vandenberg
2016-01-26
1
-4
/
+47
*
Handle matrix-multiplication operator ("@")
matmul
Steven Myint
2015-12-21
1
-0
/
+7
*
Check feature names imported from future
John Vandenberg
2015-11-25
1
-0
/
+12
*
Allow __future__ in doctest
John Vandenberg
2015-11-25
1
-8
/
+2
*
Process doctest scope directly under the module scope
John Vandenberg
2015-11-25
1
-0
/
+48
*
Report each usage of star imports
John Vandenberg
2015-11-24
2
-4
/
+24
*
Report assert using tuple
John Vandenberg
2015-11-24
1
-0
/
+34
*
Fix undefined name in generators in class
John Vandenberg
2015-11-20
1
-2
/
+23
*
Fix PyPy
John Vandenberg
2015-11-20
2
-19
/
+86
*
Python 3 only allows import * at module level
John Vandenberg
2015-11-19
2
-0
/
+21
*
Merge test_doubleNestingReportsClosestName
John Vandenberg
2015-11-16
2
-20
/
+7
*
Import in Class is a public member
John Vandenberg
2015-11-15
1
-5
/
+19
*
Check for non-ast SyntaxErrors
nonast
Aaron Meurer
2015-11-13
1
-4
/
+658
*
Add DoctestScope
John Vandenberg
2015-11-12
2
-1
/
+171
*
Fix global removing all UndefinedName
John Vandenberg
2015-11-12
1
-1
/
+24
*
PEP 498 f-strings support
John Vandenberg
2015-11-08
1
-0
/
+8
*
os.chmod() supports only read-only flag operations on Windows
Eduard-Cristian Stefan
2015-09-07
1
-1
/
+2
*
Use os.linesep for Windows compatibility
Eduard-Cristian Stefan
2015-09-07
1
-3
/
+4
*
Merge pull request #27 from ryneeverett/used-global-import
Phil Frost
2015-08-28
1
-0
/
+10
|
\
|
*
Don't report UnusedImport when binding global name
ryneeverett
2015-08-14
1
-0
/
+10
*
|
Support Python 3.5 async/await statements for Pyflakes.
Igor Davydenko
2015-08-26
1
-0
/
+52
|
/
*
Roll back changes, add comment, and skip the test.
ryneeverett
2015-08-14
2
-4
/
+4
*
Test that used variable in loop is considered used
ryneeverett
2015-08-14
1
-0
/
+12
*
Don't mark shadowing variable as 'used'.
ryneeverett
2015-08-13
2
-3
/
+15
*
Fix a test under Python 3.5
Steven Myint
2015-07-10
1
-2
/
+8
*
Fix TypeError bug.
ryneeverett
2015-06-16
1
-0
/
+9
*
Improve 'global' statement support.
ryneeverett
2015-04-27
2
-2
/
+29
*
Merge pull request #14 from myint/comprehension
Phil Frost
2015-03-20
3
-0
/
+15
|
\
|
*
Properly support list comprehensions in Python 3
Steven Myint
2015-03-20
3
-0
/
+15
*
|
Remove unused class
Steven Myint
2015-03-20
1
-1
/
+1
|
/
*
Merge pull request #12 from chevah/885140-del-if-while
Phil Frost
2015-02-14
1
-0
/
+68
|
\
|
*
Fix print function.
Adi Roiban
2015-02-14
1
-1
/
+1
|
*
Update after bitglue's review.
Adi Roiban
2015-02-14
1
-10
/
+11
|
*
Update del handling in if and while statements.
Adi Roiban
2015-02-14
1
-0
/
+67
*
|
Add an error for return outside of function.
Adi Roiban
2015-02-14
1
-0
/
+9
|
/
*
Use universal newlines only on python 2.6
Phil Frost
2014-11-28
1
-0
/
+7
[next]