cpython/Lib/json/tests
Benjamin Peterson 6c939cb6f6 in scan_once, prevent the reading of arbitrary memory when passed a negative index
Bug reported by Guido Vranken.
2014-04-13 22:10:38 -04:00
..
__init__.py
test_check_circular.py
test_decode.py in scan_once, prevent the reading of arbitrary memory when passed a negative index 2014-04-13 22:10:38 -04:00
test_default.py
test_dump.py
test_encode_basestring_ascii.py
test_fail.py #16559: Add more tests for the json module. Patch by Serhiy Storchaka. 2012-11-26 19:22:58 +02:00
test_float.py #16559: Add more tests for the json module. Patch by Serhiy Storchaka. 2012-11-26 19:22:58 +02:00
test_indent.py
test_pass1.py #16559: Add more tests for the json module. Patch by Serhiy Storchaka. 2012-11-26 19:22:58 +02:00
test_pass2.py
test_pass3.py
test_recursion.py
test_scanstring.py Fixed JSON tests on wide build when ran from *.pyc files (issue #11489). 2013-12-01 17:30:55 +02:00
test_separators.py
test_speedups.py
test_tool.py #16549: fix test failures on Windows. 2012-11-29 05:08:54 +02:00
test_unicode.py