INADA Naoki
|
dafaa8bd8c
|
python: 0.1.9
|
2011-01-29 07:31:06 +09:00 |
|
INADA Naoki
|
9c9b2c25ea
|
python: refactoring.
|
2011-01-29 07:27:10 +09:00 |
|
INADA Naoki
|
e89cd81022
|
Add use_list option to unpack and unpackb
|
2011-01-28 18:59:05 +09:00 |
|
INADA Naoki
|
fe26df5355
|
python: Add memory error check.
|
2011-01-10 20:47:23 +09:00 |
|
INADA Naoki
|
85778494e4
|
python: Check if (m|re)alloc's return value is NULL. (Thanks to Mateusz)
|
2011-01-10 05:07:07 +09:00 |
|
INADA Naoki
|
a94ce3c715
|
python: Fix typo in docstring. (thanks to Mateusz.)
|
2011-01-10 05:05:14 +09:00 |
|
INADA Naoki
|
a440ff1117
|
python: Change URL in setup.py from sf.net to msgpack.org
|
2011-01-10 00:10:29 +09:00 |
|
INADA Naoki
|
8195137bc5
|
python: msgpack-python-0.1.8
|
2011-01-09 23:58:26 +09:00 |
|
INADA Naoki
|
3e2bd25e4e
|
python: Fix another segv.
|
2011-01-09 23:54:06 +09:00 |
|
INADA Naoki
|
ffd0c2f624
|
python: Fix segv on unpacking from stream.
|
2011-01-09 23:40:09 +09:00 |
|
INADA Naoki
|
23333c98d7
|
python: Add test for issue29.
|
2011-01-09 23:29:18 +09:00 |
|
INADA Naoki
|
5a12ab98c4
|
python: Make aliases for API compatibility to pickle.
``dumps`` is alias of ``packb`` and ``loads`` is alias of ``unpacks``.
|
2011-01-09 23:17:20 +09:00 |
|
INADA Naoki
|
0b327a63fc
|
python: Don't use `from __future__ import unicode_literals `.
Python 2.5 or older doesn't support it.
|
2011-01-09 23:13:35 +09:00 |
|
INADA Naoki
|
15b28a245c
|
python: Update ChangeLog.
|
2011-01-09 23:06:56 +09:00 |
|
INADA Naoki
|
d7fc215c16
|
python: 0.1.7
|
2010-11-03 03:43:49 +09:00 |
|
INADA Naoki
|
bb69aa18f2
|
python: Add ws2_32 library if platform is win32.
|
2010-11-03 03:35:52 +09:00 |
|
INADA Naoki
|
e4f515166a
|
python: Add ChangeLog.rst
|
2010-11-03 03:26:33 +09:00 |
|
INADA Naoki
|
d1b6e65dd8
|
python: Port some tests from 2 to 3.
|
2010-11-03 03:15:12 +09:00 |
|
INADA Naoki
|
4688252bd4
|
python: Support old buffer protocol when unpack. (experimental)
|
2010-11-03 03:11:00 +09:00 |
|
INADA Naoki
|
b1df5d3ad7
|
python: Add test for unpacking buffer object.
|
2010-11-02 14:09:50 +09:00 |
|
INADA Naoki
|
09bad2938e
|
python: Add msgpack/_msgpack.c to .gitignore
|
2010-11-02 14:02:10 +09:00 |
|
INADA Naoki
|
e1711ffcf2
|
Add list_hook option to unpacker.
|
2010-10-26 02:09:52 +09:00 |
|
INADA Naoki
|
063d51c662
|
Add check for recursion limit and default hook result.
|
2010-10-26 01:49:00 +09:00 |
|
INADA Naoki
|
d8e3575a46
|
Remove unnecessary refcount manipulation.
|
2010-10-26 01:32:08 +09:00 |
|
INADA Naoki
|
6fa609be3f
|
Add test for Python3.
|
2010-10-26 01:31:27 +09:00 |
|
INADA Naoki
|
70982e204c
|
Add object_hook option to unpack and default option to pack.
(see simplejson for how to use).
|
2010-10-26 01:26:06 +09:00 |
|
INADA Naoki
|
aa2a3e5b07
|
Add unicode testcase for Python2.
|
2010-10-07 03:07:52 +09:00 |
|
INADA Naoki
|
8467307239
|
Fix testcase for unicode.
|
2010-10-07 03:04:00 +09:00 |
|
INADA Naoki
|
90da951a6f
|
Use PyUnicode_AsUTF8String() instead of o.encode('utf-8').
|
2010-10-07 03:02:02 +09:00 |
|
INADA Naoki
|
bf0cb40586
|
python: Add python3 category.
|
2010-09-02 10:13:49 +09:00 |
|
INADA Naoki
|
a62aefe74b
|
python: Release 0.1.6 - Fix wrong version string.
|
2010-09-02 10:10:34 +09:00 |
|
INADA Naoki
|
138d232149
|
python: vesion 0.1.5
|
2010-09-02 09:58:50 +09:00 |
|
INADA Naoki
|
8fa64e3ab2
|
Add msgpack.version as version tuple.
|
2010-09-02 09:54:38 +09:00 |
|
INADA Naoki
|
8d0d2bd3fc
|
python: Add test for python3 and fix found problems.
|
2010-09-02 02:16:28 +09:00 |
|
INADA Naoki
|
2146f5f623
|
python: Fix Unpacker.feed doesn't accept bytes on Python3.
|
2010-09-02 02:02:47 +09:00 |
|
INADA Naoki
|
623df23570
|
Merge branch 'master' of github.com:msgpack/msgpack
|
2010-09-02 01:30:32 +09:00 |
|
INADA Naoki
|
4a15d8b6d2
|
python: Support Python3.
|
2010-09-02 01:29:57 +09:00 |
|
Naoki INADA
|
f222f5ed9b
|
Python: 0.1.4
|
2010-06-15 18:06:58 +09:00 |
|
INADA Naoki
|
59603b902a
|
Python: add "load(s)/dump(s)" alias for compatibility to simplejson/marshal/pickle.
|
2010-06-15 17:51:24 +09:00 |
|
frsyuki
|
6352472c5f
|
python: sourceforge.jp -> sourceforge.net
|
2010-04-29 09:06:46 +09:00 |
|
Naoki INADA
|
833ee6484c
|
Release msgpack-python 0.1.3
|
2010-04-29 07:52:32 +09:00 |
|
Naoki INADA
|
dda3d24bca
|
Add download url.
|
2010-04-29 07:08:41 +09:00 |
|
Naoki INADA
|
f77d76a320
|
Add COPYING file to python package.
|
2010-04-29 07:01:16 +09:00 |
|
Keiji Muraishi
|
6c6df1adaf
|
should raise TypeError on find unsupported value
|
2010-03-31 17:29:07 +09:00 |
|
Keiji Muraishi
|
f91e1c17c0
|
fix typo in Makefile
|
2010-03-31 17:09:00 +09:00 |
|
Naoki INADA
|
e02d20dd74
|
replace setup by setup_dev.
|
2010-01-25 20:52:48 +09:00 |
|
Naoki INADA
|
1a11608f1f
|
cythoning *.pyx when sdist.
|
2010-01-25 20:51:55 +09:00 |
|
Naoki INADA
|
9e2c9d7812
|
Tiny fix in README
|
2010-01-25 12:21:46 +09:00 |
|
Naoki INADA
|
232aced926
|
Update gitignore.
|
2009-12-17 18:03:33 +09:00 |
|
Naoki INADA
|
63b9a876b0
|
Fix tests.
|
2009-12-17 17:58:41 +09:00 |
|