msgpack-python/msgpack
Lorenzo Bolla deeda31a88 Add unittests to document serialisation of tuples (#246)
Also, fix formatting of error message in case of tuple.
See https://github.com/msgpack/msgpack-python/issues/245
2017-09-30 16:23:55 +09:00
..
__init__.py Document update. 2013-10-21 01:47:54 +09:00
_packer.pyx Packer accepts bytearray objects (#229) 2017-05-18 20:03:15 +09:00
_unpacker.pyx Unpacker: add tell() (#227) 2017-04-30 02:33:20 +09:00
_version.py 0.4.8 2016-07-29 22:25:05 +09:00
exceptions.py Deprecate more useless exceptions 2016-02-14 14:32:11 +09:00
fallback.py Add unittests to document serialisation of tuples (#246) 2017-09-30 16:23:55 +09:00
pack.h s/realloc/PyMem_Realloc/ (#193) 2016-05-08 16:31:52 +09:00
pack_template.h Fix compile error. 2015-01-09 04:10:25 +09:00
sysdep.h s/\t/ /g 2013-02-27 21:24:25 +09:00
unpack.h Fix ext_hook call (#203) 2016-07-21 19:32:00 +09:00
unpack_define.h Support unpacking new types. 2013-10-20 22:59:27 +09:00
unpack_template.h refactor C code 2015-11-09 01:52:37 +09:00