summaryrefslogtreecommitdiff
path: root/test/test_extension.py
Commit message (Expand)AuthorAgeFilesLines
* fix typos and other cosmetic issues (#214)release-0.4TW2017-01-111-1/+1
* Test to demonstrate that the default function isn't always called (#133)Pramukta Kumar2015-03-171-0/+19
* Packing ExtType and some cleanupINADA Naoki2013-10-201-41/+34
* fallback: Support pack_ext_type.INADA Naoki2013-10-201-13/+13
* implement unpacking for all the fixtext formatsAntonio Cuni2013-10-191-0/+1
* add a test for unpacking extended typesAntonio Cuni2013-10-191-0/+22
* 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