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
*
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
*
Do not allow newline after parameter equal; issue #252
Florent Xicluna
2014-04-04
1
-0
/
+2
*
Fix caret position when line contains tabs
Florent Xicluna
2014-04-03
1
-1
/
+1
*
Report correct line number for E303 with comments; issue #60
Florent Xicluna
2014-04-03
1
-15
/
+12
*
Fix line number and offset for E125 with multi-line strings; issue #220
Florent Xicluna
2014-04-03
1
-1
/
+2
*
Refactor the logical line building and checking.
Florent Xicluna
2014-04-03
1
-11
/
+8
*
Fix line number and offset for multi-line strings; issue #220
Florent Xicluna
2014-04-03
1
-8
/
+8
*
Fix E501 not detected in comments with Python 2.5
Florent Xicluna
2014-04-03
1
-1
/
+10
*
Fix false positive E121/E126 with multi-line string; issue #265
Florent Xicluna
2014-04-03
1
-0
/
+2
*
Review comment
Florent Xicluna
2014-04-03
1
-2
/
+2
*
Use the open() context manager, supported since Python 2.5
Florent Xicluna
2014-03-28
1
-13
/
+9
*
Minor changes
Florent Xicluna
2014-03-28
1
-3
/
+1
*
Back to development; review some docstrings in relation with PEP 257.
Florent Xicluna
2014-03-28
1
-143
/
+83
*
Release version 1.5.1
1.5.1
Florent Xicluna
2014-03-27
1
-1
/
+1
*
Fix a crash with E125 on multi-line strings; closes #263
Florent Xicluna
2014-03-27
1
-1
/
+2
*
Release version 1.5
1.5
Florent Xicluna
2014-03-26
1
-1
/
+1
*
Review messages for E713 and E714
Florent Xicluna
2014-03-26
1
-5
/
+3
*
Report E131 instead of E121 / E126 for unaligned hanging indent
Florent Xicluna
2014-03-25
1
-5
/
+16
*
Merge. Allow long lines in docstrings and comments.
Florent Xicluna
2014-03-25
1
-14
/
+46
|
\
|
*
Allow long lines in comments too, with similar rules; related to issue #224
Florent Xicluna
2014-03-23
1
-3
/
+10
|
*
Merge branch 'master' of https://github.com/gward/pep8 into gward-master
Florent Xicluna
2014-03-23
1
-14
/
+44
|
|
\
|
|
*
Make maybe_check_physical() easier to understand (based on code review)
Greg Ward
2013-11-17
1
-8
/
+21
|
|
*
Optionally disable physical line checks inside multiline strings (issue #242)
Greg Ward
2013-11-08
1
-0
/
+2
|
|
*
Allow long lines in multiline strings if they cannot be wrapped (issue #224).
Greg Ward
2013-11-08
1
-1
/
+8
|
|
*
Fix an incorrect "W391 blank line at EOF"
Greg Ward
2013-11-08
1
-6
/
+6
|
|
*
Check physical lines after tokenizing them.
Greg Ward
2013-11-08
1
-15
/
+23
*
|
|
Separate Changes and Bug fixes in the changelog
Florent Xicluna
2014-03-25
1
-1
/
+1
*
|
|
Clarify E121 and E126 for hanging indents, and reports all over-indented cont...
Florent Xicluna
2014-03-25
1
-3
/
+3
*
|
|
Merge, add E265 for space before block comment; issue #190
Florent Xicluna
2014-03-25
1
-15
/
+34
|
\
\
\
|
*
|
|
Fix tests on Python 2.5
Florent Xicluna
2013-05-02
1
-0
/
+2
|
*
|
|
Add E265 for space before block comment; issue #190
Florent Xicluna
2013-05-01
1
-15
/
+32
[next]