msgpack-python/msgpack
2019-12-03 21:13:05 +09:00
..
__init__.py Drop Python 2 support from _cmsgpack (#376) 2019-11-28 20:23:34 +09:00
_cmsgpack.pyx Try language_level=3 (#329) 2018-11-14 20:04:22 +09:00
_packer.pyx Ressurect unicode_errors of the Packer. (#379) 2019-12-03 20:53:11 +09:00
_unpacker.pyx Remove encoding option from Unpacker. (#380) 2019-12-03 21:13:05 +09:00
_version.py 0.6.2 2019-09-20 16:37:08 +09:00
buff_converter.h Drop Python 2 support from _cmsgpack (#376) 2019-11-28 20:23:34 +09:00
exceptions.py Add StackError and FormatError (#331) 2018-11-20 13:12:49 +09:00
fallback.py Remove encoding option from Unpacker. (#380) 2019-12-03 21:13:05 +09:00
pack.h packer: Use PyUnicode_AsUTF8AndSize() for utf-8 (#272) 2018-01-11 19:41:05 +09:00
pack_template.h use _PyFloat APIs to (de)serialize (#340) 2019-01-07 21:10:40 +09:00
sysdep.h s/\t/ /g 2013-02-27 21:24:25 +09:00
unpack.h Remove encoding option from Unpacker. (#380) 2019-12-03 21:13:05 +09:00
unpack_define.h Support unpacking new types. 2013-10-20 22:59:27 +09:00
unpack_template.h use _PyFloat APIs to (de)serialize (#340) 2019-01-07 21:10:40 +09:00