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
/
pep8.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
This appears to fix #323
Ian Cordasco
2014-12-17
1
-1
/
+1
*
Catch import errors thrown by os.path.expanduser(); issue #297
Ian Lee
2014-12-16
1
-5
/
+9
*
Fix definition of isidentifier in Python 2
Florent Xicluna
2014-12-16
1
-1
/
+1
*
Fix too long line introducing E501 error
Ian Lee
2014-12-15
1
-1
/
+2
*
Replace the IDENTIFIER_REGEX with the isidentifier function
Florent Xicluna
2014-12-16
1
-5
/
+5
*
Merge pull request #312 from sigmavirus24/bug/311
Florent Xicluna
2014-12-16
1
-1
/
+4
|
\
|
*
Update fix for E731
Ian Cordasco
2014-08-08
1
-2
/
+2
|
*
Fix #311. Add regex to check for field assignment
Ian Cordasco
2014-08-07
1
-1
/
+4
*
|
Rename check to signify that it applies to module level imports only; issue #304
Ian Lee
2014-12-14
1
-1
/
+2
*
|
Merge remote-tracking branch 'yole/import-on-top-of-file' into issue304
Ian Lee
2014-12-14
1
-0
/
+55
|
\
\
|
*
|
Report E402 for imports not on top of file; issue #264. Also add ability to k...
Dmitry Jemerov
2014-07-24
1
-0
/
+55
|
|
/
*
|
Merge pull request #340 from bdkearns/master
Ian Lee
2014-12-13
1
-1
/
+1
|
\
\
|
*
|
add .tox to DEFAULT_EXCLUDE
Brian Kearns
2014-10-23
1
-1
/
+1
|
|
/
*
|
Merge pull request #347 from helenst/e711-reverse-comparison
Ian Lee
2014-12-13
1
-4
/
+12
|
\
\
|
*
|
Fixed operator check for E711/E712 (Ref #307)
Helen ST
2014-12-11
1
-1
/
+1
|
*
|
E711 / E712 checks test for None != arg and False == arg
Helen ST
2014-12-11
1
-4
/
+12
|
|
/
*
|
Don't crash if build_tokens_line() returns None; issue #306
Ian Lee
2014-12-13
1
-0
/
+4
*
|
Merge branch 'willkg:normalize_path_fix'
Ian Lee
2014-12-13
1
-1
/
+4
|
\
\
|
*
|
Fix normalize_paths to allow whitespace
Will Kahn-Greene
2014-11-06
1
-1
/
+4
|
|
/
*
|
Add Ian to list of maintainers.
Ian Lee
2014-12-13
1
-0
/
+1
|
/
*
Do not report E704 in the default configuration; issue #277
Florent Xicluna
2014-05-29
1
-1
/
+1
*
Report E266 instead of E265 when the block common starts with multiple #; iss...
Florent Xicluna
2014-05-29
1
-4
/
+7
|
\
|
*
Report E266 instead of E265 when the block common starts with multiple #; iss...
Florent Xicluna
2014-04-26
1
-4
/
+7
*
|
Replace codes E111/2/3 with E114/5/6 for indentation of comments; issue #274
Florent Xicluna
2014-05-29
1
-5
/
+10
|
\
\
|
*
|
Replace codes E111/2/3 with E114/5/6 for indentation of comments; issue #274
Florent Xicluna
2014-04-26
1
-5
/
+10
|
|
/
*
|
Add changelog entries for E704 and E731
Florent Xicluna
2014-05-29
1
-1
/
+1
*
|
Report E731 for lambda assignment, return E704 for one-liner def instead of E...
Florent Xicluna
2014-05-29
1
-6
/
+15
|
\
\
|
*
|
Report E731 for lambda assignment, return E704 for one-liner def instead of E...
Florent Xicluna
2014-04-26
1
-6
/
+15
|
|
/
*
|
Release version 1.5.7
1.5.7
Florent Xicluna
2014-05-29
1
-1
/
+1
*
|
Always open files with universal newline flag
Vladimir Rudnyh
2014-05-10
1
-1
/
+1
*
|
Check the last line even if it does not end with a NL; issue #286
Florent Xicluna
2014-05-07
1
-4
/
+4
*
|
Do not exit when an option in setup.cfg / tox.ini is not recognized
Florent Xicluna
2014-05-05
1
-4
/
+3
*
|
Update pep8.py
lordhellcito
2014-04-27
1
-1
/
+1
|
/
*
Return error code 1 on broken pipe, and restore compatibility with Python 2.5
Florent Xicluna
2014-04-18
1
-5
/
+9
*
Handle broken pipe in check_files()
Winston Weinert
2014-04-18
1
-0
/
+4
*
Release version 1.5.6
1.5.6
Florent Xicluna
2014-04-14
1
-1
/
+1
*
Merge checker W292 with checker W391 for better performance
Florent Xicluna
2014-04-14
1
-12
/
+10
*
Switch two lines
Florent Xicluna
2014-04-14
1
-1
/
+1
*
Check the last line even if it has not EOL; issue #273
Florent Xicluna
2014-04-14
1
-3
/
+8
*
Release version 1.5.5
1.5.5
Florent Xicluna
2014-04-10
1
-1
/
+1
*
Create set of tokens for comparison; skip comments completely for E22 checks
Florent Xicluna
2014-04-09
1
-22
/
+15
*
Fix regression with E22 checks and inline comments; issue #271
Florent Xicluna
2014-04-09
1
-2
/
+3
*
Release version 1.5.4
1.5.4
Florent Xicluna
2014-04-07
1
-1
/
+1
*
Refactor method build_tokens_line
Florent Xicluna
2014-04-06
1
-19
/
+13
*
Fix negative offset with E303 before a multi-line docstring; issue #269
Florent Xicluna
2014-04-05
1
-8
/
+10
*
Back to development
Florent Xicluna
2014-04-05
1
-10
/
+6
*
Release version 1.5.3
1.5.3
Florent Xicluna
2014-04-04
1
-1
/
+1
*
Fix wrong offset computation when error is on the last char of a physical lin...
Florent Xicluna
2014-04-04
1
-7
/
+9
*
Tests should pass for the tarball distributed on PyPI; issue 267
Florent Xicluna
2014-04-04
1
-1
/
+1
*
Release version 1.5.2
1.5.2
Florent Xicluna
2014-04-04
1
-1
/
+1
[next]