summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* python: Don't use ``from __future__ import unicode_literals``.INADA Naoki2011-01-091-3/+1
| | | | Python 2.5 or older doesn't support it.
* 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
| | | | (see simplejson for how to use).
* 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
| |
| * Python: add "load(s)/dump(s)" alias for compatibility to ↵INADA Naoki2010-06-151-0/+7
| | | | | | | | simplejson/marshal/pickle.
* | python: Support Python3.INADA Naoki2010-09-023-20/+21
|/
* python: sourceforge.jp -> sourceforge.netfrsyuki2010-04-291-2/+2
|
* Release msgpack-python 0.1.3Naoki INADA2010-04-291-8/+4
|
* Add download url.Naoki INADA2010-04-292-0/+6
|
* Add COPYING file to python package.Naoki INADA2010-04-291-0/+14
|
* should raise TypeError on find unsupported valueKeiji Muraishi2010-03-312-1/+15
|
* fix typo in MakefileKeiji Muraishi2010-03-311-1/+1
|
* replace setup by setup_dev.Naoki INADA2010-01-252-74/+32
|
* cythoning *.pyx when sdist.Naoki INADA2010-01-251-5/+32
|
* Tiny fix in READMENaoki INADA2010-01-251-2/+6
|
* Update gitignore.Naoki INADA2009-12-171-0/+2
|
* Fix tests.Naoki INADA2009-12-173-15/+17
|
* Add .gitignore for Python.inada-n2009-12-171-0/+3
|
* 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
|
* Start 0.2.0Naoki INADA2009-12-172-2/+2
|
* Make new Python release.inada-n2009-12-162-2/+2
|
* Fix bug come from previous commitinada-n2009-12-161-1/+2
|
* Fix stream unpacker broken.inada-n2009-12-161-1/+11
|
* Fix MakefileNaoki INADA2009-11-051-3/+2
|
* Fix to use MANIEFST.in.Naoki INADA2009-11-052-9/+2
|
* version: python-0.1.1inada-n2009-07-132-2/+2
|
* Fix: Unpacker.unpack() may raise StopIteration before unpacking large object ↵inada-n2009-07-131-1/+7
| | | | when deserializing from file.