cpython/Lib/test/json_tests
Ezio Melotti 220391fa6e #17368: merge with 3.2. 2013-03-13 01:53:38 +02:00
..
__init__.py
test_decode.py #17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified. 2013-03-13 01:52:34 +02:00
test_default.py
test_dump.py Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded. 2012-11-01 19:59:21 +01:00
test_encode_basestring_ascii.py
test_fail.py #16559: Add more tests for the json module. Patch by Serhiy Storchaka. 2012-11-26 19:24:20 +02:00
test_float.py #16559: Add more tests for the json module. Patch by Serhiy Storchaka. 2012-11-26 19:24:20 +02:00
test_indent.py
test_pass1.py #16559: Add more tests for the json module. Patch by Serhiy Storchaka. 2012-11-26 19:24:20 +02:00
test_pass2.py
test_pass3.py
test_recursion.py
test_scanstring.py Implement PEP 393. 2011-09-28 07:41:54 +02:00
test_separators.py
test_speedups.py
test_tool.py #16549: fix test failures on Windows. 2012-11-29 05:10:07 +02:00
test_unicode.py