aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_json/test_default.py
Commit message (Collapse)AuthorAge
* gh-122163: Add notes for JSON serialization errors (GH-122165)Serhiy Storchaka2024-07-23
| | | This allows to identify the source of the error.
* gh-100272: Fix JSON serialization of OrderedDict (GH-100273)Serhiy Storchaka2022-12-17
| | | | It now preserves the order of keys.
* #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ↵Ezio Melotti2013-08-08
them discoverable by unittest. Patch by Zachary Ware.