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
*
Support visual indent of continuation lines after with/assert/raise.
Antony Lee
2020-02-26
1
-0
/
+20
*
Fix up testsuite for W504
Ian Stapleton Cordasco
2018-01-17
1
-17
/
+12
*
Add W504 for line breaks before binary operators
Ian Cordasco
2018-01-17
1
-6
/
+5
*
Add W605 warning for invalid escape sequences in string literals
Jon Dufresne
2017-09-10
1
-4
/
+4
*
Fix issue #400: Require two blank lines after toplevel def, class
Nikhil Benesch
2016-06-25
1
-0
/
+3
*
Remove noise from testsuite/E12not.py
Florent Xicluna
2014-12-15
1
-2
/
+0
*
Report E402 for imports not on top of file; issue #264. Also add ability to k...
Dmitry Jemerov
2014-07-24
1
-1
/
+1
*
Fix false positive E121/E126 with multi-line string; issue #265
Florent Xicluna
2014-04-03
1
-0
/
+12
*
A false positive E126 with embedded colon; fixes #144
Florent Xicluna
2014-03-24
1
-0
/
+12
*
Added a test from issue #215
Florent Xicluna
2014-03-24
1
-0
/
+3
*
Fix a false positive E124 for hanging indent: issue #254
Florent Xicluna
2014-03-23
1
-0
/
+29
*
Fix regression with multiple brackets; issue #214
Florent Xicluna
2014-03-22
1
-1
/
+10
*
Fix false positive E121 with multiple brackets; issue #203
Florent Xicluna
2013-06-15
1
-0
/
+14
*
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