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
...
*
Improve PY2 detection w.r.t Mercurial demandimport
Florent Xicluna
2013-04-21
1
-3
/
+6
*
Minor style cleanup
Florent Xicluna
2013-04-21
1
-8
/
+14
*
Support checking doctests.
Florent Xicluna
2013-04-16
1
-3
/
+45
|
\
|
*
Refactor handleDoctests; add tests for the column offset.
Florent Xicluna
2013-04-05
1
-4
/
+3
|
*
Upgrade the patch for doctests, to calculate column offset.
Florent Xicluna
2013-04-05
1
-3
/
+46
|
|
\
|
|
*
Small refactoring of the doctest checking method
Florent Xicluna
2013-02-21
1
-10
/
+7
|
|
*
Add support for doctests, contribution of Marius Gedminas
Florent Xicluna
2013-01-29
1
-3
/
+46
*
|
|
Use getNodeName() here too
Steven Myint
2013-04-13
1
-1
/
+1
*
|
|
Avoid crash caused by missing "id" attribute
Steven Myint
2013-04-06
1
-1
/
+1
|
/
/
*
|
Support special locals like __tracebackhide__ for py.test.
Florent Xicluna
2013-04-04
1
-7
/
+15
|
\
\
|
*
|
Special locals for zope.exceptions.
Florent Xicluna
2013-04-03
1
-1
/
+1
|
*
|
Support special locals like __tracebackhide__ for py.test.
Florent Xicluna
2013-03-30
1
-7
/
+16
*
|
|
Do not report redefinition when unassigning a globally imported module.
Florent Xicluna
2013-04-04
1
-13
/
+7
|
\
\
\
|
*
|
|
Do not report redefinition when unassigning a globally imported module.
Florent Xicluna
2013-03-30
1
-13
/
+7
*
|
|
|
Do not report undefined name if it is caught by a NameError handler.
Florent Xicluna
2013-04-02
1
-8
/
+35
|
\
\
\
\
|
*
|
|
|
Do not report undefined name if the code is protected with a NameError handler.
Florent Xicluna
2013-03-30
1
-8
/
+35
|
|
/
/
/
*
|
|
|
Add attribute Message.col to report columns offset.
Florent Xicluna
2013-04-01
1
-19
/
+19
|
\
\
\
\
|
*
|
|
|
Add attribute Message.col to report the columns offset.
Florent Xicluna
2013-03-30
1
-19
/
+19
|
|
/
/
/
*
|
|
|
Add docstrings to some modules, copyright moved to LICENSE and setup.py.
Florent Xicluna
2013-03-31
1
-3
/
+5
|
|
/
/
|
/
|
|
*
|
|
Attribute usesLocals belongs to the FunctionScope
Florent Xicluna
2013-03-30
1
-4
/
+6
*
|
|
Use a set() for the FunctionScope 'globals' attribute
Florent Xicluna
2013-03-30
1
-3
/
+3
*
|
|
Refactor the handleNode method and improve caching.
Florent Xicluna
2013-03-30
1
-16
/
+15
*
|
|
Fix issue with Turkish locale.
Florent Xicluna
2013-03-30
1
-3
/
+21
|
/
/
*
|
Do not report false redefinition of variables with list / set / dict comprehe...
Florent Xicluna
2013-03-06
1
-1
/
+2
|
\
\
|
*
|
Do not report redefinition of variable for a variable used in a list comprehe...
Florent Xicluna
2013-03-06
1
-1
/
+2
*
|
|
Do not report redefinition of variable for generator expression and set / dic...
Florent Xicluna
2013-02-21
1
-1
/
+11
|
\
\
\
|
|
/
/
|
*
|
Do not report redefinition of variable for generator expression and set / dic...
Florent Xicluna
2013-02-08
1
-1
/
+11
|
|
/
*
|
Refactor the Python 2.5 compatibility code in the 'except ImportError' block
Florent Xicluna
2013-02-12
1
-9
/
+11
|
/
*
Regression with augmented assignments.
Florent Xicluna
2013-01-29
1
-1
/
+1
*
Fix spurious redefinition warnings in conditionals.
Florent Xicluna
2013-01-29
1
-23
/
+79
|
\
|
*
Rename lowestCommonAncestor to getCommonAncestor.
Florent Xicluna
2013-01-29
1
-7
/
+6
|
*
Improve handling of try/except/else/finally compound statements.
Florent Xicluna
2013-01-28
1
-4
/
+13
|
*
Uniform docstring delimiter.
Florent Xicluna
2013-01-28
1
-6
/
+7
|
*
Fix an undetected assignment in the except handler.
Florent Xicluna
2013-01-28
1
-3
/
+3
|
*
Fix spurious redefinition warnings in conditionals. Patch by Marcin Cieślak.
Florent Xicluna
2013-01-25
1
-15
/
+62
*
|
Don't issue Unused Variable warning when using locals() in current scope.
Florent Xicluna
2013-01-29
1
-0
/
+5
|
\
\
|
*
|
Do not warn about unused variable when using locals() in current scope. Patch...
Florent Xicluna
2013-01-25
1
-0
/
+5
|
|
/
*
|
Support specifying additional built-ins in Checker constructor.
Florent Xicluna
2013-01-29
1
-2
/
+5
|
\
\
|
*
|
Support specifying additional built-ins in Checker constructor.
Florent Xicluna
2013-01-28
1
-2
/
+5
*
|
|
Fixes for Python 3: annotations, metaclass and keyword-only arguments.
Florent Xicluna
2013-01-28
1
-28
/
+40
|
/
/
*
|
Do not report undefined name in __all__ if import * is used.
Florent Xicluna
2013-01-27
1
-1
/
+1
*
|
Method Scope.__init__ is not needed.
Florent Xicluna
2013-01-27
1
-3
/
+0
*
|
Rename attribute dead_scopes to deadScopes.
Florent Xicluna
2013-01-27
1
-4
/
+4
|
/
*
Review the case of decorators for Python 2.5
Florent Xicluna
2013-01-25
1
-9
/
+6
*
Merge the patch for RedefinedInListComp from pyflakes-ast branch
Florent Xicluna
2013-01-25
1
-1
/
+15
*
Re-order Checker.addBinding method.
Florent Xicluna
2013-01-25
1
-31
/
+31
*
More tests for Python 3 and add missing handlers for BYTES, STARRED, YIELDFRO...
Florent Xicluna
2013-01-25
1
-4
/
+5
*
Use the @property decorator.
Florent Xicluna
2013-01-25
1
-1
/
+1
*
Apply consistent naming for Checker methods.
Florent Xicluna
2013-01-25
1
-5
/
+5
*
Remove some extra blank lines, part of Twisted coding standard.
Florent Xicluna
2013-01-25
1
-46
/
+21
[prev]
[next]