summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 expressi...Florent Xicluna2012-06-171-11/+10
* 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
* | 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
* | 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 Chec...Florent Xicluna2012-06-141-2/+6
* 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 t...Florent Xicluna2012-06-131-11/+8
* Fix false positive E121 and E127 for prefixed string literals.Florent Xicluna2012-06-132-1/+25
* Fix testsuite not reporting failure count in some cases.Florent Xicluna2012-06-131-0/+1
* Accept the path of the parent directory with the `--diff` option; fix decodin...Florent Xicluna2012-06-131-7/+13
* Rename method BaseReport.increment_logical_line().Florent Xicluna2012-06-131-2/+2
* Rename BasicReport to BaseReport.Florent Xicluna2012-06-131-5/+5
* Do not expect arguments after --diff.Florent Xicluna2012-06-131-1/+1
* Fix the --doctest optionFlorent Xicluna2012-06-131-2/+2
* Fix options processing.Florent Xicluna2012-06-131-12/+12
* Restore the command line. (Closes #77)Florent Xicluna2012-06-131-7/+8
* Implement `--diff` to receive a unidiff on STDIN and report errors on modifie...Florent Xicluna2012-06-133-15/+73
* The report initialization belongs to the report.Florent Xicluna2012-06-121-13/+14
* Fix error in pep8.py, move a method.Florent Xicluna2012-06-121-9/+10
* Reserve the FileReport for the script mode; honour the quiet=True argument wh...Florent Xicluna2012-06-121-7/+9
* Missing attribute 'lines' on the reporter class.Florent Xicluna2012-06-121-2/+3
* Forgot to mention issue #35 in the CHANGES.txt.Florent Xicluna2012-06-121-1/+1
* Break backwards compatibility: replace global configuration with a new StyleG...Florent Xicluna2012-06-122-323/+409