- Import accelerator from *our* extension module under Py3k. See https://github.com/zopefoundation/zodbpickle/issues/6, https://github.com/zopefoundation/zodbpickle/issues/7.
- Fix unpickler's ``load_short_binstring`` across supported platforms.
0.5.1
==================
- Update all code and tests to Python 2.6.8, 2.7.5, 3.2.5, 3.3.2 .
- Add the modules ``zodbpickle.fastpickle`` and ``zodbpickle.slowpickle``. This provides a version-independent choice of the C or Python implementation.
- Fix a minor bug on OS X
0.5.0
==================
- Removed support for the ``bytes_as_strings`` arguments to pickling APIs: the pickles created when that argument was true might not be unpickled without passing ``encoding='bytes'``, which ZODB couldn't reliably enforce. On Py3k, ZODB will be using ``protocol=3`` pickles anyway.
0.4.4
==================
- Add protocol 3 opcodes to the C version of the ``noload()`` dispatcher.
0.4.3
==================
- Packaging error: remove spurious ``-ASIDE`` file from sdist.
0.4.2
==================
- Fix NameError in pure-Python version of ``Unpickler.noload_appends``.
- Fix NameError in pure-Python version of ``Unpickler.noload_setitems``.