msgpack-python/msgpack
INADA Naoki f6f9597249 Merge extension module
There were `_packer.so` and `_unpacker.so`.
But single module is simpler than double module.

Merge extension module into single `_msgpack.so`.
2018-11-08 20:27:35 +09:00
..
__init__.py Merge extension module 2018-11-08 20:27:35 +09:00
_msgpack.pyx Merge extension module 2018-11-08 20:27:35 +09:00
_packer.pyx Use cython's cast for converting encoding and errors (#279) 2018-02-05 11:44:17 +09:00
_unpacker.pyx Deprecate implementation module's unpack() (#290) 2018-02-23 15:41:21 +09:00
_version.py Start 0.6 development 2018-10-03 21:06:20 +09:00
exceptions.py Deprecate more useless exceptions 2016-02-14 14:32:11 +09:00
fallback.py Alternate fixes for jython and legacy CPython (#310) 2018-10-02 20:20:06 +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 Undeprecate unicode_errors (#278) 2018-02-05 02:19:48 +09:00
unpack_define.h Support unpacking new types. 2013-10-20 22:59:27 +09:00
unpack_template.h fix zero length raw can't be decoded. (#236) 2017-12-21 20:46:14 +09:00