cpython/Lib/json/tests
2010-10-30 07:29:44 +00:00
..
__init__.py
test_check_circular.py
test_decode.py
test_default.py
test_dump.py #7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd. 2010-01-26 15:57:21 +00:00
test_encode_basestring_ascii.py Backport r72961 fixing issue #6105: json.dumps not following OrderedDict iteration order. 2010-10-30 07:29:44 +00:00
test_fail.py Apply patch from Ray Allen for issue 9296 2010-07-21 12:36:33 +00:00
test_float.py
test_indent.py
test_pass1.py
test_pass2.py
test_pass3.py
test_recursion.py
test_scanstring.py
test_separators.py
test_speedups.py Issue #6986: Fix crash in the JSON C accelerator when called with the 2009-12-08 15:40:51 +00:00
test_unicode.py