cpython/Lib/json/tests
Ezio Melotti c1ec7b5d44 #12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations. 2011-05-11 00:55:35 +03: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 #11982: fix json.loads('""') to return u'' rather than ''. 2011-05-04 14:40:53 +03:00
test_default.py Merged revisions 86596 via svnmerge from 2010-11-21 13:34:58 +00:00
test_dump.py Merged revisions 86596 via svnmerge from 2010-11-21 13:34:58 +00:00
test_encode_basestring_ascii.py Merged revisions 86596 via svnmerge from 2010-11-21 13:34:58 +00:00
test_fail.py Apply patch from Ray Allen for issue 9296 2010-07-21 12:36:33 +00:00
test_float.py Merged revisions 86596 via svnmerge from 2010-11-21 13:34:58 +00:00
test_indent.py #10019: Fix regression relative to 2.6: add newlines if indent=0 2011-04-12 21:00:26 -04:00
test_pass1.py Merged revisions 86596 via svnmerge from 2010-11-21 13:34:58 +00:00
test_pass2.py Merged revisions 86596 via svnmerge from 2010-11-21 13:34:58 +00:00
test_pass3.py Merged revisions 86596 via svnmerge from 2010-11-21 13:34:58 +00:00
test_recursion.py #12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations. 2011-05-11 00:55:35 +03:00
test_scanstring.py Remove unnecessary imports and use assertIs instead of assertTrue. 2011-04-12 16:06:43 +03:00
test_separators.py Merged revisions 86596 via svnmerge from 2010-11-21 13:34:58 +00:00
test_speedups.py Remove unnecessary imports and use assertIs instead of assertTrue. 2011-04-12 16:06:43 +03:00
test_unicode.py Merged revisions 86596 via svnmerge from 2010-11-21 13:34:58 +00:00