Commit graph

16 commits

Author SHA1 Message Date
Alexei Romanoff
cf89f18be7 segfault fixed when data is unpacked using list_hook,
this bug is a twin to #28.
Unit-test is also attached.
2012-10-12 13:19:53 +03:00
Alexei Romanoff
89ce16df39 A segfault fixed in the issue https://github.com/msgpack/msgpack-python/issues/28 2012-10-12 12:32:32 +03:00
INADA Naoki
e016b3dca0 Merge remote-tracking branch 'jnothman/read_size_cpp'
Conflicts:
	msgpack/_msgpack.pyx
	setup.py
2012-10-01 01:31:58 +09:00
Joel Nothman
0431a766f4 read_array/map_header functionality 2012-09-25 01:19:07 +10:00
Joel Nothman
d56e2b2c8a Use C++ function templating for skip()/construct() 2012-09-25 00:30:15 +10:00
Joel Nothman
77942514db Implement object_pairs_hook 2012-09-23 19:37:28 +10:00
INADA Naoki
eaf9891b42 clean some cython code. 2012-09-23 10:00:18 +09:00
Joel Nothman
28058fb53d A first implementation of Unpacker.skip() 2012-09-22 22:57:00 +10:00
INADA Naoki
188da01777 Fix new version of msgpack. 2012-06-26 15:19:59 +09:00
INADA Naoki
812c8bcff4 Update msgpack version. 2012-06-26 13:21:10 +09:00
INADA Naoki
b553754edf Fix compile error on MSVC. (davidgaleano) 2011-12-25 12:54:19 +09:00
INADA Naoki
3d8978417a Add list_hook option to unpacker. 2010-10-26 02:09:52 +09:00
INADA Naoki
fa157082ac Add object_hook option to unpack and default option to pack.
(see simplejson for how to use).
2010-10-26 01:26:06 +09:00
Naoki INADA
af7c4d2a60 Update new headers. 2009-12-17 10:43:22 +09:00
Naoki INADA
de6afa5285 Reduce memory footprint. 2009-06-24 01:54:47 +09:00
Naoki INADA
d32b48f98f Remove duplicated values. 2009-06-24 01:38:48 +09:00