cpython/Lib/test/test_json
Miss Islington (bot) ac3b2ab3c9
[3.13] gh-152052: Fix misleading json error for \uXXXX escape at the end of input (GH-152053) (#152285)
(cherry picked from commit 588be7af08)

Co-authored-by: tonghuaroot (童话) <tonghuaroot@gmail.com>
Co-authored-by: Stan Ulbrych <stan@python.org>
2026-06-26 14:11:27 +00:00
..
__init__.py
__main__.py
json_lines.jsonl [3.13] gh-132631: Fix "I/O operation on closed file" when parsing JSON Lines file (GH-132632) (#148922) 2026-04-23 19:30:13 +00:00
test_decode.py [3.13] gh-125682: Reject non-ASCII digits in the Python implementation of JSON decoder (GH-125687) (GH-125692) 2024-10-21 16:06:31 +03:00
test_default.py
test_dump.py [3.13] gh-131884: Fix incorrect formatting in json.dumps() when using indent and skipkeys=True (GH-132200) (GH-135061) 2025-06-05 14:38:11 +00:00
test_encode_basestring_ascii.py [3.13] gh-140793: Improve documentatation and tests for the ensure_ascii option in the json module (GH-140906) (GH-141228) 2025-11-08 10:30:15 +00:00
test_enum.py
test_fail.py [3.13] gh-152052: Fix misleading json error for \uXXXX escape at the end of input (GH-152053) (#152285) 2026-06-26 14:11:27 +00:00
test_float.py
test_indent.py
test_pass1.py
test_pass2.py
test_pass3.py
test_recursion.py [3.13] gh-134578: Mark more slow tests (GH-134579) (GH-134592) 2025-05-23 17:31:05 +00:00
test_scanstring.py [3.13] gh-152052: Fix misleading json error for \uXXXX escape at the end of input (GH-152053) (#152285) 2026-06-26 14:11:27 +00:00
test_separators.py
test_speedups.py [3.13] gh-142831: Fix use-after-free in json encoder during re-entrant mutation (gh-142851) (#150079) 2026-05-19 20:33:22 -07:00
test_tool.py [3.13] gh-132631: Fix "I/O operation on closed file" when parsing JSON Lines file (GH-132632) (#148922) 2026-04-23 19:30:13 +00:00
test_unicode.py [3.13] gh-140793: Improve documentatation and tests for the ensure_ascii option in the json module (GH-140906) (GH-141228) 2025-11-08 10:30:15 +00:00