msgpack-python/msgpack
Alex Gaynor 3f12846d40 On PyPy, preallocate lists
When deserealizing arrays, preallocate the resulting list at the correct size.
2013-02-16 12:08:14 -08:00
..
__init__.py Use MSGPACK_PUREPYTHON envvar to test fallback module 2013-01-29 14:47:16 +09:00
_packer.pyx Split _msgpack.pyx 2012-12-11 22:15:21 +09:00
_unpacker.pyx Fix unpacker doesn't raise exception for invalid input (Merge branch '0.2' 2012-12-29 01:43:16 +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 On PyPy, preallocate lists 2013-02-16 12:08:14 -08:00
pack.h refactoring: remove pack_define.h 2012-12-10 20:17:18 +09:00
pack_template.h Update msgpack version. 2012-06-26 13:21:10 +09:00
sysdep.h Update msgpack version. 2012-06-26 13:21:10 +09:00
unpack.h Add NULL check. 2012-12-22 12:14:05 +09:00
unpack_define.h Update msgpack version. 2012-06-26 13:21:10 +09:00
unpack_template.h Merge branch '0.2-maint' (fix #39) 2012-12-22 13:08:46 +09:00