summaryrefslogtreecommitdiff
path: root/test/test_obj.py
Commit message (Collapse)AuthorAgeFilesLines
* Use py.test instead of nosetests.INADA Naoki2012-12-291-23/+16
|
* revert unwanted changes.INADA Naoki2012-12-221-1/+1
|
* Merge branch '0.2-maint' (fix #39)INADA Naoki2012-12-221-1/+1
|\
| * Fix tests.INADA Naoki2012-12-111-1/+1
| |
* | segfault fixed when data is unpacked using `list_hook`,Alexei Romanoff2012-10-121-0/+8
| | | | | | | | | | this bug is a twin to #28. Unit-test is also attached.
* | Added unit-test for issue https://github.com/msgpack/msgpack-python/issues/28Alexei Romanoff2012-10-121-0/+13
|/
* Fix warnings.INADA Naoki2012-09-241-1/+1
|
* Support object_pairs_hookINADA Naoki2012-09-241-0/+10
|\ | | | | | | | | | | | | | | Merge remote-tracking branch 'jnothman/object_pairs_hook' into 0.2-maint Conflicts: msgpack/_msgpack.pyx test/test_pack.py test/test_sequnpack.py
| * Implement object_pairs_hookJoel Nothman2012-09-231-0/+10
| |
* | Fix warnings in tests.INADA Naoki2012-09-241-4/+4
|/
* Fix using deprecated api in tests.INADA Naoki2012-07-041-9/+9
|
* unify tests for py2 and py3INADA Naoki2012-06-191-9/+6
|
* python: Fix segmentation fault when `default` returns it's argument.INADA Naoki2011-01-291-1/+1
|
* Add list_hook option to unpacker.INADA Naoki2010-10-261-0/+9
|
* Add check for recursion limit and default hook result.INADA Naoki2010-10-261-1/+7
|
* Add `object_hook` option to unpack and `default` option to pack.INADA Naoki2010-10-261-0/+31
(see simplejson for how to use).