0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 15 hours ago.
Aug 02, 2025 — Aug 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update version number to 0.9 for release. More... about 10 years ago
update news More... about 10 years ago
add test and todo for detecting unused args More... about 10 years ago
add test for builtin types More... almost 11 years ago
True and False are NameConstants only since Python 3.4 More... almost 11 years ago
explicitly add True and False to ignored names for Python 2 More... almost 11 years ago
Don't consider True and False variable names. More... almost 11 years ago
Don't flag attributes as unused if they are used as global variables in another module (#10, thanks Florian Bruhin). More... almost 11 years ago
id -> id_, make xor explicit More... almost 11 years ago
file -> filename More... almost 11 years ago
add notes More... almost 11 years ago
add test More... almost 11 years ago
cosmetics More... almost 11 years ago
Abort with error message when invoked on .pyc files. More... almost 11 years ago
explicitily pass filename to scan() More... almost 11 years ago
use LoggingList to automatically log when elements are appended to a list More... almost 11 years ago
add attribution More... almost 11 years ago
Added tag v0.8.1 for changeset ba74e05abd86 More... almost 11 years ago
Update version number to 0.8.1 for release. More... almost 11 years ago
add note to news More... almost 11 years ago
fix code for Python3 More... almost 11 years ago
run tox before making a release More... almost 11 years ago
Update version number to 0.8 for release. More... almost 11 years ago
Added tag v0.8 for changeset e2aa600ee2b5 More... almost 11 years ago
add release date More... almost 11 years ago
merge alias-imports branch More... almost 11 years ago
close alias-import branch More... almost 11 years ago
sort method names in whitelist More... almost 11 years ago
move alias test into separate module More... almost 11 years ago
expand import-as test More... almost 11 years ago