0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix up test cases to run from central driver. More... about 13 years ago
Change '#!/usr/bin/python -tt' to '#!/usr/bin/env python' More... about 13 years ago
Replaced GNU autoconf/automake build system with Python distutils. More... about 13 years ago
Note that the arch command is implemented in the uname code. More... about 14 years ago
Remove sha{224,256,384,512}sum from the TODO list. More... about 14 years ago
Use hashlib in md5sum instead of the md5 module. More... about 14 years ago
Update sha1sum to use hashlib, add support for other modes. More... about 14 years ago
Merge branch 'master' of git://github.com/tsuehpsyde/pycoreutils More... over 14 years ago
Should probably add myself. More... over 14 years ago
Remove unnecessary whitespace from cat source. More... over 14 years ago
Merge branch 'master' of git://github.com/tsuehpsyde/pycoreutils More... over 14 years ago
Made invalid option correct, fixed shebang, and some other stuff. More... over 14 years ago
Got unrecognized stuff working, the --this=that isn't 100% though. More... over 14 years ago
Fixed shebang line. More... over 14 years ago
Unhork the uname help screen. More... over 14 years ago
Define dist_bin_SCRIPTS in src/Makefile.am. More... over 14 years ago
Merge branch 'master' of git://github.com/dcantrell/pycoreutils More... over 14 years ago
Modify uname source to support "arch" command. More... over 14 years ago
Added test suite for cksum command. More... over 14 years ago
Finish the groups command. More... over 14 years ago
Remove unnecessary whitespace in cksum source. More... over 14 years ago
Initial stub for cksum test suite. More... over 14 years ago
Change all "#!/usr/bin/env python -tt" to "#!/usr/bin/python -tt". More... over 14 years ago
Add POSIX '//' support to the basename command. More... over 14 years ago
Add autom4te.cache to .gitignore. More... over 14 years ago
Fix problems in basename command so it passes all test cases. More... over 14 years ago
Enable silent make rules by default. More... over 14 years ago
Added tests/*.pyc for .gitignore. More... over 14 years ago
Add RequiresBasename to baseclass.py and fix up test_basename.py More... over 14 years ago
Update .gitignore file. More... over 14 years ago