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
...
*
Break up tests and skip dictionary comprehensions on 2.6 or lower
Ian Cordasco
2014-07-23
1
-6
/
+18
*
Failing test for lp/bug/1324942
Charles-Francois Natali
2014-07-23
1
-0
/
+26
*
Avoid crash on "return 2"
Steven Myint
2014-04-26
1
-0
/
+4
*
Replace pyflakes with flake8 in the testsuite, and add configuration to tox.ini
Florent Xicluna
2014-04-26
1
-2
/
+3
*
Do not bind the function in the current scope, until its arguments are handle...
Florent Xicluna
2014-03-30
1
-0
/
+12
*
Report undefined name for literal tuple unpacking; fixes lp:879941
Florent Xicluna
2014-03-30
2
-1
/
+59
*
Restore correct behaviour of __future__ imports
Florent Xicluna
2014-03-30
2
-0
/
+12
*
Catch undefined var in loop generator when used as loop var; fixes lp:1205907
Florent Xicluna
2014-03-29
2
-1
/
+23
*
Do not report redefinition of import in a local scope if the global name is u...
Florent Xicluna
2014-03-29
1
-3
/
+39
*
Actually this test passes
Florent Xicluna
2014-03-29
1
-2
/
+1
*
Remove commented line
Florent Xicluna
2014-03-29
1
-1
/
+0
*
Rewrite test_doctests to avoid running tests twice
Florent Xicluna
2014-03-29
1
-40
/
+51
*
Fix the test docstring
Florent Xicluna
2014-03-29
1
-2
/
+1
*
Detect the declared encoding in Python 3; fixes lp:1299169
Florent Xicluna
2014-03-29
1
-2
/
+14
*
Do not complain about _ in doctests; fixes lp:1178096
Florent Xicluna
2014-03-22
1
-0
/
+13
*
Fix incremental __all__ and tuples in __all__; lp:1241878 and lp:1266446
Florent Xicluna
2014-03-22
1
-0
/
+17
*
only run retung with arguments inside generator check if `sys.version_info < ...
Attila Oláh
2014-02-28
1
-3
/
+3
*
Merge pull request #11 from attilaolah/master
Kevin Watters
2014-02-26
1
-0
/
+34
|
\
|
*
added test case
Attila Oláh
2013-07-05
1
-0
/
+34
*
|
Merge pull request #15 from asmeurer/syntaxerror
Kevin Watters
2014-02-26
1
-14
/
+16
|
\
\
|
*
|
Reported column offset should be vim-style. Fix all tests.
Aaron Meurer
2014-02-22
1
-10
/
+10
|
*
|
Merge branch 'master' into syntaxerror
Aaron Meurer
2014-02-22
2
-2
/
+35
|
|
\
\
|
*
|
|
Make tests pass in Python 2
Aaron Meurer
2013-11-12
1
-4
/
+6
|
*
|
|
Fix all test failures related to changes to syntax error reporting
Aaron Meurer
2013-11-12
1
-16
/
+16
|
|
|
/
|
|
/
|
*
|
|
Turn off doctest checking by default.
Jean-Paul Calderone
2014-02-17
2
-1
/
+5
|
|
/
|
/
|
*
|
Merge pull request #19 from laurentb/doctest-fix
Florent Xicluna
2014-01-17
1
-0
/
+19
|
\
\
|
*
|
Add failing doctest syntax test
Laurent Bachelier
2014-01-04
1
-0
/
+19
|
|
/
*
|
Generalize test to work non-Python 3.3
Steven Myint
2014-01-04
1
-4
/
+4
*
|
Display caret correctly
Steven Myint
2014-01-04
1
-7
/
+21
|
/
*
Remove dependency on unittest2 completely
Florent Xicluna
2013-07-02
7
-30
/
+34
*
Use assertEqual instead of deprecated assertEquals.
Florent Xicluna
2013-06-19
1
-12
/
+12
*
Fix undefined name for generator expression and dict/set comprehension at cla...
Florent Xicluna
2013-06-19
1
-0
/
+22
|
\
|
*
Skip dict/set comprehension with Python 2.5 and 2.6
Florent Xicluna
2013-06-15
1
-2
/
+9
|
*
Fix undefined name for generator expression and dict/set comprehension at cla...
Florent Xicluna
2013-06-15
1
-0
/
+15
*
|
Remove dependency on unittest2 for the tests
Florent Xicluna
2013-06-19
7
-7
/
+11
|
/
*
Fix tests with Python 3.2.4 and Python 3.3.1
Florent Xicluna
2013-04-24
1
-3
/
+7
*
More tests for doctest (lineno, col) calculation
Florent Xicluna
2013-04-24
1
-2
/
+19
*
Add tests for DoctestSyntaxError lineno and col
Florent Xicluna
2013-04-24
1
-6
/
+20
*
Fix reporting errors in non-ASCII filenames on Python 2.x
Florent Xicluna
2013-04-23
1
-5
/
+5
|
\
|
*
Fix tests on Python 2
Florent Xicluna
2013-04-21
1
-5
/
+5
*
|
Minor style cleanup
Florent Xicluna
2013-04-21
4
-29
/
+49
|
/
*
Support checking doctests.
Florent Xicluna
2013-04-16
1
-0
/
+179
|
\
|
*
Refactor handleDoctests; add tests for the column offset.
Florent Xicluna
2013-04-05
1
-4
/
+8
|
*
Upgrade the patch for doctests, to calculate column offset.
Florent Xicluna
2013-04-05
1
-0
/
+175
|
|
\
|
|
*
Add support for doctests, contribution of Marius Gedminas
Florent Xicluna
2013-01-29
1
-0
/
+175
*
|
|
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
*
|
|
Do not report redefinition when unassigning a globally imported module.
Florent Xicluna
2013-04-04
1
-1
/
+1
|
\
\
\
|
*
|
|
Do not report redefinition when unassigning a globally imported module.
Florent Xicluna
2013-03-30
1
-1
/
+1
|
|
/
/
[prev]
[next]