summaryrefslogtreecommitdiff
path: root/test3
Commit message (Collapse)AuthorAgeFilesLines
* unify tests for py2 and py3INADA Naoki2012-06-197-372/+0
|
* Fixed `encoding` argument for unpacker in Pythontailhook2011-08-221-2/+7
|
* Implemented encoding for stringstailhook2011-04-152-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
* python: Port some tests from 2 to 3.INADA Naoki2010-11-032-0/+29
|
* Add test for Python3.INADA Naoki2010-10-261-0/+31
|
* Fix testcase for unicode.INADA Naoki2010-10-071-0/+3
|
* python: Add test for python3 and fix found problems.INADA Naoki2010-09-025-0/+255