| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python: refactoring. | INADA Naoki | 2011-01-29 | 1 | -10/+9 |
| | | |||||
| * | Add use_list option to unpack and unpackb | INADA Naoki | 2011-01-28 | 1 | -4/+4 |
| | | |||||
| * | python: Add memory error check. | INADA Naoki | 2011-01-10 | 1 | -1/+5 |
| | | |||||
| * | python: Check if (m|re)alloc's return value is NULL. (Thanks to Mateusz) | INADA Naoki | 2011-01-10 | 1 | -1/+6 |
| | | |||||
| * | python: Fix typo in docstring. (thanks to Mateusz.) | INADA Naoki | 2011-01-10 | 1 | -1/+1 |
| | | |||||
| * | python: Change URL in setup.py from sf.net to msgpack.org | INADA Naoki | 2011-01-10 | 1 | -2/+2 |
| | | |||||
| * | python: msgpack-python-0.1.8 | INADA Naoki | 2011-01-09 | 2 | -2/+5 |
| | | |||||
| * | python: Fix another segv. | INADA Naoki | 2011-01-09 | 1 | -0/+1 |
| | | |||||
| * | python: Fix segv on unpacking from stream. | INADA Naoki | 2011-01-09 | 1 | -15/+24 |
| | | |||||
| * | python: Add test for issue29. | INADA Naoki | 2011-01-09 | 1 | -0/+49 |
| | | |||||
| * | python: Make aliases for API compatibility to pickle. | INADA Naoki | 2011-01-09 | 1 | -3/+2 |
| | | | | | ``dumps`` is alias of ``packb`` and ``loads`` is alias of ``unpacks``. | ||||
| * | python: Don't use ``from __future__ import unicode_literals``. | INADA Naoki | 2011-01-09 | 1 | -3/+1 |
| | | | | | Python 2.5 or older doesn't support it. | ||||
| * | python: Update ChangeLog. | INADA Naoki | 2011-01-09 | 1 | -0/+20 |
| | | |||||
| * | python: 0.1.7 | INADA Naoki | 2010-11-03 | 2 | -3/+3 |
| | | |||||
| * | python: Add ws2_32 library if platform is win32. | INADA Naoki | 2010-11-03 | 1 | -1/+6 |
| | | |||||
| * | python: Add ChangeLog.rst | INADA Naoki | 2010-11-03 | 1 | -0/+16 |
| | | |||||
| * | python: Port some tests from 2 to 3. | INADA Naoki | 2010-11-03 | 2 | -0/+29 |
| | | |||||
| * | python: Support old buffer protocol when unpack. (experimental) | INADA Naoki | 2010-11-03 | 3 | -115/+67 |
| | | |||||
| * | python: Add test for unpacking buffer object. | INADA Naoki | 2010-11-02 | 1 | -0/+16 |
| | | |||||
| * | python: Add msgpack/_msgpack.c to .gitignore | INADA Naoki | 2010-11-02 | 1 | -0/+1 |
| | | |||||
| * | Add list_hook option to unpacker. | INADA Naoki | 2010-10-26 | 4 | -13/+43 |
| | | |||||
| * | Add check for recursion limit and default hook result. | INADA Naoki | 2010-10-26 | 2 | -15/+17 |
| | | |||||
| * | Remove unnecessary refcount manipulation. | INADA Naoki | 2010-10-26 | 2 | -5/+0 |
| | | |||||
| * | Add test for Python3. | INADA Naoki | 2010-10-26 | 1 | -0/+31 |
| | | |||||
| * | Add `object_hook` option to unpack and `default` option to pack. | INADA Naoki | 2010-10-26 | 4 | -10/+92 |
| | | | | | (see simplejson for how to use). | ||||
| * | Add unicode testcase for Python2. | INADA Naoki | 2010-10-07 | 1 | -0/+3 |
| | | |||||
| * | Fix testcase for unicode. | INADA Naoki | 2010-10-07 | 1 | -0/+3 |
| | | |||||
| * | Use PyUnicode_AsUTF8String() instead of o.encode('utf-8'). | INADA Naoki | 2010-10-07 | 1 | -4/+5 |
| | | |||||
| * | python: Add python3 category. | INADA Naoki | 2010-09-02 | 1 | -0/+1 |
| | | |||||
| * | python: Release 0.1.6 - Fix wrong version string. | INADA Naoki | 2010-09-02 | 1 | -2/+5 |
| | | |||||
| * | python: vesion 0.1.5 | INADA Naoki | 2010-09-02 | 1 | -1/+1 |
| | | |||||
| * | Add msgpack.version as version tuple. | INADA Naoki | 2010-09-02 | 4 | -3/+14 |
| | | |||||
| * | python: Add test for python3 and fix found problems. | INADA Naoki | 2010-09-02 | 6 | -9/+266 |
| | | |||||
| * | python: Fix Unpacker.feed doesn't accept bytes on Python3. | INADA Naoki | 2010-09-02 | 1 | -3/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:msgpack/msgpack | INADA Naoki | 2010-09-02 | 2 | -1/+8 |
| |\ | |||||
| | * | Python: 0.1.4 | Naoki INADA | 2010-06-15 | 1 | -1/+1 |
| | | | |||||
| | * | Python: add "load(s)/dump(s)" alias for compatibility to ↵ | INADA Naoki | 2010-06-15 | 1 | -0/+7 |
| | | | | | | | | | simplejson/marshal/pickle. | ||||
| * | | python: Support Python3. | INADA Naoki | 2010-09-02 | 3 | -20/+21 |
| |/ | |||||
| * | python: sourceforge.jp -> sourceforge.net | frsyuki | 2010-04-29 | 1 | -2/+2 |
| | | |||||
| * | Release msgpack-python 0.1.3 | Naoki INADA | 2010-04-29 | 1 | -8/+4 |
| | | |||||
| * | Add download url. | Naoki INADA | 2010-04-29 | 2 | -0/+6 |
| | | |||||
| * | Add COPYING file to python package. | Naoki INADA | 2010-04-29 | 1 | -0/+14 |
| | | |||||
| * | should raise TypeError on find unsupported value | Keiji Muraishi | 2010-03-31 | 2 | -1/+15 |
| | | |||||
| * | fix typo in Makefile | Keiji Muraishi | 2010-03-31 | 1 | -1/+1 |
| | | |||||
| * | replace setup by setup_dev. | Naoki INADA | 2010-01-25 | 2 | -74/+32 |
| | | |||||
| * | cythoning *.pyx when sdist. | Naoki INADA | 2010-01-25 | 1 | -5/+32 |
| | | |||||
| * | Tiny fix in README | Naoki INADA | 2010-01-25 | 1 | -2/+6 |
| | | |||||
| * | Update gitignore. | Naoki INADA | 2009-12-17 | 1 | -0/+2 |
| | | |||||
| * | Fix tests. | Naoki INADA | 2009-12-17 | 3 | -15/+17 |
| | | |||||
| * | Add .gitignore for Python. | inada-n | 2009-12-17 | 1 | -0/+3 |
| | | |||||
