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
/
testsuite
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a few more cases of "not value"
Ian Lee
2014-12-13
1
-0
/
+3
*
Fix normalize_paths to allow whitespace
Will Kahn-Greene
2014-11-06
2
-1
/
+22
*
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
-6
/
+29
|
\
|
*
Add position to E26 tests
Florent Xicluna
2014-04-26
1
-6
/
+6
|
*
Report E266 instead of E265 when the block common starts with multiple #; iss...
Florent Xicluna
2014-04-26
1
-0
/
+23
*
|
Replace codes E111/2/3 with E114/5/6 for indentation of comments; issue #274
Florent Xicluna
2014-05-29
3
-4
/
+24
|
\
\
|
*
|
Fix tests
Florent Xicluna
2014-04-26
2
-3
/
+3
|
*
|
Replace codes E111/2/3 with E114/5/6 for indentation of comments; issue #274
Florent Xicluna
2014-04-26
1
-1
/
+21
|
|
/
*
|
Report E731 for lambda assignment, return E704 for one-liner def instead of E...
Florent Xicluna
2014-05-29
3
-8
/
+22
|
\
\
|
*
|
Add tests for E731, issue #277
Florent Xicluna
2014-04-26
1
-0
/
+7
|
*
|
Report E731 for lambda assignment, return E704 for one-liner def instead of E...
Florent Xicluna
2014-04-26
2
-8
/
+15
*
|
|
Additional tests for W391
Florent Xicluna
2014-05-07
1
-1
/
+10
*
|
|
Check the last line even if it does not end with a NL; issue #286
Florent Xicluna
2014-05-07
1
-0
/
+4
|
|
/
|
/
|
*
|
few mispelling errors
Carlos E. Garcia
2014-04-23
1
-1
/
+1
|
/
*
Merge checker W292 with checker W391 for better performance
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
2
-6
/
+13
*
Fix regression with E22 checks and inline comments; issue #271
Florent Xicluna
2014-04-09
1
-0
/
+5
*
Fix negative offset with E303 before a multi-line docstring; issue #269
Florent Xicluna
2014-04-05
1
-0
/
+8
*
Fix wrong offset computation when error is on the last char of a physical lin...
Florent Xicluna
2014-04-04
1
-0
/
+6
*
Tests should pass for the tarball distributed on PyPI; issue 267
Florent Xicluna
2014-04-04
1
-5
/
+4
*
Do not allow newline after parameter equal; issue #252
Florent Xicluna
2014-04-04
1
-0
/
+7
*
Report correct line number for E303 with comments; issue #60
Florent Xicluna
2014-04-03
1
-11
/
+14
*
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
*
Add a second test for issue #265
Florent Xicluna
2014-04-03
1
-0
/
+10
*
Fix false positive E121/E126 with multi-line string; issue #265
Florent Xicluna
2014-04-03
2
-3
/
+17
*
Fix a crash with E125 on multi-line strings; closes #263
Florent Xicluna
2014-03-27
1
-0
/
+4
*
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
*
Report E131 instead of E121 / E126 for unaligned hanging indent
Florent Xicluna
2014-03-25
1
-4
/
+4
*
Merge. Allow long lines in docstrings and comments.
Florent Xicluna
2014-03-25
6
-8
/
+96
|
\
|
*
Allow long lines in comments too, with similar rules; related to issue #224
Florent Xicluna
2014-03-23
2
-6
/
+40
|
*
Merge branch 'master' of https://github.com/gward/pep8 into gward-master
Florent Xicluna
2014-03-23
4
-0
/
+54
|
|
\
|
|
*
Add one more test case for issue #224 (based on code review)
Greg Ward
2013-11-17
1
-0
/
+3
|
|
*
Optionally disable physical line checks inside multiline strings (issue #242)
Greg Ward
2013-11-08
1
-0
/
+14
|
|
*
Allow long lines in multiline strings if they cannot be wrapped (issue #224).
Greg Ward
2013-11-08
1
-0
/
+12
|
|
*
Fix an incorrect "W391 blank line at EOF"
Greg Ward
2013-11-08
1
-0
/
+6
|
|
*
Add some test cases for multiline strings.
Greg Ward
2013-11-08
3
-0
/
+19
*
|
|
Clarify E121 and E126 for hanging indents, and reports all over-indented cont...
Florent Xicluna
2014-03-25
1
-5
/
+5
*
|
|
Merge, add E265 for space before block comment; issue #190
Florent Xicluna
2014-03-25
4
-4
/
+31
|
\
\
\
|
*
|
|
More tests for E265 with the shebang
Florent Xicluna
2013-05-02
1
-0
/
+6
|
*
|
|
Add tests for E265
Florent Xicluna
2013-05-01
1
-1
/
+18
|
*
|
|
Add E265 for space before block comment; issue #190
Florent Xicluna
2013-05-01
3
-3
/
+7
*
|
|
|
Merge branch 'master' into issue126
Florent Xicluna
2014-03-25
17
-134
/
+435
|
\
\
\
\
|
*
|
|
|
Catch more E713 and E714 with a regular expression; issue #236 continued
Florent Xicluna
2014-03-25
1
-2
/
+34
|
*
|
|
|
Relax a bit the regex for W602, 3-arguments raise; closes #34
Florent Xicluna
2014-03-24
1
-0
/
+1
|
*
|
|
|
A false positivee E126 when indenting with tabs; closes #204
Florent Xicluna
2014-03-24
2
-1
/
+33
[next]