summaryrefslogtreecommitdiff
path: root/test3/test_obj.py
Commit message (Collapse)AuthorAgeFilesLines
* unify tests for py2 and py3INADA Naoki2012-06-191-44/+0
|
* Implemented encoding for stringstailhook2011-04-151-1/+1
| | | | | | | | | * 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
* python: Port some tests from 2 to 3.INADA Naoki2010-11-031-0/+13
|
* Add test for Python3.INADA Naoki2010-10-261-0/+31