openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
pycodestyle
Settings
|
Report Duplicate
8
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
17 days
ago. based on code collected
17 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 48 of 50
Search / Filter on:
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
reinout
More...
over 15 years ago
Preparing 0.3 release
reinout
More...
over 15 years ago
Documentation update, added changelog
reinout
More...
over 15 years ago
Documentation update, added changelog
reinout
More...
over 15 years ago
Renamed announce/readme files to mimic more common conventions
reinout
More...
over 15 years ago
Added setup.py to make it easy_installable. This allows upload to pypi.
reinout
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.
Johann C. Rocholl
More...
over 17 years ago
Allow colon after lambda.
Johann C. Rocholl
More...
over 17 years ago
Handle function decorators by checking previous logical line for '@' syntax.
Johann C. Rocholl
More...
over 17 years ago
Fixed newline count after comments.
Johann C. Rocholl
More...
over 17 years ago
Trying to commit without newline at end of file.
Johann C. Rocholl
More...
over 17 years ago
Don't check empty line (EOF).
Johann C. Rocholl
More...
over 17 years ago
Extra blank lines and missing newlines at end of file.
Johann C. Rocholl
More...
over 17 years ago
Removed state dict. Now using Checker attributes instead. Plugin functions can't modify these.
Johann C. Rocholl
More...
over 17 years ago
Check blank lines before class definitions.
Johann C. Rocholl
More...
over 17 years ago
Updated testsuite.
Johann C. Rocholl
More...
almost 18 years ago
Fixed errors for slice syntax, thanks to Goffredo Baroncelli.
Johann C. Rocholl
More...
almost 18 years ago
Check for multiple spaces around comma too.
Johann C. Rocholl
More...
almost 18 years ago
Require whitespace after comma.
Johann C. Rocholl
More...
almost 18 years ago
Detect compound statements (multiple statements on the same line).
Johann C. Rocholl
More...
almost 18 years ago
Improved formatting with pep8.py.
Johann C. Rocholl
More...
almost 18 years ago
Fixed --exclude which tried to match against the whole path, not just the file or directory name.
Johann C. Rocholl
More...
about 18 years ago
Fixed benchmark. More flexible error code prefix filtering for statistics.
Johann C. Rocholl
More...
about 18 years ago
Patch by Grig Gheorghiu: Split functionality out of _main() for use in Cheesecake.
Johann C. Rocholl
More...
about 18 years ago
Renamed metavars for --exclude and --filename.
Johann C. Rocholl
More...
about 18 years ago
Updated documentation.
Johann C. Rocholl
More...
about 18 years ago
Renamed dict counter to counters, added messages.
Johann C. Rocholl
More...
about 18 years ago
Show only the first occurrence for each error, per default.
Johann C. Rocholl
More...
about 18 years ago
Remove trailing newline and whitespace.
Johann C. Rocholl
More...
about 18 years ago
Renamed deprecation warnings P300x to W60x.
Johann C. Rocholl
More...
about 18 years ago
←
1
2
…
42
43
44
45
46
47
48
49
50
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree