msgpack-python/test
tailhook 752e3d1b78 Implemented encoding for strings
* 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
2011-04-15 18:39:17 +03:00
..
test_buffer.py python: Support old buffer protocol when unpack. (experimental) 2010-11-03 03:11:00 +09:00
test_case.py Add unicode testcase for Python2. 2010-10-07 03:07:52 +09:00
test_except.py should raise TypeError on find unsupported value 2010-03-31 17:29:07 +09:00
test_format.py Fix tests. 2009-12-17 17:58:41 +09:00
test_obj.py python: Fix segmentation fault when default returns it's argument. 2011-01-29 23:22:41 +09:00
test_pack.py Implemented encoding for strings 2011-04-15 18:39:17 +03:00
test_seq.py python: Add test for issue29. 2011-01-09 23:29:18 +09:00
test_sequnpack.py python: Don't use `from __future__ import unicode_literals`. 2011-01-09 23:13:35 +09:00