Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Undeprecate unicode_errors (#278) | INADA Naoki | 2018-02-05 | 1 | -1/+1 |
| | |||||
* | s/raw_as_bytes/raw/g (#276) | INADA Naoki | 2018-01-12 | 1 | -2/+2 |
| | | | fixes #273 | ||||
* | Add raw_as_bytes option to Unpacker. (#265) | INADA Naoki | 2018-01-11 | 1 | -4/+8 |
| | |||||
* | Fix ext_hook call (#203) | INADA Naoki | 2016-07-21 | 1 | -2/+2 |
| | | | fixes #202 | ||||
* | refactor C code | INADA Naoki | 2015-11-09 | 1 | -2/+2 |
| | | | | fixes #137 | ||||
* | Fix warnings | INADA Naoki | 2015-11-07 | 1 | -1/+1 |
| | | | | fixes #146 | ||||
* | Add max_<type>_len option to unpacker. (fixes #97). | INADA Naoki | 2015-01-25 | 1 | -5/+28 |
| | | | | Fix build error on 32bit environment (fixes #102). | ||||
* | Fix build and tests. | INADA Naoki | 2014-08-31 | 1 | -9/+1 |
| | |||||
* | Fix unpacking uint32 on 32bit or LLP64. | INADA Naoki | 2014-05-26 | 1 | -1/+1 |
| | |||||
* | Fix warning on 64bit environment. | INADA Naoki | 2014-02-13 | 1 | -1/+4 |
| | |||||
* | Add tests and bugfix. | INADA Naoki | 2013-10-21 | 1 | -2/+2 |
| | |||||
* | Support unpacking new types. | INADA Naoki | 2013-10-20 | 1 | -3/+7 |
| | |||||
* | Packing ExtType and some cleanup | INADA Naoki | 2013-10-20 | 1 | -5/+5 |
| | |||||
* | Merge branch 'master' of https://github.com/antocuni/msgpack-python into newspec | INADA Naoki | 2013-10-20 | 1 | -0/+18 |
|\ | | | | | | | | | | | | | | | Conflicts: msgpack/fallback.py msgpack/unpack.h msgpack/unpack_define.h msgpack/unpack_template.h | ||||
| * | implement unpacking for all the fixtext formats | Antonio Cuni | 2013-10-19 | 1 | -0/+18 |
| | | |||||
* | | Add bin type support. | INADA Naoki | 2013-10-17 | 1 | -0/+9 |
|/ | |||||
* | fix long vs long long bugs | YAMAMOTO Takashi | 2013-06-03 | 1 | -2/+2 |
| | | | | | these bugs were introduced by "fix long/int confusions in pyx version of unpack" commit. | ||||
* | fix long/int confusions in pyx version of unpack | YAMAMOTO Takashi | 2013-05-16 | 1 | -4/+12 |
| | |||||
* | remove some macros. | INADA Naoki | 2013-02-27 | 1 | -43/+29 |
| | |||||
* | segfault fixed when data is unpacked using `list_hook`, | Alexei Romanoff | 2012-10-12 | 1 | -0/+2 |
| | | | | | this bug is a twin to #28. Unit-test is also attached. | ||||
* | A segfault fixed in the issue ↵ | Alexei Romanoff | 2012-10-12 | 1 | -0/+3 |
| | | | | https://github.com/msgpack/msgpack-python/issues/28 | ||||
* | Merge remote-tracking branch 'jnothman/read_size_cpp' | INADA Naoki | 2012-10-01 | 1 | -0/+1 |
|\ | | | | | | | | | | | Conflicts: msgpack/_msgpack.pyx setup.py | ||||
| * | Use C++ function templating for skip()/construct() | Joel Nothman | 2012-09-25 | 1 | -0/+1 |
| | | |||||
* | | Implement object_pairs_hook | Joel Nothman | 2012-09-23 | 1 | -9/+21 |
|/ | |||||
* | Fix new version of msgpack. | INADA Naoki | 2012-06-26 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Implemented encoding for strings | tailhook | 2011-04-15 | 1 | -1/+7 |
| | | | | | | | | | * Packer by default uses `utf-8` encoding by default * Unpacker uses `None` by default, so no decoding is done * Both pack and unpack has `encoding` and `unicode_errors` arguments, if `encoding` is `None` no encoding/decoding is done, otherwise it is python codec. `unicode_errors` is supplied as `errors` parameter to codec | ||||
* | Add list_hook option to unpacker. | INADA Naoki | 2010-10-26 | 1 | -4/+13 |
| | |||||
* | Remove unnecessary refcount manipulation. | INADA Naoki | 2010-10-26 | 1 | -1/+0 |
| | |||||
* | Add `object_hook` option to unpack and `default` option to pack. | INADA Naoki | 2010-10-26 | 1 | -0/+14 |
| | | | | (see simplejson for how to use). | ||||
* | python: Support Python3. | INADA Naoki | 2010-09-02 | 1 | -1/+1 |
| | |||||
* | Make tuple default. | inada-n | 2009-12-17 | 1 | -7/+5 |
| | |||||
* | Add `use_tuple` option that returns tuple for array object to Unpacker. | Naoki INADA | 2009-12-17 | 1 | -2/+12 |
| | |||||
* | Don't use C++. | Naoki INADA | 2009-06-28 | 1 | -2/+2 |
| | |||||
* | Stop unnecessary caching. | Naoki INADA | 2009-06-24 | 1 | -39/+5 |
| | |||||
* | Check return value of c-api. | Naoki INADA | 2009-06-24 | 1 | -26/+92 |
| | |||||
* | Reduce memory footprint. | Naoki INADA | 2009-06-24 | 1 | -4/+2 |
| | |||||
* | Remove duplicated values. | Naoki INADA | 2009-06-24 | 1 | -38/+15 |
| | |||||
* | Remove unneccessary value. | Naoki INADA | 2009-06-24 | 1 | -13/+7 |
| | |||||
* | Fix compile error. | Naoki INADA | 2009-06-22 | 1 | -2/+2 |
| | |||||
* | Use std::stack. | Naoki INADA | 2009-06-22 | 1 | -17/+14 |
| | |||||
* | Make msgpack package instead of module. and using Cython in setup script. | Naoki INADA | 2009-06-22 | 1 | -11/+68 |
| | |||||
* | Make msgpack package instead of module. | Naoki INADA | 2009-06-10 | 1 | -0/+122 |