- Nothing changed yet.
- Replace
pkg_resourcesnamespace with PEP 420 native namespace.
- Add support for Python 3.12, 3.13.
- Drop support for Python 3.7, 3.8.
- Drop support for Python 2.7, 3.5, 3.6.
- Add support for Python 3.11.
- Add support for Python 3.8, 3.9 and 3.10.
- Drop support for Python 3.4.
- Avoid race condition in
deferredmodule.ModuleProxy.__getattr__#8.
- Add support for Python 3.7.
- Preserve the docstrings of proxied modules created with
deprecatedFrom,deferredFrom, etc. See issue 5.
- Add support for Python 3.5 and 3.6.
- Drop support for Python 2.6 and 3.3.
- Convert doctests to Sphinx documentation, including building docs
and running doctest snippets under
tox.
- Add support for PyPy. PyPy3 support is blocked on release of fix for: https://bitbucket.org/pypy/pypy/issue/1946
- 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.
- Add test extra to declare test dependency on
zope.testing.
- Fix unit tests broken under Python 2.4 by the switch to the standard
library
doctestmodule.
- Prefer the standard library's
doctestmodule to the one fromzope.testing.
- Add support to bootstrap on Jython.
- Add reference documentation.
- Finish release of
zope.deferredimport.
- Initial release as a separate project, corresponding to the
zope.deferredimportfrom Zope 3.4.0b1.