summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_json
Commit message (Expand)AuthorAgeFilesLines
* Issue #11489: JSON decoder now accepts lone surrogates.Serhiy Storchaka2013-11-261-4/+47
|\
| * Issue #11489: JSON decoder now accepts lone surrogates.Serhiy Storchaka2013-11-261-4/+47
* | #18958: Improve error message for json.load(s) while passing a string that st...Ezio Melotti2013-10-201-0/+14
* | #19307: Improve error message for json.load(s) while passing objects of the w...Ezio Melotti2013-10-201-1/+8
* | Close #18745: Improve enum tests in test_json for infinities and NaN.Ethan Furman2013-09-021-5/+44
* | Close #18264: int- and float-derived enums now converted to int or float.Ethan Furman2013-08-101-0/+81
* | #18273: merge with 3.3.Ezio Melotti2013-08-082-0/+93
|/
* #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ...Ezio Melotti2013-08-0818-0/+975