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
/
E12not.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Report other E12 errors when E123 is ignored; issue #103
Florent Xicluna
2013-04-26
1
-0
/
+19
*
Accept visual indentation without parenthesis after the if statement. Issue #151
Florent Xicluna
2013-02-04
1
-0
/
+4
*
Fix E225 when operator is preceded by a comma; issue #135
Florent Xicluna
2012-12-09
1
-1
/
+1
*
Fix false E126 with indented comments; issue #138
Florent Xicluna
2012-12-09
1
-0
/
+6
*
Add tests for issue #100.
Florent Xicluna
2012-07-03
1
-0
/
+5
*
Fix crash, and release 1.3.3; issue #98.
1.3.3
Florent Xicluna
2012-06-27
1
-0
/
+9
*
Fix errors on E121 and E124; issue #92.
Florent Xicluna
2012-06-26
1
-0
/
+18
*
Fix minor E12 glitches.
Florent Xicluna
2012-06-16
1
-0
/
+7
*
Release version 1.3.
1.3
Florent Xicluna
2012-06-15
1
-10
/
+19
*
Review the E12 checks.
Florent Xicluna
2012-06-15
1
-0
/
+6
*
Fix confusions between E123 and E124.
Florent Xicluna
2012-06-13
1
-3
/
+13
*
Fix false positive E121 and E127 for prefixed string literals.
Florent Xicluna
2012-06-13
1
-0
/
+24
*
make multi-line STRING % (foo, bar) work
Sam Vilain
2012-06-06
1
-0
/
+12
*
Add some more tests for multi-line string continuation indent
Sam Vilain
2012-06-06
1
-0
/
+12
*
Make E127/E128 stricter about what defines a new level
Sam Vilain
2012-06-06
1
-12
/
+0
*
Relax E127/E128 for aligned homogenous tokens
Sam Vilain
2012-06-06
1
-1
/
+15
*
Pick tests for E127 from @samv branch.
Florent Xicluna
2012-06-01
1
-1
/
+19
*
Add doctests for E12; split the testsuite.
Florent Xicluna
2012-05-31
1
-0
/
+406