]> granicus.if.org Git - python/commit
#5723: Improve json tests to be executed with and without accelerations.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 14 May 2011 03:38:03 +0000 (06:38 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 14 May 2011 03:38:03 +0000 (06:38 +0300)
commit3c0d8a1cc728a92671a9f3d4cbf6636453707385
tree8aa66aa9741888b7613c518664f607308aa1670a
parentfec3ad103613b46c9821f210581efca6fedcb9a9
#5723: Improve json tests to be executed with and without accelerations.
19 files changed:
Lib/json/decoder.py
Lib/json/tests/__init__.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/support.py
Misc/NEWS