cpython/Lib/json/tests
Ezio Melotti ffd849618a #7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd. 2010-01-26 15:57:21 +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 #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 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 Issue #6986: Fix crash in the JSON C accelerator when called with the 2009-12-08 15:40:51 +00:00
test_unicode.py Issue 5381: Add object_pairs_hook to the json module. 2009-03-19 19:19:03 +00:00