log cutils/util/__init__.py @ 270:42f4ca423ab3

age author description
Thu, 16 Jan 2025 20:01:37 +0100 Franz Glasner Prepare for more Python2/3 compatibility: everywhere import print_function and absolute_import
Wed, 15 Jan 2025 14:41:36 +0100 Franz Glasner Implement basic parsing of treesum output.
Tue, 14 Jan 2025 11:35:18 +0100 Franz Glasner FIX: "digest" had overwritteh the digest module
Tue, 14 Jan 2025 11:26:38 +0100 Franz Glasner Include some new algorithms: CRC
Fri, 10 Jan 2025 12:46:44 +0100 Franz Glasner treesum.py now runs on Python3.4 also: use a workaround for its missing byte % formatting.
Fri, 10 Jan 2025 11:38:31 +0100 Franz Glasner Now the selection of the default algorithm depends on availiability in hashlib
Thu, 09 Jan 2025 14:06:01 +0100 Franz Glasner FIX: in util.normalize_filename(): use the 'u"' prefix in the else part for non-byte strings