INADA Naoki
2f80e154f2
(python) Fix typo in ChangeLog
2011-06-24 00:04:43 +09:00
inada-n
be6d6560a7
(python) make test pass with Python 2.5
2011-06-01 18:30:43 +09:00
INADA Naoki
709d0cc33e
Revert "(python) Change error message for unicode is passed but no encoding is"
...
This reverts commit bd73742552cf16592662a7ec5ba3608888081131.
2011-05-31 15:40:11 +09:00
INADA Naoki
bd73742552
(python) Change error message for unicode is passed but no encoding is
...
specified.
2011-05-31 14:10:46 +09:00
tailhook
8cb5ccad99
Implemented encoding for strings
...
* Packer by default uses `utf-8` encoding by default
* Unpacker uses `None` by default, so no decoding is done
* Both pack and unpack has `encoding` and `unicode_errors` arguments,
if `encoding` is `None` no encoding/decoding is done, otherwise
it is python codec. `unicode_errors` is supplied as `errors`
parameter to codec
2011-04-15 18:39:17 +03:00
INADA Naoki
182624895f
python: Remove UnpackIterator. Unpacker is iterator of itself.
2011-01-30 10:45:39 +09:00
INADA Naoki
548de3739c
python: Disable gc while deserializing.
2011-01-29 23:23:56 +09:00
INADA Naoki
718a3efd64
python: Fix segmentation fault when default
returns it's argument.
2011-01-29 23:22:41 +09:00
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