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
...
*
Merge pull request #823 from anntzer/allow-no-blanks-around-one-liners
Ian Stapleton Cordasco
2019-01-23
1
-0
/
+10
|
\
|
*
Allow omitting blank lines around one-liner definitions.
Antony Lee
2019-01-05
1
-0
/
+10
*
|
Merge pull request #819 from wwwjfy/issue-811
Ian Stapleton Cordasco
2019-01-23
1
-0
/
+14
|
\
\
|
*
|
fix #811, corner cases for async/await check
Tony Wang
2018-11-24
1
-0
/
+14
|
|
/
*
|
Add whitespace around -> annotating operator (#809)
Tomer Keren
2018-12-07
1
-1
/
+4
*
|
refs W606, only NAME can follow await
Tony Wang
2018-11-24
1
-1
/
+1
|
/
*
Merge pull request #801 from mwhudson/tokenizer-compat
Ian Stapleton Cordasco
2018-11-22
1
-2
/
+2
|
\
|
*
Keep compability with stdlib tokenize.py changes
Michael Hudson-Doyle
2018-09-25
1
-2
/
+2
*
|
Microoptimisation: avoid creating string slices
Marius Gedminas
2018-11-22
1
-1
/
+1
*
|
Make W605 point to the invalid sequence
Marius Gedminas
2018-11-22
1
-2
/
+7
*
|
Fix line offset for 'invalid escape sequence'
Anthony Sottile
2018-10-20
1
-1
/
+2
|
/
*
Comment spelling fix
Ville Skyttä
2018-07-07
1
-1
/
+1
*
Remove support for EOL Python 2.6 and 3.3
Jon Dufresne
2018-06-02
1
-26
/
+9
*
Merge pull request #751 from hhatto/w504-position
Ian Stapleton Cordasco
2018-05-19
1
-2
/
+3
|
\
|
*
rename variable
hhatto
2018-04-14
1
-3
/
+3
|
*
Change the position pointed out by W504
hhatto
2018-04-14
1
-2
/
+3
*
|
Pydoc fixes to support W505 in self-checks
Brian Van Klaveren
2018-05-11
1
-110
/
+128
*
|
Implement W505 - Max Doc Length check
Brian Van Klaveren
2018-05-11
1
-4
/
+65
*
|
Fix detection of annotated argument defaults
Jimmy Jia
2018-04-18
1
-6
/
+6
|
/
*
Merge pull request #747 from hhatto/w605-position
Ian Stapleton Cordasco
2018-04-12
1
-1
/
+1
|
\
|
*
Change the position pointed out by W605
hhatto
2018-04-12
1
-1
/
+1
*
|
Fix flake8 test environment
Ian Stapleton Cordasco
2018-04-12
1
-3
/
+3
|
/
*
Release v2.4.0
2.4.0
Ian Stapleton Cordasco
2018-04-10
1
-1
/
+1
*
Add variables so blank lines may be configures
Adi Roiban
2018-04-08
1
-14
/
+34
*
Ignore length of shebang line (#736)
Jimi Cullen
2018-04-03
1
-1
/
+5
*
Finalize support for Python 3.7
Adi Roiban
2018-03-24
1
-2
/
+2
*
Merge pull request #684 from jdufresne/async-await
Ian Stapleton Cordasco
2018-02-17
1
-0
/
+54
|
\
|
*
Add W606 warning for async and await keywords in Python 3.7
Jon Dufresne
2017-09-30
1
-0
/
+54
*
|
Merge pull request #717 from taion/annot-missing-space
Ian Stapleton Cordasco
2018-01-24
1
-5
/
+20
|
\
\
|
*
|
Add E252 on missing whitespace for annotated parameter defaults
Jimmy Jia
2017-12-16
1
-5
/
+20
*
|
|
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
[prev]
[next]