Serhiy Storchaka
|
ae00fb1d4f
|
bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048)
|
2018-05-22 14:55:07 +03:00 |
Victor Stinner
|
d6debb24e0
|
bpo-29919: Remove unused imports found by pyflakes (#137)
Make also minor PEP8 coding style fixes on modified imports.
|
2017-03-27 16:05:26 +02:00 |
Nick Coghlan
|
b161562f72
|
Issue #17909: Accept binary input in json.loads
json.loads (and hence json.load) now support binary input
encoded as UTF-8, UTF-16 or UTF-32.
Patch by Serhiy Storchaka.
|
2016-09-10 20:16:18 +10:00 |
Martin Panter
|
0f0eac431f
|
Issue #27993: Fix problems with plural objects in docs and comments
|
2016-09-07 11:04:41 +00:00 |
Serhiy Storchaka
|
47efb4a5dc
|
Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.
|
2015-01-26 13:16:30 +02:00 |
Benjamin Peterson
|
584f5cbf16
|
merge 3.3
|
2014-04-13 22:31:42 -04:00 |
Benjamin Peterson
|
156285c35f
|
merge 3.2
|
2014-04-13 22:28:16 -04: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 |
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 |