summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* s/raw_as_bytes/raw/g (#276)INADA Naoki2018-01-124-11/+11
* Add raw_as_bytes option to Unpacker. (#265)INADA Naoki2018-01-114-24/+20
* Remove code and tests for unsupported Python 2.6 (#250)Hugo2017-10-121-16/+2
* Add unittests to document serialisation of tuples (#246)Lorenzo Bolla2017-09-301-1/+48
* Packer accepts bytearray objects (#229)jfolz2017-05-181-0/+7
* Unpacker: add tell() (#227)jfolz2017-04-301-0/+20
* Merge branch 'release-0.4'INADA Naoki2017-01-122-2/+2
|\
| * fix typos and other cosmetic issues (#214)release-0.4TW2017-01-112-2/+2
* | enable unpacking from memoryviewfolz2016-06-131-0/+9
* | Remove double underscore prefixINADA Naoki2016-05-051-22/+21
* | add lower bound tests for memoryviewsfolz2016-05-041-0/+8
* | more descriptive test namesfolz2016-05-041-51/+21
* | fix problems associated with packing memoryviewsfolz2016-05-031-5/+128
* | remove too much parameterized testsINADA Naoki2016-02-141-28/+21
* | removed MsgpackBaseExceptionpalaviv2016-02-121-9/+9
* | msgpack pack and unpack throws only exception that inherit from MsgpackBaseEx...palaviv2016-02-121-18/+28
* | Support packing memoryview objectsfolz2016-01-251-0/+12
* | Add test for strict_types optionINADA Naoki2016-01-251-0/+15
|/
* Test to demonstrate that the default function isn't always called (#133)Pramukta Kumar2015-03-171-0/+19
* test_sequnpack: python3 literalsBas Westerbaan2015-01-261-6/+6
* Add test for issue #124Bas Westerbaan2015-01-261-0/+12
* Add max_<type>_len option to unpacker. (fixes #97).INADA Naoki2015-01-251-1/+72
* tests: add pytest 2.3 compatibilityKen Dreyer2015-01-231-1/+1
* Fix build and tests.INADA Naoki2014-08-311-2/+2
* Merge pull request #94 from msgpack/strict-input-checkINADA Naoki2014-03-261-0/+62
|\
| * Fix PyPy fail.INADA Naoki2014-03-261-26/+28
| * Fix Python 3.2INADA Naoki2014-03-261-2/+3
| * Allow ValueError for packing integer overs format limit.INADA Naoki2014-03-261-2/+2
| * Fix skipif marking.INADA Naoki2014-03-261-3/+3
| * More limit check.INADA Naoki2014-03-261-2/+18
| * Add tests for limits.INADA Naoki2014-03-261-0/+43
* | fixed super() for python2Alexey Popravka2014-03-241-1/+2
* | Unpacker's ext_hook fixed + testsAlexey Popravka2014-03-241-1/+24
|/
* Remove unused import.INADA Naoki2014-02-171-1/+0
* Merge branch 'pr/82'INADA Naoki2014-02-171-1/+9
|\
| * 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
* | Remove six completely.INADA Naoki2014-02-151-16/+14
* | Remove six.b()INADA Naoki2014-02-151-5/+4
* | six.BytesIO => io.BytesIOINADA Naoki2014-02-153-11/+11
* | Remove too strict type check from test.INADA Naoki2014-02-141-1/+0
* | Fix testINADA Naoki2014-02-131-2/+2
* | Add refcount check.INADA Naoki2014-02-132-20/+29
* | RenameINADA Naoki2014-02-131-0/+19
* | Feed data from file before _unpack()INADA Naoki2014-02-131-0/+19
* | Always raise TypeError for wrong argument typesWouter Bolsterlee2014-02-111-1/+1
|/
* Add tests and bugfix.INADA Naoki2013-10-211-2/+21
* cleanupINADA Naoki2013-10-201-2/+1
* Support unpacking new types.INADA Naoki2013-10-201-1/+1