log configmix/config.py @ 713:1832c5d1bd00

age author description
Tue, 15 Aug 2023 17:10:57 +0200 Franz Glasner Handle _sync_MARKER exactly as _sync_MISSING.
Tue, 15 Aug 2023 16:46:46 +0200 Franz Glasner Docs
Tue, 15 Aug 2023 15:09:11 +0200 Franz Glasner FIX: When using attribute access for configurations the values are interpolated since long ago: fix the docu and add a test for that behaviour
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 09:31:27 +0200 Franz Glasner Begin implementation of filter-only expansions (recursive with respect to expansion)
Sun, 13 Aug 2023 16:14:39 +0200 Franz Glasner Typo in docs
Sat, 10 Jun 2023 21:38:13 +0200 Franz Glasner Because Configuration.getvarl() expands references internally already extra handling of references in .jailed() is not needed
Sat, 10 Jun 2023 11:48:15 +0200 Franz Glasner Docs
Fri, 09 Jun 2023 09:24:41 +0200 Franz Glasner Begin "ref:" support for jails.
Thu, 08 Jun 2023 22:14:30 +0200 Franz Glasner FIX: Typo in docs
Fri, 03 Jun 2022 02:17:12 +0200 Franz Glasner Implement iteration support that yields properly jailed configurations for each container item v0.21
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~"
Sun, 29 May 2022 15:32:54 +0200 Franz Glasner Docstring: be more accurate now in ".jailed()"
Fri, 13 May 2022 07:51:40 +0200 Franz Glasner __len__() for jails also now internally expands: this is for consistency with __bool__ when applyint to non-container jails (which are possible)
Fri, 11 Mar 2022 01:53:08 +0100 Franz Glasner Allow to disable the internal caching in configmix.
Sat, 05 Mar 2022 14:17:37 +0100 Franz Glasner Style: remove trailing semicolon in Python script
Fri, 04 Mar 2022 17:35:27 +0100 Franz Glasner The ``{{::DEL::}}`` is not subject to interpolation any more.
Wed, 12 Jan 2022 00:44:02 +0100 Franz Glasner C-implementations of Configuration.getvarl_s() and Configuration.getvar()
Tue, 11 Jan 2022 02:50:17 +0100 Franz Glasner C-implementations for Configuration.getvarl() and Configuration.getvar_s()
Sun, 09 Jan 2022 21:04:11 +0100 Franz Glasner Adjust copyright year (the end) to 2022
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
Sat, 01 Jan 2022 21:38:46 +0100 Franz Glasner FIX: Assign to _JailedConfiguration._path_string only if not yet done
Sat, 01 Jan 2022 18:01:32 +0100 Franz Glasner Added also a fast C-implementation of configmix.config._split_ns
Fri, 31 Dec 2021 21:24:16 +0100 Franz Glasner Add an optional C-implementation for configmix.config.unquote and configmix.config.pathstr2path.