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
/
checker.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Process function scope variable annotations (#88)
Jakub Stasiak
2017-01-22
1
-8
/
+1
*
Enable support for PEP 526 annotated assignments (#84)
Łukasz Langa
2017-01-06
1
-0
/
+18
*
Fix format string checking (#80)
Jared Garst
2016-09-08
1
-1
/
+1
*
Point URLs to PyCQA (#79)
Ville Skyttä
2016-09-02
1
-1
/
+1
*
Fix typos (#77)
Jakub Wilk
2016-07-27
1
-2
/
+2
*
Check for duplicate dictionary keys (#72)
geokala
2016-07-25
1
-1
/
+100
*
Fix "continue" and "break" checks ignoring py3.5's "async for" loop (#71)
Yann Kaiser
2016-07-04
1
-1
/
+7
*
Fix TypeError when processing relative imports (#61)
John Vandenberg
2016-05-12
1
-6
/
+17
*
Avoid traceback when exception is del-ed in except (#67)
Phil Frost
2016-05-06
1
-1
/
+7
*
Suppress RedefinedWhileUnused for submodule import (#62)
John Vandenberg
2016-05-05
1
-4
/
+18
*
Warn against reusing exception names after the except: block on Python 3
Łukasz Langa
2016-04-12
1
-5
/
+26
*
Importation classes with imported name and alias
John Vandenberg
2016-03-15
1
-10
/
+88
*
Handle matrix-multiplication operator ("@")
matmul
Steven Myint
2015-12-21
1
-1
/
+2
*
Check feature names imported from future
John Vandenberg
2015-11-25
1
-0
/
+4
*
Allow __future__ in doctest
John Vandenberg
2015-11-25
1
-4
/
+30
*
Process doctest scope directly under the module scope
John Vandenberg
2015-11-25
1
-14
/
+23
*
Report each usage of star imports
John Vandenberg
2015-11-24
1
-9
/
+50
*
Report assert using tuple
John Vandenberg
2015-11-24
1
-1
/
+6
*
Fix undefined name in generators in class
John Vandenberg
2015-11-20
1
-14
/
+13
*
Fix PyPy
John Vandenberg
2015-11-20
1
-2
/
+15
*
Python 3 only allows import * at module level
John Vandenberg
2015-11-19
1
-0
/
+5
*
Import in Class is a public member
John Vandenberg
2015-11-15
1
-0
/
+4
*
Check for non-ast SyntaxErrors
nonast
Aaron Meurer
2015-11-13
1
-4
/
+61
*
Add DoctestScope
John Vandenberg
2015-11-12
1
-5
/
+16
*
Fix global removing all UndefinedName
John Vandenberg
2015-11-12
1
-2
/
+4
*
PEP 498 f-strings support
John Vandenberg
2015-11-08
1
-1
/
+1
*
Fix documentation of Binding.used
John Vandenberg
2015-11-03
1
-2
/
+2
*
Merge pull request #27 from ryneeverett/used-global-import
Phil Frost
2015-08-28
1
-3
/
+4
|
\
|
*
Don't report UnusedImport when binding global name
ryneeverett
2015-08-14
1
-3
/
+4
*
|
Support Python 3.5 async/await statements for Pyflakes.
Igor Davydenko
2015-08-26
1
-3
/
+6
|
/
*
Roll back changes, add comment, and skip the test.
ryneeverett
2015-08-14
1
-4
/
+4
*
Don't mark shadowing variable as 'used'.
ryneeverett
2015-08-13
1
-3
/
+4
*
Fix TypeError bug.
ryneeverett
2015-06-16
1
-1
/
+1
*
Improve 'global' statement support.
ryneeverett
2015-04-27
1
-2
/
+24
*
Properly support list comprehensions in Python 3
Steven Myint
2015-03-20
1
-1
/
+3
*
Merge pull request #12 from chevah/885140-del-if-while
Phil Frost
2015-02-14
1
-0
/
+18
|
\
|
*
Update after bitglue's review.
Adi Roiban
2015-02-14
1
-22
/
+2
|
*
Update del handling in if and while statements.
Adi Roiban
2015-02-14
1
-0
/
+38
*
|
Add an error for return outside of function.
Adi Roiban
2015-02-14
1
-0
/
+4
|
/
*
Fix for lp/bug/1324942
Charles-Francois Natali
2014-07-23
1
-1
/
+1
*
Avoid crash on "return 2"
Steven Myint
2014-04-26
1
-1
/
+5
*
Release version 0.8.1
0.8.1
Florent Xicluna
2014-03-30
1
-0
/
+2
*
Refactor and (arguably) simplify.
Florent Xicluna
2014-03-30
1
-53
/
+40
*
Remove comment
Florent Xicluna
2014-03-30
1
-2
/
+0
*
Do not bind the function in the current scope, until its arguments are handle...
Florent Xicluna
2014-03-30
1
-1
/
+1
*
Refactoring
Florent Xicluna
2014-03-30
1
-7
/
+7
*
Report undefined name for literal tuple unpacking; fixes lp:879941
Florent Xicluna
2014-03-30
1
-8
/
+21
*
Restore correct behaviour of __future__ imports
Florent Xicluna
2014-03-30
1
-2
/
+2
*
Be consistent, it's named node_class in the module
Florent Xicluna
2014-03-30
1
-4
/
+4
*
Do not report 'unable to detect undefined names' when using invalid syntax 'f...
Florent Xicluna
2014-03-30
1
-2
/
+2
[next]