log configmix/variables.py @ 282:da1596034954

age author description
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