summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add line to CHANGES.txtFlorent Xicluna2012-06-101-0/+2
* Only 'options' is a global variable.Florent Xicluna2012-06-101-3/+2
* Optimize the expand_indent helper when code is PEP8 compliant.Florent Xicluna2012-06-101-0/+2
* Fix E125 in pep8.py itself.Florent Xicluna2012-06-101-3/+3
* Merge pull request #74 from samv/masterFlorent Xicluna2012-06-103-7/+91
|\
| * Don't set indent[-1]Sam Vilain2012-06-061-1/+1
| * make multi-line STRING % (foo, bar) workSam Vilain2012-06-062-2/+15
| * Add some more tests for multi-line string continuation indentSam Vilain2012-06-062-0/+17
| * Make E127/E128 stricter about what defines a new levelSam Vilain2012-06-063-14/+21
| * Relax E127/E128 for aligned homogenous tokensSam Vilain2012-06-063-2/+49
|/
* Fix E225 for Python 3. Closes #72.Florent Xicluna2012-06-043-1/+6
* Add codes to all docstrings for find_checks() to selectively ignore checkers.Florent Xicluna2012-06-031-6/+20
* Line too long.Florent Xicluna2012-06-031-2/+3
* Report successive E24 on the same logical line. Closes #71.Florent Xicluna2012-06-031-11/+11
* Fix regression when rewriting E251. Closes #70.Florent Xicluna2012-06-032-1/+3