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
*
Regroup optional E225 checks with new error code E226 which is ignored in the...
Florent Xicluna
2012-12-20
1
-10
/
+35
*
Add changelog entry for issue #96
Florent Xicluna
2012-12-19
1
-0
/
+4
*
Merge pull request #123 to adapt E225 to the latest recommendations.
Florent Xicluna
2012-12-19
2
-10
/
+4
|
\
|
*
Add optional surrounding whitespace to high precedence mathematical operators...
Tim Leslie
2012-08-20
2
-10
/
+4
*
|
Fix E225 when operator is preceded by a comma; issue #135
Florent Xicluna
2012-12-09
2
-1
/
+6
*
|
Fix false E126 with indented comments; issue #138
Florent Xicluna
2012-12-09
1
-0
/
+6
*
|
Fix false report of E231 in some cases
Florent Xicluna
2012-12-09
2
-1
/
+2
*
|
Merge pull request #133 from smichr/e27
Florent Xicluna
2012-12-09
1
-0
/
+2
|
\
\
|
*
|
E27 finds keyword at start of line
Chris Smith
2012-10-21
1
-0
/
+2
|
|
/
*
|
Fix E231 for nested dict
Anastasia Morozova
2012-12-08
1
-0
/
+2
|
/
*
Fix false positive E401; issue #104.
Florent Xicluna
2012-07-14
1
-0
/
+3
*
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
2
-0
/
+33
*
Fix minor E12 glitches.
Florent Xicluna
2012-06-16
2
-0
/
+14
*
Back to development; fix issue #81.
Florent Xicluna
2012-06-15
2
-1
/
+19
*
Release version 1.3.
1.3
Florent Xicluna
2012-06-15
2
-10
/
+27
*
Review the E12 checks.
Florent Xicluna
2012-06-15
3
-1
/
+19
*
Fix confusions between E123 and E124.
Florent Xicluna
2012-06-13
2
-12
/
+41
*
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
2
-0
/
+17
*
Make E127/E128 stricter about what defines a new level
Sam Vilain
2012-06-06
2
-12
/
+15
*
Relax E127/E128 for aligned homogenous tokens
Sam Vilain
2012-06-06
2
-2
/
+39
*
Fix E225 for Python 3. Closes #72.
Florent Xicluna
2012-06-04
1
-0
/
+3
*
Fix regression when rewriting E251. Closes #70.
Florent Xicluna
2012-06-03
1
-0
/
+2
*
More test cases for line length.
Florent Xicluna
2012-06-03
1
-0
/
+26
*
Open files with proper encoding
myint
2012-06-02
1
-0
/
+2
*
Fix a crash when too many brackets are closed.
Florent Xicluna
2012-06-02
1
-0
/
+9
*
Fix E502 for embedded backslash. Closes #68.
Florent Xicluna
2012-06-02
1
-0
/
+7
*
Make E27 checks twice as fast.
Florent Xicluna
2012-06-01
2
-1
/
+17
*
Pick tests for E127 from @samv branch.
Florent Xicluna
2012-06-01
2
-1
/
+31
*
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
2
-439
/
+476
*
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
2
-4
/
+56
*
Allow to mix visual and hanging indent (E126 checker)
Florent Xicluna
2012-05-30
1
-1
/
+42
*
Fix E502 for backslash embedded in literals, and further refactoring of the n...
Florent Xicluna
2012-05-29
1
-7
/
+19
*
Add checks for continuation line indentation, disabled by default. Closes #64.
Florent Xicluna
2012-05-29
4
-5
/
+213
|
\
|
*
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
2
-2
/
+122
*
|
More tests
Florent Xicluna
2012-05-28
1
-0
/
+4
*
|
Realign text according to PEP8, thanks to Sam Vilain checkers; and refactor a...
Florent Xicluna
2012-05-28
1
-0
/
+2
*
|
Add checks E711, E712 and E721. Closes #46 and #47.
Florent Xicluna
2012-05-28
2
-0
/
+36
*
|
Fix issue #29: spurious E225 and E701 for function annotations
Florent Xicluna
2012-05-27
1
-0
/
+6
[next]