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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support Python 3.7
Steven Myint
2017-05-29
1
-1
/
+13
*
Merge branch 'master' of github.com:pyflakes/pyflakes
Phil Frost
2017-02-26
3
-9
/
+10
|
\
|
*
Don't test against file perms when running as root (#86)
cfs-pure
2017-02-04
1
-0
/
+3
|
*
Process function scope variable annotations (#88)
Jakub Stasiak
2017-01-22
2
-9
/
+7
*
|
Increment version to 1.5.0
1.5.0
Phil Frost
2017-01-09
1
-1
/
+1
|
/
*
Enable support for PEP 526 annotated assignments (#84)
Łukasz Langa
2017-01-06
2
-0
/
+79
*
Increment version to 1.4.0
1.4.0
Phil Frost
2016-12-30
1
-1
/
+1
*
Use %r instead of %s in ImportStarMessage (#81)
Jelte Fennema
2016-09-28
1
-1
/
+1
*
Fix format string checking (#80)
Jared Garst
2016-09-08
2
-1
/
+9
*
Point URLs to PyCQA (#79)
Ville Skyttä
2016-09-02
1
-1
/
+1
*
Increment version to 1.3.0
1.3.0
Phil Frost
2016-09-01
1
-1
/
+1
*
Fix PyPy2 Windows IntegrationTests (#76)
John Vandenberg
2016-08-04
1
-1
/
+25
*
Fix typos (#77)
Jakub Wilk
2016-07-27
3
-7
/
+7
*
Check for duplicate dictionary keys (#72)
geokala
2016-07-25
3
-1
/
+333
*
Fix TestMain tests on Windows (#75)
John Vandenberg
2016-07-21
1
-4
/
+28
*
Fix "continue" and "break" checks ignoring py3.5's "async for" loop (#71)
Yann Kaiser
2016-07-04
2
-1
/
+64
*
Increment version to 1.2.3
1.2.3
Phil Frost
2016-05-12
1
-1
/
+1
*
Fix TypeError when processing relative imports (#61)
John Vandenberg
2016-05-12
2
-6
/
+122
*
Increment version to 1.2.2
1.2.2
Phil Frost
2016-05-06
1
-1
/
+1
*
Avoid traceback when exception is del-ed in except (#67)
Phil Frost
2016-05-06
2
-1
/
+16
*
Increment version to 1.2.1
1.2.1
Phil Frost
2016-05-05
1
-1
/
+1
*
Suppress RedefinedWhileUnused for submodule import (#62)
John Vandenberg
2016-05-05
2
-4
/
+24
*
Increment version to 1.2.0
1.2.0
Phil Frost
2016-05-03
1
-1
/
+1
*
Warn against reusing exception names after the except: block on Python 3
Łukasz Langa
2016-04-12
2
-5
/
+195
*
Importation classes with imported name and alias
John Vandenberg
2016-03-15
2
-10
/
+183
*
Increment version to 1.1.0
1.1.0
Phil Frost
2016-03-01
1
-1
/
+1
*
Allow passing args to main()
John Vandenberg
2016-01-26
2
-6
/
+49
*
Handle matrix-multiplication operator ("@")
matmul
Steven Myint
2015-12-21
2
-1
/
+9
*
Check feature names imported from future
John Vandenberg
2015-11-25
3
-0
/
+25
*
Allow __future__ in doctest
John Vandenberg
2015-11-25
2
-12
/
+32
*
Process doctest scope directly under the module scope
John Vandenberg
2015-11-25
2
-14
/
+71
*
Report each usage of star imports
John Vandenberg
2015-11-24
4
-13
/
+82
*
Report assert using tuple
John Vandenberg
2015-11-24
3
-1
/
+47
*
Fix undefined name in generators in class
John Vandenberg
2015-11-20
2
-16
/
+36
*
Fix PyPy
John Vandenberg
2015-11-20
4
-21
/
+113
*
Python 3 only allows import * at module level
John Vandenberg
2015-11-19
4
-0
/
+34
*
Merge test_doubleNestingReportsClosestName
John Vandenberg
2015-11-16
2
-20
/
+7
*
Import in Class is a public member
John Vandenberg
2015-11-15
2
-5
/
+23
*
Check for non-ast SyntaxErrors
nonast
Aaron Meurer
2015-11-13
3
-10
/
+772
*
Add DoctestScope
John Vandenberg
2015-11-12
3
-6
/
+187
*
Fix global removing all UndefinedName
John Vandenberg
2015-11-12
2
-3
/
+28
*
PEP 498 f-strings support
John Vandenberg
2015-11-08
2
-1
/
+9
*
Fix documentation of Binding.used
John Vandenberg
2015-11-03
1
-2
/
+2
*
Merge pull request #36 from pyflakes/typo
Steven Myint
2015-09-29
2
-2
/
+2
|
\
|
*
Fix typos
typo
Steven Myint
2015-09-22
2
-2
/
+2
*
|
Increment version to 1.0.0
1.0.0
Phil Frost
2015-09-20
1
-1
/
+1
|
/
*
os.chmod() supports only read-only flag operations on Windows
Eduard-Cristian Stefan
2015-09-07
1
-1
/
+2
*
Use os.linesep for Windows compatibility
Eduard-Cristian Stefan
2015-09-07
1
-3
/
+4
*
Merge pull request #27 from ryneeverett/used-global-import
Phil Frost
2015-08-28
2
-3
/
+14
|
\
|
*
Don't report UnusedImport when binding global name
ryneeverett
2015-08-14
2
-3
/
+14
[next]