| Sat, 11 Jan 2025 17:41:28 +0100 |
Franz Glasner |
Add an alternate implementation for generating directory tree digests:
|
| Sat, 11 Jan 2025 13:20:14 +0100 |
Franz Glasner |
Implement preconditions for some debug logging
|
| Sat, 11 Jan 2025 12:20:11 +0100 |
Franz Glasner |
Implement cutils.util.walk.Scandir as a wrapper for os.scandir()
|
| Fri, 10 Jan 2025 15:34:50 +0100 |
Franz Glasner |
Use "return 0" instead of "sys.exit(0)" when printing version and help#
|
| 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
|
| Fri, 10 Jan 2025 11:25:56 +0100 |
Franz Glasner |
Remove "os" and "sys" from module symbols in test setup
|
| Fri, 10 Jan 2025 10:32:52 +0100 |
Franz Glasner |
Mode for treesum.py to print only the size of files and the accumulated size of a directory: --size-only.
|
| Thu, 09 Jan 2025 18:11:38 +0100 |
Franz Glasner |
Sort flags in the output
|
| Thu, 09 Jan 2025 18:02:46 +0100 |
Franz Glasner |
Implement "--print-size" to print file and accumulated directory sizes also.
|
| Thu, 09 Jan 2025 14:17:01 +0100 |
Franz Glasner |
Formatting
|
| 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:57:03 +0100 |
Franz Glasner |
The scandir package is not needed any more on Python <3.5 because fs walking has been implemented using os.listdir() also
|
| 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
|