Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unify tests for py2 and py3 | INADA Naoki | 2012-06-19 | 1 | -82/+0 |
| | |||||
* | Fixed `encoding` argument for unpacker in Python | tailhook | 2011-08-22 | 1 | -2/+7 |
| | |||||
* | Implemented encoding for strings | tailhook | 2011-04-15 | 1 | -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 Naoki | 2010-09-02 | 1 | -0/+28 |