Donghee Na
|
b0f12b5980
|
[3.13] gh-137821: Fix wrongly tested json.decoder.scanstring (gh-140781)
|
2025-10-30 22:51:10 +09:00 |
|
Miss Islington (bot)
|
d9dafc790d
|
[3.13] gh-125660: Reject invalid unicode escapes for Python implementation of JSON decoder (GH-125683) (GH-125694)
(cherry picked from commit df751363e3)
Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
|
2024-10-21 16:07:56 +03:00 |
|
Serhiy Storchaka
|
47efb4a5dc
|
Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.
|
2015-01-26 13:16:30 +02:00 |
|
Serhiy Storchaka
|
c93329b3dd
|
Issue #11489: JSON decoder now accepts lone surrogates.
|
2013-11-26 21:25:28 +02:00 |
|
Ezio Melotti
|
66f2ea042a
|
#18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make them discoverable by unittest. Patch by Zachary Ware.
|
2013-08-08 15:03:45 +03:00 |
|