index
:
delta/python-packages/pep8.git
E306_async_def
E721-allow-is-v2
add-code-of-conduct
bug/507
develop
doc-update
drop_py34
feature292
followup-to-499
gh-425
gh-502
gh-702
issue-228
issue-304
issue-314
issue-316
issue-319-regression
issue-334
issue-338
issue-357
issue-363
issue-366
issue-366-regression
issue-368
issue-376
issue-452
issue-473
issue/1018
issue319
issue336
issue358
main
markdown
master
package-pycodestyle
pre-commit-ci-update-config
release/1.7.x
release/1.8.0
release/2.0.0
release/v1.6.3
remove_indent_size_str
test-pypy3
upcoming-3.0
update-rtd-links
update_sphinx
github.com: jcrocholl/pep8.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pycodestyle.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed wording in docstring
Ian Lee
2018-01-19
1
-2
/
+2
*
Fix up testsuite for W504
Ian Stapleton Cordasco
2018-01-17
1
-12
/
+12
*
Add W504 for line breaks before binary operators
Ian Cordasco
2018-01-17
1
-28
/
+81
*
Fix handling of diffs with mnemonic prefixes
Michal Kolodziejski
2017-12-27
1
-1
/
+3
*
Merge pull request #663 from mjsir911/merge
Ian Stapleton Cordasco
2017-11-18
1
-2
/
+7
|
\
|
*
Default `verbose` to `None` instead of `0`
Marco Sirabella
2017-10-22
1
-1
/
+1
|
*
Handle conflicting CLI and verbose=# better
Marco Sirabella
2017-10-22
1
-2
/
+3
|
*
Transform booleans to numbers to go with previous code
Marco Sirabella
2017-10-22
1
-2
/
+2
|
*
- Forward down verbosity level
Marco J Sirabella
2017-07-09
1
-2
/
+6
*
|
Fix missed quoting in E722 check
Dirk Mueller
2017-10-24
1
-1
/
+1
*
|
Add W605 warning for invalid escape sequences in string literals
Jon Dufresne
2017-09-10
1
-0
/
+51
|
/
*
Merge branch 'master' into fix-variable-annotations
Eddie Antonio Santos
2017-06-07
1
-53
/
+86
|
\
|
*
Fix issue #643: Optimize noqa() with an lru_cache for Python 3.2+. (#644)
Julien
2017-06-03
1
-1
/
+11
|
*
Merge pull request #625 from scop/py36escseq
Ian Cordasco
2017-05-29
1
-1
/
+1
|
|
\
|
|
*
Python 3.6 invalid escape sequence deprecation fix
Ville Skyttä
2017-02-25
1
-1
/
+1
|
*
|
Use bisect instead of iterating over every offsets.
Julien Palard
2017-05-14
1
-4
/
+6
|
*
|
Avoid relying on inspect to list functions.
Julien Palard
2017-05-09
1
-45
/
+64
|
*
|
Correctly report E501 when the first line of a docstring is too long
Anthony Sottile
2017-03-15
1
-2
/
+4
|
|
/
*
|
Fix erroneous regex repetition.
Eddie Antonio Santos
2017-04-15
1
-1
/
+1
*
|
update patch
Rach Belaid
2017-04-06
1
-2
/
+2
*
|
Support variable annotation when variable start by a keyword
Rach Belaid
2017-03-22
1
-1
/
+1
|
/
*
Bump version for 2.3.1
2.3.1
Ian Cordasco
2017-01-30
1
-1
/
+1
*
Allow for multiple spaces in top level regex
Ian Cordasco
2017-01-30
1
-1
/
+1
*
Fix regression in E302 detection
Ian Cordasco
2017-01-30
1
-1
/
+1
*
Prepare 2.3.0 release
Ian Cordasco
2017-01-27
1
-1
/
+1
*
Allow all dunder variables above imports
Simon Gomizelj
2017-01-25
1
-0
/
+3
*
Merge pull request #610 from khairihafsham/e306-doc
Ian Cordasco
2017-01-24
1
-0
/
+1
|
\
|
*
modified pycodestyle.py
Khairi Hafsham
2017-01-16
1
-0
/
+1
*
|
Don't report E701 for variable annotations (#612)
Anthony Sottile
2017-01-24
1
-1
/
+12
*
|
Report E704 for async def as well (#611)
Anthony Sottile
2017-01-24
1
-3
/
+5
|
/
*
warn about bare except clause
Łukasz Rogalski
2016-12-28
1
-2
/
+20
*
Tagged release of 2.2.0
2.2.0
Ian Lee
2016-11-14
1
-1
/
+1
*
Fix E305 regression in 2.1.0 due to fix for #400
Mark Peek
2016-11-06
1
-1
/
+3
*
Bump versin number post release
Ian Lee
2016-11-04
1
-1
/
+1
*
Tagged release of 2.1.0
2.1.0
Ian Lee
2016-11-04
1
-1
/
+1
*
Check for both [pep8] and [pycodestyle] config sections.
Thomas Schultz
2016-11-03
1
-7
/
+15
*
Merge pull request #555 from memeplex/master
Ian Cordasco
2016-08-11
1
-2
/
+16
|
\
|
*
Improve error message and add some comments
memeplex
2016-06-28
1
-2
/
+3
|
*
Special case for nested functions an classes (fixes #28)
memeplex
2016-06-28
1
-2
/
+15
*
|
Stop checking for string option type
Ian Cordasco
2016-07-24
1
-4
/
+3
*
|
Report E302 for blank lines before an "async def"
Mark Peek
2016-07-01
1
-1
/
+3
|
/
*
Updated checker variable based on conversation in #536
Ian Lee
2016-06-25
1
-5
/
+5
*
Fix issue #400: Require two blank lines after toplevel def, class
Nikhil Benesch
2016-06-25
1
-1
/
+12
*
Merge pull request #539 from sigmavirus24/max-line-length-noqa
Ian Lee
2016-06-07
1
-2
/
+4
|
\
|
*
Update maximum_line_length to use Checker.noqa
Ian Cordasco
2016-06-07
1
-2
/
+4
*
|
Remove unused imports and assignments
Ian Cordasco
2016-06-07
1
-3
/
+0
|
/
*
Merge pull request #525 from mtmiller/issue341
Ian Lee
2016-06-06
1
-1
/
+55
|
\
|
*
Report E742 and E743 for badly named functions and classes
Mike Miller
2016-06-03
1
-2
/
+13
|
*
Also report E741 on 'global' and 'nonlocal' statements
Mike Miller
2016-06-03
1
-2
/
+2
|
*
Add more doctests for E741
Mike Miller
2016-06-02
1
-0
/
+12
[next]