log cutils/util/__init__.py @ 173:e081b6ee5570

age author description
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
Thu, 09 Jan 2025 13:48:57 +0100 Franz Glasner Move PY2 from cutils.util.constants into cutils.util
Thu, 09 Jan 2025 13:40:33 +0100 Franz Glasner FIX: Add "fsencode" to public functions in cutils.util
Thu, 02 Jan 2025 13:29:20 +0100 Franz Glasner A first version of "treesum" is working
Sun, 29 Dec 2024 18:46:23 +0100 Franz Glasner More accurate description of --algorithm.
Sun, 29 Dec 2024 18:22:22 +0100 Franz Glasner Move some functions into cutils.util (i.e. algorithms and their aliases)
Sun, 29 Dec 2024 15:31:38 +0100 Franz Glasner New subpackage with a "contextlib.nullcontext" for older Python versions