summaryrefslogtreecommitdiff
path: root/pep8.py
Commit message (Expand)AuthorAgeFilesLines
* Release 1.7.11.7.1release/1.7.xIan Stapleton Cordasco2017-10-221-1/+1
* Removed pycodestyle entry pointIan Lee2016-05-311-16/+13
* Updated version number to 1.7.1.dev0Ian Lee2016-05-311-1/+1
* Added pycodestyle entrypointIan Lee2016-05-311-0/+17
* Changed to make new release 1.7 rather than 1.6.3Ian Lee2016-01-121-1/+1
* Bumped version in preparation of releaserelease/v1.6.3Ian Lee2016-01-111-1/+1
* Updated copyrights to 2016Ian Lee2016-01-021-1/+1
* fix BytesWarning on Python 3Victor Stinner2015-11-051-1/+1
* Correct _get_parameters.Jacob MacDonald2015-10-291-1/+4
* Fix regression in catching E711 (issue #435), add testsAndrew Tonko2015-10-071-1/+1
* Fixed #437 -- Use https instead of http for linkIan Lee2015-09-101-1/+1
* Moved splitting into _parse_multi_options functionIan Lee2015-09-101-5/+5
* Added minor visual whitespace improvementIan Lee2015-09-101-0/+5
* Use report instead of analyze in the help textIan Cordasco2015-09-071-1/+1
* Reworded --diff flag help string to improve clarity (which created misunderst...nixscripter2015-09-071-2/+2
* Update all documentation and links to use PyCQAIan Cordasco2015-09-071-1/+1
* Improved parsing of multiline option values (including trailing commas)Kristian Glass2015-08-221-3/+19
* Generalize deprecation avoidanceSteven Myint2015-07-141-7/+9
* Support older Python 3Steven Myint2015-07-141-1/+1
* Support Python 3.5Steven Myint2015-07-141-2/+7
* Reverted fix for #368 which had unintended repurcussions in flake8 and other ...Ian Lee2015-03-171-14/+14
* Updated licensing dates to 2015Ian Lee2015-03-131-1/+1
* Bump version post releaseIan Lee2015-03-131-1/+1
* Release version 1.6.21.6.2Ian Lee2015-02-151-1/+1
* Fixed tests from previous commitIan Lee2015-02-151-1/+1
* Fixed regression which caused pep8 to not be able to pass in config file; iss...Ian Lee2015-02-151-4/+11
* Bump version numberIan Lee2015-02-141-1/+1
* Merge pull request #305 from yole/break-around-binary-operatorIan Lee2015-02-081-4/+44
|\
| * Fix violations of new rule in pep8.py. #ep14boatDmitry Jemerov2014-07-241-8/+9
| * Report W503 for line breaks before binary operators; issue #197. #ep14boatDmitry Jemerov2014-07-241-0/+39
* | Release version 1.6.11.6.1Ian Lee2015-02-081-1/+1
* | Fixed #287 -- 'variable is referenced before assignment' errorIan Lee2015-02-071-0/+2
* | Merge pull request #313 from hongqn/e721-noqaIan Lee2015-02-071-2/+2
|\ \
| * | allow use # noqa to disable E721 warningQiangning Hong2014-08-081-2/+2
| |/
* | Fix undefined variable issue; #377Ian Lee2015-02-071-1/+2
* | Start work on next versionIan Lee2015-02-061-1/+1
* | Release version 1.61.6Ian Lee2015-02-061-1/+1
* | Update configuration documentation; issue #368 / #369Ian Lee2015-02-051-1/+9
* | Update the ordering of configs parsed; issue #368 / #369Ian Lee2015-02-051-19/+21
* | #368 don't search the direcotry tree if config was defined with --configJason Killen2015-02-011-9/+10
* | Merge branch 'issue-363' into masterIan Lee2015-01-261-0/+8
|\ \
| * | Reduce calls to sys.stdout.flush() from 3 to 1; issue #363Ian Lee2015-01-121-9/+8
| * | sys.stdout.flush() to avoid broken line.INADA Naoki2014-12-271-0/+9
* | | Allow backslash to end a line if within inline comment; issue #374Ian Lee2015-01-261-1/+5
* | | Only an annotated function if in the first layer of parensIan Lee2014-12-291-2/+2
* | | Update tests for issue #357Ian Lee2014-12-291-1/+3
* | | Allow spaces around equals sign of an annotated function definition parameter...Ian Lee2014-12-291-1/+9
|/ /
* | Merge pull request #360 from jcrocholl/issue-316Ian Lee2014-12-221-1/+1
|\ \
| * | Update DEFAULT_IGNORE to add E121 & E126 per discussion in issues #256 #316Ian Lee2014-12-171-1/+1
* | | Specify the default ignore list in the help options.Ian Lee2014-12-221-1/+2