log

age author description
Sun, 11 Jul 2021 22:46:58 +0200 Franz Glasner >>>>> Added tag v0.16 for changeset 5ad3fd49891f
Sun, 11 Jul 2021 22:46:49 +0200 Franz Glasner +++++ v0.16 v0.16
Sun, 11 Jul 2021 19:07:19 +0200 Franz Glasner Put the newly implemented access methods getfirstXXX() into the changelog
Sun, 11 Jul 2021 17:28:31 +0200 Franz Glasner Docs: Introduce the newly introduces access methods
Sun, 11 Jul 2021 17:28:01 +0200 Franz Glasner FIX: Doc strings
Sun, 11 Jul 2021 17:08:06 +0200 Franz Glasner Implement ".getfirstintvar_s()" and ".getfirstboolvar_s()" with unittests
Sun, 11 Jul 2021 16:43:14 +0200 Franz Glasner FIX: 4ff02a4f401a made a somewhat wrong fix for Python 2.7: now the real fix takes into account that all text types are supposed to be Unicode in Python 2
Sun, 11 Jul 2021 16:39:19 +0200 Franz Glasner Unittests for ".getfirstvar_s()"
Sun, 11 Jul 2021 14:26:42 +0200 Franz Glasner Unittests for ".getfirstvar()"
Sun, 11 Jul 2021 14:19:35 +0200 Franz Glasner FIX: Test for Python 2.7: a real "False" needs to be a real "False"
Fri, 09 Jul 2021 09:40:49 +0200 Franz Glasner Implement ".getfirstvar()" and ".getfirstvar_s()".
Fri, 09 Jul 2021 08:58:57 +0200 Franz Glasner ===== Added signature for changeset 9ff02936afd7
Fri, 09 Jul 2021 08:58:27 +0200 Franz Glasner >>>>> Added tag v0.15.1 for changeset c404e5548e4b
Fri, 09 Jul 2021 08:58:06 +0200 Franz Glasner +++++ v0.15.1 v0.15.1
Fri, 09 Jul 2021 08:53:30 +0200 Franz Glasner FIX: Handle a "default" keyword parameter in ".getvar()" properly.
Fri, 25 Jun 2021 00:57:21 +0200 Franz Glasner ===== Added signature for changeset e8dc6bb0afda
Fri, 25 Jun 2021 00:57:07 +0200 Franz Glasner >>>>> Added tag v0.15 for changeset 3d5eaa6895d9
Fri, 25 Jun 2021 00:56:57 +0200 Franz Glasner +++++ v0.15 v0.15
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 22:01:53 +0200 Franz Glasner Extend copyright year in compat.py to 2021
Thu, 24 Jun 2021 21:21:45 +0200 Franz Glasner Make the "u()" import in constants non exportable
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 20:52:21 +0200 Franz Glasner Unittest to check "None" and "Empty" filters for existing values: they just pass through unchanged
Thu, 24 Jun 2021 20:26:33 +0200 Franz Glasner Avoid DeprecationWarning: assertEquals() -> assertEqual()
Thu, 24 Jun 2021 19:41:44 +0200 Franz Glasner FIX: Tagging of the KeyError: :py:exception: -> :py:exc:
Thu, 24 Jun 2021 19:39:20 +0200 Franz Glasner Changelog and minimal docu for `None` and `Empty` filters
Thu, 24 Jun 2021 19:26:53 +0200 Franz Glasner Implement the "Empty" filter.
Thu, 24 Jun 2021 19:23:06 +0200 Franz Glasner Unittests for the "|None" filter
Thu, 24 Jun 2021 19:22:53 +0200 Franz Glasner FIX: Do not apply the type convertion None -> "" if the expansions comprises the whole expression
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