log cutils/util/walk.py @ 276:f7850ff5cbe0

age author description
Fri, 21 Feb 2025 16:33:56 +0100 Franz Glasner treesum: when walking: if filenames contain CR and/or LF pretend that this names are not properly encoded.
Wed, 19 Feb 2025 16:42:44 +0100 Franz Glasner WalkDirEntry: add support for special files (character and block special, FIFO, socket, door, whiteout, event port, ...)
Wed, 19 Feb 2025 09:12:30 +0100 Franz Glasner treesum: - WalkDirEntry tests with a FIFO special file - WalkDirEntry.is_reg
Tue, 18 Feb 2025 12:39:04 +0100 Franz Glasner treesum: Handle errors like broken symlinks properly
Mon, 17 Feb 2025 00:12:33 +0100 Franz Glasner FIX: typo in docs
Sat, 25 Jan 2025 13:58:33 +0100 Franz Glasner Rename WalkDirEntry.sort_key and WalkDirEntry.alt_sort_key
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