8
I Use This!
Low Activity

Commits : Listings

Analyzed 15 days ago. based on code collected 15 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix testsuite not reporting failure count in some cases. More... over 12 years ago
Accept the path of the parent directory with the `--diff` option; fix decoding stdin buffer with Python3. More... over 12 years ago
Rename method BaseReport.increment_logical_line(). More... over 12 years ago
Rename BasicReport to BaseReport. More... over 12 years ago
Do not expect arguments after --diff. More... over 12 years ago
Fix the --doctest option More... over 12 years ago
Fix options processing. More... over 12 years ago
Restore the command line. (Closes #77) More... over 12 years ago
Implement `--diff` to receive a unidiff on STDIN and report errors on modified code only. (Closes #39) More... over 12 years ago
The report initialization belongs to the report. More... over 12 years ago
Fix error in pep8.py, move a method. More... over 12 years ago
Reserve the FileReport for the script mode; honour the quiet=True argument when using the library. More... over 12 years ago
Missing attribute 'lines' on the reporter class. More... over 12 years ago
Forgot to mention issue #35 in the CHANGES.txt. More... over 12 years ago
Break backwards compatibility: replace global configuration with a new StyleGuide class. (Closes #66) More... over 12 years ago
Add line to CHANGES.txt More... over 12 years ago
Only 'options' is a global variable. More... over 12 years ago
Optimize the expand_indent helper when code is PEP8 compliant. More... over 12 years ago
Fix E125 in pep8.py itself. More... over 12 years ago
Merge pull request #74 from samv/master More... over 12 years ago
make multi-line STRING % (foo, bar) work More... over 12 years ago
Don't set indent[-1] More... over 12 years ago
Add some more tests for multi-line string continuation indent More... over 12 years ago
Relax E127/E128 for aligned homogenous tokens More... over 12 years ago
Make E127/E128 stricter about what defines a new level More... over 12 years ago
Fix E225 for Python 3. Closes #72. More... over 12 years ago
Add codes to all docstrings for find_checks() to selectively ignore checkers. More... over 12 years ago
Line too long. More... over 12 years ago
Report successive E24 on the same logical line. Closes #71. More... over 12 years ago
Fix regression when rewriting E251. Closes #70. More... over 12 years ago