- Nothing changed yet.
- Add support for Python 3.12, 3.13.
- Drop support for Python 3.7, 3.8.
- Adapt tests to
multipart >= 1.x
.
- Drop support for Python 2.7, 3.5, 3.6.
- Lint the code.
- Add support for Python 3.10 and 3.11.
- Add support for Zope 5.
- Add support for Python 3.8 and 3.9.
- Add support for Python 3.5 to 3.7.
- Support Zope 4 only. (Aka drop support for Zope 2.13.)
- Update various imports to zope.formlib.
- Avoid charset negotiation.
- Fix test failures when running against 2.13.2+.
- Explicitly load the zope.app.form.browser ZCML.
- Avoid deprecation warnings under Zope 2.13.
- Deal with backwards compatibility for the menuItemDirective.
- Added backwards compatibility support with Zope 2.12. The protectClass function has moved. Also include our own meta.zcml into the tests runs to get a higher coverage.
- The code was extracted from the Zope2 distribution. This distribution contains the code from both the Products.Five formlib and form sub-packages.