1
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #18 from ezralanglois/master More... almost 11 years ago
Choices are not always strings - ensure they are strings before joining More... almost 11 years ago
Impoved readme.md file formating. More... almost 11 years ago
Added notes about recent contributions. More... almost 11 years ago
Merge pull request #17 from deanmalmgren/patch-1 More... almost 11 years ago
Update usage.rst More... almost 11 years ago
Merge pull request #15 from zyga/master More... about 11 years ago
Fix trivial copy-paste mistake More... about 11 years ago
Merge pull request #14 from zyga/master More... about 11 years ago
tox-test on python3.4 More... about 11 years ago
sort imports More... about 11 years ago
minor formatting changes, remove some useless newlines More... about 11 years ago
minor formatting changes for closing parentheses More... about 11 years ago
do not override parser.prog unconditionally More... about 11 years ago
collect parser 'prog' (program name) for completeness More... about 11 years ago
collect bare_usage, a vesion of usage without the i18n "usage: " prefix More... about 11 years ago
do not collect options that contain the string ==SUPPRESS== More... about 11 years ago
collect metavar name for all arguments More... about 11 years ago
add special :manpage: mode More... about 11 years ago
replace 'not foo in' with 'foo not in' More... about 11 years ago
Merge pull request #13 from zyga/master More... about 11 years ago
remove unused imports, sort remainder More... about 11 years ago
remove newlines within functions More... about 11 years ago
wrap overly long lines More... about 11 years ago
rewrite 'foo == False' to 'foo is False' More... about 11 years ago
remove unused imports More... about 11 years ago
wrap overly long lines More... about 11 years ago
remove unused variable More... about 11 years ago
rewrite 'not foo is None' to 'foo is not None' More... about 11 years ago
rewrite some loop logic for smaller nesting More... about 11 years ago