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
/
CHANGES.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refresh the README and the CHANGES.
Florent Xicluna
2012-06-17
1
-1
/
+2
*
Explain configuration options. Issue #82.
Florent Xicluna
2012-06-16
1
-0
/
+2
*
Fix minor E12 glitches.
Florent Xicluna
2012-06-16
1
-0
/
+2
*
Back to development; fix issue #81.
Florent Xicluna
2012-06-15
1
-0
/
+6
*
Release version 1.3.
1.3
Florent Xicluna
2012-06-15
1
-1
/
+1
*
Add changelog entry for issue #78.
Florent Xicluna
2012-06-14
1
-0
/
+2
*
Implement `--diff` to receive a unidiff on STDIN and report errors on modifie...
Florent Xicluna
2012-06-13
1
-0
/
+4
*
Forgot to mention issue #35 in the CHANGES.txt.
Florent Xicluna
2012-06-12
1
-1
/
+1
*
Break backwards compatibility: replace global configuration with a new StyleG...
Florent Xicluna
2012-06-12
1
-0
/
+7
*
Add line to CHANGES.txt
Florent Xicluna
2012-06-10
1
-0
/
+2
*
Fix E225 for Python 3. Closes #72.
Florent Xicluna
2012-06-04
1
-0
/
+2
*
More robust readlines().
Florent Xicluna
2012-06-03
1
-1
/
+3
*
Fix the test output and the exist code when running the --doctest or the --te...
Florent Xicluna
2012-06-02
1
-0
/
+3
*
Add option '--format' to customize output. Closes #23.
Florent Xicluna
2012-06-02
1
-0
/
+2
*
Enable the checkers E12 in the default configuration.
Florent Xicluna
2012-06-02
1
-0
/
+3
*
Fix a crash when too many brackets are closed.
Florent Xicluna
2012-06-02
1
-0
/
+3
*
Fix E502 for embedded backslash. Closes #68.
Florent Xicluna
2012-06-02
1
-0
/
+2
*
Read user configuration and local configuration. Closes #22.
Florent Xicluna
2012-06-02
1
-0
/
+3
|
\
*
|
Message for E712 might be misleading.
Florent Xicluna
2012-06-01
1
-0
/
+2
*
|
Make E27 checks twice as fast.
Florent Xicluna
2012-06-01
1
-0
/
+6
*
|
Release version 1.2.
1.2
Florent Xicluna
2012-06-01
1
-1
/
+4
*
|
Refactor E12 checks, and add a bunch of test cases.
Florent Xicluna
2012-05-31
1
-1
/
+1
*
|
Add checks for continuation line indentation, disabled by default. Closes #64.
Florent Xicluna
2012-05-29
1
-0
/
+4
|
\
\
*
|
|
Add checks E711, E712 and E721. Closes #46 and #47.
Florent Xicluna
2012-05-28
1
-0
/
+4
*
|
|
Fix issue #29: spurious E225 and E701 for function annotations
Florent Xicluna
2012-05-27
1
-0
/
+2
*
|
|
Add E502 for extraneous backslashes.
Florent Xicluna
2012-05-27
1
-0
/
+4
*
|
|
Option --show-pep8 should imply --first.
Florent Xicluna
2012-05-27
1
-0
/
+6
|
/
/
*
|
Release version 1.1.
1.1
Florent Xicluna
2012-05-24
1
-3
/
+4
*
|
Catch syntax errors with E901; fix E27* to behave consistently with Python3.
Florent Xicluna
2012-05-23
1
-0
/
+2
*
|
Entries in CHANGES.txt
Florent Xicluna
2012-05-23
1
-0
/
+4
*
|
Add changelog entry for issue #57.
Florent Xicluna
2012-05-23
1
-0
/
+7
*
|
Release version 1.0.1
1.0.1
Florent Xicluna
2012-04-06
1
-0
/
+6
*
|
Release 1.0.
Florent Xicluna
2012-04-04
1
-1
/
+1
*
|
Fix rst syntax.
Florent Xicluna
2012-03-30
1
-1
/
+1
*
|
Add changelog entry for previous fix.
Florent Xicluna
2012-03-30
1
-0
/
+6
*
|
Release version 0.7.0.
Florent Xicluna
2012-03-26
1
-2
/
+2
*
|
Correctly select all tests if DEFAULT_IGNORE == '' or False.
Florent Xicluna
2012-03-26
1
-0
/
+2
*
|
Change the defaut behaviour to --repeat.
Florent Xicluna
2012-03-26
1
-0
/
+4
*
|
Add changelog entry for issue #36 and adapt the help message.
Florent Xicluna
2012-03-26
1
-0
/
+2
*
|
Add the testsuite to MANIFEST.in, add changelog entry for issue #26 too.
Florent Xicluna
2012-03-26
1
-1
/
+5
*
|
Fixes for Jython.
Florent Xicluna
2012-03-26
1
-0
/
+2
*
|
Merge fixes for issues #34, #43 and #48.
Florent Xicluna
2012-03-26
1
-0
/
+16
|
/
*
Release 0.6.0.
Johann C. Rocholl
2010-09-19
1
-1
/
+1
*
Reorganize the test suite in order to check more failures with fewer test files.
Florent Xicluna
2010-09-11
1
-0
/
+4
*
Fix E225: accept ``print >>sys.stderr, "..."`` syntax.
Florent Xicluna
2010-09-10
1
-0
/
+2
*
Add reference to issue #7 for the last fix.
Florent Xicluna
2010-09-08
1
-1
/
+1
*
Fix E501 for lines containing multibyte encoded characters.
Florent Xicluna
2010-09-08
1
-0
/
+2
*
Fix E221, E222, E223, E224 not detected in some cases. (Issue #16)
Florent Xicluna
2010-09-08
1
-0
/
+2
*
Fix issue #17: v = dic[a] [b] (E211)
Florent Xicluna
2010-09-08
1
-0
/
+2
*
Now exit code is always 1 if any error or warning is found. (Issue #10)
florentx
2010-08-29
1
-0
/
+2
[next]