- Fixed a problem with Python 3 compatibility when computing the state strings in tree tags.
- Under Python 3, make sure no binary representations end up in the state string used for the tree tag.
- No changes since 3.0a4.
- Further fixes for Python 3 compatibility.
- Further fixes for Python 3 compatibility.
- Add support for Python 3.4 up to 3.6.
- Ensure html_quote is being applied to content.
- Replace C code with a pure-Python implementation.
- Add __contains__ support to DocumentTemplate.TemplateDict.
- Restrict the available functions in DocumentTemplate.sequence to public API's of zope.sequencesort.
- LP #143273: Enable the dtml-var modifiers url_quote, url_unquote, url_quote_plus and url_unquote_plus to handle unicode strings.
- Released as separate package.