summaryrefslogtreecommitdiff
path: root/test/test_extension.py
Commit message (Expand)AuthorAgeFilesLines
* implement Packer.pack_extended_type also in the cython version of the codeAntonio Cuni2013-10-181-1/+1
* automatically find the best format to encode extended typesAntonio Cuni2013-10-181-2/+16
* slightly change to APIAntonio Cuni2013-10-181-3/+4
* kill some duplicate code from unpack/unpackb and move the logic to Unpacker.u...Antonio Cuni2013-10-181-3/+5
* add support for extended types: you can now pack/unpack custom python objects...Antonio Cuni2013-10-151-0/+24