Commit graph

11 commits

Author SHA1 Message Date
Joel Nothman
df4f23779d Merge commit 'd5f9995' into read_bytes
Conflicts:
	msgpack/_msgpack.pyx
2012-10-04 11:31:40 +10:00
INADA Naoki
60df5eadaf Warn when use_list is not specified. 2012-09-24 02:12:55 +09:00
Joel Nothman
e7c51d9089 Cleaner read_bytes and a test case
No longer reads via buffer for unbuffered bytes
2012-09-23 20:46:49 +10:00
INADA Naoki
48d693c1b9 Add test for .skip() 2012-09-23 10:09:51 +09:00
INADA Naoki
e5462ff72f Add test for max_buffer_size. 2012-07-20 02:02:37 +09:00
INADA Naoki
636f4529aa Fix tests to pass. 2012-06-19 14:20:56 +09:00
INADA Naoki
0b38e86534 unify tests for py2 and py3 2012-06-19 13:55:14 +09:00
inada-n
ff594d71dd (python) make test pass with Python 2.5 2011-06-01 18:30:43 +09:00
INADA Naoki
9c61ce2c6c 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
a09c85ff9c python: Support old buffer protocol when unpack. (experimental) 2010-11-03 03:11:00 +09:00
Naoki INADA
04d8fc114b Rename test files. 2009-06-27 12:04:11 +09:00
Renamed from test_sequnpack.py (Browse further)