summaryrefslogtreecommitdiff
path: root/Lib/test/test_json/test_decode.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.Serhiy Storchaka2015-01-261-4/+4
* merge 3.3Benjamin Peterson2014-04-131-0/+4
|\
| * merge 3.2Benjamin Peterson2014-04-131-0/+4
* | #18958: Improve error message for json.load(s) while passing a string that st...Ezio Melotti2013-10-211-0/+14
* | #19307: Improve error message for json.load(s) while passing objects of the w...Ezio Melotti2013-10-211-1/+8
|/
* #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ...Ezio Melotti2013-08-081-0/+74