summaryrefslogtreecommitdiff
path: root/test/test_pack.py
Commit message (Collapse)AuthorAgeFilesLines
* 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