log cutils/util/__init__.py @ 379:6d7659a709f2

age author description
Mon, 12 May 2025 12:12:44 +0200 Franz Glasner FIX: treesum: str.translate() behaves differently in Python3: make it PY3-compatible
Mon, 05 May 2025 13:04:49 +0200 Franz Glasner Convert some further value checks from plain Python assertions into real checks
Sun, 13 Apr 2025 14:15:33 +0200 Franz Glasner treesum: Make ERROR outputs more consistent: use native paths where possible
Wed, 09 Apr 2025 22:14:49 +0200 Franz Glasner treesum: FIX: Python<2.7.9 has no hashlib.algorithms_available: fall back to hashlib.algorithms in this case
Wed, 26 Mar 2025 18:42:23 +0100 Franz Glasner Adopt copyright and license wordings from https://reuse.software/faq/.
Fri, 07 Mar 2025 14:22:22 +0100 Franz Glasner treesum: Build a little static database of digest sizes.
Sat, 22 Feb 2025 18:27:10 +0100 Franz Glasner treesum: when normalizing filenames also remove trailing "/."
Fri, 21 Feb 2025 17:27:59 +0100 Franz Glasner treesum: FIX: Removal of backslashes in output: do this only where really needed.
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
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