- Nothing changed yet.
- Add support for Python 3.12, 3.13.
- Drop support for Python 3.7, 3.8.
- Add support for Python 3.11.
- Drop support for Python 2.7, 3.5, 3.6.
- Drop support for deprecated
python setup.py test
.
- Fix a TypeError exception in
cmp
when operands areNone
. See issue 7. - Drop support for Python 3.4.
- Add support for Python 3.8, 3.9 and 3.10.
- Fix regression introduced in 4.1.1 where two _Smallest objects are no longer considered to be equal.
- Handle sorting of broken objects more gracefully. (#4)
- Updated
boostrap.py
to version 2.2. - Drop support for Python 2.6, 3.2 and 3.3.
- Add support for Python 3.4, 3.5, 3.6 and 3.7.
- The locale comparison functions,
strcoll
andstrcoll_nocase
are always available, not only if thelocale
module had been imported before this module.
- Fix omitted tests under Py3k.
- Added
setup.py docs
alias (installsSphinx
and dependencies). - Added
setup.py dev
alias (runssetup.py develop
plus installsnose
andcoverage
). - Dropped spurious
test
extra requirement onzope.testing
. - 100% unit test coverage.
- Added support for PyPy, Python 3.2 / 3.2.
- Dropped support for Python 2.4 / 2.5.
- Initial release independent of the main Zope3 tree.