AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- version update to 2.0.0 - CPython 2: Make ``zodbpickle.binary`` objects smaller and untracked by the garbage collector. Now they behave more like the native bytes object. Just like it, and just like on Python 3, they cannot have arbitrary attributes or be weakly referenced. See `issue 53 <https://github.com/zopefoundation/zodbpickle/issues/53>`_. - Add support for Python 3.8. - Drop support for Python 3.4.
- Update to 1.0.4: * Fix pickle corruption under certain conditions. See pull request 47.
- Update to 1.0.3 * Add support for Python 3.7. * Fix a bug: zodbpickle.slowpickle assigned _Pickler to Unpickler.
- Update to 1.0.1: * Fix a memory leak in pickle protocol 3 under Python 2. See issue 36. * Add support for Jython 2.7. * Add support for Python 3.5 and 3.6. * Drop support for Python 2.6 and 3.2 and 3.3
- Initial package (v. 0.6.0)