log

age author description
Tue, 21 Jan 2025 14:30:06 +0100 Franz Glasner Much more encoding-related methods for DirWalkEntry and some unittests
Fri, 17 Jan 2025 20:12:58 +0100 Franz Glasner Print the FSENCODING in uppdercase characters always.
Fri, 17 Jan 2025 15:24:08 +0100 Franz Glasner Implement a "close()" method for cutils.util.walk.ScanDir.
Thu, 16 Jan 2025 23:18:04 +0100 Franz Glasner Put the effective filesystem encoding into the treesum digest file using FSENCODING = <encoding>
Thu, 16 Jan 2025 20:40:24 +0100 Franz Glasner Return the CRC-32 digest on Python2 as unsigned int instead of a signed one.
Thu, 16 Jan 2025 20:01:37 +0100 Franz Glasner Prepare for more Python2/3 compatibility: everywhere import print_function and absolute_import
Thu, 16 Jan 2025 19:31:57 +0100 Franz Glasner Use the imported "scandir()" implementation instead always the "os.scandir"