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
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove suggestion and documentation of using unmaintained nose
Jon Dufresne
2018-09-15
1
-3
/
+0
*
Update all pypi.python.org URLs to pypi.org
Jon Dufresne
2018-06-09
1
-2
/
+2
*
Remove support for EOL Python 2.6 and 3.3
Jon Dufresne
2018-06-02
1
-2
/
+1
*
Implement W505 - Max Doc Length check
Brian Van Klaveren
2018-05-11
1
-6
/
+11
*
Add explanation about the default configuration
Toshiki Hirao
2018-04-22
1
-0
/
+2
*
Merge pull request #684 from jdufresne/async-await
Ian Stapleton Cordasco
2018-02-17
1
-0
/
+2
|
\
|
*
Add W606 warning for async and await keywords in Python 3.7
Jon Dufresne
2017-09-30
1
-0
/
+2
*
|
Describe code W504 line break after binary operator
Peter Cock
2018-01-23
1
-4
/
+7
*
|
Add Python 3.6
Hugo
2017-12-11
1
-2
/
+2
*
|
Fix space in flag name
Wilfred Hughes
2017-10-25
1
-2
/
+2
*
|
Maintain alphabetical ordering
Ann Paul
2017-10-14
1
-1
/
+1
*
|
Config file example for boolean flags
Ann Paul
2017-10-14
1
-0
/
+2
|
/
*
Add W605 warning for invalid escape sequences in string literals
Jon Dufresne
2017-09-10
1
-0
/
+2
*
warn about bare except clause
Łukasz Rogalski
2016-12-28
1
-0
/
+2
*
Add E306 to docs
Florian Best
2016-11-08
1
-0
/
+2
*
Fix issue #400: Require two blank lines after toplevel def, class
Nikhil Benesch
2016-06-25
1
-0
/
+2
*
Updated text about running tests with tox; Closes #552
Ian Lee
2016-06-25
1
-2
/
+1
*
Merge pull request #525 from mtmiller/issue341
Ian Lee
2016-06-06
1
-0
/
+6
|
\
|
*
Report E742 and E743 for badly named functions and classes
Mike Miller
2016-06-03
1
-0
/
+4
|
*
Report E741 for prohibited single-letter variables
Mike Miller
2016-06-02
1
-0
/
+2
*
|
Updated Travis CI doc link
Ian Lee
2016-06-06
1
-1
/
+1
*
|
Updated docs related to tested Python versions
Ian Lee
2016-06-06
1
-2
/
+2
*
|
Fixed wrapping of text in developer.rst
Ian Lee
2016-06-06
1
-1
/
+2
*
|
Updated developer documentation for testing
Ian Lee
2016-06-06
1
-4
/
+7
*
|
Add test-requirements.txt with basic test packages
Susan Tan
2016-06-06
1
-0
/
+7
*
|
Merge pull request #532 from mtmiller/doc-update
Ian Lee
2016-06-06
1
-1
/
+1
|
\
\
|
*
|
Update Python version list in docs
Mike Miller
2016-06-03
1
-1
/
+1
|
|
/
*
|
Change all references to the pep8 project to say pycodestyle
MaxPayton
2016-06-03
1
-10
/
+11
|
/
*
Removed project level `.pep8` config file
Ian Lee
2016-05-31
1
-3
/
+2
*
Improved formatting of filename referencing in docs
Ian Lee
2016-05-31
2
-10
/
+10
*
Updated docs to remove another pep8 based reference
Ian Lee
2016-05-31
1
-3
/
+3
*
Updated two more references to old name
doc-update
Ian Lee
2016-05-29
1
-1
/
+2
*
Updated project name in docs
Ian Lee
2016-05-29
8
-74
/
+69
*
Finished updating rtd links
update-rtd-links
Ian Lee
2016-05-29
1
-1
/
+1
*
Convert readthedocs link for their .org -> .io migration for hosted projects
Adam Chainz
2016-05-29
2
-2
/
+2
*
Updated tests and doc examples -> pycodestyle
package-pycodestyle
Ian Lee
2016-05-26
1
-11
/
+11
*
Changed heading line format for consistency
Ian Lee
2016-05-24
1
-1
/
+1
*
Re-added shebang line that was removed
Ian Lee
2016-05-24
1
-0
/
+1
*
add examples showing StyleGuide config options
Nicholas Chammas
2016-05-21
1
-3
/
+19
*
Updated text list of "ignored by default" codes
followup-to-499
Ian Lee
2016-04-28
1
-2
/
+2
*
Add W503 to default ignore list
Ian Cordasco
2016-04-23
1
-1
/
+1
*
complain about missing space before opening parentheses of import statement
Łukasz Rogalski
2016-03-29
1
-0
/
+2
*
Add link to PyCQA code of conduct
add-code-of-conduct
Ian Cordasco
2016-02-23
1
-0
/
+3
*
Updated source code links to point to new repository name; issue #466 / #481
Ian Lee
2016-02-22
4
-6
/
+6
*
Changed link from pep257 to pydocstyle now that project has been renamed.
Alasdair Nicol
2016-02-16
1
-1
/
+1
*
Updated copyrights to 2016
Ian Lee
2016-01-02
1
-1
/
+1
*
Merge pull request #460 from doismellburning/feature/contrib-high-level
Ian Lee
2015-11-08
1
-0
/
+15
|
\
|
*
Document standalone + py26 aims
Kristian Glass
2015-11-08
1
-0
/
+2
|
*
flake8 for plugins etc., not pep8
Kristian Glass
2015-11-08
1
-0
/
+3
|
*
Added recommendation against ast usage in pep8
Kristian Glass
2015-11-08
1
-1
/
+3
[next]