- Oct 22, 2017
-
- Dec 27, 2016
-
-
Jonathan Densil authored
This will render for users who look at pep8 1.7.x's documentation and hopefully help inform them that pep8 is deprecated and now replaced by pycodestyle. Closes #602
-
- Oct 29, 2016
-
-
Ian Lee authored
Taken from latest pycodestyle README
-
- May 31, 2016
- Jan 12, 2016
- Jan 11, 2016
- Jan 02, 2016
-
-
Ian Lee authored
-
- Nov 09, 2015
-
-
Ian Lee authored
Documentation of high-level goals/aims/decisions
-
- Nov 08, 2015
-
-
Kristian Glass authored
Shiny shiny GitHub support (https://github.com/blog/1184-contributing-guidelines) plus general good signposting
-
Kristian Glass authored
"This library aims to support Python 2.6 and work as a standalone script with no dependencies." https://github.com/PyCQA/pep8/pull/455#issuecomment-151712140
-
Kristian Glass authored
Based on https://github.com/PyCQA/pep8/pull/431#issuecomment-134706116
-
Kristian Glass authored
-
- Nov 05, 2015
-
-
Ian Cordasco authored
fix BytesWarning on Python 3
-
Victor Stinner authored
On Python 3, when python3 with run with -bb, comparison between bytes and str raises a BytesWarning exception. Test the Python version instead of testing '' == b''.
-
- Nov 04, 2015
-
-
Ian Lee authored
Correct _get_parameters.
-
- Oct 29, 2015
-
-
Jacob MacDonald authored
The two versions of parameter parsing were not, in fact, equivalent. The return types of `inspect.signature` and `inspect.getargspec` are, in fact, subtly different. See: * https://docs.python.org/3/library/inspect.html#inspect.signature * https://github.com/praw-dev/praw/issues/541#issuecomment-152280322
-
- Oct 26, 2015
-
-
Ian Cordasco authored
Closes #452 - Mention `ignore` in Error codes and not Configuration
-
- Oct 25, 2015
-
-
Ian Lee authored
-
- Oct 08, 2015
-
-
Ian Lee authored
Fix regression in catching E711 (issue #435), add tests
-
- Oct 07, 2015
-
-
Andrew Tonko authored
-
- Sep 17, 2015
-
-
Ian Cordasco authored
Add python 3.5 support
-
Ian Cordasco authored
Add a notification for the PyCQA channel
-
- Sep 11, 2015
-
-
Ian Lee authored
-
- Sep 10, 2015
- Sep 09, 2015
- Sep 08, 2015
-
-
Ian Lee authored
-
- Sep 07, 2015
-
-
Ian Cordasco authored
Update PR #409
-
Ian Cordasco authored
Closes #409
-
nixscripter authored
-
Ian Cordasco authored
Update all documentation and links to use PyCQA
-