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
*
Fix false E251 error involving square brackets
Alex Grönholm
2016-04-08
1
-1
/
+2
*
complain about missing space before opening parentheses of import statement
Łukasz Rogalski
2016-03-29
1
-0
/
+14
*
Fix regression in catching E711 (issue #435), add tests
Andrew Tonko
2015-10-07
1
-0
/
+18
*
Test behaviour regarding multi-line ignore parsing in config_file
Kristian Glass
2015-08-22
2
-1
/
+63
*
Support Python 3.5
Steven Myint
2015-07-14
1
-0
/
+3
*
Merge pull request #305 from yole/break-around-binary-operator
Ian Lee
2015-02-08
1
-3
/
+3
|
\
|
*
Report W503 for line breaks before binary operators; issue #197. #ep14boat
Dmitry Jemerov
2014-07-24
1
-3
/
+3
*
|
Merge branch 'issue-363' into master
Ian Lee
2015-01-26
1
-0
/
+3
|
\
\
|
*
|
Add flush method to test support PseudoFile object; issue #363
Ian Lee
2015-01-12
1
-0
/
+3
*
|
|
Update tests for issue #357
Ian Lee
2014-12-29
1
-0
/
+5
|
/
/
*
|
Merge pull request #360 from jcrocholl/issue-316
Ian Lee
2014-12-22
1
-1
/
+4
|
\
\
|
*
|
Update DEFAULT_IGNORE to add E121 & E126 per discussion in issues #256 #316
Ian Lee
2014-12-17
1
-1
/
+4
*
|
|
Add more test cases for E402; issue #304
Ian Lee
2014-12-20
1
-0
/
+25
*
|
|
Do not skip physical checks if the newline is escaped; issue #319
issue319
Florent Xicluna
2014-12-18
2
-1
/
+15
*
|
|
Merge pull request #354 from jcrocholl/feature292
Ian Lee
2014-12-18
1
-6
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Do not enforce whitespaces around ** operator; issue #292
feature292
Florent Xicluna
2014-12-16
1
-6
/
+6
*
|
|
Merge branch fixing issues #330 and #336
Florent Xicluna
2014-12-17
1
-0
/
+15
|
\
\
\
|
*
|
|
Fix false positive E713; issue #330
issue336
Florent Xicluna
2014-12-16
1
-0
/
+10
|
*
|
|
Fix false positive E711/E712; issue #336
Florent Xicluna
2014-12-16
1
-0
/
+5
|
|
/
/
*
|
|
Add failing test for #323
Ian Cordasco
2014-12-17
1
-0
/
+5
|
/
/
*
|
Replace the IDENTIFIER_REGEX with the isidentifier function
Florent Xicluna
2014-12-16
1
-3
/
+3
*
|
Merge pull request #312 from sigmavirus24/bug/311
Florent Xicluna
2014-12-16
1
-0
/
+11
|
\
\
|
*
|
Update fix for E731
Ian Cordasco
2014-08-08
1
-0
/
+8
|
*
|
Fix #311. Add regex to check for field assignment
Ian Cordasco
2014-08-07
1
-0
/
+3
|
|
/
*
|
TestCase.assertEqual is the recommended spelling
Florent Xicluna
2014-12-15
1
-11
/
+11
*
|
Remove noise from testsuite/E12not.py
Florent Xicluna
2014-12-15
1
-2
/
+0
*
|
Merge remote-tracking branch 'yole/import-on-top-of-file' into issue304
Ian Lee
2014-12-14
1
-1
/
+1
|
\
\
|
*
|
Report E402 for imports not on top of file; issue #264. Also add ability to k...
Dmitry Jemerov
2014-07-24
1
-1
/
+1
|
|
/
*
|
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
|
|
/
*
|
Merge pull request #347 from helenst/e711-reverse-comparison
Ian Lee
2014-12-13
1
-0
/
+17
|
\
\
|
*
|
E711 / E712 checks test for None != arg and False == arg
Helen ST
2014-12-11
1
-0
/
+17
|
|
/
*
|
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
*
|
Add a few more cases of "not value"
Ian Lee
2014-12-13
1
-0
/
+3
*
|
Fix normalize_paths to allow whitespace
Will Kahn-Greene
2014-11-06
2
-1
/
+22
|
/
*
Do not report E704 in the default configuration; issue #277
Florent Xicluna
2014-05-29
1
-1
/
+1
*
Report E266 instead of E265 when the block common starts with multiple #; iss...
Florent Xicluna
2014-05-29
1
-6
/
+29
|
\
|
*
Add position to E26 tests
Florent Xicluna
2014-04-26
1
-6
/
+6
|
*
Report E266 instead of E265 when the block common starts with multiple #; iss...
Florent Xicluna
2014-04-26
1
-0
/
+23
*
|
Replace codes E111/2/3 with E114/5/6 for indentation of comments; issue #274
Florent Xicluna
2014-05-29
3
-4
/
+24
|
\
\
|
*
|
Fix tests
Florent Xicluna
2014-04-26
2
-3
/
+3
|
*
|
Replace codes E111/2/3 with E114/5/6 for indentation of comments; issue #274
Florent Xicluna
2014-04-26
1
-1
/
+21
|
|
/
*
|
Report E731 for lambda assignment, return E704 for one-liner def instead of E...
Florent Xicluna
2014-05-29
3
-8
/
+22
|
\
\
|
*
|
Add tests for E731, issue #277
Florent Xicluna
2014-04-26
1
-0
/
+7
|
*
|
Report E731 for lambda assignment, return E704 for one-liner def instead of E...
Florent Xicluna
2014-04-26
2
-8
/
+15
*
|
|
Additional tests for W391
Florent Xicluna
2014-05-07
1
-1
/
+10
*
|
|
Check the last line even if it does not end with a NL; issue #286
Florent Xicluna
2014-05-07
1
-0
/
+4
|
|
/
|
/
|
*
|
few mispelling errors
Carlos E. Garcia
2014-04-23
1
-1
/
+1
|
/
*
Merge checker W292 with checker W391 for better performance
Florent Xicluna
2014-04-14
1
-1
/
+1
[next]