cpython/Lib/json/tests
Benjamin Peterson 5c8da86f3a convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
..
__init__.py PEP 8 nits in json package 2008-05-06 02:51:10 +00:00
test_check_circular.py merge json library with simplejson 2.0.9 (issue 4136) 2009-03-17 23:19:00 +00:00
test_decode.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_default.py
test_dump.py merge json library with simplejson 2.0.9 (issue 4136) 2009-03-17 23:19:00 +00:00
test_encode_basestring_ascii.py merge json library with simplejson 2.0.9 (issue 4136) 2009-03-17 23:19:00 +00:00
test_fail.py merge json library with simplejson 2.0.9 (issue 4136) 2009-03-17 23:19:00 +00:00
test_float.py Issue 5381: fix regression in pure python code path, Issue 5584: fix a decoder bug for unicode float literals outside of a container 2009-03-29 22:33:58 +00:00
test_indent.py
test_pass1.py
test_pass2.py
test_pass3.py
test_recursion.py PEP 8 nits in json package 2008-05-06 02:51:10 +00:00
test_scanstring.py #5932: fix error return in _convertPyInt_AsSsize_t() conversion function. 2009-05-05 07:48:12 +00:00
test_separators.py
test_speedups.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_unicode.py Issue 5381: Add object_pairs_hook to the json module. 2009-03-19 19:19:03 +00:00