summaryrefslogtreecommitdiff
path: root/test/test_buffer.py
Commit message (Expand)AuthorAgeFilesLines
* Use new msgpack spec by default. (#386)Inada Naoki2019-12-051-2/+2
* fallback: Remove old buffer protocol support (#384)Inada Naoki2019-12-051-4/+4
* blacken testInada Naoki2019-12-051-8/+9
* Remove pytest warningsInada Naoki2019-01-251-1/+4
* enable unpacking from memoryviewfolz2016-06-131-0/+9
* Remove unused import.INADA Naoki2014-02-171-1/+0
* fixINADA Naoki2014-02-171-5/+3
* fixed support of python3Sergey Zhuravlev2014-02-121-1/+4
* Added support of bytearrays to msgpack/fallback.pySergey Zhuravlev2013-12-151-0/+7
* Use py.test instead of nosetests.INADA Naoki2012-12-291-5/+2
* Warn when use_list is not specified.INADA Naoki2012-09-241-2/+2
* unify tests for py2 and py3INADA Naoki2012-06-191-2/+2
* python: Support old buffer protocol when unpack. (experimental)INADA Naoki2010-11-031-3/+3
* python: Add test for unpacking buffer object.INADA Naoki2010-11-021-0/+16