8
I Use This!
Low Activity

Commits : Listings

Analyzed 17 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Using py_modules instead of packages in setup() call as that is intended for single files. Added manifest file for picking up changes.txt and todo.txt as distutils doesn't detect files in git More... over 15 years ago
Preparing 0.3 release More... over 15 years ago
Documentation update, added changelog More... over 15 years ago
Documentation update, added changelog More... over 15 years ago
Renamed announce/readme files to mimic more common conventions More... over 15 years ago
Added setup.py to make it easy_installable. This allows upload to pypi. More... over 15 years ago
Reset blank line counter for comments only at the beginning of the line. Thanks to Jerome Lovy for the bug report and initial patch. More... over 17 years ago
Allow colon after lambda. More... over 17 years ago
Handle function decorators by checking previous logical line for '@' syntax. More... over 17 years ago
Fixed newline count after comments. More... over 17 years ago
Trying to commit without newline at end of file. More... over 17 years ago
Don't check empty line (EOF). More... over 17 years ago
Extra blank lines and missing newlines at end of file. More... over 17 years ago
Removed state dict. Now using Checker attributes instead. Plugin functions can't modify these. More... over 17 years ago
Check blank lines before class definitions. More... over 17 years ago
Updated testsuite. More... almost 18 years ago
Fixed errors for slice syntax, thanks to Goffredo Baroncelli. More... almost 18 years ago
Check for multiple spaces around comma too. More... almost 18 years ago
Require whitespace after comma. More... almost 18 years ago
Detect compound statements (multiple statements on the same line). More... almost 18 years ago
Improved formatting with pep8.py. More... almost 18 years ago
Fixed --exclude which tried to match against the whole path, not just the file or directory name. More... about 18 years ago
Fixed benchmark. More flexible error code prefix filtering for statistics. More... about 18 years ago
Patch by Grig Gheorghiu: Split functionality out of _main() for use in Cheesecake. More... about 18 years ago
Renamed metavars for --exclude and --filename. More... about 18 years ago
Updated documentation. More... about 18 years ago
Renamed dict counter to counters, added messages. More... about 18 years ago
Show only the first occurrence for each error, per default. More... about 18 years ago
Remove trailing newline and whitespace. More... about 18 years ago
Renamed deprecation warnings P300x to W60x. More... about 18 years ago