Miss Islington (bot)
|
25fd6cc5b0
|
bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048)
(cherry picked from commit ae00fb1d4f)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
2018-05-22 06:03:10 -07:00 |
|
Miss Islington (bot)
|
0c533573c5
|
bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001)
(cherry picked from commit 629338f140)
Co-authored-by: INADA Naoki <methane@users.noreply.github.com>
|
2018-04-02 21:31:27 -07:00 |
|
INADA Naoki
|
2812d3d992
|
bpo-32360: Remove OrderedDict usage from json.tool (GH-5315)
`object_pairs_hook=OrderedDict` idiom is deprecated.
|
2018-01-25 19:52:58 +09:00 |
|
Serhiy Storchaka
|
cfa797c068
|
bpo-24641: Improved error message for JSON unserializible keys. (#4364)
Also updated an example for default() in the module docstring.
Removed quotes around type name in other error messages.
|
2017-11-25 17:38:20 +02:00 |
|
dong-jy
|
76c567ee27
|
Fix trivial typo in json module docstring (GH-2274)
|
2017-06-20 13:07:20 -07:00 |
|
Serhiy Storchaka
|
5affd23e6f
|
bpo-29762: More use "raise from None". (#569)
This hides unwanted implementation details from tracebacks.
|
2017-04-05 09:37:24 +03:00 |
|
Serhiy Storchaka
|
58d3e54556
|
Fixed the documentation of parse_constant argument in json.load().
parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7.
|
2016-11-12 22:48:33 +02:00 |
|
Serhiy Storchaka
|
022371ff94
|
Fixed the documentation of parse_constant argument in json.load().
parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7.
|
2016-11-12 22:47:16 +02:00 |
|
Serhiy Storchaka
|
c4a35daa97
|
Issue #28541: Improve test coverage for encoding detection in json library.
Original patch by Eric Appelt.
|
2016-10-30 23:00:01 +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 |
|
Serhiy Storchaka
|
ee047e589d
|
Issue #4945: Improved the documenting of boolean arguments in the json module.
Based on patch by Gabriel Genellina.
|
2016-06-30 14:03:21 +03:00 |
|
Serhiy Storchaka
|
15287f8bcc
|
Issue #4945: Improved the documenting of boolean arguments in the json module.
Based on patch by Gabriel Genellina.
|
2016-06-30 13:59:12 +03:00 |
|
Serhiy Storchaka
|
aacd53f6cb
|
Issue #18726: All optional parameters of the dump(), dumps(),
load() and loads() functions and JSONEncoder and JSONDecoder class
constructors in the json module are now keyword-only.
|
2016-06-22 00:03:20 +03:00 |
|
Serhiy Storchaka
|
47c5474aa0
|
Issue #26623: TypeError message for JSON unserializible object now contains
object's type name, not object's representation.
Based on patch by Mahmoud Lababidi.
|
2016-04-10 15:46:30 +03:00 |
|
Serhiy Storchaka
|
e0805cf10e
|
Issue #26719: More efficient formatting of ints and floats in json.
|
2016-04-10 14:41:19 +03:00 |
|
Ned Deily
|
53ecc58bd9
|
Issue #24540: merger from 3.4
|
2015-07-05 11:45:31 -07:00 |
|
Ned Deily
|
54630d999f
|
Issue #24540: fix typo in json.dumps docstring
|
2015-07-05 11:45:01 -07:00 |
|
Serhiy Storchaka
|
47efb4a5dc
|
Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.
|
2015-01-26 13:16:30 +02:00 |
|
Antoine Pitrou
|
dc3eaa80d4
|
Issue #23206: Make `json.dumps(..., ensure_ascii=False) as fast as the default case of ensure_ascii=True`. Patch by Naoki Inada.
|
2015-01-11 16:41:01 +01:00 |
|
Berker Peksag
|
39e4c4d873
|
Issue #21650: Add an --sort-keys option to json.tool CLI.
|
2014-11-10 09:56:54 +02:00 |
|
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 |
|
Gregory P. Smith
|
f491f92529
|
Remove mentions of Python 2.x and being externally maintained from
the bundled json module. Replace that with a mention of it being
a version of the externally maintained simplejson module.
|
2013-12-08 00:39:36 -08:00 |
|
Gregory P. Smith
|
a82f74dee3
|
Remove mentions of Python 2.x and being externally maintained from
the bundled json module. Replace that with a mention of it being
a version of the externally maintained simplejson module.
|
2013-12-08 00:39:07 -08: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 |
|