summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typoJakub 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
* | Merge pull request #486 from jeffwidman/patch-1Ian Lee2016-05-241-17/+22
|\ \
| * | Update Readme to reflect pycodestyle name changeJeff Widman2016-02-261-17/+22
* | | Merge pull request #509 from PyCQA/gh-500Ian Cordasco2016-05-241-2/+19
|\ \ \
| * | | Changed heading line format for consistencyIan Lee2016-05-241-1/+1
| * | | Re-added shebang line that was removedIan Lee2016-05-241-0/+1
| * | | add examples showing StyleGuide config optionsNicholas Chammas2016-05-211-3/+19
* | | | Merge pull request #508 from PyCQA/bug/507Ian Lee2016-05-242-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Allow spaces around = in async definitionsbug/507Ian Cordasco2016-05-232-1/+5
|/ / /
* | | Merge pull request #501 from PyCQA/followup-to-499Ian Lee2016-04-281-2/+2
|\ \ \
| * | | Updated text list of "ignored by default" codesfollowup-to-499Ian Lee2016-04-281-2/+2
|/ / /
* | | Merge pull request #499 from sigmavirus24/bug/498Ian Lee2016-04-283-3/+3
|\ \ \
| * | | Add W503 to default ignore listIan Cordasco2016-04-233-3/+3
|/ / /
* | | Merge pull request #497 from agronholm/fix_496Ian Cordasco2016-04-082-3/+4
|\ \ \
| * | | Fix false E251 error involving square bracketsAlex Grönholm2016-04-082-3/+4
|/ / /
* | | Merge pull request #491 from rogalski/missing-whitespace-import-open-parenthesisIan Lee2016-04-023-0/+33
|\ \ \ | |_|/ |/| |
| * | complain about missing space before opening parentheses of import statementŁukasz Rogalski2016-03-293-0/+33
|/ /
* | Updated changelog from last few mergesIan Lee2016-02-241-0/+10
* | Merge pull request #485 from sigmavirus24/bug/484Ian Lee2016-02-241-1/+10
|\ \ | |/ |/|
| * 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
* | Merge pull request #483 from PyCQA/add-code-of-conductIan Lee2016-02-231-0/+3
|\ \
| * | Add link to PyCQA code of conductadd-code-of-conductIan Cordasco2016-02-231-0/+3
|/ /
* | Updated source code links to point to new repository name; issue #466 / #481Ian Lee2016-02-227-8/+12
* | Merge pull request #482 from thijstriemstra/patch-1Ian Cordasco2016-02-171-1/+1
|\ \
| * | fix broken linkThijs Triemstra2016-02-171-1/+1
|/ /
* | Added missing python envs to tox.iniIan Lee2016-02-161-1/+1
* | Incremented version number marking new work after 1.7 releaseIan Lee2016-02-162-1/+4
* | Merge pull request #479 from alasdairnicol/patch-1Ian Lee2016-02-161-1/+1
|\ \
| * | Changed link from pep257 to pydocstyle now that project has been renamed.Alasdair Nicol2016-02-161-1/+1
|/ /
* | Merge pull request #470 from PyCQA/release/v1.71.7.0Ian Lee2016-01-122-2/+14
|\ \
| * | Changed to make new release 1.7 rather than 1.6.3Ian Lee2016-01-122-2/+2
| * | Added missing changelog entries.Ian Lee2016-01-121-1/+3
| * | Bumped version in preparation of releaserelease/v1.6.3Ian Lee2016-01-111-1/+1
| * | Updated changelog, leaving date as unreleased for the momentIan Lee2016-01-111-1/+11
|/ /
* | Updated copyrights to 2016Ian Lee2016-01-023-3/+3
* | Merge pull request #460 from doismellburning/feature/contrib-high-levelIan Lee2015-11-082-0/+19
|\ \
| * | CONTRIBUTING docsKristian Glass2015-11-081-0/+4
| * | Document standalone + py26 aimsKristian Glass2015-11-081-0/+2
| * | flake8 for plugins etc., not pep8Kristian Glass2015-11-081-0/+3
| * | Added recommendation against ast usage in pep8Kristian Glass2015-11-081-1/+3
| * | Because documenting direction / scope decisions can be usefulKristian Glass2015-11-081-0/+8
* | | Merge pull request #459 from haypo/bytes_warnIan Cordasco2015-11-051-1/+1
|\ \ \
| * | | fix BytesWarning on Python 3Victor Stinner2015-11-051-1/+1
|/ / /
* | | Merge pull request #456 from jaccarmac/argspec-equivalenceIan Lee2015-11-041-1/+4
|\ \ \
| * | | Correct _get_parameters.Jacob MacDonald2015-10-291-1/+4
|/ / /
* | | Merge pull request #453 from PyCQA/issue-452Ian Cordasco2015-10-251-4/+0
|\ \ \