0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 18 hours ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update version number to 0.26 for release. More... almost 9 years ago
update news More... almost 9 years ago
Move method for finding Python modules out of Vulture class. More... almost 9 years ago
pass kwarg name More... almost 9 years ago
Add Item.get_report method. (#94) More... almost 9 years ago
update news file More... almost 9 years ago
Detect async function definitions (#93) More... almost 9 years ago
Update version number to 0.25 for release. More... about 9 years ago
add release date More... about 9 years ago
ast.arg.lineno exists since Python 3.4 More... about 9 years ago
update news More... about 9 years ago
pass min_confidence directly to Vulture.report() More... about 9 years ago
pass sort_by_size directly to Vulture.report() More... about 9 years ago
pass exclude list directly to scavenge() More... about 9 years ago
update TODOs More... about 9 years ago
Store last and first line numbers in Item. Pass nodes to _define(). More... about 9 years ago
add get_size_and_lineno() function More... about 9 years ago
always store size More... about 9 years ago
update TODOs More... about 9 years ago
Use filenames and line numbers as tie-breakers when sorting by size. More... about 9 years ago
Detect unsatisfiable statements containing and, or and not. More... about 9 years ago
explicitly list paths for flake8 More... about 9 years ago
Update version number to 0.24 for release. More... about 9 years ago
update README More... about 9 years ago
add release date More... about 9 years ago
update news More... about 9 years ago
Detect unsatisfiable 'if' conditions (#91) More... about 9 years ago
remove unused import More... about 9 years ago
update news More... about 9 years ago
use ast.literal_eval() instead of eval() to prevent executing arbitrary code More... about 9 years ago