msgpack-python/msgpack
2018-11-30 11:42:51 +09:00
..
__init__.py Refactor Cython code (#328) 2018-11-14 16:35:37 +09:00
_cmsgpack.pyx Try language_level=3 (#329) 2018-11-14 20:04:22 +09:00
_packer.pyx s/iteritems/items/g (#330) 2018-11-14 21:06:16 +09:00
_unpacker.pyx Add strict_map_key option to unpacker 2018-11-29 22:29:38 +09:00
_version.py Start 0.6 development 2018-10-03 21:06:20 +09:00
buff_converter.h Add Packer.buffer() (#320) 2018-11-09 20:55:13 +09:00
exceptions.py Add StackError and FormatError (#331) 2018-11-20 13:12:49 +09:00
fallback.py Fix fallback 2018-11-30 11:42:51 +09:00
pack.h packer: Use PyUnicode_AsUTF8AndSize() for utf-8 (#272) 2018-01-11 19:41:05 +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 Add strict_map_key option to unpacker 2018-11-29 22:29:38 +09:00
unpack_define.h Support unpacking new types. 2013-10-20 22:59:27 +09:00
unpack_template.h Add StackError and FormatError (#331) 2018-11-20 13:12:49 +09:00