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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #850 from asottile/E721_false_positive
Ian Stapleton Cordasco
2019-03-01
2
-1
/
+4
|
\
|
*
Fix E721 false positive
Anthony Sottile
2019-03-01
2
-1
/
+4
|
/
*
Merge pull request #847 from adamchainz/E225_boolean_operators
Ian Stapleton Cordasco
2019-03-01
2
-2
/
+13
|
\
|
*
Check for 'is' and 'in' as well
Adam Johnson
2019-02-28
2
-1
/
+5
|
*
E225 Check for space around boolean operators
Adam Johnson
2019-02-27
2
-2
/
+9
*
|
Merge pull request #848 from adamchainz/tox_url
Ian Stapleton Cordasco
2019-03-01
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Update tox url in tox.ini
Adam Johnson
2019-02-28
1
-1
/
+1
|
/
*
Merge pull request #837 from jdufresne/over-indent-tabs
Ian Stapleton Cordasco
2019-02-01
7
-28
/
+33
|
\
|
*
Expect lines to be indented 8 places when tabs are used
Jon Dufresne
2019-01-31
7
-28
/
+33
|
/
*
Merge pull request #832 from asottile/patch-1
Ian Stapleton Cordasco
2019-01-30
1
-1
/
+1
|
\
|
*
Tiny typo fix
Anthony Sottile
2019-01-29
1
-1
/
+1
|
/
*
Add release notes for 2.5.0
2.5.0
Ian Stapleton Cordasco
2019-01-29
2
-2
/
+18
*
Merge pull request #831 from asottile/noqa_W605
Ian Stapleton Cordasco
2019-01-27
2
-1
/
+8
|
\
|
*
Allow W605 to be silenced by noqa
Anthony Sottile
2019-01-26
2
-1
/
+8
|
/
*
Merge pull request #705 from jdufresne/over-indented
Ian Stapleton Cordasco
2019-01-25
9
-30
/
+40
|
\
|
*
Add check for over-indented blocks
Jon Dufresne
2019-01-24
9
-30
/
+40
*
|
Merge pull request #829 from jdufresne/xenial
Ian Stapleton Cordasco
2019-01-25
1
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
Use 'dist: xenial' in Travis to simplify configuration
Jon Dufresne
2019-01-24
1
-3
/
+4
|
/
*
Merge pull request #823 from anntzer/allow-no-blanks-around-one-liners
Ian Stapleton Cordasco
2019-01-23
3
-0
/
+39
|
\
|
*
Allow omitting blank lines around one-liner definitions.
Antony Lee
2019-01-05
3
-0
/
+39
*
|
Merge pull request #819 from wwwjfy/issue-811
Ian Stapleton Cordasco
2019-01-23
2
-0
/
+17
|
\
\
|
*
|
fix #811, corner cases for async/await check
Tony Wang
2018-11-24
2
-0
/
+17
|
|
/
*
|
Merge pull request #798 from jdufresne/rst
Ian Stapleton Cordasco
2019-01-17
1
-3
/
+3
|
\
\
|
*
|
Correct ReStructuredText inline literal syntax in CONTRIBUTING.rst
Jon Dufresne
2019-01-16
1
-3
/
+3
|
/
/
*
|
Add whitespace around -> annotating operator (#809)
Tomer Keren
2018-12-07
3
-1
/
+17
*
|
Merge pull request #820 from wwwjfy/w606-tweak
Ian Stapleton Cordasco
2018-11-28
2
-1
/
+5
|
\
\
|
|
/
|
/
|
|
*
add test for demonstration
Tony Wang
2018-11-25
1
-0
/
+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
*
|
Merge pull request #818 from mgedmin/accurate-multiline-position
Ian Stapleton Cordasco
2018-11-22
2
-5
/
+17
|
\
\
|
*
|
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
2
-5
/
+17
|
/
/
*
|
Merge pull request #799 from jdufresne/typos
Ian Lee
2018-11-14
1
-1
/
+1
|
\
\
|
*
|
Fix some spelling in CONTRIBUTING.rst
Jon Dufresne
2018-09-16
1
-1
/
+1
|
|
/
*
|
Merge pull request #794 from jdufresne/py37
Ian Lee
2018-11-14
3
-2
/
+5
|
\
\
|
*
|
Add testing and document support for Python 3.7
Jon Dufresne
2018-09-09
3
-2
/
+5
*
|
|
Merge pull request #808 from asottile/invalid_escape_sequence_offset
Ian Stapleton Cordasco
2018-10-24
3
-4
/
+9
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add offsets for other W605 tests
Anthony Sottile
2018-10-21
1
-2
/
+2
|
*
|
Fix line offset for 'invalid escape sequence'
Anthony Sottile
2018-10-20
3
-2
/
+7
|
/
/
*
|
Merge pull request #800 from jdufresne/nose
Ian Stapleton Cordasco
2018-09-16
3
-18
/
+3
|
\
\
|
|
/
|
/
|
|
*
Remove suggestion and documentation of using unmaintained nose
Jon Dufresne
2018-09-15
3
-18
/
+3
|
/
*
Merge pull request #778 from scop/spelling
Ian Stapleton Cordasco
2018-07-08
1
-1
/
+1
|
\
|
*
Comment spelling fix
Ville Skyttä
2018-07-07
1
-1
/
+1
|
/
*
Merge pull request #769 from jdufresne/pypi
Ian Stapleton Cordasco
2018-06-11
2
-3
/
+3
|
\
|
*
Update all pypi.python.org URLs to pypi.org
Jon Dufresne
2018-06-09
2
-3
/
+3
|
/
*
Merge pull request #720 from jdufresne/pyreq
Ian Lee
2018-06-03
7
-39
/
+23
|
\
|
*
Marked changelog that this PR will be version 3.x
Ian Lee
2018-06-03
1
-2
/
+2
|
*
Added PR number
Ian Lee
2018-06-03
1
-1
/
+1
|
*
Remove support for EOL Python 2.6 and 3.3
Jon Dufresne
2018-06-02
7
-39
/
+23
|
/
[next]