summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release version 1.3.41.3.4Florent Xicluna2012-12-182-3/+3
|
* More instructions in the READMEFlorent Xicluna2012-12-181-3/+7
|
* Review README wordingFlorent Xicluna2012-12-181-4/+7
|
* Merge pull request #114 from JensRantil/api-to-readmeFlorent Xicluna2012-12-181-0/+30
|\ | | | | Describe how to execute from Python in README
| * Readme now describes how to execute from PythonJens Rantil2012-07-261-0/+30
| | | | | | | | Commit related to issue #35 and #105.
* | Update the copyrightFlorent Xicluna2012-12-181-1/+2
| |
* | Add changelog entry for issue #128Florent Xicluna2012-12-091-0/+2
| |
* | Merge pull request #128 from yole/input-from-stdinFlorent Xicluna2012-12-091-0/+3
|\ \ | | | | | | accept '-' as input filename to read data for checking from standard input
| * | accept '-' as input filename to read data for checking from standard inputDmitry Jemerov2012-10-021-0/+3
| |/
* | Fix E225 when operator is preceded by a comma; issue #135Florent Xicluna2012-12-094-3/+10
| |
* | Fix false E126 with indented comments; issue #138Florent Xicluna2012-12-093-2/+11
| |
* | Comply with the 79 chars ruleFlorent Xicluna2012-12-091-1/+2
| |
* | Add changelog entriesFlorent Xicluna2012-12-091-0/+8
| |
* | Fix false report of E231 in some casesFlorent Xicluna2012-12-093-2/+3
| |
* | Merge pull request #133 from smichr/e27Florent Xicluna2012-12-092-1/+3
|\ \ | | | | | | E27 finds keyword at start of line
| * | E27 finds keyword at start of lineChris Smith2012-10-212-1/+3
| |/
* | Merge pull request #137 from gthb/fix-issue-127Florent Xicluna2012-12-091-2/+2
|\ \ | | | | | | Fix --diff failing on one-line hunks
| * | Fix --diff failing on one-line hunksGunnlaugur Þór Briem2012-11-081-2/+2
| |/ | | | | | | | | | | | | Without this fix, pep8 --diff fails uncleanly on diff hunks where either the old or the new hunk is just one line and the patch omits the `,1` Compact fix for jcrocholl#127
* | Merge pull request #142 from scullyx13/masterFlorent Xicluna2012-12-092-1/+5
|\ \ | | | | | | Fix E231 for nested dictionary in list
| * | Fix E231 for nested dictAnastasia Morozova2012-12-082-1/+5
| |/
* | Merge pull request #111 from emonty/masterFlorent Xicluna2012-12-091-2/+5
|\ \ | |/ |/| Allow exclude patterns to match directory paths.
| * Fix a silly error.Monty Taylor2012-07-261-5/+5
| |
| * Add back ability to exclude just on dir parts.Monty Taylor2012-07-261-1/+5
| | | | | | | | | | | | The last patch made exclude patterns apply to entire paths - but it's possible people might have been counting on the matching behavior only applying to an individual segment. This adds that behavior back.
| * Allow exclude patterns to match directory paths.Monty Taylor2012-07-261-3/+2
|/ | | | | | | | | excluded strips down the filename to the basename, but fnmatch does not need this, and it makes it impossible to trim a specific subdir path in excludes that might need an additional layer of context (such as "lib/python2.6") If we stop stripping down to basename for the check, and then start joining root onto dirname in the os.path.walk call, all works lovely.
* Fix false positive E401; issue #104.Florent Xicluna2012-07-143-1/+6
|
* Add tests for issue #100.Florent Xicluna2012-07-031-0/+5
|
* Fix false positive for continuation line indentation when line contains ↵Florent Xicluna2012-07-032-1/+4
| | | | comments. Closes #100
* Fix issue with bpython. Closes #101Florent Xicluna2012-07-032-2/+4
|
* Back to development.Florent Xicluna2012-07-032-2/+8
|
* Fix crash, and release 1.3.3; issue #98.1.3.3Florent Xicluna2012-06-273-1/+17
|
* Release version 1.3.2.1.3.2Florent Xicluna2012-06-262-3/+3
|
* Add E902 errors for IOErrors; issue #87.Florent Xicluna2012-06-262-4/+13
|
* Update README.Florent Xicluna2012-06-262-4/+5
|
* A little bit of rewording.Florent Xicluna2012-06-261-4/+3
|
* Merge pull request #90 from iElectric/masterFlorent Xicluna2012-06-261-1/+3
|\ | | | | Clarify .pep8 can be located in any parent folder
| * Clarify .pep can be located in any parent folderDomen Kožar2012-06-231-1/+3
| |
* | Revert to the pre-1.2 behavior: --show-pep8 does not imply --first; issue #89.Florent Xicluna2012-06-262-2/+3
| |
* | Fix errors on E121 and E124; issue #92.Florent Xicluna2012-06-264-1/+36
| |
* | Add changelog entries for issue #86 and issue #91.Florent Xicluna2012-06-262-6/+8
| |
* | Merge pull request #88 from dpursehouse/max-line-lengthFlorent Xicluna2012-06-261-1/+2
|\ \ | | | | | | Show maximum length in "E501 line too long" error message
| * | Show maximum length in "E501 line too long" error messageDavid Pursehouse2012-06-191-1/+2
| |/ | | | | | | | | | | The error message is updated to include the maximum length of the line. This is useful when the user has specified a longer length than the default using the --max-line-length option.
* | Merge pull request #94 from dpursehouse/verbose-option-in-config-fileFlorent Xicluna2012-06-261-1/+2
|\ \ | | | | | | #91: Verbose option cannot be specified in config file
| * | Allow 'verbose' to be specified in the config fileDavid Pursehouse2012-06-261-1/+2
| |/
* | Fix the default configuration path on Windows. Issue #95.Florent Xicluna2012-06-262-4/+6
| |
* | Back to development.Florent Xicluna2012-06-262-1/+7
|/
* Release version 1.3.1.1.3.1Florent Xicluna2012-06-182-3/+3
|
* Do not read the configuration when used as a module.Florent Xicluna2012-06-172-6/+13
|
* Refresh the README and the CHANGES.Florent Xicluna2012-06-173-6/+15
|
* Regroup the sets of operators and other constants before the regular ↵Florent Xicluna2012-06-171-11/+10
| | | | expressions.
* Merge branch 'unify_underscore_rule' of https://github.com/myint/pep8Florent Xicluna2012-06-161-6/+7
|\