summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\
| * 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 Unpacker.u...Antonio Cuni2013-10-181-3/+5
| * add support for extended types: you can now pack/unpack custom python objects...Antonio Cuni2013-10-151-0/+24
* | 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
* Revert "Fix test for Python 3."INADA Naoki2013-02-231-15/+1
* 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
* fallback: add actual rollback and add a testcase for itBas Westerbaan2013-01-291-0/+15
* 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
|\
| * 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
* | Merge branch '0.2-maint' (fix #39)INADA Naoki2012-12-223-2/+21
|\ \ | |/
| * Add test reproducing SEGVINADA Naoki2012-12-221-0/+19
| * Fix tests.INADA Naoki2012-12-112-2/+2
* | Add `autoreset` option to Packer.INADA Naoki2012-12-101-0/+15
* | Add `Packer.pack_pairs`.INADA Naoki2012-12-101-2/+9
* | Split exceptions.INADA Naoki2012-12-102-5/+6
* | Add Unpacker.read_bytes().INADA Naoki2012-12-061-0/+16
|\ \
| * \ Merge commit 'd5f9995' into read_bytesJoel Nothman2012-10-048-26/+169
| |\ \
| * | | Cleaner read_bytes and a test caseJoel Nothman2012-09-231-0/+16
* | | | Fix test failuar.INADA Naoki2012-12-061-4/+6
* | | | Merge pull request #23 from jnothman/write_bytesINADA Naoki2012-12-061-0/+32
|\ \ \ \
| * | | | Allow packed data to be captured while executing skip(), etc.Joel Nothman2012-10-041-0/+32
| | |/ / | |/| |
* | | | segfault fixed when data is unpacked using `list_hook`,Alexei Romanoff2012-10-121-0/+8
* | | | Added unit-test for issue https://github.com/msgpack/msgpack-python/issues/28Alexei Romanoff2012-10-121-0/+13
|/ / /
* | | Fix some test failure.INADA Naoki2012-10-012-8/+8
* | | Merge remote-tracking branch 'jnothman/read_size_cpp'INADA Naoki2012-10-012-0/+95
|\ \ \ | |_|/ |/| |
| * | Packer.pack_array/map_header to correspond to read functionsJoel Nothman2012-09-251-0/+29
| * | read_array/map_header functionalityJoel Nothman2012-09-251-0/+66
* | | Fix warnings.INADA Naoki2012-09-242-2/+2
* | | Support object_pairs_hookINADA Naoki2012-09-243-4/+28
|\ \ \
| * | | Implement object_pairs_hookJoel Nothman2012-09-232-4/+13
| |/ /
| * | Add test for `.skip()`INADA Naoki2012-09-231-0/+14