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
/
pep8.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated pycodestyle file name and setup.py
Ian Lee
2016-05-26
1
-2200
/
+0
*
Made 'pep8style' more generically 'style_guide'
Ian Lee
2016-05-26
1
-4
/
+4
*
Added pycodestyle entry_point
Ian Lee
2016-05-26
1
-0
/
+15
*
Fix grammar
Jakub Wilk
2016-05-25
1
-1
/
+1
*
Merge pull request #487 from PyCQA/issue-228
Ian Lee
2016-05-24
1
-6
/
+12
|
\
|
*
Patched pep8 to comply with pydocstyle; Closes #228.
issue-228
Ian Lee
2016-02-28
1
-6
/
+12
*
|
Allow spaces around = in async definitions
bug/507
Ian Cordasco
2016-05-23
1
-1
/
+2
*
|
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
-2
/
+2
*
|
complain about missing space before opening parentheses of import statement
Łukasz Rogalski
2016-03-29
1
-0
/
+17
|
/
*
Identify binary operators used as unary operators
Ian Cordasco
2016-02-24
1
-1
/
+10
*
Merge pull request #383 from czyzykowski/patch-1
Ian Lee
2016-02-24
1
-1
/
+2
|
\
|
*
Fix problem with treating ~ operator as binary.
Łukasz Czyżykowski
2015-02-19
1
-1
/
+2
*
|
Updated source code links to point to new repository name; issue #466 / #481
Ian Lee
2016-02-22
1
-1
/
+1
*
|
Incremented version number marking new work after 1.7 release
Ian Lee
2016-02-16
1
-1
/
+1
*
|
Changed to make new release 1.7 rather than 1.6.3
Ian Lee
2016-01-12
1
-1
/
+1
*
|
Bumped version in preparation of release
release/v1.6.3
Ian Lee
2016-01-11
1
-1
/
+1
*
|
Updated copyrights to 2016
Ian Lee
2016-01-02
1
-1
/
+1
*
|
fix BytesWarning on Python 3
Victor Stinner
2015-11-05
1
-1
/
+1
*
|
Correct _get_parameters.
Jacob MacDonald
2015-10-29
1
-1
/
+4
*
|
Fix regression in catching E711 (issue #435), add tests
Andrew Tonko
2015-10-07
1
-1
/
+1
*
|
Fixed #437 -- Use https instead of http for link
Ian Lee
2015-09-10
1
-1
/
+1
*
|
Moved splitting into _parse_multi_options function
Ian Lee
2015-09-10
1
-5
/
+5
*
|
Added minor visual whitespace improvement
Ian Lee
2015-09-10
1
-0
/
+5
*
|
Use report instead of analyze in the help text
Ian Cordasco
2015-09-07
1
-1
/
+1
*
|
Reworded --diff flag help string to improve clarity (which created misunderst...
nixscripter
2015-09-07
1
-2
/
+2
*
|
Update all documentation and links to use PyCQA
Ian Cordasco
2015-09-07
1
-1
/
+1
*
|
Improved parsing of multiline option values (including trailing commas)
Kristian Glass
2015-08-22
1
-3
/
+19
*
|
Generalize deprecation avoidance
Steven Myint
2015-07-14
1
-7
/
+9
*
|
Support older Python 3
Steven Myint
2015-07-14
1
-1
/
+1
*
|
Support Python 3.5
Steven Myint
2015-07-14
1
-2
/
+7
*
|
Reverted fix for #368 which had unintended repurcussions in flake8 and other ...
Ian Lee
2015-03-17
1
-14
/
+14
*
|
Updated licensing dates to 2015
Ian Lee
2015-03-13
1
-1
/
+1
*
|
Bump version post release
Ian Lee
2015-03-13
1
-1
/
+1
|
/
*
Release version 1.6.2
1.6.2
Ian Lee
2015-02-15
1
-1
/
+1
*
Fixed tests from previous commit
Ian Lee
2015-02-15
1
-1
/
+1
*
Fixed regression which caused pep8 to not be able to pass in config file; iss...
Ian Lee
2015-02-15
1
-4
/
+11
*
Bump version number
Ian Lee
2015-02-14
1
-1
/
+1
*
Merge pull request #305 from yole/break-around-binary-operator
Ian Lee
2015-02-08
1
-4
/
+44
|
\
|
*
Fix violations of new rule in pep8.py. #ep14boat
Dmitry Jemerov
2014-07-24
1
-8
/
+9
|
*
Report W503 for line breaks before binary operators; issue #197. #ep14boat
Dmitry Jemerov
2014-07-24
1
-0
/
+39
*
|
Release version 1.6.1
1.6.1
Ian Lee
2015-02-08
1
-1
/
+1
*
|
Fixed #287 -- 'variable is referenced before assignment' error
Ian Lee
2015-02-07
1
-0
/
+2
*
|
Merge pull request #313 from hongqn/e721-noqa
Ian Lee
2015-02-07
1
-2
/
+2
|
\
\
|
*
|
allow use # noqa to disable E721 warning
Qiangning Hong
2014-08-08
1
-2
/
+2
|
|
/
*
|
Fix undefined variable issue; #377
Ian Lee
2015-02-07
1
-1
/
+2
*
|
Start work on next version
Ian Lee
2015-02-06
1
-1
/
+1
*
|
Release version 1.6
1.6
Ian Lee
2015-02-06
1
-1
/
+1
*
|
Update configuration documentation; issue #368 / #369
Ian Lee
2015-02-05
1
-1
/
+9
*
|
Update the ordering of configs parsed; issue #368 / #369
Ian Lee
2015-02-05
1
-19
/
+21
[next]