summaryrefslogtreecommitdiff
path: root/test/test_obj.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests.INADA Naoki2012-12-111-1/+1
|
* 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).