log configmix/variables.py @ 409:2fc2e0bd0a56 v0.17b2

age author description
Fri, 25 Jun 2021 00:56:22 +0200 Franz Glasner Docu: fix link to KeyError in the new filter function implementations
Thu, 24 Jun 2021 21:20:37 +0200 Franz Glasner Use constants for the names of the "None" and "Empty" filters
Thu, 24 Jun 2021 19:26:53 +0200 Franz Glasner Implement the "Empty" filter.
Thu, 24 Jun 2021 09:33:22 +0200 Franz Glasner Implement a special filter named "None" that suppresses "KeyErrors" from interpolation lookups and returns a Python "None" instead
Thu, 10 Jun 2021 22:02:09 +0200 Franz Glasner New filter function "urlquote_plus" which quotes a space into a '+' character
Mon, 26 Apr 2021 09:42:42 +0200 Franz Glasner Implemented the "ref" namespace to get configuration tree references.
Wed, 10 Feb 2021 21:38:03 +0100 Franz Glasner Use SPDX license identifiers (either full or short) all over the package
Mon, 07 Dec 2020 01:06:33 +0100 Franz Glasner Implemented an "AWS" namespace to retrieve some AWS-specific metadata
Tue, 07 Jul 2020 09:27:24 +0200 Franz Glasner Style: placement of "__all__"
Thu, 21 May 2020 08:32:37 +0200 Franz Glasner Implemented OS:node to return the host's computername
Thu, 21 May 2020 08:19:03 +0200 Franz Glasner FIX: The namespace lookup implementation for the "OS" namespace did not properly handle the "default" argument.
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
Sun, 05 May 2019 18:29:47 +0200 Franz Glasner Handle most flake8 errors and warnings.
Sun, 05 May 2019 12:07:27 +0200 Franz Glasner Docu: Ban "keyword expansion" -- use "variable interpolation" instead
Thu, 21 Feb 2019 22:16:05 +0100 Franz Glasner Adjust copyright to year 2019
Sat, 24 Mar 2018 15:29:13 +0100 Franz Glasner Add an "add_varns()" function to add new namespaces for variables.
Thu, 22 Mar 2018 16:55:12 +0100 Franz Glasner Better docu of the configmix.variables module
Thu, 22 Mar 2018 16:22:22 +0100 Franz Glasner Enhance docu
Thu, 22 Mar 2018 16:21:17 +0100 Franz Glasner FIX: Comment for function "_oslookup()" was wrong by copy/paste
Sat, 17 Mar 2018 13:20:42 +0100 Franz Glasner Use :rfc: role to link to RFCs
Thu, 15 Mar 2018 00:10:48 +0100 Franz Glasner Remove header markup from the Python files and put them into the doc .rst files
Wed, 14 Mar 2018 23:58:47 +0100 Franz Glasner Put a copyright and license note into every source file of the configmix package
Tue, 27 Feb 2018 23:42:11 +0100 Franz Glasner Generate readable HTML documentation and an API documentation
Tue, 19 Apr 2016 12:25:34 +0200 Franz Glasner Added "lower" and "upper" filters to make variable lower-case and upper-case
Tue, 19 Apr 2016 12:22:15 +0200 Franz Glasner A new PY variable namespace with some variables about the Python implementation and version
Mon, 21 Mar 2016 13:49:05 +0100 Franz Glasner Implement a "posixpath" filter to convert file path strings to use forward slashes.
Fri, 18 Mar 2016 09:27:14 +0100 Franz Glasner A new variable namespace "OS" with a "cwd" function with new filters "abspath" and "normpath" for some minimal path manipulation
Wed, 09 Mar 2016 15:35:46 +0100 Franz Glasner Variables: namespaces and filters