Skip to content

Releases: irmen/Pyrolite

release 2.1

29 Apr 22:08

Choose a tag to compare

  • replaced usage of java.beans api by raw reflection, to make this work on Android (fix verification errors)
  • stack in unpickler made protected, to make the unpickler better suited for being subclassed
  • various small project config and build related tweaks

release 2.0

08 Sep 17:35

Choose a tag to compare

Support for Serpent serializer added. This is an optional dependency. If you want to use it, you must add the serpent library to your project. See https://github.com/irmen/Serpent

release 1.20

27 Aug 14:50

Choose a tag to compare

wire protocol v46 (pyro 4.22). Only pickle serializer for now.

release 1.12

14 Aug 14:34

Choose a tag to compare

Now includes memoization support in the pickler.