summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Remove tests for write_bytesremove-write-bytesINADA Naoki2018-11-091-29/+0
|
* Add Packer.buffer() (#320)INADA Naoki2018-11-091-1/+11
|
* s/raw_as_bytes/raw/g (#276)INADA Naoki2018-01-124-11/+11
| | | fixes #273
* 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
| | | | Also, fix formatting of error message in case of tuple. See https://github.com/msgpack/msgpack-python/issues/245
* 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
| | | | | | | | | | | | | | cosmetic issues: - reST headlines' underline length needs to match the headline length (looks like somebody is / was using a proportional font) - Cython code lines do not need to be terminated with a semicolon - always use triple-double-quotes for docstrings
* | 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
| | | | | | | | | | fix wrong length when packing multibyte memoryviews in fallback add tests for memoryviews of different types and sizes and check contents of packed data
* | 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 ↵palaviv2016-02-121-18/+28
| | | | | | | | MsgpackBaseException. cython and fallback throws same exceptions
* | 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
| | | | Fix build error on 32bit environment (fixes #102).
* tests: add pytest 2.3 compatibilityKen Dreyer2015-01-231-1/+1
| | | | | | | Adjust the skipif conditional to use the older pytest 2.3 syntax. (This allows the tests to pass with the system pytest package on RHEL 7.0, since RHEL 7.0 ships pytest 2.3.5.)
* Fix build and tests.INADA Naoki2014-08-311-2/+2
|
* Merge pull request #94 from msgpack/strict-input-checkINADA Naoki2014-03-261-0/+62
|\ | | | | Add tests for limits.
| * 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
|/ | | | | | | The code that checks whether hooks are callable() (and some other type checks) should always raise TypeError on failure. Before this change, both ValueError and TypeError were used in an inconsistent way (C extension and Python implementation were not the same).
* Add tests and bugfix.INADA Naoki2013-10-211-2/+21
|