log

age author description
Thu, 06 Jan 2022 20:13:10 +0100 Franz Glasner FIX: Memory-leak
Thu, 06 Jan 2022 20:03:01 +0100 Franz Glasner FIX: Remove bogus comment
Thu, 06 Jan 2022 19:37:03 +0100 Franz Glasner Implement and use more helper functions.
Thu, 06 Jan 2022 18:50:09 +0100 Franz Glasner A simple helper include file with some conveniente functions.
Wed, 05 Jan 2022 16:02:07 +0100 Franz Glasner An alternate C-implementation of fast_interpolate_variables() that uses the algorithm of the pure-Python implementation
Tue, 04 Jan 2022 21:33:09 +0100 Franz Glasner For consistency reasons: set tmp to NULL if not useable any more
Tue, 04 Jan 2022 20:53:55 +0100 Franz Glasner Comment
Mon, 03 Jan 2022 20:20:32 +0100 Franz Glasner - FIX: Memory-leak with the "filters" local variable
Mon, 03 Jan 2022 00:11:41 +0100 Franz Glasner Implement a C-version of Configuration.interpolate_variables
Sun, 02 Jan 2022 20:43:24 +0100 Franz Glasner Do not rstrip() the remaining variable name when parsing out filters from variable names
Sun, 02 Jan 2022 20:40:09 +0100 Franz Glasner Provide a C implementation of configmix.config._split_filters.
Sun, 02 Jan 2022 16:05:35 +0100 Franz Glasner Try to interpolate only if the length of the source string exceeds a minimum length
Sun, 02 Jan 2022 02:04:07 +0100 Franz Glasner Provide a C-implementation of configmix.config.quote() also: fast_quote
Sun, 02 Jan 2022 01:00:10 +0100 Franz Glasner FIX: Properly raise a UnicodeEncodeError from C
Sat, 01 Jan 2022 21:38:46 +0100 Franz Glasner FIX: Assign to _JailedConfiguration._path_string only if not yet done