cpython/Lib/json/tests
Bob Ippolito 76a982a027 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
..
__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 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_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 check for error conditions in _json #3623 2008-10-16 21:09:28 +00:00
test_separators.py
test_speedups.py
test_unicode.py Issue 5381: Add object_pairs_hook to the json module. 2009-03-19 19:19:03 +00:00