Commit graph

857 commits

Author SHA1 Message Date
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
Hugo
54aa47b2dd Update supported versions in classifiers (#248) 2017-10-12 09:26:34 +09:00
Hugo
b57106c246 Update badges (#247) 2017-10-12 02:49:02 +09:00
Lorenzo Bolla
deeda31a88 Add unittests to document serialisation of tuples (#246)
Also, fix formatting of error message in case of tuple.
See https://github.com/msgpack/msgpack-python/issues/245
2017-09-30 16:23:55 +09:00
jfolz
f0f2c0b397 Packer accepts bytearray objects (#229) 2017-05-18 20:03:15 +09:00
jfolz
a8d9162ca6 Unpacker: add tell() (#227) 2017-04-30 02:33:20 +09:00
INADA Naoki
3388e4a6ee travis and appveyor update (#217)
travis:

* stop using tox
* Add Python 3.6 and 3.7-dev
* Stop pypy3 (until PyPy3.5 is released)

appveyor:

* Drop Python 3.4 and add 3.6
2017-01-13 21:46:31 +09:00
INADA Naoki
b328f3ecff Add badge for Read the Docs 2017-01-13 20:48:48 +09:00
INADA Naoki
12845692b5 Add requirements.txt for Read the Docs 2017-01-13 20:41:33 +09:00
INADA Naoki
f985ee8a66 Remove version and date from README 2017-01-13 19:57:04 +09:00
INADA Naoki
2481c64cf1 Merge branch 'release-0.4' 2017-01-12 18:17:00 +09:00
TW
e3fea94509 fix typos and other cosmetic issues (#214)
cosmetic issues:
- reST headlines' underline length needs to match the headline length
  (looks like somebody is / was using a proportional font)
- Cython code lines do not need to be terminated with a semicolon
- always use triple-double-quotes for docstrings
2017-01-11 12:04:23 +09:00
INADA Naoki
1cc3c574a2 Merge branch 'release-0.4' 2016-07-30 11:38:00 +09:00
INADA Naoki
a9f4dad4dc Make manylinux1 wheels 2016-07-30 11:35:26 +09:00
INADA Naoki
ff208ad7d0 0.4.8 2016-07-29 22:25:05 +09:00
INADA Naoki
83e7b0aeac Merge branch 'release-0.4' 2016-07-21 19:33:49 +09:00
INADA Naoki
b911b3c652 Fix ext_hook call (#203)
fixes #202
2016-07-21 19:32:00 +09:00
INADA Naoki
334dbe2a96 Enable Python35-x64 in AppVeyor 2016-07-21 19:19:32 +09:00
INADA Naoki
d6254abc8a Use AppVeyor to build windows wheel (#188)
* Add AppVeyor support to build windows wheel
* Fix test_limits on 32bit environments
* Ignore Python35-x64 test fail for now
  Should be fixed in next version.
2016-07-21 19:18:48 +09:00
INADA Naoki
0ef5f4d691 Merge pull request #195 from jfolz/master
Use new buffer interface to unpack
2016-06-14 02:29:23 +09:00
folz
2b63e9fbbb enable unpacking from memoryview 2016-06-13 15:37:33 +02:00
INADA Naoki
b887c1a4ad Merge pull request #199 from methane/struct-unpack-from
Use struct.unpack_from instead of struct.unpack
2016-05-25 00:19:31 +09:00
INADA Naoki
c16a1c6bdf fallback: Use bytearray as buffer 2016-05-24 07:32:30 +09:00
INADA Naoki
6b8919355d fallback: Use struct.unpack_from when possible 2016-05-24 02:46:29 +09:00