log

age author description
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
Wed, 23 Jun 2021 15:00:37 +0200 Franz Glasner Mark the use of "unichr()" with "noqa: F821" because of flake8 complaints when running it with Python3