Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make strict_map_key default to True (#392) | Inada Naoki | 2019-12-06 | 1 | -3/+6 |
| | |||||
* | blacken test | Inada Naoki | 2019-12-05 | 1 | -15/+27 |
| | |||||
* | Always raise TypeError for wrong argument types | Wouter Bolsterlee | 2014-02-11 | 1 | -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). | ||||
* | Support unpacking new types. | INADA Naoki | 2013-10-20 | 1 | -1/+1 |
| | |||||
* | Use py.test instead of nosetests. | INADA Naoki | 2012-12-29 | 1 | -23/+16 |
| | |||||
* | revert unwanted changes. | INADA Naoki | 2012-12-22 | 1 | -1/+1 |
| | |||||
* | Merge branch '0.2-maint' (fix #39) | INADA Naoki | 2012-12-22 | 1 | -1/+1 |
|\ | |||||
| * | Fix tests. | INADA Naoki | 2012-12-11 | 1 | -1/+1 |
| | | |||||
* | | segfault fixed when data is unpacked using `list_hook`, | Alexei Romanoff | 2012-10-12 | 1 | -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/28 | Alexei Romanoff | 2012-10-12 | 1 | -0/+13 |
|/ | |||||
* | Fix warnings. | INADA Naoki | 2012-09-24 | 1 | -1/+1 |
| | |||||
* | Support object_pairs_hook | INADA Naoki | 2012-09-24 | 1 | -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_hook | Joel Nothman | 2012-09-23 | 1 | -0/+10 |
| | | |||||
* | | Fix warnings in tests. | INADA Naoki | 2012-09-24 | 1 | -4/+4 |
|/ | |||||
* | Fix using deprecated api in tests. | INADA Naoki | 2012-07-04 | 1 | -9/+9 |
| | |||||
* | unify tests for py2 and py3 | INADA Naoki | 2012-06-19 | 1 | -9/+6 |
| | |||||
* | python: Fix segmentation fault when `default` returns it's argument. | INADA Naoki | 2011-01-29 | 1 | -1/+1 |
| | |||||
* | Add list_hook option to unpacker. | INADA Naoki | 2010-10-26 | 1 | -0/+9 |
| | |||||
* | Add check for recursion limit and default hook result. | INADA Naoki | 2010-10-26 | 1 | -1/+7 |
| | |||||
* | Add `object_hook` option to unpack and `default` option to pack. | INADA Naoki | 2010-10-26 | 1 | -0/+31 |
(see simplejson for how to use). |