summaryrefslogtreecommitdiff
path: root/msgpack/unpack.h
Commit message (Expand)AuthorAgeFilesLines
* Improve exception message relating to strict_map_key (#485)Paul Melis2021-11-161-1/+1
* Fix overflow in unpacking timestamp to datetime (#452)Inada Naoki2020-12-181-3/+3
* Fix datetime before epoch on windows in cython implementation (#436)Peter Fischer2020-07-301-13/+21
* Support datetime. (#394)Inada Naoki2019-12-111-7/+65
* Add Timestamp support (#382)Inada Naoki2019-12-051-1/+43
* Intern map keys (#381)Inada Naoki2019-12-031-0/+3
* Remove encoding option from Unpacker. (#380)Inada Naoki2019-12-031-4/+1
* Drop Python 2 support from _cmsgpack (#376)Inada Naoki2019-11-281-4/+0
* Add strict_map_key option to unpackerInada Naoki2018-11-291-0/+5
* Undeprecate unicode_errors (#278)INADA Naoki2018-02-051-1/+1
* s/raw_as_bytes/raw/g (#276)INADA Naoki2018-01-121-2/+2
* Add raw_as_bytes option to Unpacker. (#265)INADA Naoki2018-01-111-4/+8
* Fix ext_hook call (#203)INADA Naoki2016-07-211-2/+2
* refactor C codeINADA Naoki2015-11-091-2/+2
* Fix warningsINADA Naoki2015-11-071-1/+1
* Add max_<type>_len option to unpacker. (fixes #97).INADA Naoki2015-01-251-5/+28
* Fix build and tests.INADA Naoki2014-08-311-9/+1
* Fix unpacking uint32 on 32bit or LLP64.INADA Naoki2014-05-261-1/+1
* Fix warning on 64bit environment.INADA Naoki2014-02-131-1/+4
* Add tests and bugfix.INADA Naoki2013-10-211-2/+2
* Support unpacking new types.INADA Naoki2013-10-201-3/+7
* Packing ExtType and some cleanupINADA Naoki2013-10-201-5/+5
* Merge branch 'master' of https://github.com/antocuni/msgpack-python into newspecINADA Naoki2013-10-201-0/+18
|\
| * implement unpacking for all the fixtext formatsAntonio Cuni2013-10-191-0/+18
* | Add bin type support.INADA Naoki2013-10-171-0/+9
|/
* fix long vs long long bugsYAMAMOTO Takashi2013-06-031-2/+2
* fix long/int confusions in pyx version of unpackYAMAMOTO Takashi2013-05-161-4/+12
* remove some macros.INADA Naoki2013-02-271-43/+29
* segfault fixed when data is unpacked using `list_hook`,Alexei Romanoff2012-10-121-0/+2
* A segfault fixed in the issue https://github.com/msgpack/msgpack-python/issue...Alexei Romanoff2012-10-121-0/+3
* Merge remote-tracking branch 'jnothman/read_size_cpp'INADA Naoki2012-10-011-0/+1
|\
| * Use C++ function templating for skip()/construct()Joel Nothman2012-09-251-0/+1
* | Implement object_pairs_hookJoel Nothman2012-09-231-9/+21
|/
* Fix new version of msgpack.INADA Naoki2012-06-261-1/+1
* Better prototypes.Steeve Morin2012-02-281-2/+2
* Fix massive memory leak with object_hook and list_hook when unpacking.Steeve Morin2012-02-281-2/+6
* Implemented encoding for stringstailhook2011-04-151-1/+7
* Add list_hook option to unpacker.INADA Naoki2010-10-261-4/+13
* Remove unnecessary refcount manipulation.INADA Naoki2010-10-261-1/+0
* Add `object_hook` option to unpack and `default` option to pack.INADA Naoki2010-10-261-0/+14
* python: Support Python3.INADA Naoki2010-09-021-1/+1
* Make tuple default.inada-n2009-12-171-7/+5
* Add `use_tuple` option that returns tuple for array object to Unpacker.Naoki INADA2009-12-171-2/+12
* Don't use C++.Naoki INADA2009-06-281-2/+2
* Stop unnecessary caching.Naoki INADA2009-06-241-39/+5
* Check return value of c-api.Naoki INADA2009-06-241-26/+92
* Reduce memory footprint.Naoki INADA2009-06-241-4/+2
* Remove duplicated values.Naoki INADA2009-06-241-38/+15
* Remove unneccessary value.Naoki INADA2009-06-241-13/+7
* Fix compile error.Naoki INADA2009-06-221-2/+2