summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* cleanupINADA Naoki2013-10-201-2/+1
|
* Support unpacking new types.INADA Naoki2013-10-201-1/+1
|
* Packing ExtType and some cleanupINADA Naoki2013-10-202-54/+34
|
* fallback: Support pack_ext_type.INADA Naoki2013-10-201-13/+13
|
* Merge branch 'master' of https://github.com/antocuni/msgpack-python into newspecINADA Naoki2013-10-202-1/+78
|\ | | | | | | | | | | | | | | Conflicts: msgpack/fallback.py msgpack/unpack.h msgpack/unpack_define.h msgpack/unpack_template.h
| * implement unpacking for all the fixtext formatsAntonio Cuni2013-10-191-0/+1
| |
| * add a test for unpacking extended typesAntonio Cuni2013-10-191-0/+22
| |
| * implement unpack_one also for the cython version, and add a test for itAntonio Cuni2013-10-191-1/+14
| |
| * implement Packer.pack_extended_type also in the cython version of the codeAntonio Cuni2013-10-181-1/+1
| |
| * automatically find the best format to encode extended typesAntonio Cuni2013-10-181-2/+16
| |
| * slightly change to APIAntonio Cuni2013-10-181-3/+4
| |
| * kill some duplicate code from unpack/unpackb and move the logic to ↵Antonio Cuni2013-10-181-3/+5
| | | | | | | | Unpacker.unpack_one. By doing this we no longer need to make the module-level pack/unpack parametric on the class, because they contain no logic at all
| * add support for extended types: you can now pack/unpack custom python ↵Antonio Cuni2013-10-151-0/+24
| | | | | | | | objects by subclassing Packer and Unpacker
* | Add tests for str8 and bin types.INADA Naoki2013-10-171-0/+69
|/
* more testsYAMAMOTO Takashi2013-06-031-2/+3
|
* Revert "Skip reserved byte"INADA Naoki2013-02-231-8/+0
| | | | This reverts commit ff3342aeedb9d21897b0b7275dd68d781f149995.
* Revert "Fix test for Python 3."INADA Naoki2013-02-231-15/+1
| | | | This reverts commit 43dd224d52eb4711c68101b40b910d252dacc290.
* Fix test for Python 3.INADA Naoki2013-02-211-1/+15
|
* Skip reserved byteINADA Naoki2013-02-211-0/+8
|
* Fix minor bugs and tuning unpacking dict.INADA Naoki2013-02-031-1/+1
|
* fallback: python3 bugfix for new testcase of d2f549a4Bas Westerbaan2013-01-291-1/+1
| | | | Signed-off-by: Bas Westerbaan <bas@westerbaan.name>
* fallback: add actual rollback and add a testcase for itBas Westerbaan2013-01-291-0/+15
| | | | Signed-off-by: Bas Westerbaan <bas@westerbaan.name>
* Use py.test instead of nosetests.INADA Naoki2012-12-2910-135/+78
|
* Fix unpacker doesn't raise exception for invalid input (Merge branch '0.2'INADA Naoki2012-12-291-0/+6
|\ | | | | | | | | | | | | | | | | Fixes #40 Conflicts: ChangeLog.rst msgpack/_unpacker.pyx msgpack/_version.py
| * Fix unpacker doesn't raise exception for invalid input.0.2INADA Naoki2012-12-291-0/+6
| |
* | revert unwanted changes.INADA Naoki2012-12-222-2/+2
| |