log configmix/config.py @ 322:4aa19e04ff65

age author description
Thu, 06 May 2021 11:17:56 +0200 Franz Glasner Comment: typo
Thu, 06 May 2021 11:06:50 +0200 Franz Glasner FIX: Python2 compatibility: keyword arguments after *args not allowed: use **kwds and manual retrieval with .pop() instead
Thu, 06 May 2021 09:45:51 +0200 Franz Glasner Allow variable name quoting to be used in .getvar() and .getvar_s() and references
Wed, 05 May 2021 01:32:07 +0200 Franz Glasner Implemented new access methods .getvarl() and .getvarl_s
Wed, 28 Apr 2021 09:23:14 +0200 Franz Glasner Docu
Wed, 28 Apr 2021 09:19:55 +0200 Franz Glasner FIX: Docu
Mon, 26 Apr 2021 09:42:42 +0200 Franz Glasner Implemented the "ref" namespace to get configuration tree references.
Sun, 25 Apr 2021 18:05:26 +0200 Franz Glasner FIX: Map unicode strings to boolean values because this is the canonical texttype in confixmmix
Sun, 25 Apr 2021 14:05:16 +0200 Franz Glasner Docu
Wed, 10 Feb 2021 21:38:03 +0100 Franz Glasner Use SPDX license identifiers (either full or short) all over the package
Tue, 07 Jul 2020 22:21:27 +0200 Franz Glasner Do not implicitely convert a configuration value to text if the value is the result of just a variable expansion.
Tue, 07 Jul 2020 09:27:24 +0200 Franz Glasner Style: placement of "__all__"
Tue, 07 Jul 2020 09:11:55 +0200 Franz Glasner Use explicit type conversion instead of an implicit one.
Mon, 06 Jul 2020 23:38:04 +0200 Franz Glasner Do not use ".format()" but string concatenation or (when conversion to Unicode is needed) the faster %s method
Wed, 13 May 2020 09:33:34 +0200 Franz Glasner Adjust copyright year to 2020
Sun, 05 May 2019 18:40:03 +0200 Franz Glasner Handle flake8 E265 "block comment should start with '# ': use '# :-' instead of '#-' to mark copyright and license comments