summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* python: Add test for issue29.INADA Naoki2011-01-091-0/+49
|
* python: Don't use ``from __future__ import unicode_literals``.INADA Naoki2011-01-091-3/+1
| | | | Python 2.5 or older doesn't support it.
* python: Support old buffer protocol when unpack. (experimental)INADA Naoki2010-11-032-11/+11
|
* python: Add test for unpacking buffer object.INADA Naoki2010-11-021-0/+16
|
* Add list_hook option to unpacker.INADA Naoki2010-10-261-0/+9
|
* Add check for recursion limit and default hook result.INADA Naoki2010-10-261-1/+7
|
* Add `object_hook` option to unpack and `default` option to pack.INADA Naoki2010-10-261-0/+31
| | | | (see simplejson for how to use).
* Add unicode testcase for Python2.INADA Naoki2010-10-071-0/+3
|
* should raise TypeError on find unsupported valueKeiji Muraishi2010-03-311-0/+14
|
* Fix tests.Naoki INADA2009-12-173-15/+17
|
* Fix tests.Naoki INADA2009-06-291-2/+2
|
* Fix error on packing unsigned long long.Naoki INADA2009-06-291-1/+1
|
* Add some test cases.Naoki INADA2009-06-292-0/+129
|
* Update test_format.Naoki INADA2009-06-291-50/+60
|
* Rename test files.Naoki INADA2009-06-272-0/+100