Benjamin Peterson
|
940e207412
|
improve the command-line interface of json.tool (closes #21000)
A patch from Berker Peksag.
|
2014-03-21 23:17:29 -05:00 |
Serhiy Storchaka
|
687ff0ecdf
|
Issue #11489: JSON decoder now accepts lone surrogates.
|
2013-11-26 21:27:11 +02:00 |
Serhiy Storchaka
|
c93329b3dd
|
Issue #11489: JSON decoder now accepts lone surrogates.
|
2013-11-26 21:25:28 +02:00 |
Ezio Melotti
|
566a2be95c
|
#18958: Improve error message for json.load(s) while passing a string that starts with a UTF-8 BOM.
|
2013-10-21 02:10:55 +03:00 |
Ezio Melotti
|
a0e768ccc2
|
#19307: Improve error message for json.load(s) while passing objects of the wrong type.
|
2013-10-21 01:52:33 +03:00 |
Ethan Furman
|
a661f4531e
|
Close #18745: Improve enum tests in test_json for infinities and NaN.
|
2013-09-02 01:14:56 -07:00 |
Ethan Furman
|
a4998a7041
|
Close #18264: int- and float-derived enums now converted to int or float.
|
2013-08-10 13:01:45 -07:00 |
Ezio Melotti
|
5cc06fde43
|
#18273: merge with 3.3.
|
2013-08-08 15:18:26 +03: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 |