summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_json/test_scanstring.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-137821: Improve Argument Clinic definitions in the ``_json`` module (#140780)Donghee Na2025-10-301-1/+1
|
* gh-125660: Reject invalid unicode escapes for Python implementation of JSON ↵Nice Zombies2024-10-181-0/+10
| | | | decoder (GH-125683)
* Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.Serhiy Storchaka2015-01-261-1/+1
|
* Issue #11489: JSON decoder now accepts lone surrogates.Serhiy Storchaka2013-11-261-4/+47
|
* #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ↵Ezio Melotti2013-08-081-0/+98
them discoverable by unittest. Patch by Zachary Ware.