Commit graph

505 commits

Author SHA1 Message Date
INADA Naoki
5025b51d3b Merge branch 'master' of github.com:msgpack/msgpack-python 2015-01-14 10:02:55 +09:00
INADA Naoki
d14a7885c7 Fix typo in ChangeLog.
Fixes #121.
Thanks @dmick
2015-01-14 10:02:04 +09:00
INADA Naoki
35947630b7 Merge pull request #120 from msabramo/patch-2
README.rst: Add PyPI badge
2015-01-09 15:43:53 +09:00
Marc Abramowitz
e7f505119d README.rst: Add PyPI badge 2015-01-08 22:05:27 -08:00
INADA Naoki
5abb73ebfa Merge pull request #119 from msabramo/patch-1
README.rst: Add code-blocks
2015-01-09 14:19:27 +09:00
Marc Abramowitz
2b4a815e5a README.rst: Add code-blocks
For syntax highlighting
2015-01-08 20:37:31 -08:00
INADA Naoki
87b493b2d8 Update README 2015-01-09 09:54:30 +09:00
INADA Naoki
deb8094e1d 0.4.4 2015-01-09 09:53:44 +09:00
INADA Naoki
3445e43d72 0.4.4 2015-01-09 09:53:27 +09:00
INADA Naoki
f86a0442ec Merge pull request #117 from msgpack/cython-cache
Use wheelhouse for cython
2015-01-09 09:41:49 +09:00
INADA Naoki
b6055ce47e Fix tox.ini 2015-01-09 09:35:31 +09:00
INADA Naoki
ca9768771d Use wheelhouse for cython 2015-01-09 09:31:26 +09:00
INADA Naoki
ed30acb934 Merge pull request #116 from msgpack/fix-0_4_3-regression
Fix compile error on _packer
2015-01-09 04:30:24 +09:00
INADA Naoki
715fcac6c6 Fix tox 2015-01-09 04:19:34 +09:00
INADA Naoki
ee0e435535 Fix compile error. 2015-01-09 04:10:25 +09:00
INADA Naoki
c25c8d7246 Check extension module was compiled. 2015-01-09 04:07:47 +09:00
INADA Naoki
868d149efc Merge branch 'master' of github.com:msgpack/msgpack-python 2015-01-07 16:09:39 +09:00
INADA Naoki
5bc685973d 0.4.3 2015-01-07 15:59:35 +09:00
INADA Naoki
198196c731 Merge pull request #115 from msgpack/fix-windows
Fix build failuer for Python 2.7 on Windows.
2015-01-07 15:56:58 +09:00
INADA Naoki
9624a2aca3 Fix build failuer for Python 2.7 on Windows.
Remove int8_t usage.
2015-01-07 12:10:42 +09:00
INADA Naoki
593887025e Fix README reST 2015-01-02 12:12:09 +09:00
INADA Naoki
00f193ba08 Merge pull request #113 from msgpack/new-travis
Use new container based Travis-CI
2014-12-18 13:24:08 +09:00
INADA Naoki
0be3e874c6 Use new container based Travis-CI 2014-12-18 13:17:49 +09:00
INADA Naoki
547a668ad6 Merge pull request #110 from JasonXJ/master
add support for pypy3
2014-11-14 16:24:11 +09:00
Xiaojie Lin
d5e9ac9316 add support for pypy3 2014-11-14 14:47:54 +11:00
INADA Naoki
ef3f94101a Merge branch 'master' of github.com:msgpack/msgpack-python 2014-08-31 03:13:09 +09:00
INADA Naoki
6948dd5120 Fix benchmark 2014-08-31 03:03:48 +09:00
INADA Naoki
5d6481dcbb Merge pull request #107 from msgpack/fix-build
Fix build and tests.
2014-08-31 02:36:32 +09:00
INADA Naoki
d6c773dc4d Fix build and tests. 2014-08-31 02:29:05 +09:00
INADA Naoki
5cfa49bb2c Merge pull request #103 from bwesterb/master
Some performance improvements for PyPy
2014-06-16 16:17:24 +09:00
Bas Westerbaan
0532ea87fb fallback: fix BufferFull with sloppy consume 2014-06-15 22:45:30 +02:00
Bas Westerbaan
b334d441c3 fallback: _fb_read: do a big read, when we need a big read 2014-06-14 18:42:02 +02:00
Bas Westerbaan
952eb9fc53 fallback: add some comments to _fb_read 2014-06-14 18:34:17 +02:00
Bas Westerbaan
7eb371f827 fallback: do not reset the buffer completely in between of iterations 2014-06-14 18:30:38 +02:00
Bas Westerbaan
ba8cf1c402 fallback: _fb_consume: improve performance with pypy 2014-06-14 18:26:30 +02:00
Bas Westerbaan
56cf384159 fallback: set default read_size to 4096 2014-06-14 18:25:57 +02:00
Bas Westerbaan
67391fd60e fallback: add missing update of _fb_buf_n 2014-06-14 18:25:34 +02:00
INADA Naoki
4d4a0cc442 Add changelog 2014-05-26 15:21:14 +09:00
INADA Naoki
8f1c0504f1 Travis preinstall Python 3.4 2014-05-26 01:28:30 +09:00
INADA Naoki
7f623c0906 Fix unpacking uint32 on 32bit or LLP64. 2014-05-26 01:17:53 +09:00
INADA Naoki
61bac2f586 0.4.2 2014-03-26 17:20:51 +09:00
INADA Naoki
803684b90d 0.4.2 2014-03-26 15:52:03 +09:00
INADA Naoki
3a9dc1d7ea Merge pull request #94 from msgpack/strict-input-check
Add tests for limits.
2014-03-26 15:37:29 +09:00
INADA Naoki
a72e75d7c8 Fix PyPy fail. 2014-03-26 15:12:28 +09:00
INADA Naoki
5fb9d8a7fd Fix Python 3.2 2014-03-26 13:32:28 +09:00
INADA Naoki
7d0e145e91 Allow ValueError for packing integer overs format limit. 2014-03-26 12:50:28 +09:00
INADA Naoki
ef5d93d4ea Fix size limit on pack_array_header and pack_map_header. 2014-03-26 11:05:53 +09:00
INADA Naoki
e99331d1ab Fix skipif marking. 2014-03-26 11:01:44 +09:00
INADA Naoki
c60ab28ee7 Add check for format limits. 2014-03-26 03:03:18 +09:00
INADA Naoki
e7f87d9d41 More limit check. 2014-03-26 03:00:47 +09:00