summaryrefslogtreecommitdiff
path: root/Doc/library/json.rst
Commit message (Expand)AuthorAgeFilesLines
* json Docs: Trivial update to the code example (GH-2465)Kit Sunde2017-07-101-1/+1
* Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-261-1/+1
* Fixed the documentation of parse_constant argument in json.load().Serhiy Storchaka2016-11-121-2/+2
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
* Issue #4945: Improved the documenting of boolean arguments in the json module.Serhiy Storchaka2016-06-301-28/+32
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-1/+1
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-1/+1
* Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-101-1/+1
* Closes #23181: codepoint -> code pointGeorg Brandl2015-01-141-1/+1
* Issue #21514: The documentation of the json module now refers to new JSON RFCSerhiy Storchaka2014-11-271-42/+71
* Documenting that json.load may raise a ValueError.Felix Crux2013-08-121-0/+2
* #17438: add links to the conversion tables in dump(s)/load(s).Ezio Melotti2013-03-291-6/+14
* #16057: Clarify why the base method default is called in custom encoders.R David Murray2013-03-171-0/+2
* Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.Terry Jan Reedy2013-03-081-1/+1
* Issue #17225: JSON decoder now counts columns in the first line startingSerhiy Storchaka2013-02-211-1/+1
* #16333: document a way to get rid of trailing whitespace when indent is used.Ezio Melotti2012-11-291-1/+14
* Issue #14570: Document json sort_keys parameter properly.Andrew Svetlov2012-10-281-2/+11
* #13769: Enhance docs for ensure_ascii semantics in JSON decoding functionsPetri Lehtinen2012-09-011-12/+18
* Add glossary referencesAntoine Pitrou2012-08-241-3/+3
* Issue #14674: Add a discussion of the json module's standard compliance.Antoine Pitrou2012-08-241-6/+116
* Issue #5067: improve some json error messages.Antoine Pitrou2012-06-291-2/+2
* Document when json.load's parse_constant behaviour changedHynek Schlawack2012-05-201-0/+3
* #14692 Fix json docs to reflect changes in json.loadHynek Schlawack2012-05-161-2/+2
* explain json.dumps for non-string keys in dicts. closes issue6566. Patch con...Senthil Kumaran2012-03-171-0/+8
* #4783: document that is not possible to use json.dump twice on the same stream.Ezio Melotti2011-04-151-0/+5
* #10019: Fix regression relative to 2.6: add newlines if indent=0R David Murray2011-04-121-3/+3
* Merged revisions 88668 via svnmerge fromBenjamin Peterson2011-02-271-1/+1
* Recorded merge of revisions 85543 via svnmerge fromGeorg Brandl2010-10-151-3/+8
* Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,...Georg Brandl2010-10-061-1/+1
* #8642: fix wrong function name.Georg Brandl2010-05-101-1/+1
* #5820: fix bug in usage of getreader().Georg Brandl2009-04-231-1/+1
* Typo fixesAndrew M. Kuchling2009-03-301-2/+2
* Issue 5381: Add object_pairs_hook to the json module.Raymond Hettinger2009-03-191-3/+25
* Remove trailing whitespace.Georg Brandl2009-01-031-11/+11
* #4811: fix markup glitches (mostly remains of the conversion),Georg Brandl2009-01-021-1/+1
* #4782: Fix markup error that hid load() and loads().Georg Brandl2009-01-011-2/+2
* Indentation normalization.Georg Brandl2008-09-241-2/+2
* Fix JSON module docs.Georg Brandl2008-05-051-142/+108
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+431