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
/
E22.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds matmul operator support, fixes #768
sobolevn
2019-12-05
1
-0
/
+5
*
Check for 'is' and 'in' as well
Adam Johnson
2019-02-28
1
-0
/
+4
*
E225 Check for space around boolean operators
Adam Johnson
2019-02-27
1
-0
/
+4
*
Fix issue #400: Require two blank lines after toplevel def, class
Nikhil Benesch
2016-06-25
1
-0
/
+1
*
Do not enforce whitespaces around ** operator; issue #292
feature292
Florent Xicluna
2014-12-16
1
-6
/
+6
*
Report E731 for lambda assignment, return E704 for one-liner def instead of E...
Florent Xicluna
2014-05-29
1
-2
/
+2
|
\
|
*
Report E731 for lambda assignment, return E704 for one-liner def instead of E...
Florent Xicluna
2014-04-26
1
-2
/
+2
*
|
few mispelling errors
Carlos E. Garcia
2014-04-23
1
-1
/
+1
|
/
*
Fix regression with E22 checks and inline comments; issue #271
Florent Xicluna
2014-04-09
1
-0
/
+5
*
Add tests relevant for issue #220
Florent Xicluna
2014-04-03
1
-0
/
+4
*
Improve the test framework to count the errors, motivated by issue #237
Florent Xicluna
2014-03-24
1
-9
/
+9
*
Report E227 or E228 instead of E225 for whitespace around bitwise, shift or m...
Florent Xicluna
2013-02-24
1
-1
/
+29
*
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
*
Add optional surrounding whitespace to high precedence mathematical operators...
Tim Leslie
2012-08-20
1
-7
/
+4
*
Fix E225 for Python 3. Closes #72.
Florent Xicluna
2012-06-04
1
-0
/
+3
*
More tests
Florent Xicluna
2012-05-28
1
-0
/
+4
*
Reorganize the test suite in order to check more failures with fewer test files.
Florent Xicluna
2010-09-11
1
-0
/
+87