Commit graph

830 commits

Author SHA1 Message Date
Alex Gaynor
b10cf78f54 Fix TypeError in fallback.unpack() on <Python 2.7.6 2018-04-16 12:18:35 +09:00
INADA Naoki
984116bd18 Update setup() 2018-04-13 23:41:01 +09:00
INADA Naoki
d4675bee6c 0.5.6 2018-02-23 15:45:34 +09:00
INADA Naoki
ae3a6ba0b0
Deprecate implementation module's unpack() (#290) 2018-02-23 15:41:21 +09:00
INADA Naoki
f38c1a3674
Fix Unpacker.feed() drops unused data in buffer. (#289)
Fixes #287
2018-02-23 11:52:48 +09:00
INADA Naoki
fbaa1360be Fix #285 again 2018-02-23 11:35:09 +09:00
INADA Naoki
3ca8eff31d
Revert "Move unpack() from each implementation to __init__." (#288)
This reverts commit da902f9c1d.
2018-02-23 11:33:26 +09:00
INADA Naoki
9455fccc52 Revert "Move unpack() from each implementation to __init__. (#286)"
This reverts commit da902f9c1d.
2018-02-23 11:32:26 +09:00
INADA Naoki
9bf38105f7 Revert "0.5.5"
This reverts commit 02c881c7cb.
2018-02-23 11:32:26 +09:00
INADA Naoki
02c881c7cb 0.5.5 2018-02-22 17:56:57 +09:00
INADA Naoki
da902f9c1d
Move unpack() from each implementation to __init__. (#286)
Fixes #285
2018-02-22 00:55:32 +09:00
INADA Naoki
ae8d469482
Fix memory leak in pure Python Unpacker.feed() (#284)
fixes #283
2018-02-16 16:35:22 +09:00
INADA Naoki
4b72b61773 Add Makefile target for updating docker image 2018-02-05 15:08:19 +09:00
INADA Naoki
2644cbdcb7
Use cython's cast for converting encoding and errors (#279)
It is little faster on Python 3 because we can skip temporary bytes object
2018-02-05 11:44:17 +09:00
INADA Naoki
351023946f 0.5.4 2018-02-05 02:25:12 +09:00
INADA Naoki
9fdb83719d
Undeprecate unicode_errors (#278) 2018-02-05 02:19:48 +09:00
INADA Naoki
618b2cb027 0.5.3 2018-02-03 10:54:21 +09:00
Andrew Rabert
a0ba076c35 Fix encoding and unicode_errors (#277)
Previously, unicode_errors was either set to NULL or to
the result of PyBytes_AsString. This restores that behavior while also
keeping the existing NULL default behavior.
Original defaults were restored to keep API compatibility until these
deprecated options are finally removed.
2018-02-03 10:34:42 +09:00
INADA Naoki
52fb85a2c5 0.5.2 2018-02-02 19:43:42 +09:00
INADA Naoki
5569a4efcd
s/raw_as_bytes/raw/g (#276)
fixes #273
2018-01-12 19:22:36 +09:00
INADA Naoki
d9ec8fc905
Packer.pack() reset buffer on exception (#274)
fixes #210
2018-01-11 23:50:41 +09:00
INADA Naoki
60ef3879d7
packer: Use PyUnicode_AsUTF8AndSize() for utf-8 (#272) 2018-01-11 19:41:05 +09:00
INADA Naoki
5534d0c7af
Add raw_as_bytes option to Unpacker. (#265) 2018-01-11 17:02:41 +09:00
INADA Naoki
50ea49c86f Update doc 2018-01-10 03:04:54 +09:00
INADA Naoki
fc09da997c fallback: Update docstring. 2018-01-10 02:58:55 +09:00
INADA Naoki
0112957bcf
Remove FutureWarning about use_bin_type option (#271) 2018-01-10 02:54:59 +09:00
INADA Naoki
e0f2fd3af3 Fix README 2018-01-10 02:49:50 +09:00
INADA Naoki
5be9378640 Make msgpack-python deprecated clone of msgpack. 2018-01-10 02:48:08 +09:00
INADA Naoki
ab66c272b0 Update README 2018-01-09 22:03:06 +09:00
INADA Naoki
e0934355c6 Update Makefile 2018-01-09 20:48:45 +09:00
INADA Naoki
676bbcd0ee manylinux1: Add 3.6 and remove 3.4 2018-01-09 19:00:42 +09:00
INADA Naoki
45c1a53d5a
Update AppVeyor build (#267) 2018-01-09 17:58:32 +09:00
INADA Naoki
7c22d983f4 Update README 2018-01-09 13:17:47 +09:00
INADA Naoki
dbb827815a Update Cython version 2018-01-07 02:04:49 +09:00
INADA Naoki
35fc297970 Update README 2018-01-07 02:01:20 +09:00
INADA Naoki
9f4c12f29c Add transition package 2018-01-07 01:59:14 +09:00
INADA Naoki
d720c42468 prepare 0.5 2018-01-07 01:58:01 +09:00
INADA Naoki
89e4f8b7b3 Rename package name to msgpack 2018-01-07 01:57:47 +09:00
INADA Naoki
d0d3a40389
Warn about future use_bin_type change (#264) 2018-01-06 02:07:39 +09:00
INADA Naoki
1979722ba2
Raise MemoryError when failed to grow buffer (#263) 2018-01-05 20:58:14 +09:00
INADA Naoki
43137d6bd2
Deprecate write_bytes option in Unpacker. (#262)
Fixes #197
2018-01-05 20:19:04 +09:00
INADA Naoki
0e2021d3a3 Update changelog 2018-01-05 19:16:14 +09:00
aaron jheng
2eb6e75db1 add license info to metadata (#260) 2017-12-31 11:52:50 +09:00
INADA Naoki
99341035f2
fix zero length raw can't be decoded. (#236)
fix #234
2017-12-21 20:46:14 +09:00
Hugo
3a098851be Remove code and tests for unsupported Python 3.3 and 3.4 (#249) 2017-11-02 18:06:15 +09:00
Martin Braun
1985eb7618 Clarify README, fix grammar, update section on byte arrays (#253) 2017-10-17 12:30:55 +09:00
Hugo
0fc4ee98be Remove code and tests for unsupported Python 2.6 (#250) 2017-10-12 16:27:39 +09:00
INADA Naoki
a70ce0c3d7 Fix travis fail (#251) 2017-10-12 16:26:58 +09:00
INADA Naoki
3d7ebc47b4 travis: Remove "only: master" restriction 2017-10-12 15:29:22 +09:00
INADA Naoki
6fd1890be4 Add py36 to tox.ini 2017-10-12 15:29:22 +09:00