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
Clarify the accepted configuration options; enhance the --help message. More... over 12 years ago
Correct spelling error More... over 12 years ago
Add comment about optparse rules More... over 12 years ago
Strip leading dashes like optparse does More... over 12 years ago
Normalize keys in configuration file More... over 12 years ago
Print options from the config file when verbose=2. More... over 12 years ago
Explain configuration options. Issue #82. More... over 12 years ago
Code review. More... over 12 years ago
Fix minor E12 glitches. More... over 12 years ago
Back to development; fix issue #81. More... over 12 years ago
Release version 1.3. More... over 12 years ago
TestReport output. More... over 12 years ago
Fix NameError. More... over 12 years ago
Method 'print_results' for the TestReport. More... over 12 years ago
Move the testing framework out of the main API; add docstrings to the public methods. More... over 12 years ago
Replace the property 'result' with a method 'get_result()', easier to overload. More... over 12 years ago
Review the E12 checks. More... over 12 years ago
Further refactoring. More... over 12 years ago
Add BaseReport.result property to allow to overwrite what is returned by Checker.check_all(). More... over 12 years ago
Add changelog entry for issue #78. More... over 12 years ago
Refactor the check_all() method and the blank_lines counting. More... over 12 years ago
Minor update of the README. More... over 12 years ago
Use features of Python 2.5 and refactor a little bit. More... over 12 years ago
Prune unsupported versions from Makefile. More... over 12 years ago
Update setup.py More... over 12 years ago
Code review More... over 12 years ago
Fix confusions between E123 and E124. More... over 12 years ago
Reuse the helper filename_match. More... over 12 years ago
Show also the errors in the diff context. Pass the option '--unified 0' to the diff or VCS program to keep the previous behaviour. More... over 12 years ago
Fix false positive E121 and E127 for prefixed string literals. More... over 12 years ago