log cutils/util/walk.py @ 203:3a85f7bbe0b1

age author description
Tue, 21 Jan 2025 18:57:02 +0100 Franz Glasner Common static method for some alternative encodings
Tue, 21 Jan 2025 14:30:06 +0100 Franz Glasner Much more encoding-related methods for DirWalkEntry and some unittests
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: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"
Thu, 16 Jan 2025 12:19:02 +0100 Franz Glasner Comment WalkDirEntry properties somewhat