summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * Correct spelling errormyint2012-06-161-1/+1
| |
| * Add comment about optparse rulesmyint2012-06-161-0/+1
| |
| * Strip leading dashes like optparse doesmyint2012-06-161-1/+1
| |
| * Normalize keys in configuration filemyint2012-06-161-2/+3
| | | | | | | | Use the same implicit rules used by optparse.
* | Clarify the accepted configuration options; enhance the --help message.Florent Xicluna2012-06-161-13/+19
| |
* | Print options from the config file when verbose=2.Florent Xicluna2012-06-161-4/+6
| |
* | Explain configuration options. Issue #82.Florent Xicluna2012-06-162-2/+7
| |
* | Code review.Florent Xicluna2012-06-161-9/+5
| |
* | Fix minor E12 glitches.Florent Xicluna2012-06-164-8/+24
| |
* | Back to development; fix issue #81.Florent Xicluna2012-06-154-6/+31
| |
* | Release version 1.3.1.3Florent Xicluna2012-06-154-12/+29
| |
* | TestReport output.Florent Xicluna2012-06-151-16/+17
| |
* | Fix NameError.Florent Xicluna2012-06-151-1/+1
| |
* | Method 'print_results' for the TestReport.Florent Xicluna2012-06-151-13/+15
| |
* | Move the testing framework out of the main API; add docstrings to the public ↵Florent Xicluna2012-06-151-127/+140
| | | | | | | | methods.
* | Replace the property 'result' with a method 'get_result()', easier to overload.Florent Xicluna2012-06-151-3/+2
|/
* Review the E12 checks.Florent Xicluna2012-06-154-73/+64
|
* Further refactoring.Florent Xicluna2012-06-141-29/+10
|
* Add BaseReport.result property to allow to overwrite what is returned by ↵Florent Xicluna2012-06-141-2/+6
| | | | Checker.check_all().
* Add changelog entry for issue #78.Florent Xicluna2012-06-141-0/+2
|
* Refactor the check_all() method and the blank_lines counting.Florent Xicluna2012-06-141-38/+34
|
* Minor update of the README.Florent Xicluna2012-06-141-8/+4
|
* Use features of Python 2.5 and refactor a little bit.Florent Xicluna2012-06-141-70/+39
|
* Prune unsupported versions from Makefile.Florent Xicluna2012-06-131-10/+1
|
* Update setup.pyFlorent Xicluna2012-06-131-8/+4
|
* Code reviewFlorent Xicluna2012-06-131-13/+8
|
* Fix confusions between E123 and E124.Florent Xicluna2012-06-133-24/+48
|
* Reuse the helper filename_match.Florent Xicluna2012-06-131-6/+3
|
* Show also the errors in the diff context. Pass the option '--unified 0' to ↵Florent Xicluna2012-06-131-11/+8
| | | | the diff or VCS program to keep the previous behaviour.
* Fix false positive E121 and E127 for prefixed string literals.Florent Xicluna2012-06-132-1/+25
|