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
/
E12.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add W504 for line breaks before binary operators
Ian Cordasco
2018-01-17
1
-15
/
+14
*
Report W503 for line breaks before binary operators; issue #197. #ep14boat
Dmitry Jemerov
2014-07-24
1
-3
/
+3
*
Fix wrong offset computation when error is on the last char of a physical lin...
Florent Xicluna
2014-04-04
1
-0
/
+6
*
Add tests relevant for issue #220
Florent Xicluna
2014-04-03
1
-2
/
+8
*
Add a second test for issue #265
Florent Xicluna
2014-04-03
1
-0
/
+10
*
Fix a crash with E125 on multi-line strings; closes #263
Florent Xicluna
2014-03-27
1
-0
/
+4
*
Report E131 instead of E121 / E126 for unaligned hanging indent
Florent Xicluna
2014-03-25
1
-4
/
+4
*
Clarify E121 and E126 for hanging indents, and reports all over-indented cont...
Florent Xicluna
2014-03-25
1
-5
/
+5
*
Merge branch 'master' into issue126
Florent Xicluna
2014-03-25
1
-87
/
+152
|
\
|
*
A false positive E126 with embedded colon; fixes #144
Florent Xicluna
2014-03-24
1
-6
/
+0
|
*
Improve the test framework to count the errors, motivated by issue #237
Florent Xicluna
2014-03-24
1
-8
/
+8
|
*
Fix a false positive E124 for hanging indent: issue #254
Florent Xicluna
2014-03-23
1
-0
/
+13
|
*
Another E122 not detected
Florent Xicluna
2013-06-16
1
-0
/
+8
|
*
Fix E122 not detected in some cases; issue #201
Florent Xicluna
2013-06-15
1
-0
/
+6
|
*
Reorder the tests for E12
Florent Xicluna
2013-04-26
1
-105
/
+111
|
*
Report other E12 errors when E123 is ignored; issue #103
Florent Xicluna
2013-04-26
1
-0
/
+38
*
|
Split E125 for visual indent versus hanging indent; issue #126
Florent Xicluna
2013-03-22
1
-2
/
+2
|
/
*
Fix errors on E121 and E124; issue #92.
Florent Xicluna
2012-06-26
1
-0
/
+15
*
Fix minor E12 glitches.
Florent Xicluna
2012-06-16
1
-0
/
+7
*
Back to development; fix issue #81.
Florent Xicluna
2012-06-15
1
-0
/
+18
*
Release version 1.3.
1.3
Florent Xicluna
2012-06-15
1
-0
/
+8
*
Review the E12 checks.
Florent Xicluna
2012-06-15
1
-0
/
+12
*
Fix confusions between E123 and E124.
Florent Xicluna
2012-06-13
1
-9
/
+28
*
Add some more tests for multi-line string continuation indent
Sam Vilain
2012-06-06
1
-0
/
+5
*
Make E127/E128 stricter about what defines a new level
Sam Vilain
2012-06-06
1
-0
/
+15
*
Relax E127/E128 for aligned homogenous tokens
Sam Vilain
2012-06-06
1
-1
/
+24
*
Pick tests for E127 from @samv branch.
Florent Xicluna
2012-06-01
1
-0
/
+12
*
Renumber the E12 series for consistency with part of E11 series; shorten the ...
Florent Xicluna
2012-06-01
1
-42
/
+42
*
Add doctests for E12; split the testsuite.
Florent Xicluna
2012-05-31
1
-439
/
+70
*
Refactor E12 checks, and add a bunch of test cases.
Florent Xicluna
2012-05-31
1
-19
/
+242
*
Chase some false positive indentation errors.
Florent Xicluna
2012-05-30
1
-4
/
+52
*
Allow to mix visual and hanging indent (E126 checker)
Florent Xicluna
2012-05-30
1
-1
/
+42
*
Add checks for continuation line indentation, disabled by default. Closes #64.
Florent Xicluna
2012-05-29
1
-25
/
+25
*
Allow tokens following multi–line string literals to avoid E12*
Sam Vilain
2012-05-27
1
-0
/
+31
*
New continuation line error E127 unnecessary backslash
Sam Vilain
2012-05-27
1
-0
/
+4
*
Extend E12* errors to unbracketed continuation lines
Sam Vilain
2012-05-27
1
-0
/
+21
*
Fix an E120 false positive
Sam Vilain
2012-05-27
1
-0
/
+4
*
E12: eat your own dogfood: visual or hanging indent, pick one
Sam Vilain
2012-05-27
1
-0
/
+20
*
Fix continuation lines false positive on indented blocks
Sam Vilain
2012-05-27
1
-0
/
+8
*
Add a hybrid checker for continuation line indentation
Sam Vilain
2012-05-26
1
-0
/
+120