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
/
test_api.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support for space indents with size other than 4
Jason Ansel
2020-11-18
1
-0
/
+49
*
Instrument code coverage
Anthony Sottile
2020-03-24
1
-36
/
+28
*
Expect lines to be indented 8 places when tabs are used
Jon Dufresne
2019-01-31
1
-2
/
+2
*
Add check for over-indented blocks
Jon Dufresne
2019-01-24
1
-2
/
+2
*
Remove support for EOL Python 2.6 and 3.3
Jon Dufresne
2018-06-02
1
-4
/
+4
*
Implement W505 - Max Doc Length check
Brian Van Klaveren
2018-05-11
1
-0
/
+6
*
Fix up testsuite for W504
Ian Stapleton Cordasco
2018-01-17
1
-2
/
+2
*
Reverted a few spelling changes
Ian Lee
2016-06-06
1
-1
/
+1
*
Fix typos
Susan Tan
2016-06-06
1
-1
/
+1
*
Change all references to the pep8 project to say pycodestyle
MaxPayton
2016-06-03
1
-1
/
+1
*
Updated tests and doc examples -> pycodestyle
package-pycodestyle
Ian Lee
2016-05-26
1
-71
/
+74
*
Fix typo
Jakub Wilk
2016-05-25
1
-1
/
+1
*
Add W503 to default ignore list
Ian Cordasco
2016-04-23
1
-1
/
+1
*
Support Python 3.5
Steven Myint
2015-07-14
1
-0
/
+3
*
Update DEFAULT_IGNORE to add E121 & E126 per discussion in issues #256 #316
Ian Lee
2014-12-17
1
-1
/
+4
*
Merge pull request #340 from bdkearns/master
Ian Lee
2014-12-13
1
-1
/
+3
|
\
|
*
add .tox to DEFAULT_EXCLUDE
Brian Kearns
2014-10-23
1
-1
/
+3
*
|
Remove stdout check that fails under pypy.
Ian Lee
2014-12-13
1
-8
/
+1
*
|
Don't crash if build_tokens_line() returns None; issue #306
Ian Lee
2014-12-13
1
-0
/
+45
|
/
*
Do not report E704 in the default configuration; issue #277
Florent Xicluna
2014-05-29
1
-1
/
+1
*
Fix tests
Florent Xicluna
2014-04-26
1
-2
/
+2
*
Merge checker W292 with checker W391 for better performance
Florent Xicluna
2014-04-14
1
-1
/
+1
*
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
*
Merge, add E265 for space before block comment; issue #190
Florent Xicluna
2014-03-25
1
-2
/
+2
|
\
|
*
Add E265 for space before block comment; issue #190
Florent Xicluna
2013-05-01
1
-2
/
+2
*
|
Revert previous change and fix the 'paths' keyword argument instead; fixes #246
Florent Xicluna
2014-03-23
1
-1
/
+1
*
|
Fix issue with --select and flake8 extensions; issue #216
Florent Xicluna
2013-07-04
1
-0
/
+7
*
|
Merge pull request #207 from jcrocholl/issue103
Florent Xicluna
2013-06-15
1
-2
/
+2
|
\
\
|
*
|
Of course the testsuite needs fixing to ignore E123 too
Florent Xicluna
2013-05-02
1
-2
/
+2
|
|
/
*
|
Don't crash when checking the BOM on Unicode lines, with Python 2
Florent Xicluna
2013-05-05
1
-2
/
+17
|
/
*
Do not crash when running AST checks and the document contains null bytes
Florent Xicluna
2013-04-27
1
-13
/
+21
*
Give priority to --select over --ignore; issue #188
Florent Xicluna
2013-04-16
1
-0
/
+12
*
Fix two test cases for Python 3.3
Florent Xicluna
2013-03-02
1
-2
/
+4
*
More API tests
Florent Xicluna
2013-03-02
1
-1
/
+214
*
Add more tests for the CLI; issue #162
Florent Xicluna
2013-03-02
1
-0
/
+81