summaryrefslogtreecommitdiff
path: root/msgpack/_msgpack.pyx
Commit message (Collapse)AuthorAgeFilesLines
* Use PyUnicode_AsUTF8String() instead of o.encode('utf-8').INADA Naoki2010-10-071-4/+5
|
* python: Add test for python3 and fix found problems.INADA Naoki2010-09-021-9/+11
|
* python: Fix Unpacker.feed doesn't accept bytes on Python3.INADA Naoki2010-09-021-3/+1
|
* python: Support Python3.INADA Naoki2010-09-021-18/+19
|
* should raise TypeError on find unsupported valueKeiji Muraishi2010-03-311-1/+1
|
* Make tuple default.inada-n2009-12-171-6/+6
|
* Add `use_tuple` option that returns tuple for array object to Unpacker.Naoki INADA2009-12-171-1/+9
|
* Fix bug come from previous commitinada-n2009-12-161-1/+2
|
* Fix stream unpacker broken.inada-n2009-12-161-1/+11
|
* Fix: Unpacker.unpack() may raise StopIteration before unpacking large object ↵inada-n2009-07-131-1/+7
| | | | when deserializing from file.
* Release 0.1.0Naoki INADA2009-07-121-6/+6
|
* Clean upNaoki INADA2009-07-121-2/+4
|
* Fix memory leak. Remove stream packing feature. Add errorcheck in packing.Naoki INADA2009-07-011-63/+72
|
* Major speedup on packing.Naoki INADA2009-07-011-39/+21
|
* Some optimization on packing.Naoki INADA2009-06-301-46/+23
|
* Fix error on packing unsigned long long.Naoki INADA2009-06-291-13/+21
|
* Refactor packing code.Naoki INADA2009-06-291-7/+7
|
* Ues more suitable type when packing.Naoki INADA2009-06-281-8/+11
|
* Implement streaming deserializer.Naoki INADA2009-06-261-15/+147
|
* merge document fix.Naoki INADA2009-06-221-3/+3
|\
| * Fix document miss.Naoki INADA2009-06-101-3/+3
| |
* | Make msgpack package instead of module. and using Cython in setup script.Naoki INADA2009-06-221-1/+1
|/
* Make msgpack package instead of module.Naoki INADA2009-06-101-0/+202