log configmix/_speedups.c @ 769:4a4d1323b282 default tip

age author description
Wed, 16 Aug 2023 17:04:14 +0200 Franz Glasner Docs for nested filters
Tue, 15 Aug 2023 14:31:46 +0200 Franz Glasner Test that "," is preferred over "|"
Tue, 15 Aug 2023 11:14:51 +0200 Franz Glasner Allow also "," characters to act as a separator within a filter-chain.
Tue, 15 Aug 2023 10:41:22 +0200 Franz Glasner Rename internal variable FILTER_SEPARATOR_REV -> FILTER_SEPARATOR_2
Tue, 15 Aug 2023 09:34:49 +0200 Franz Glasner FIX: Parsing a filter chain for the new filter-only expansions: parse them backwards and use "," as filter-chain separator here.
Mon, 14 Aug 2023 13:00:19 +0200 Franz Glasner filter-only expansions also implemented in the C extension.
Mon, 14 Aug 2023 09:31:27 +0200 Franz Glasner Begin implementation of filter-only expansions (recursive with respect to expansion)
Mon, 30 May 2022 09:31:29 +0200 Franz Glasner Enable indexed access to lists in the configuration using an access path string representation like "~NNN~"
Sat, 05 Mar 2022 12:59:35 +0100 Franz Glasner FIX: {{::DEL::}} has 11 chars instead of 3
Fri, 04 Mar 2022 17:35:27 +0100 Franz Glasner The ``{{::DEL::}}`` is not subject to interpolation any more.
Sun, 16 Jan 2022 09:46:57 +0100 Franz Glasner Exception formatting: more into into some exception error messages
Thu, 13 Jan 2022 22:27:20 +0100 Franz Glasner NULL instead of 0
Thu, 13 Jan 2022 17:38:57 +0100 Franz Glasner FIX: Handle KeyErrors in fast_getvar_s() properly within its function frame
Wed, 12 Jan 2022 13:44:12 +0100 Franz Glasner Use py_object_is when comparing to MISSING
Wed, 12 Jan 2022 09:06:43 +0100 Franz Glasner Prototype declaration with paremeter names