summaryrefslogtreecommitdiff
path: root/msgpack/pack_template.h
Commit message (Expand)AuthorAgeFilesLines
* Use PyFloat_Pack8() on Python 3.11a7 (#499)Victor Stinner2022-03-141-0/+9
* Add Timestamp support (#382)Inada Naoki2019-12-051-0/+33
* use _PyFloat APIs to (de)serialize (#340)INADA Naoki2019-01-071-10/+3
* Fix compile error.INADA Naoki2015-01-091-1/+1
* Add tests and bugfix.INADA Naoki2013-10-211-1/+2
* Packing ExtType and some cleanupINADA Naoki2013-10-201-2/+1
* Merge branch 'master' of https://github.com/antocuni/msgpack-python into newspecINADA Naoki2013-10-201-0/+60
|\
| * implement Packer.pack_extended_type also in the cython version of the codeAntonio Cuni2013-10-181-0/+60
* | Add bin type support to pure Python packer.INADA Naoki2013-10-171-1/+1
* | Add bin type support.INADA Naoki2013-10-171-1/+26
|/
* s/\t/ /gINADA Naoki2013-02-271-328/+327
* remove some macros.INADA Naoki2013-02-271-3/+3
* remove msgpack_pack* macrosINADA Naoki2013-02-271-95/+25
* Update msgpack version.INADA Naoki2012-06-261-80/+165
* Fix compile error on MSVC. (davidgaleano)INADA Naoki2011-12-251-2/+2
* Update new headers.Naoki INADA2009-12-171-154/+99
* Remove duplicated values.Naoki INADA2009-06-241-0/+741