- b4e186c Documenting that json.load may raise a ValueError. by Felix Crux · 12 years ago
- d5cdc94 #17438: add links to the conversion tables in dump(s)/load(s). by Ezio Melotti · 12 years ago
- 35893b7 #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 12 years ago
- 3d08f25 Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
- 49d4022 Issue #17225: JSON decoder now counts columns in the first line starting by Serhiy Storchaka · 12 years ago
- 3a237eb #16333: document a way to get rid of trailing whitespace when indent is used. by Ezio Melotti · 13 years ago
- 41c25ba Issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 13 years ago
- f9e1f11 #13769: Enhance docs for ensure_ascii semantics in JSON decoding functions by Petri Lehtinen · 13 years ago
- 85ede8d Add glossary references by Antoine Pitrou · 13 years ago
- f3e0a69 Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 13 years ago
- d9a5137 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 13 years ago
- 897b278 Document when json.load's parse_constant behaviour changed by Hynek Schlawack · 13 years ago
- 019935f #14692 Fix json docs to reflect changes in json.load by Hynek Schlawack · 13 years ago
- e3d7354 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan by Senthil Kumaran · 13 years ago
- 6033d26 #4783: document that is not possible to use json.dump twice on the same stream. by Ezio Melotti · 14 years ago
- ea8b6ef #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 14 years ago
- 17e25d8 Merged revisions 88668 via svnmerge from by Benjamin Peterson · 14 years ago
- db949b8 Recorded merge of revisions 85543 via svnmerge from by Georg Brandl · 15 years ago
- 21946af Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from by Georg Brandl · 15 years ago
- c630195 #8642: fix wrong function name. by Georg Brandl · 15 years ago
- 49cc4ea #5820: fix bug in usage of getreader(). by Georg Brandl · 16 years ago
- 1967200 Typo fixes by Andrew M. Kuchling · 16 years ago
- 91852ca Issue 5381: Add object_pairs_hook to the json module. by Raymond Hettinger · 16 years ago
- c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
- fc29f27 #4811: fix markup glitches (mostly remains of the conversion), by Georg Brandl · 17 years ago
- 914fc88 #4782: Fix markup error that hid load() and loads(). by Georg Brandl · 17 years ago
- 1379ae0 Indentation normalization. by Georg Brandl · 17 years ago
- 3961f18 Fix JSON module docs. by Georg Brandl · 17 years ago
- 4b964f9 Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob by Brett Cannon · 17 years ago