summaryrefslogtreecommitdiff
path: root/test/test_pack.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings.INADA Naoki2012-09-241-1/+1
|
* Support object_pairs_hookINADA Naoki2012-09-241-4/+3
|\ | | | | | | | | | | | | | | 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-4/+3
| |
* | Fix warnings in tests.INADA Naoki2012-09-241-8/+7
| |
* | Warn when use_list is not specified.INADA Naoki2012-09-241-6/+6
|/ | | | | Conflicts: test/test_sequnpack.py
* Support packing subclass of dict.INADA Naoki2012-09-231-0/+26
|
* packb supports use_single_float option.INADA Naoki2012-09-211-0/+5
|
* Fix using deprecated api in tests.INADA Naoki2012-07-041-10/+10
|
* Fix tests to pass.INADA Naoki2012-06-191-6/+10
|
* unify tests for py2 and py3INADA Naoki2012-06-191-18/+16
|
* Fix error in tests.INADA Naoki2011-08-221-1/+1
|
* Fixed `encoding` argument for unpacker in Pythontailhook2011-08-221-0/+6
|
* (python) make test pass with Python 2.5inada-n2011-06-011-14/+19
|
* Implemented encoding for stringstailhook2011-04-151-4/+53
| | | | | | | | | * Packer by default uses `utf-8` encoding by default * Unpacker uses `None` by default, so no decoding is done * Both pack and unpack has `encoding` and `unicode_errors` arguments, if `encoding` is `None` no encoding/decoding is done, otherwise it is python codec. `unicode_errors` is supplied as `errors` parameter to codec
* Fix tests.Naoki INADA2009-12-171-1/+1
|
* Add some test cases.Naoki INADA2009-06-291-0/+28