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_other.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 typos (#77)
Jakub Wilk
2016-07-27
1
-2
/
+2
*
Fix "continue" and "break" checks ignoring py3.5's "async for" loop (#71)
Yann Kaiser
2016-07-04
1
-0
/
+57
*
Handle matrix-multiplication operator ("@")
matmul
Steven Myint
2015-12-21
1
-0
/
+7
*
Report assert using tuple
John Vandenberg
2015-11-24
1
-0
/
+34
*
Check for non-ast SyntaxErrors
nonast
Aaron Meurer
2015-11-13
1
-4
/
+658
*
PEP 498 f-strings support
John Vandenberg
2015-11-08
1
-0
/
+8
*
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
1
-1
/
+2
*
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
1
-1
/
+12
*
Fix TypeError bug.
ryneeverett
2015-06-16
1
-0
/
+9
*
Properly support list comprehensions in Python 3
Steven Myint
2015-03-20
1
-0
/
+4
*
Add an error for return outside of function.
Adi Roiban
2015-02-14
1
-0
/
+9
*
Avoid crash on "return 2"
Steven Myint
2014-04-26
1
-0
/
+4
*
Report undefined name for literal tuple unpacking; fixes lp:879941
Florent Xicluna
2014-03-30
1
-1
/
+23
*
Actually this test passes
Florent Xicluna
2014-03-29
1
-2
/
+1
*
Remove dependency on unittest2 completely
Florent Xicluna
2013-07-02
1
-4
/
+3
*
Remove dependency on unittest2 for the tests
Florent Xicluna
2013-06-19
1
-1
/
+1
*
Minor style cleanup
Florent Xicluna
2013-04-21
1
-6
/
+13
*
Do not crash when handling dotted exception types; with tests.
Florent Xicluna
2013-04-15
1
-1
/
+14
*
Support special locals like __tracebackhide__ for py.test.
Florent Xicluna
2013-04-04
1
-0
/
+10
|
\
|
*
Support special locals like __tracebackhide__ for py.test.
Florent Xicluna
2013-03-30
1
-0
/
+9
*
|
Add docstrings to some modules, copyright moved to LICENSE and setup.py.
Florent Xicluna
2013-03-31
1
-3
/
+0
*
|
Reflow some docstrings.
Florent Xicluna
2013-03-31
1
-4
/
+6
*
|
Remove extra blank lines from the testsuite.
Florent Xicluna
2013-03-31
1
-53
/
+6
|
/
*
Do not report redefinition of variable for a variable used in a list comprehe...
Florent Xicluna
2013-03-06
1
-0
/
+25
*
Do not report redefinition of variable for generator expression and set / dic...
Florent Xicluna
2013-02-08
1
-0
/
+89
*
Fix spurious redefinition warnings in conditionals.
Florent Xicluna
2013-01-29
1
-0
/
+54
|
\
|
*
Fix an undetected assignment in the except handler.
Florent Xicluna
2013-01-28
1
-0
/
+6
|
*
Fix spurious redefinition warnings in conditionals. Patch by Marcin Cieślak.
Florent Xicluna
2013-01-25
1
-0
/
+48
*
|
Do not warn about unused variable when using locals() in current scope. Patch...
Florent Xicluna
2013-01-25
1
-0
/
+22
|
/
*
Conform to the method naming convention for the tests
Florent Xicluna
2013-01-25
1
-5
/
+5
*
Merge the patch for RedefinedInListComp from pyflakes-ast branch
Florent Xicluna
2013-01-25
1
-0
/
+29
*
More tests for Python 3 and add missing handlers for BYTES, STARRED, YIELDFRO...
Florent Xicluna
2013-01-25
1
-0
/
+80
*
Switch to unittest2 for the tests, and run them on Python 2.5
Florent Xicluna
2013-01-08
1
-20
/
+5
*
Remove duplicate 'that' and excess whitespace.
Jonathan Lange
2011-11-17
1
-2
/
+0
*
Rebase patch from lp:pyflakes branch.
Jonathan Lange
2011-10-31
1
-3
/
+84
*
Merge pyflakes-ast-3005
exarkun
2010-04-13
1
-0
/
+102
*
Merge pyflakes-class-name-binding-2999
exarkun
2010-04-03
1
-1
/
+25
*
Merge pyflakes-redefined-by-subclass-2171
exarkun
2009-07-06
1
-0
/
+11
*
Merge pyflakes-with-attrs-2904
exarkun
2009-06-20
1
-0
/
+69
*
Merge unused-variable-flakes-2718-2
exarkun
2009-06-03
1
-0
/
+142
*
Merge pyflakes-nameless-with-2048
exarkun
2008-07-14
1
-0
/
+13
*
Merge pyflakes-2.3-2093-2
exarkun
2008-03-28
1
-0
/
+6
*
Merge with-ifexp-2095
exarkun
2008-03-25
1
-0
/
+144
*
Pyflakes improvements.
mithrandi
2006-11-30
1
-1
/
+38
*
move code from pyflakes.__init__ -> pyflakes.checker, from pyflakes.test.__in...
moe
2005-12-31
1
-2
/
+3
[next]