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
*
Fix documentation build
Florent Xicluna
2014-04-14
1
-1
/
+0
*
Release version 1.5.6
1.5.6
Florent Xicluna
2014-04-14
2
-3
/
+3
*
Add total_lines to the developer documentation
Florent Xicluna
2014-04-14
1
-1
/
+2
*
Merge checker W292 with checker W391 for better performance
Florent Xicluna
2014-04-14
2
-13
/
+11
*
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
4
-9
/
+29
*
Release version 1.5.5
1.5.5
Florent Xicluna
2014-04-10
2
-3
/
+3
*
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
3
-2
/
+18
*
Release version 1.5.4
1.5.4
Florent Xicluna
2014-04-07
2
-3
/
+3
*
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
3
-8
/
+25
*
Back to development
Florent Xicluna
2014-04-05
1
-10
/
+6
*
Release version 1.5.3
1.5.3
Florent Xicluna
2014-04-04
2
-2
/
+2
*
Fix wrong offset computation when error is on the last char of a physical lin...
Florent Xicluna
2014-04-04
3
-7
/
+19
*
Update Travis configuration, and the wheel badge
Florent Xicluna
2014-04-04
3
-3
/
+3
*
Tests should pass for the tarball distributed on PyPI; issue 267
Florent Xicluna
2014-04-04
5
-11
/
+15
*
Release version 1.5.2
1.5.2
Florent Xicluna
2014-04-04
2
-4
/
+4
*
Do not allow newline after parameter equal; issue #252
Florent Xicluna
2014-04-04
3
-0
/
+11
*
Fix caret position when line contains tabs
Florent Xicluna
2014-04-03
2
-1
/
+3
*
Report correct line number for E303 with comments; issue #60
Florent Xicluna
2014-04-03
3
-26
/
+28
*
Add tests relevant for issue #220
Florent Xicluna
2014-04-03
2
-2
/
+12
*
Add some tests with row and column
Florent Xicluna
2014-04-03
1
-9
/
+9
*
Allow to test row and column.
Florent Xicluna
2014-04-03
1
-4
/
+20
*
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
2
-8
/
+10
*
Reorder changelog
Florent Xicluna
2014-04-03
1
-2
/
+6
*
Add a second test for issue #265
Florent Xicluna
2014-04-03
1
-0
/
+10
*
Distribute a universal wheel file, .whl
Florent Xicluna
2014-04-03
3
-0
/
+8
*
Fix E501 not detected in comments with Python 2.5
Florent Xicluna
2014-04-03
2
-1
/
+12
*
Fix false positive E121/E126 with multi-line string; issue #265
Florent Xicluna
2014-04-03
4
-4
/
+20
*
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
3
-144
/
+90
*
Release version 1.5.1
1.5.1
Florent Xicluna
2014-03-27
2
-2
/
+4
*
Fix a crash with E125 on multi-line strings; closes #263
Florent Xicluna
2014-03-27
3
-1
/
+12
*
Release version 1.5
1.5
Florent Xicluna
2014-03-26
2
-2
/
+2
*
Remove an extra comma in the test
Florent Xicluna
2014-03-26
1
-1
/
+1
*
Ack PyPy SyntaxError
Florent Xicluna
2014-03-26
1
-2
/
+9
*
Add a message for test_check_nullbytes
Florent Xicluna
2014-03-26
1
-1
/
+2
*
Review messages for E713 and E714
Florent Xicluna
2014-03-26
2
-7
/
+5
*
Report E131 instead of E121 / E126 for unaligned hanging indent
Florent Xicluna
2014-03-25
4
-9
/
+26
*
Merge. Allow long lines in docstrings and comments.
Florent Xicluna
2014-03-25
8
-22
/
+148
|
\
|
*
Allow long lines in comments too, with similar rules; related to issue #224
Florent Xicluna
2014-03-23
4
-9
/
+56
|
*
Merge branch 'master' of https://github.com/gward/pep8 into gward-master
Florent Xicluna
2014-03-23
5
-14
/
+98
|
|
\
|
|
*
Add one more test case for issue #224 (based on code review)
Greg Ward
2013-11-17
1
-0
/
+3
|
|
*
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
2
-0
/
+16
[next]