0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
Jun 23, 2024 — Jun 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
move hashing functions into hash.py More... about 19 years ago
ensure that testing without mmap/fchksum is actually testing without them More... about 19 years ago
refactor hashing functions to take progress.update as a callback function rather than access through the global variable More... about 19 years ago
import compat functions More... about 19 years ago
remove nested scope hacks, use augmented assignment (+=, etc) More... about 19 years ago
move progress.init and progress.cleanup into getfilehash function More... about 19 years ago
move stats.bytesread modification into getfilehash More... about 19 years ago
refactor getfilesha1/getfilemd5/getfilecrc common code into getfilehash function More... about 19 years ago
make nommap non-public (_nommap) More... about 19 years ago
move reversed, sorted, and staticmethod into compat module More... about 19 years ago
move safesort to strutil More... about 19 years ago
move fcmp to osutil More... about 19 years ago
move getcwdu, curdiru, listdir into osutil module More... about 19 years ago
start splitting some os functionality into osutil module More... about 19 years ago
remove compatibily code for hexlify/unhexlify since we don't support < python 2.0 anymore More... about 19 years ago
factor out progress meter and term width detection into modules More... about 19 years ago
rename test_stringops.py to test_strutil.py to match the new module name More... about 19 years ago
factor out string functions into strutil module More... about 19 years ago
change test runner to handle the modular layout More... about 19 years ago
Make the setup.py file the canonical way to install cfv now More... about 19 years ago
reorganizing dir structure in preparation for modularizing cfv More... about 19 years ago
Work around mmap file descriptor leak in Python 2.4.2 More... about 19 years ago
change readline unicode decode error handling to work with python 2.4.2+ More... over 19 years ago
Add initial support for VerifyXML, disabled by default since the spec is still DRAFT revision. More... over 19 years ago
make codec_supports_readline test for borkage of readline(size) in python 2.4.2 More... over 19 years ago
move the file.write(dat) into ChksumType.make_writefile to continue the cleanup. This way checksum types can easily override it to do whatever kind of writing they want. More... over 20 years ago
move the file.close() into ChksumType.make_chksumfile_finish. This seems a bit cleaner, since the checksum type is already responsible for creating it, it should close it too. More... over 20 years ago
get rid of the silly dof=cf.make_addfile thing, just call it directly. More... over 20 years ago
rename ChksumType.make_chksumfile to make_chksumfile_create for better clarity and for consistancy with make_chksumfile_finish More... over 20 years ago
replace catching of UnicodeDecodeError with UnicodeError, since some decoding operations don't fail with UnicodeDecodeError (Ex: UnicodeError: UTF-16 stream does not start with BOM) More... over 20 years ago