msgpack-python/msgpack
YAMAMOTO Takashi 63b9fa5843 fix a compilation error
msgpack/_unpacker.pyx: In function 'PyObject* __pyx_pf_7msgpack_9_unpacker_unpac
kb(PyObject*, PyObject*, PyObject*, PyObject*, int, PyObject*, PyObject*, PyObje
ct*)':
msgpack/_unpacker.pyx:111:70: error: invalid cast from type 'Py_buffer' to type 'char*'
2013-05-16 12:58:00 +09:00
..
__init__.py Use MSGPACK_PUREPYTHON envvar to test fallback module 2013-01-29 14:47:16 +09:00
_packer.pyx fix more comment typos 2013-05-07 13:56:39 +09:00
_unpacker.pyx fix a compilation error 2013-05-16 12:58:00 +09:00
_version.py 0.3.0 2013-02-16 09:28:29 +09:00
exceptions.py Split _msgpack.pyx 2012-12-11 22:15:21 +09:00
fallback.py fix more comment typos 2013-05-07 13:56:39 +09:00
pack.h remove some macros. 2013-02-27 21:12:20 +09:00
pack_template.h s/\t/ /g 2013-02-27 21:24:25 +09:00
sysdep.h s/\t/ /g 2013-02-27 21:24:25 +09:00
unpack.h fix long/int confusions in pyx version of unpack 2013-05-16 12:41:53 +09:00
unpack_define.h s/\t/ /g 2013-02-27 21:24:25 +09:00
unpack_template.h s/\t/ /g 2013-02-27 21:24:25 +09:00