- Move package metadata from setup.py to pyproject.toml.
- Add support for Python 3.14.
- Drop support for Python 3.9.
- Replace
pkg_resourcesnamespace with PEP 420 native namespace.
- Add support for Python 3.12, 3.13.
- Add support for Sphinx 8.
- Drop support for Python 3.7, 3.8.
- Drop support for Python 2.7, 3.5, 3.6.
- Drop support for deprecated
python setup.py test. - Add support for Python 3.11.
- Add support for Python 3.8, 3.9 and 3.10.
- Drop support for Python 3.4.
- Add support for Python 3.7.
- Add support for Python 3.5 and 3.6.
- Drop support for Python 2.6 and 3.3.
- Add support for PyPy and PyPy3.
- Support several new elements (inner and named links, underlines, etc) in the docbook writer.
- Fix the XML output of
DocBookBook. - 100% test coverage, maintained by CI and tox.
- Unused internal code in the
stdommodule was removed. See issue 3.
- Drop dependency on
six. - Add support for Python 3.4.
- Add support for testing on Travis.
- Add support for Python 3.3.
- Drop support for Python 2.4 and 2.5.
- Remove antique copyright assertions in regression texts, in conformance with repository policy.
- Update docs to conform to ZTK / Sphinx usage.
- LP #120376: Output valid html for non-ASCII characters.
- Public release for completeness of Zope 3.4.
- Corresponds to the verison of the
zope.structuredtextpackage shipped as part of the Zope 3.2.0 release. - Only coding style / documentation changes.
- Corresponds to the verison of the
zope.structuredtextpackage shipped as part of the Zope X3.0.0 release.