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
*
Allow all dunder variables above imports
Simon Gomizelj
2017-01-25
1
-1
/
+9
*
Don't report E701 for variable annotations (#612)
Anthony Sottile
2017-01-24
2
-1
/
+13
*
Report E704 for async def as well (#611)
Anthony Sottile
2017-01-24
3
-0
/
+15
*
warn about bare except clause
Łukasz Rogalski
2016-12-28
3
-2
/
+30
*
Prevent E305 on variable names `class*` and `def*`
Parth Laxmikant Kolekar
2016-11-21
1
-0
/
+4
*
Merge pull request #555 from memeplex/master
Ian Cordasco
2016-08-11
1
-0
/
+22
|
\
|
*
Special case for nested functions an classes (fixes #28)
memeplex
2016-06-28
1
-0
/
+22
*
|
Report E302 for blank lines before an "async def"
Mark Peek
2016-07-01
1
-0
/
+6
|
/
*
Removed test code unrelated to utf-8 checks
Ian Lee
2016-06-25
1
-17
/
+0
*
Added test case based on @gvanrossum comment
Ian Lee
2016-06-25
1
-0
/
+11
*
Added extra Okay example to test against
Ian Lee
2016-06-25
1
-0
/
+19
*
Fix issue #400: Require two blank lines after toplevel def, class
Nikhil Benesch
2016-06-25
5
-0
/
+35
*
Added passing test case related to #376
Ian Lee
2016-06-06
1
-1
/
+5
*
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
3
-27
/
+31
*
Updated tests and doc examples -> pycodestyle
package-pycodestyle
Ian Lee
2016-05-26
5
-103
/
+108
*
Updated file names tested
Ian Lee
2016-05-26
1
-1
/
+1
*
Fixed import in testsuite
Ian Lee
2016-05-26
1
-1
/
+1
*
Fix typo
Jakub Wilk
2016-05-25
1
-1
/
+1
*
Allow spaces around = in async definitions
bug/507
Ian Cordasco
2016-05-23
1
-0
/
+3
*
Add W503 to default ignore list
Ian Cordasco
2016-04-23
1
-1
/
+1
*
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
|
|
/
[next]