]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#5723: Improve json tests to be executed with and without accelerations.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 14 May 2011 03:24:53 +0000 (06:24 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 14 May 2011 03:24:53 +0000 (06:24 +0300)
commite3992eb7430101f5bc6725d5f74290777a2ef939
tree8300fe6afce165f52da14b5229cdb4ec50161602
parent720f8dea196640a053135f31be89b652d685e55c
#5723: Improve json tests to be executed with and without accelerations.
20 files changed:
Lib/json/decoder.py
Lib/json/tests/__init__.py
Lib/json/tests/test_check_circular.py
Lib/json/tests/test_decode.py
Lib/json/tests/test_default.py
Lib/json/tests/test_dump.py
Lib/json/tests/test_encode_basestring_ascii.py
Lib/json/tests/test_fail.py
Lib/json/tests/test_float.py
Lib/json/tests/test_indent.py
Lib/json/tests/test_pass1.py
Lib/json/tests/test_pass2.py
Lib/json/tests/test_pass3.py
Lib/json/tests/test_recursion.py
Lib/json/tests/test_scanstring.py
Lib/json/tests/test_separators.py
Lib/json/tests/test_speedups.py
Lib/json/tests/test_unicode.py
Lib/test/test_support.py
Misc/NEWS