Commit graph

537 commits

Author SHA1 Message Date
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
INADA Naoki
6c0c306f96 Add tests for limits. 2014-03-26 02:49:03 +09:00
INADA Naoki
ac4cd06845 Merge pull request #93 from popravich/unpacker_ext_hook_fix
Unpacker's ext_hook fixed + tests
2014-03-25 12:19:51 +09:00
Alexey Popravka
ee38505db5 fixed super() for python2 2014-03-24 15:42:16 +02:00
Alexey Popravka
d850e56dd0 Unpacker's ext_hook fixed + tests 2014-03-24 15:31:06 +02:00
INADA Naoki
e9de6b7f39 travis: Add Python 3.4 to testing. 2014-03-19 10:42:05 +09:00
INADA Naoki
55eab8b4d6 Update README 2014-02-17 10:06:39 +09:00
INADA Naoki
1ca3c27a81 0.4.1 2014-02-17 10:03:36 +09:00
INADA Naoki
c567cf478b Remove unused import. 2014-02-17 09:54:55 +09:00
INADA Naoki
eb3537ab50 Merge branch 'pr/82' 2014-02-17 04:07:16 +09:00
INADA Naoki
518f886b11 fix 2014-02-17 04:06:58 +09:00
INADA Naoki
7effb4aac6 fix 2014-02-17 04:05:04 +09:00
INADA Naoki
ff263dfee8 Merge pull request #91 from msgpack/reduce-six
Reduce six usage
2014-02-17 03:38:06 +09:00
INADA Naoki
0c22e775c9 Remove six completely. 2014-02-15 22:36:52 +09:00
INADA Naoki
63eab502df Remove six.b() 2014-02-15 22:20:57 +09:00
INADA Naoki
dee2d87d41 six.BytesIO => io.BytesIO 2014-02-15 22:16:01 +09:00
INADA Naoki
96d7d0edc6 Merge pull request #89 from msgpack/better-travis
travis: Simplify .travis.yml and add PyPy env.
2014-02-15 22:03:38 +09:00
INADA Naoki
213f7888c3 Remove too strict type check from test. 2014-02-14 09:26:46 +09:00
INADA Naoki
a5368f62e2 travis: Simplify .travis.yml and add PyPy env. 2014-02-14 09:01:00 +09:00