summaryrefslogtreecommitdiff
path: root/msgpack/_unpacker.pyx
Commit message (Expand)AuthorAgeFilesLines
* Unpacker's ext_hook fixed + testsAlexey Popravka2014-03-241-1/+2
* Unpacker: maintain refcnt (fix #67).INADA Naoki2014-02-131-1/+6
* Feed data from file before _unpack()INADA Naoki2014-02-131-0/+10
* Merge pull request #84 from wbolster/exception-type-cleanupsINADA Naoki2014-02-131-2/+2
|\
| * Always raise TypeError for wrong argument typesWouter Bolsterlee2014-02-111-2/+2
* | Cosmetic changes to fix Cython warningsWouter Bolsterlee2014-02-111-1/+2
|/
* Packing ExtType and some cleanupINADA Naoki2013-10-201-36/+13
* fallback: Support pack_ext_type.INADA Naoki2013-10-201-2/+0
* Merge branch 'master' of https://github.com/antocuni/msgpack-python into newspecINADA Naoki2013-10-201-2/+37
|\
| * implement unpacking for all the fixtext formatsAntonio Cuni2013-10-191-2/+19
| * implement unpack_one also for the cython version, and add a test for itAntonio Cuni2013-10-191-0/+18
* | Add bin type support for fallback Unpacker.INADA Naoki2013-10-171-1/+0
|/
* fix compilation errorsYAMAMOTO Takashi2013-06-031-2/+2
* Stop using const_void_ptr typedef.INADA Naoki2013-05-191-3/+2
* Revert "Use new buffer interface."INADA Naoki2013-05-191-25/+28
* fix a compilation errorYAMAMOTO Takashi2013-05-161-1/+1
* Use new buffer interface.INADA Naoki2013-04-081-28/+25
* Unpacker.feed() uses new buffer interface.INADA Naoki2013-04-081-4/+6
* Remove unnecessary type declaration.INADA Naoki2013-04-081-2/+1
* remove some macros.INADA Naoki2013-02-271-17/+17
* Fix typeerror.INADA Naoki2013-02-261-6/+8
* docs: better unpacker docstring.INADA Naoki2013-02-261-24/+40
* Fix exception incompatibility.INADA Naoki2013-02-221-3/+1
* Fix unpacker doesn't raise exception for invalid input (Merge branch '0.2'INADA Naoki2012-12-291-1/+3
* Split _msgpack.pyxINADA Naoki2012-12-111-0/+382