- Nothing changed yet.
- Drop support for Python 2.6, 3.2 and 3.3.
- Add support for Python 3.5 and 3.6.
- Restore
zope.component
as a testing requirement for running doctests.
- Add support for PyPy3.
- Add support for Python 3.3 and 3.4.
- Update
boostrap.py
to version 2.2.
- Flesh out PyPI Trove classifiers.
- Add support for Python 3.2.
- Drop
zope.component
as a testing requirement. Instead, register explicit (dummy) adapter hooks where needed. - Add PyPy support.
- 100% unit test coverage.
- Add support for continuous integration using
tox
andjenkins
. - Add Sphinx documentation: moved doctest examples to API reference.
- Add 'setup.py docs' alias (installs
Sphinx
and dependencies). - Add 'setup.py dev' alias (runs
setup.py develop
plus installsnose
,coverage
, and testing dependencies). - Drop support for Python 2.4 and 2.5.
- Include tests of the LocationCopyHook from zope.location.
- Initial release. The functionality was extracted from
zc.copy
to provide a generic object copying mechanism with minimal dependencies.