1. 0092bc7 Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 9 years ago
  2. 58b6b98 Fixed the documentation of parse_constant argument in json.load(). by Serhiy Storchaka · 9 years ago
  3. ad13f33 Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  4. 3626e5e Issue #4945: Improved the documenting of boolean arguments in the json module. by Serhiy Storchaka · 9 years ago
  5. b4905ef Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 9 years ago
  6. 6e0b44e Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  7. 4ed35fc Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 10 years ago
  8. a44ec3f Closes #23181: codepoint -> code point by Georg Brandl · 11 years ago
  9. 2c1f376 Issue #21514: The documentation of the json module now refers to new JSON RFC by Serhiy Storchaka · 11 years ago
  10. b4e186c Documenting that json.load may raise a ValueError. by Felix Crux · 12 years ago
  11. d5cdc94 #17438: add links to the conversion tables in dump(s)/load(s). by Ezio Melotti · 12 years ago
  12. 35893b7 #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 12 years ago
  13. 3d08f25 Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  14. 49d4022 Issue #17225: JSON decoder now counts columns in the first line starting by Serhiy Storchaka · 12 years ago
  15. 3a237eb #16333: document a way to get rid of trailing whitespace when indent is used. by Ezio Melotti · 13 years ago
  16. 41c25ba Issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 13 years ago
  17. f9e1f11 #13769: Enhance docs for ensure_ascii semantics in JSON decoding functions by Petri Lehtinen · 13 years ago
  18. 85ede8d Add glossary references by Antoine Pitrou · 13 years ago
  19. f3e0a69 Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 13 years ago
  20. d9a5137 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 13 years ago
  21. 897b278 Document when json.load's parse_constant behaviour changed by Hynek Schlawack · 13 years ago
  22. 019935f #14692 Fix json docs to reflect changes in json.load by Hynek Schlawack · 13 years ago
  23. e3d7354 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan by Senthil Kumaran · 13 years ago
  24. 6033d26 #4783: document that is not possible to use json.dump twice on the same stream. by Ezio Melotti · 14 years ago
  25. ea8b6ef #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 14 years ago
  26. 17e25d8 Merged revisions 88668 via svnmerge from by Benjamin Peterson · 14 years ago
  27. db949b8 Recorded merge of revisions 85543 via svnmerge from by Georg Brandl · 15 years ago
  28. 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
  29. c630195 #8642: fix wrong function name. by Georg Brandl · 15 years ago
  30. 49cc4ea #5820: fix bug in usage of getreader(). by Georg Brandl · 16 years ago
  31. 1967200 Typo fixes by Andrew M. Kuchling · 16 years ago
  32. 91852ca Issue 5381: Add object_pairs_hook to the json module. by Raymond Hettinger · 16 years ago
  33. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  34. fc29f27 #4811: fix markup glitches (mostly remains of the conversion), by Georg Brandl · 17 years ago
  35. 914fc88 #4782: Fix markup error that hid load() and loads(). by Georg Brandl · 17 years ago
  36. 1379ae0 Indentation normalization. by Georg Brandl · 17 years ago
  37. 3961f18 Fix JSON module docs. by Georg Brandl · 17 years ago
  38. 4b964f9 Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob by Brett Cannon · 17 years ago