summaryrefslogtreecommitdiff
path: root/test3/test_pack.py
Commit message (Collapse)AuthorAgeFilesLines
* unify tests for py2 and py3INADA Naoki2012-06-191-82/+0
|
* Fixed `encoding` argument for unpacker in Pythontailhook2011-08-221-2/+7
|
* Implemented encoding for stringstailhook2011-04-151-3/+52
| | | | | | | | | * 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: Add test for python3 and fix found problems.INADA Naoki2010-09-021-0/+28