summaryrefslogtreecommitdiff
path: root/pep8.py
Commit message (Expand)AuthorAgeFilesLines
* Updated pycodestyle file name and setup.pyIan Lee2016-05-261-2200/+0
* Made 'pep8style' more generically 'style_guide'Ian Lee2016-05-261-4/+4
* Added pycodestyle entry_pointIan Lee2016-05-261-0/+15
* Fix grammarJakub Wilk2016-05-251-1/+1
* Merge pull request #487 from PyCQA/issue-228Ian Lee2016-05-241-6/+12
|\
| * Patched pep8 to comply with pydocstyle; Closes #228.issue-228Ian Lee2016-02-281-6/+12
* | Allow spaces around = in async definitionsbug/507Ian Cordasco2016-05-231-1/+2
* | Add W503 to default ignore listIan Cordasco2016-04-231-1/+1
* | Fix false E251 error involving square bracketsAlex Grönholm2016-04-081-2/+2
* | complain about missing space before opening parentheses of import statementŁukasz Rogalski2016-03-291-0/+17
|/
* Identify binary operators used as unary operatorsIan Cordasco2016-02-241-1/+10
* Merge pull request #383 from czyzykowski/patch-1Ian Lee2016-02-241-1/+2
|\
| * Fix problem with treating ~ operator as binary.Łukasz Czyżykowski2015-02-191-1/+2
* | Updated source code links to point to new repository name; issue #466 / #481Ian Lee2016-02-221-1/+1
* | Incremented version number marking new work after 1.7 releaseIan Lee2016-02-161-1/+1
* | 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