summaryrefslogtreecommitdiff
path: root/python/msgpack
Commit message (Collapse)AuthorAgeFilesLines
* 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