summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated version string to PEP-440 formatrelease/1.8.0Ian Lee2016-05-301-1/+1
|
* Merge branch 'doc-update'Ian Lee2016-05-309-77/+73
|\
| * Updated two more references to old namedoc-updateIan Lee2016-05-292-3/+4
| |
| * Updated project name in docsIan Lee2016-05-298-74/+69
| | | | | | | | | | | | Updated from references to pep8 -> pycodestyle, this fixes the sphinx build errors caught by readthedocs.
* | Updated deprecation warning to actually emit a warningIan Lee2016-05-301-3/+5
|/
* Merge pull request #516 from PyCQA/add-maintainer-fieldIan Lee2016-05-291-0/+2
|\ | | | | Added maintainer metadata to package
| * Added maintainer metadata to packageIan Lee2016-05-291-0/+2
|/
* Merge pull request #515 from PyCQA/update-rtd-linksIan Lee2016-05-294-4/+4
|\ | | | | Finished updating rtd links
| * Finished updating rtd linksupdate-rtd-linksIan Lee2016-05-294-4/+4
|/ | | | Updated references to pep8.readthedocs.io -> pycodestyle.readthedocs.io
* Merge pull request #514 from adamchainz/readthedocs.ioIan Lee2016-05-296-6/+6
|\ | | | | Convert readthedocs link for their .org -> .io migration for hosted projects
| * Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-296-6/+6
|/ | | | | | | | As per their email ‘Changes to project subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
* Merge pull request #510 from PyCQA/package-pycodestyleIan Cordasco2016-05-2612-136/+158
|\ | | | | Package pycodestyle
| * Updated tests and doc examples -> pycodestylepackage-pycodestyleIan Lee2016-05-266-114/+119
| |
| * Updated file names testedIan Lee2016-05-264-4/+4
| |
| * Fixed additional reference to pep8.py in travisIan Lee2016-05-261-1/+1
| |
| * Updated makefile for package renameIan Lee2016-05-261-3/+3
| |
| * Updated tox for package renameIan Lee2016-05-261-3/+3
| |
| * Updated Travis configuration for package renameIan Lee2016-05-261-3/+3
| |
| * Fixed import in testsuiteIan Lee2016-05-261-1/+1
| |
| * Updated header comment from pep8 -> pycodestyleIan Lee2016-05-261-1/+2
| |
| * Updated pycodestyle file name and setup.pyIan Lee2016-05-262-6/+6
| |
| * Made 'pep8style' more generically 'style_guide'Ian Lee2016-05-261-4/+4
| |
| * Added pycodestyle entry_pointIan Lee2016-05-262-1/+17
|/ | | | Converted pep8 entry point to emit a deprecation warning for users
* Merge pull request #511 from jwilk/further-discussion-urlIan Cordasco2016-05-251-1/+1
|\ | | | | Fix the "Further discussion" URL
| * Fix the "Further discussion" URLJakub Wilk2016-05-251-1/+1
| |
* | Merge pull request #512 from jwilk/spellingIan Cordasco2016-05-253-5/+5
|\ \ | |/ |/| Fix spelling
| * Fix grammarJakub Wilk2016-05-252-4/+4
| | | | | | | | | | "allow" is a transitive verb, which requires an object, so "allow to <verb>" is ungrammatical.
| * 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.
| * Patched pep8 to comply with pydocstyle; Closes #228.issue-228Ian Lee2016-02-281-6/+12
| | | | | | | | | | | | Purposely ignoring D102 and D203 error codes. - D102 appears to be a bug with D102 - D203 should be ignored by default by pydocstyle)
* | Merge pull request #486 from jeffwidman/patch-1Ian Lee2016-05-241-17/+22
|\ \ | | | | | | Update Readme to reflect pycodestyle name change
| * | 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
|\ \ \ | | | | | | | | Merge Pull Request #500
| * | | 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 definitions
| * | | Allow spaces around = in async definitionsbug/507Ian Cordasco2016-05-232-1/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In pull request gh-361, we allowed spaces around = for default arguments with annotations. Python 3.5 added the async keyword for a function definition and the allowance we made in gh-361 was failing. This allows a function definition to start with either 'def' or 'async def' now and accommodates both cases. Closes gh-507
* | | Merge pull request #501 from PyCQA/followup-to-499Ian Lee2016-04-281-2/+2
|\ \ \ | | | | | | | | Updated text list of "ignored by default" codes
| * | | 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 list
| * | | Add W503 to default ignore listIan Cordasco2016-04-233-3/+3
|/ / / | | | | | | | | | Closes #498
* | | Merge pull request #497 from agronholm/fix_496Ian Cordasco2016-04-082-3/+4
|\ \ \ | | | | | | | | Fixed false E251 error when square brackets are used in function argu…
| * | | Fix false E251 error involving square bracketsAlex Grönholm2016-04-082-3/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | Fixed a case where a comma is erroneously interpreted as an argument separator when square brackets are used in an argument annotation with a default value. Closes #496
* | | 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
| * | complain about missing space before opening parentheses of import statementŁukasz Rogalski2016-03-293-0/+33
|/ / | | | | | | Solves issue #489
* | 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 operators
| * Identify binary operators used as unary operatorsIan Cordasco2016-02-241-1/+10
|/ | | | | | | | | | | | | | | | | | | | | | | | | | Previously we handled the case where binary operators were being used as unary operators except in the case where they followed another binary operator, e.g., foo = (1 + -10 * 2 / -5) This change updates the check for W503 to track the previous non-whitespace token type and token text to check if it is in fact also a binary operator (because you should never have two binary operators in a row). This does not handle invalid syntax, e.g., foo = (bar / /baz) But the false-positive generated for other cases was more harmful than not catching what will instead be caught by the interpreter. Closes gh-484
* Merge pull request #383 from czyzykowski/patch-1Ian Lee2016-02-241-1/+2
|\ | | | | Fix problem with treating ~ operator as binary.