summaryrefslogtreecommitdiff
path: root/python/msgpack
Commit message (Expand)AuthorAgeFilesLines
* Add msgpack.version as version tuple.INADA Naoki2010-09-021-0/+1
* 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
* Merge branch 'master' of github.com:msgpack/msgpackINADA Naoki2010-09-021-0/+7
|\
| * Python: add "load(s)/dump(s)" alias for compatibility to simplejson/marshal/p...INADA Naoki2010-06-151-0/+7
* | python: Support Python3.INADA Naoki2010-09-023-20/+21
|/
* should raise TypeError on find unsupported valueKeiji Muraishi2010-03-311-1/+1
* Make tuple default.inada-n2009-12-172-13/+11
* Add `use_tuple` option that returns tuple for array object to Unpacker.Naoki INADA2009-12-172-3/+21
* Update new headers.Naoki INADA2009-12-176-219/+225
* 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
* Release 0.1.0Naoki INADA2009-07-121-6/+6
* Clean upNaoki INADA2009-07-121-2/+4
* Support MinGW.Naoki INADA2009-07-091-0/+13
* Fix memory leak. Remove stream packing feature. Add errorcheck in packing.Naoki INADA2009-07-012-64/+73
* Major speedup on packing.Naoki INADA2009-07-012-50/+39
* Some optimization on packing.Naoki INADA2009-06-302-59/+39
* Fix error on packing unsigned long long.Naoki INADA2009-06-291-13/+21
* Refactor packing code.Naoki INADA2009-06-292-24/+7
* Don't use C++.Naoki INADA2009-06-281-2/+2
* Ues more suitable type when packing.Naoki INADA2009-06-281-8/+11
* Implement streaming deserializer.Naoki INADA2009-06-261-15/+147
* 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-242-6/+7
* Remove duplicated values.Naoki INADA2009-06-246-40/+1276
* Remove unneccessary value.Naoki INADA2009-06-241-13/+7
* Fix compile error.Naoki INADA2009-06-222-14/+2
* Use std::stack.Naoki INADA2009-06-221-17/+14
* 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-224-0/+505
|\ \ | |/
| * Make msgpack package instead of module.Naoki INADA2009-06-104-0/+448
|/
* Refactor include path.Naoki INADA2009-06-101-1/+0
* add cythoned source and setup script.Naoki INADA2009-06-081-0/+1