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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix false positive E711/E712; issue #336
Florent Xicluna
2014-12-16
3
-10
/
+13
*
Update changelog for issue #297
Ian Lee
2014-12-16
1
-0
/
+2
*
Catch import errors thrown by os.path.expanduser(); issue #297
Ian Lee
2014-12-16
1
-5
/
+9
*
Add toplevel build dir to git ignore file
Ian Lee
2014-12-16
1
-0
/
+1
*
Fix definition of isidentifier in Python 2
Florent Xicluna
2014-12-16
1
-1
/
+1
*
Fix too long line introducing E501 error
Ian Lee
2014-12-15
1
-1
/
+2
*
Replace the IDENTIFIER_REGEX with the isidentifier function
Florent Xicluna
2014-12-16
2
-8
/
+8
*
Merge pull request #312 from sigmavirus24/bug/311
Florent Xicluna
2014-12-16
2
-1
/
+15
|
\
|
*
Update fix for E731
Ian Cordasco
2014-08-08
2
-2
/
+10
|
*
Fix #311. Add regex to check for field assignment
Ian Cordasco
2014-08-07
2
-1
/
+7
*
|
TestCase.assertEqual is the recommended spelling
Florent Xicluna
2014-12-15
1
-11
/
+11
*
|
Review changelog
Florent Xicluna
2014-12-15
1
-4
/
+6
*
|
Remove noise from testsuite/E12not.py
Florent Xicluna
2014-12-15
1
-2
/
+0
*
|
Merge branch 'issue304'
Ian Lee
2014-12-14
5
-1
/
+67
|
\
\
|
*
|
Rename check to signify that it applies to module level imports only; issue #304
Ian Lee
2014-12-14
1
-1
/
+2
|
*
|
Add error code E402 to docs; issue #304
Ian Lee
2014-12-14
1
-0
/
+2
|
*
|
Merge remote-tracking branch 'yole/import-on-top-of-file' into issue304
Ian Lee
2014-12-14
4
-1
/
+64
|
|
\
\
|
/
/
/
|
*
|
Report E402 for imports not on top of file; issue #264. Also add ability to k...
Dmitry Jemerov
2014-07-24
4
-1
/
+64
|
|
/
*
|
Add changelog for #335
Ian Lee
2014-12-13
1
-0
/
+2
*
|
Merge pull request #340 from bdkearns/master
Ian Lee
2014-12-13
2
-2
/
+4
|
\
\
|
*
|
add .tox to DEFAULT_EXCLUDE
Brian Kearns
2014-10-23
2
-2
/
+4
|
|
/
*
|
Merge pull request #347 from helenst/e711-reverse-comparison
Ian Lee
2014-12-13
2
-4
/
+29
|
\
\
|
*
|
Fixed operator check for E711/E712 (Ref #307)
Helen ST
2014-12-11
1
-1
/
+1
|
*
|
E711 / E712 checks test for None != arg and False == arg
Helen ST
2014-12-11
2
-4
/
+29
|
|
/
*
|
Merge branch 'issue306'
Ian Lee
2014-12-13
3
-0
/
+44
|
\
\
|
*
|
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
3
-0
/
+51
*
|
|
Email notificates when Travis runs
Ian Lee
2014-12-13
1
-0
/
+4
|
/
/
*
|
Dont need to make a sphinx table header explicitly bold
Ian Lee
2014-12-13
1
-2
/
+2
*
|
Add documentation for ``--format`` (#198 / #310)
Ian Lee
2014-12-13
1
-0
/
+2
*
|
Merge pull request #310 from ilam/featuredoc
Ian Lee
2014-12-13
1
-0
/
+27
|
\
\
|
*
|
Fixed the formatting in the table
Ilambharathi Kanniah
2014-07-31
1
-1
/
+1
|
*
|
Added variables table for clarity
Ilambharathi Kanniah
2014-07-31
1
-0
/
+16
|
*
|
Corrected some formatting
Ilambharathi Kanniah
2014-07-31
1
-2
/
+3
|
*
|
#198 --feature doc updated.
Ilambharathi Kanniah
2014-07-31
1
-0
/
+10
|
|
/
*
|
Merge branch 'willkg:normalize_path_fix'
Ian Lee
2014-12-13
4
-2
/
+31
|
\
\
|
*
|
Update changelog for issue #339 / #343
Ian Lee
2014-12-13
1
-0
/
+4
|
*
|
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
3
-2
/
+26
|
|
/
*
|
Add Ian to list of maintainers.
Ian Lee
2014-12-13
4
-5
/
+13
|
/
*
Do not report E704 in the default configuration; issue #277
Florent Xicluna
2014-05-29
4
-6
/
+7
*
Report E266 instead of E265 when the block common starts with multiple #; iss...
Florent Xicluna
2014-05-29
4
-10
/
+41
|
\
|
*
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
4
-4
/
+35
*
|
Replace codes E111/2/3 with E114/5/6 for indentation of comments; issue #274
Florent Xicluna
2014-05-29
6
-9
/
+43
|
\
\
|
*
|
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
4
-6
/
+40
|
|
/
*
|
Add changelog entries for E704 and E731
Florent Xicluna
2014-05-29
2
-1
/
+9
*
|
Report E731 for lambda assignment, return E704 for one-liner def instead of E...
Florent Xicluna
2014-05-29
5
-14
/
+41
|
\
\
|
*
|
Add tests for E731, issue #277
Florent Xicluna
2014-04-26
1
-0
/
+7
[next]