Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | segfault fixed when data is unpacked using `list_hook`, | Alexei Romanoff | 2012-10-12 | 2 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | this bug is a twin to #28. Unit-test is also attached. | |||||
* | | | | A segfault fixed in the issue ↵ | Alexei Romanoff | 2012-10-12 | 2 | -1/+4 | |
|/ / / | | | | | | | | | | https://github.com/msgpack/msgpack-python/issues/28 | |||||
* | | | Merge remote-tracking branch 'jnothman/read_size_cpp' | INADA Naoki | 2012-10-01 | 3 | -20/+109 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: msgpack/_msgpack.pyx setup.py | |||||
| * | | | Packer.pack_array/map_header to correspond to read functions | Joel Nothman | 2012-09-25 | 1 | -0/+11 | |
| | | | | ||||||
| * | | | read_array/map_header functionality | Joel Nothman | 2012-09-25 | 2 | -0/+73 | |
| | | | | ||||||
| * | | | Use C++ function templating for skip()/construct() | Joel Nothman | 2012-09-25 | 3 | -20/+25 | |
| | | | | ||||||
* | | | | Merge branch '0.2-maint' | INADA Naoki | 2012-09-24 | 3 | -67/+73 | |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | Conflicts: msgpack/_msgpack.pyx | |||||
| * | | | Support object_pairs_hook | INADA Naoki | 2012-09-24 | 3 | -86/+106 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'jnothman/object_pairs_hook' into 0.2-maint Conflicts: msgpack/_msgpack.pyx test/test_pack.py test/test_sequnpack.py | |||||
| | * | | | Implement object_pairs_hook | Joel Nothman | 2012-09-23 | 3 | -18/+48 | |
| | | | | | ||||||
| | * | | | Factor context initialisation from unpackb and Unpacker | Joel Nothman | 2012-09-23 | 1 | -54/+28 | |
| | |/ / | ||||||
* | | | | Start 0.3.0dev1 | INADA Naoki | 2012-09-24 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Start 0.2.3dev | INADA Naoki | 2012-09-24 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Warn when use_list is not specified. | INADA Naoki | 2012-09-24 | 1 | -8/+22 | |
| | | | | | | | | | | | | | | | | | | | | Conflicts: test/test_sequnpack.py | |||||
* | | | | use_list=1 is default | INADA Naoki | 2012-09-24 | 1 | -15/+4 | |
| | | | | ||||||
* | | | | Warn when use_list is not specified. | INADA Naoki | 2012-09-24 | 1 | -8/+22 | |
| |/ / |/| | | ||||||
* | | | Merge branch '0.2-maint' | INADA Naoki | 2012-09-23 | 1 | -3/+7 | |
|\ \ \ | |/ / | ||||||
| * | | Add docstring about raising ValueError when there are extra bytes. | INADA Naoki | 2012-09-23 | 1 | -3/+7 | |
| | | | ||||||
* | | | Add test for `.skip()` | INADA Naoki | 2012-09-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | clean some cython code. | INADA Naoki | 2012-09-23 | 2 | -14/+16 | |
| | | | ||||||
* | | | Merge branch 'skip' of git://github.com/jnothman/msgpack-python into skip | INADA Naoki | 2012-09-23 | 2 | -18/+31 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Merge remote-tracking branch 'origin/master' into skip | Joel Nothman | 2012-09-22 | 2 | -22/+20 | |
| |\ \ | | |/ | ||||||
| * | | A first implementation of Unpacker.skip() | Joel Nothman | 2012-09-22 | 2 | -18/+31 | |
| | | | ||||||
* | | | pack and packb raises ValueError when extra data passed. | INADA Naoki | 2012-09-23 | 1 | -2/+5 | |
| | | | ||||||
* | | | Support packing subclass of dict. | INADA Naoki | 2012-09-23 | 1 | -3/+13 | |
| |/ |/| | ||||||
* | | 0.2.2 (again)0.2.2 | INADA Naoki | 2012-09-21 | 1 | -1/+1 | |
| | | ||||||
* | | packb supports use_single_float option. | INADA Naoki | 2012-09-21 | 1 | -2/+3 | |
| | | ||||||
* | | Rename use_float to use_single_float. | INADA Naoki | 2012-09-21 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'master' of github.com:msgpack/msgpack-python | INADA Naoki | 2012-09-21 | 1 | -4/+12 | |
|\ \ | |/ | ||||||
| * | Merge pull request #11 from TobiasSimon/float_ext | INADA Naoki | 2012-08-28 | 1 | -4/+12 | |
| |\ | | | | | | | added float serialization support | |||||
| | * | added float serialization support | TobiasSimon | 2012-08-20 | 1 | -4/+12 | |
| | | | ||||||
* | | | Fix reading more than read_size. | INADA Naoki | 2012-09-21 | 1 | -17/+14 | |
|/ / | ||||||
* | | Stop disable/enable gc. | INADA Naoki | 2012-08-24 | 1 | -11/+1 | |
|/ | | | | json and pickle modules don't stop gc. It's a very dirty hack. | |||||
* | 0.2.10.2.1 | INADA Naoki | 2012-08-20 | 1 | -1/+1 | |
| | ||||||
* | Change the way to manage version number. | INADA Naoki | 2012-08-19 | 2 | -1/+2 | |
| | ||||||
* | Default value of read_size is min(1024**2, max_buffer_size) | INADA Naoki | 2012-07-20 | 1 | -3/+5 | |
| | ||||||
* | raise ValueError when read_size > max_buffer_size. | INADA Naoki | 2012-07-20 | 1 | -4/+5 | |
| | ||||||
* | Add max_buffer_size to Unpacker. | INADA Naoki | 2012-07-13 | 1 | -14/+57 | |
| | ||||||
* | remove deprecated api. | INADA Naoki | 2012-06-27 | 1 | -9/+0 | |
| | ||||||
* | manage to compile on windows | INADA Naoki | 2012-06-26 | 2 | -3/+3 | |
| | | | | Use C++ compiler to build. | |||||
* | Fix new version of msgpack. | INADA Naoki | 2012-06-26 | 2 | -6/+13 | |
| | ||||||
* | Update msgpack version. | INADA Naoki | 2012-06-26 | 5 | -154/+369 | |
| | ||||||
* | Make sure objects inherited from Dict are properly casted (or else Cython ↵ | Steeve Morin | 2012-06-16 | 1 | -1/+1 | |
| | | | | will complain and crash). | |||||
* | Merge branch 'master' of github.com:msgpack/msgpack-python | INADA Naoki | 2012-03-08 | 1 | -2/+6 | |
|\ | ||||||
| * | Better prototypes. | Steeve Morin | 2012-02-28 | 1 | -2/+2 | |
| | | ||||||
| * | Fix massive memory leak with object_hook and list_hook when unpacking. | Steeve Morin | 2012-02-28 | 1 | -2/+6 | |
| | | ||||||
* | | small optimization. | INADA Naoki | 2012-03-08 | 1 | -2/+2 | |
|/ | ||||||
* | Be greedier when checking for tuples or lists. | Steeve Morin | 2012-02-16 | 1 | -1/+1 | |
| | ||||||
* | Correcting 'utf-8' to 'unicode'. | David Wolever | 2012-02-10 | 1 | -1/+2 | |
| | ||||||
* | 0.1.12: re-enable packs()/unpacks() aliases.0.1.12 | INADA Naoki | 2011-12-27 | 1 | -0/+9 | |
| | ||||||
* | Fix compile error on MSVC. (davidgaleano) | INADA Naoki | 2011-12-25 | 3 | -4/+9 | |
| |