summaryrefslogtreecommitdiff
path: root/msgpack/_unpacker.pyx
Commit message (Expand)AuthorAgeFilesLines
* 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