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
*
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
*
Catch undefined var in loop generator when used as loop var; fixes lp:1205907
Florent Xicluna
2014-03-29
1
-77
/
+65
*
Refactor method handleDoctests
Florent Xicluna
2014-03-29
1
-9
/
+9
*
Do not report redefinition of import in a local scope if the global name is u...
Florent Xicluna
2014-03-29
1
-39
/
+39
*
Use the PY32 constant for the AST change in Python 3.3
Florent Xicluna
2014-03-29
1
-4
/
+4
*
Release version 0.8
0.8
Florent Xicluna
2014-03-22
1
-6
/
+0
*
Refactor the ReturnWithArgsInsideGenerator checker
Florent Xicluna
2014-03-22
1
-40
/
+19
*
Rename attribute level to depth on AST nodes; fixes lp:1277280
Florent Xicluna
2014-03-22
1
-3
/
+3
*
Do not complain about _ in doctests; fixes lp:1178096
Florent Xicluna
2014-03-22
1
-0
/
+5
*
Simplify version specific constants
Florent Xicluna
2014-03-22
1
-6
/
+2
*
Fix incremental __all__ and tuples in __all__; lp:1241878 and lp:1266446
Florent Xicluna
2014-03-22
1
-17
/
+18
*
only run retung with arguments inside generator check if `sys.version_info < ...
Attila Oláh
2014-02-28
1
-1
/
+2
*
Merge pull request #11 from attilaolah/master
Kevin Watters
2014-02-26
1
-0
/
+45
|
\
|
*
whitespace
Attila Oláh
2013-07-05
1
-1
/
+0
|
*
catch return with arguments inside generator (fixes #1198132)
Attila Oláh
2013-07-05
1
-0
/
+46
*
|
Turn off doctest checking by default.
Jean-Paul Calderone
2014-02-17
1
-2
/
+3
*
|
Merge pull request #19 from laurentb/doctest-fix
Florent Xicluna
2014-01-17
1
-1
/
+1
|
\
\
|
*
|
Fix crash when no "offset" in doctest syntax error
Laurent Bachelier
2014-01-04
1
-1
/
+1
*
|
|
Pass tests on Python 3.4 beta
Florent Xicluna
2014-01-17
1
-25
/
+26
*
|
|
Merge pull request #16 from myint/master
Florent Xicluna
2014-01-17
1
-4
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add some Python 3.4 support
Steven Myint
2013-12-26
1
-4
/
+12
|
|
/
*
|
Sanitize the Python 2 check.
Vincent Driessen
2013-12-19
1
-5
/
+6
|
/
*
Remove leftover comment
Florent Xicluna
2013-06-15
1
-1
/
+0
*
Deprecate pushFunctionScope and pushClassScope
Florent Xicluna
2013-06-15
1
-5
/
+5
*
Fix undefined name for generator expression and dict/set comprehension at cla...
Florent Xicluna
2013-06-15
1
-17
/
+19
*
Add environment variables PYFLAKES_NODOCTEST and PYFLAKES_BUILTINS
Florent Xicluna
2013-04-24
1
-2
/
+7
*
Add boolean attribute Checker.withDoctest to ignore doctests
Florent Xicluna
2013-04-24
1
-2
/
+5
*
Fix computation of DoctestSyntaxError.lineno and col
Florent Xicluna
2013-04-24
1
-9
/
+13
[next]