msgpack-python/msgpack
2013-10-15 16:59:43 +02: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 compilation errors 2013-06-03 13:53:43 +09:00
_version.py 0.3.0 2013-02-16 09:28:29 +09:00
exceptions.py * msgpack/exceptions.py: Fix typo in error message. 2013-09-13 13:47:13 +02:00
fallback.py add support for extended types: you can now pack/unpack custom python objects by subclassing Packer and Unpacker 2013-10-15 16:59:43 +02: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 vs long long bugs 2013-06-03 13:53:47 +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