| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [3.12] gh-125660: Reject invalid unicode escapes for Python implementation ↵ | Miss Islington (bot) | 2024-10-21 | 1 | -0/+10 |
| | | | | | | | | of JSON decoder (GH-125683) (GH-125695) (cherry picked from commit df751363e386d1f77c5ba9515a5539902457d386) Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com> | ||||
| * | Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError. | Serhiy Storchaka | 2015-01-26 | 1 | -1/+1 |
| | | |||||
| * | Issue #11489: JSON decoder now accepts lone surrogates. | Serhiy Storchaka | 2013-11-26 | 1 | -4/+47 |
| | | |||||
| * | #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ↵ | Ezio Melotti | 2013-08-08 | 1 | -0/+98 |
| them discoverable by unittest. Patch by Zachary Ware. | |||||
