summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.1.100.1.10INADA Naoki2011-08-223-4/+5
* Fix error in tests.INADA Naoki2011-08-221-1/+1
* Fixed `encoding` argument for unpacker in Pythontailhook2011-08-223-3/+34
* Fix install command for Windows.INADA Naoki2011-08-211-1/+2
* rename README to README.rstINADA Naoki2011-08-211-0/+0
* (python) Fix typo in ChangeLogINADA Naoki2011-06-241-1/+1
* (python) make test pass with Python 2.5inada-n2011-06-012-24/+29
* Revert "(python) Change error message for unicode is passed but no encoding is"INADA Naoki2011-05-312-1/+11
* (python) Change error message for unicode is passed but no encoding isINADA Naoki2011-05-311-1/+1
* Implemented encoding for stringstailhook2011-04-155-25/+169
* python: Remove UnpackIterator. Unpacker is iterator of itself.INADA Naoki2011-01-301-13/+4
* python: Disable gc while deserializing.INADA Naoki2011-01-291-0/+7
* python: Fix segmentation fault when `default` returns it's argument.INADA Naoki2011-01-292-3/+3
* python: 0.1.9INADA Naoki2011-01-292-1/+15
* python: refactoring.INADA Naoki2011-01-291-10/+9
* Add use_list option to unpack and unpackbINADA Naoki2011-01-281-4/+4
* python: Add memory error check.INADA Naoki2011-01-101-1/+5
* python: Check if (m|re)alloc's return value is NULL. (Thanks to Mateusz)INADA Naoki2011-01-101-1/+6
* python: Fix typo in docstring. (thanks to Mateusz.)INADA Naoki2011-01-101-1/+1
* python: Change URL in setup.py from sf.net to msgpack.orgINADA Naoki2011-01-101-2/+2
* python: msgpack-python-0.1.8INADA Naoki2011-01-092-2/+5
* python: Fix another segv.INADA Naoki2011-01-091-0/+1
* python: Fix segv on unpacking from stream.INADA Naoki2011-01-091-15/+24
* python: Add test for issue29.INADA Naoki2011-01-091-0/+49
* python: Make aliases for API compatibility to pickle.INADA Naoki2011-01-091-3/+2
* python: Don't use ``from __future__ import unicode_literals``.INADA Naoki2011-01-091-3/+1
* python: Update ChangeLog.INADA Naoki2011-01-091-0/+20
* python: 0.1.7INADA Naoki2010-11-032-3/+3
* python: Add ws2_32 library if platform is win32.INADA Naoki2010-11-031-1/+6
* python: Add ChangeLog.rstINADA Naoki2010-11-031-0/+16
* python: Port some tests from 2 to 3.INADA Naoki2010-11-032-0/+29
* python: Support old buffer protocol when unpack. (experimental)INADA Naoki2010-11-033-115/+67
* python: Add test for unpacking buffer object.INADA Naoki2010-11-021-0/+16
* python: Add msgpack/_msgpack.c to .gitignoreINADA Naoki2010-11-021-0/+1
* Add list_hook option to unpacker.INADA Naoki2010-10-264-13/+43
* Add check for recursion limit and default hook result.INADA Naoki2010-10-262-15/+17
* Remove unnecessary refcount manipulation.INADA Naoki2010-10-262-5/+0
* Add test for Python3.INADA Naoki2010-10-261-0/+31
* Add `object_hook` option to unpack and `default` option to pack.INADA Naoki2010-10-264-10/+92
* Add unicode testcase for Python2.INADA Naoki2010-10-071-0/+3
* Fix testcase for unicode.INADA Naoki2010-10-071-0/+3
* Use PyUnicode_AsUTF8String() instead of o.encode('utf-8').INADA Naoki2010-10-071-4/+5
* python: Add python3 category.INADA Naoki2010-09-021-0/+1
* python: Release 0.1.6 - Fix wrong version string.INADA Naoki2010-09-021-2/+5
* python: vesion 0.1.5INADA Naoki2010-09-021-1/+1
* Add msgpack.version as version tuple.INADA Naoki2010-09-024-3/+14
* python: Add test for python3 and fix found problems.INADA Naoki2010-09-026-9/+266
* 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-022-1/+8
|\
| * Python: 0.1.4Naoki INADA2010-06-151-1/+1