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
*
Inserting test case for GitHub #702
gh-702
Ian Lee
2017-11-03
1
-0
/
+5
*
Merge pull request #699 from Wilfred/patch-1
Ian Lee
2017-10-25
1
-2
/
+2
|
\
|
*
Fix space in flag name
Wilfred Hughes
2017-10-25
1
-2
/
+2
|
/
*
Merge pull request #697 from dirkmueller/master
Ian Lee
2017-10-24
1
-1
/
+1
|
\
|
*
Fix missed quoting in E722 check
Dirk Mueller
2017-10-24
1
-1
/
+1
|
/
*
Merge pull request #654 from jdufresne/trove-py-versions
Ian Stapleton Cordasco
2017-10-22
1
-0
/
+8
|
\
|
*
Document all supported Python versions as trove classifiers
Jon Dufresne
2017-06-03
1
-0
/
+8
*
|
Merge pull request #695 from jdufresne/cache
Ian Lee
2017-10-17
1
-0
/
+1
|
\
\
|
*
|
Enable pip cache in Travis CI
Jon Dufresne
2017-10-17
1
-0
/
+1
|
/
/
*
|
Merge pull request #694 from jdufresne/wheel-license
Ian Lee
2017-10-17
2
-0
/
+4
|
\
\
|
*
|
Include license file in the generated packages
Jon Dufresne
2017-10-16
2
-0
/
+4
|
/
/
*
|
Merge pull request #693 from annp89/add-examples
Ian Stapleton Cordasco
2017-10-15
1
-0
/
+2
|
\
\
|
*
|
Maintain alphabetical ordering
Ann Paul
2017-10-14
1
-1
/
+1
|
*
|
Config file example for boolean flags
Ann Paul
2017-10-14
1
-0
/
+2
|
/
/
*
|
Merge pull request #676 from jdufresne/invalid-escape
Ian Stapleton Cordasco
2017-09-27
5
-4
/
+80
|
\
\
|
*
|
Add W605 warning for invalid escape sequences in string literals
Jon Dufresne
2017-09-10
5
-4
/
+80
|
/
/
*
|
Merge pull request #640 from eddieantonio/fix-variable-annotations
Ian Cordasco
2017-06-09
2
-2
/
+23
|
\
\
|
*
\
Merge branch 'master' into fix-variable-annotations
Eddie Antonio Santos
2017-06-07
4
-54
/
+93
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Fix issue #643: Optimize noqa() with an lru_cache for Python 3.2+. (#644)
Julien
2017-06-03
1
-1
/
+11
*
|
|
Rename [wheel] section to [bdist_wheel] as the former is legacy (#653)
Jon Dufresne
2017-06-03
1
-1
/
+1
|
|
/
|
/
|
*
|
Added .gitattributes to prevent auto-munging intentional line endings
Kevin Cole
2017-05-30
1
-0
/
+1
*
|
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
*
|
|
Merge pull request #648 from JulienPalard/bisect
Ian Cordasco
2017-05-14
1
-4
/
+6
|
\
\
\
|
*
|
|
Use bisect instead of iterating over every offsets.
Julien Palard
2017-05-14
1
-4
/
+6
|
/
/
/
*
|
|
Merge pull request #647 from JulienPalard/avoid_inspect
Ian Cordasco
2017-05-13
1
-45
/
+64
|
\
\
\
|
*
|
|
Avoid relying on inspect to list functions.
Julien Palard
2017-05-09
1
-45
/
+64
|
/
/
/
*
|
|
Merge pull request #630 from asottile/correct_e501_first_line_docstring_622
Ian Cordasco
2017-04-22
2
-2
/
+9
|
\
\
\
|
*
|
|
Correctly report E501 when the first line of a docstring is too long
Anthony Sottile
2017-03-15
2
-2
/
+9
|
/
/
/
|
|
*
Make identifiers camel-case; remove redundant space.
Eddie Antonio Santos
2017-04-15
1
-11
/
+12
|
|
*
Fix erroneous regex repetition.
Eddie Antonio Santos
2017-04-15
1
-1
/
+1
|
|
*
update tests
Rach Belaid
2017-04-06
1
-0
/
+10
|
|
*
update patch
Rach Belaid
2017-04-06
1
-2
/
+2
|
|
*
Add test when variable with annotation start with a keyword
Rach Belaid
2017-03-22
1
-1
/
+11
|
|
*
Support variable annotation when variable start by a keyword
Rach Belaid
2017-03-22
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #626 from scop/spelling
Ian Cordasco
2017-02-24
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Spelling fixes
Ville Skyttä
2017-02-24
2
-2
/
+2
|
/
*
Bump version for 2.3.1
2.3.1
Ian Cordasco
2017-01-30
2
-1
/
+8
*
Merge pull request #620 from sigmavirus24/bug/619
Ian Cordasco
2017-01-30
1
-0
/
+4
|
\
|
*
Add regression test for nested definitions
Ian Cordasco
2017-01-30
1
-0
/
+4
|
/
*
Merge pull request #618 from sigmavirus24/bug/617
Ian Cordasco
2017-01-30
2
-1
/
+4
|
\
|
*
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
2
-1
/
+4
|
/
*
Merge pull request #616 from sigmavirus24/release/2.3
2.3.0
Ian Cordasco
2017-01-28
2
-1
/
+17
|
\
|
*
Prepare 2.3.0 release
Ian Cordasco
2017-01-27
2
-1
/
+17
|
/
*
Merge pull request #613 from sigmavirus24/pr/523
Ian Cordasco
2017-01-25
2
-1
/
+12
|
\
|
*
Allow all dunder variables above imports
Simon Gomizelj
2017-01-25
2
-1
/
+12
|
/
*
Merge pull request #541 from sigmavirus24/use-tox-with-travis
Ian Cordasco
2017-01-25
2
-18
/
+29
|
\
|
*
Switch Travis to use tox
Ian Cordasco
2017-01-25
2
-18
/
+29
|
/
*
Merge pull request #610 from khairihafsham/e306-doc
Ian Cordasco
2017-01-24
1
-0
/
+1
|
\
[next]