summaryrefslogtreecommitdiff
path: root/msgpack/unpack_template.h
Commit message (Collapse)AuthorAgeFilesLines
* Use PyFloat_Pack8() on Python 3.11a7 (#499)Victor Stinner2022-03-141-2/+12
| | | | | | | | Python 3.11a7 adds public functions: * PyFloat_Pack4(), PyFloat_Pack8() * PyFloat_Unpack4(), PyFloat_Unpack8() https://bugs.python.org/issue46906
* use _PyFloat APIs to (de)serialize (#340)INADA Naoki2019-01-071-10/+4
|
* Add StackError and FormatError (#331)INADA Naoki2018-11-201-24/+5
|
* fix zero length raw can't be decoded. (#236)INADA Naoki2017-12-211-1/+1
| | | fix #234
* refactor C codeINADA Naoki2015-11-091-1/+1
| | | | fixes #137
* Decrease refcnt when error happend while unpackingINADA Naoki2015-11-081-0/+4
| | | | Fixes #152
* Fix warningsINADA Naoki2015-11-071-5/+5
| | | | fixes #146
* cleanupINADA Naoki2013-10-201-1/+1
|
* Support unpacking new types.INADA Naoki2013-10-201-6/+9
|
* Merge branch 'master' of https://github.com/antocuni/msgpack-python into newspecINADA Naoki2013-10-201-35/+34
|\ | | | | | | | | | | | | | | Conflicts: msgpack/fallback.py msgpack/unpack.h msgpack/unpack_define.h msgpack/unpack_template.h
| * implement unpacking of ext 8,16,32Antonio Cuni2013-10-191-5/+16
| |
| * implement unpacking for all the fixtext formatsAntonio Cuni2013-10-191-7/+15
| |
* | Add bin type support.INADA Naoki2013-10-171-6/+17
|/
* s/\t/ /gINADA Naoki2013-02-271-327/+327
|
* remove some macros.INADA Naoki2013-02-271-60/+30
|
* Revert skipping reserved byte.INADA Naoki2013-02-231-45/+42
|
* Revert "Skip reserved byte"INADA Naoki2013-02-231-165/+137
| | | | This reverts commit ff3342aeedb9d21897b0b7275dd68d781f149995.
* Skip reserved byteINADA Naoki2013-02-211-137/+165
|
* skip reserved byte.INADA Naoki2013-02-211-42/+45
|
* Merge branch '0.2-maint' (fix #39)INADA Naoki2012-12-221-1/+1
|\
| * Check return value of _end functions.INADA Naoki2012-12-221-3/+3
| |
* | segfault fixed when data is unpacked using `list_hook`,Alexei Romanoff2012-10-121-1/+1
| | | | | | | | | | this bug is a twin to #28. Unit-test is also attached.
* | A segfault fixed in the issue ↵Alexei Romanoff2012-10-121-1/+1
| | | | | | | | https://github.com/msgpack/msgpack-python/issues/28
* | Merge remote-tracking branch 'jnothman/read_size_cpp'INADA Naoki2012-10-011-8/+76
|\ \ | |/ |/| | | | | | | Conflicts: msgpack/_msgpack.pyx setup.py
| * read_array/map_header functionalityJoel Nothman2012-09-251-0/+63
| |
| * Use C++ function templating for skip()/construct()Joel Nothman2012-09-251-8/+13
| |
* | Implement object_pairs_hookJoel Nothman2012-09-231-1/+1
|/
* clean some cython code.INADA Naoki2012-09-231-1/+1
|
* A first implementation of Unpacker.skip()Joel Nothman2012-09-221-10/+14
|
* Fix new version of msgpack.INADA Naoki2012-06-261-5/+12
|
* Update msgpack version.INADA Naoki2012-06-261-50/+77
|
* Fix compile error on MSVC. (davidgaleano)INADA Naoki2011-12-251-2/+3
|
* Add list_hook option to unpacker.INADA Naoki2010-10-261-1/+2
|
* Add `object_hook` option to unpack and `default` option to pack.INADA Naoki2010-10-261-0/+1
| | | | (see simplejson for how to use).
* Update new headers.Naoki INADA2009-12-171-12/+29
|
* Reduce memory footprint.Naoki INADA2009-06-241-2/+5
|
* Remove duplicated values.Naoki INADA2009-06-241-0/+363