Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unify tests for py2 and py3 | INADA Naoki | 2012-06-19 | 1 | -44/+0 |
| | |||||
* | Implemented encoding for strings | tailhook | 2011-04-15 | 1 | -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 Naoki | 2010-11-03 | 1 | -0/+13 |
| | |||||
* | Add test for Python3. | INADA Naoki | 2010-10-26 | 1 | -0/+31 |