1. a7fbad9 Make `json.dumps()` example to be PEP-8 compliant. (GH-3472) by Sergey Fedoseev · 7 years ago
  2. 5becf38 Fix the signature of JSONDecodeError (no end parameter). (#1827) by Serhiy Storchaka · 7 years ago
  3. 574ff06 Issues #29189: Merge indentation fixes from 3.5 by Martin Panter · 8 years ago
  4. ef107ee Issue #29189: Fix indentation in RST markup by Martin Panter · 8 years ago
  5. a57a8a3 Issue #29281: Fill-in a missing versionchanged entry by Raymond Hettinger · 8 years ago
  6. c7b1a0b Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  7. 0264e46 Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  8. 58d3e54 Fixed the documentation of parse_constant argument in json.load(). by Serhiy Storchaka · 8 years ago
  9. 022371f Fixed the documentation of parse_constant argument in json.load(). by Serhiy Storchaka · 8 years ago
  10. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  11. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  12. b161562 Issue #17909: Accept binary input in json.loads by Nick Coghlan · 8 years ago
  13. ee047e5 Issue #4945: Improved the documenting of boolean arguments in the json module. by Serhiy Storchaka · 8 years ago
  14. 15287f8 Issue #4945: Improved the documenting of boolean arguments in the json module. by Serhiy Storchaka · 8 years ago
  15. 58d3f59 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  16. dcb6c88 Issue #27304: Source code links for sub-packages in the same file. by Terry Jan Reedy · 8 years ago
  17. aacd53f Issue #18726: All optional parameters of the dump(), dumps(), by Serhiy Storchaka · 8 years ago
  18. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  19. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  20. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  21. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 9 years ago
  22. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  23. 47efb4a Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError. by Serhiy Storchaka · 10 years ago
  24. 82e07b9 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  25. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  26. 7a6915e Issue #21514: The documentation of the json module now refers to new JSON RFC by Serhiy Storchaka · 10 years ago
  27. 715f01b Issue #21514: The documentation of the json module now refers to new JSON RFC by Serhiy Storchaka · 10 years ago
  28. 39e4c4d Issue #21650: Add an `--sort-keys` option to json.tool CLI. by Berker Peksag · 10 years ago
  29. cf3e788 merge with 3.4 by Georg Brandl · 10 years ago
  30. 946faa3 Using "-m module" is easier to read and understand than "-mmodule". by Georg Brandl · 10 years ago
  31. 9e7fbde merge with 3.4 by Georg Brandl · 10 years ago
  32. fc8e988 correct sphinx mark up for cmdline options (closes #21210) by Benjamin Peterson · 11 years ago
  33. 940e207 improve the command-line interface of json.tool (closes #21000) by Benjamin Peterson · 11 years ago
  34. 654f003 Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  35. b435799 Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  36. 60fb971 Documenting that json.load may raise a ValueError. by Felix Crux · 11 years ago
  37. a4998a7 Close #18264: int- and float-derived enums now converted to int or float. by Ethan Furman · 11 years ago
  38. e612c1e #17438: merge with 3.3. by Ezio Melotti · 12 years ago
  39. 6d2bc6e #17438: add links to the conversion tables in dump(s)/load(s). by Ezio Melotti · 12 years ago
  40. fbb1815 Merge #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 12 years ago
  41. dd24617 #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 12 years ago
  42. 11c08fd Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  43. 9cbcc2f Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  44. 920007a Issue #17225: JSON decoder now counts columns in the first line starting by Serhiy Storchaka · 12 years ago
  45. c510a04 Issue #17225: JSON decoder now counts columns in the first line starting by Serhiy Storchaka · 12 years ago
  46. 1003144 #16333: use (",", ": ") as default separator when indent is specified to avoid trailing whitespace. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  47. 2ec53be Issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 12 years ago
  48. 72b1426 #11964: Document a change in v3.2 to the json indent parameter by Petri Lehtinen · 12 years ago
  49. 72c6eef Fix a JSON doc typo by Petri Lehtinen · 12 years ago
  50. 15251a9 Add glossary references by Antoine Pitrou · 12 years ago
  51. 331624b Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 12 years ago
  52. d654ded #16333: document a way to get rid of trailing whitespace when indent is used. by Ezio Melotti · 12 years ago
  53. 2d24e94 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  54. f54c060 Fix `versionchanged` tags for json.load by Hynek Schlawack · 12 years ago
  55. 1203e83 Document when json.load's parse_constant behaviour changed by Hynek Schlawack · 12 years ago
  56. 9729fd4 #14692 Fix json docs to reflect changes in json.load by Hynek Schlawack · 12 years ago
  57. 84e59aa Fix highlight and spacing in json example. by Ezio Melotti · 13 years ago
  58. f2123d2 3.2 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan by Senthil Kumaran · 13 years ago
  59. 6f7aa00 Document json.dump ensure_ascii parameter (#13770) by Éric Araujo · 13 years ago
  60. fbeb1a9 Merge 3.1 by Éric Araujo · 14 years ago
  61. de579d4 Add a space to make json doc a bit more readable by Éric Araujo · 14 years ago
  62. 340d269 Small wording fix. by Georg Brandl · 14 years ago
  63. 10fe23b Merge with 3.1 by Georg Brandl · 14 years ago
  64. 34d204b #4783: Merge with 3.1. by Ezio Melotti · 14 years ago
  65. 60adf95 #4783: document that is not possible to use json.dump twice on the same stream. by Ezio Melotti · 14 years ago
  66. d531548 Merge #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 14 years ago
  67. 3dd02d6 #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 14 years ago
  68. f3352e7 Merged revisions 88668 via svnmerge from by Benjamin Peterson · 14 years ago
  69. a970e62 Merged revisions 88137 via svnmerge from by Antoine Pitrou · 14 years ago
  70. 00d650b Fix JSON docs about loads() accepting only str objects, not bytes. by Antoine Pitrou · 14 years ago
  71. c524cff Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from by Georg Brandl · 14 years ago
  72. b643ef8 Issue #5729: json.dumps to support using '\t' as an indent string by Raymond Hettinger · 14 years ago
  73. d4460aa #4785: document strict argument of JSONDecoder, plus add object_pairs_hook in the docstrings. by Georg Brandl · 14 years ago
  74. 57a5e3f Merged revisions 84249,84264,84326-84327,84407,84476,84480-84482,84484,84530-84531,84553,84619,84684,84915-84916 via svnmerge from by Georg Brandl · 14 years ago
  75. 0bb73b8 #9767: doctest run over json docs. by Georg Brandl · 14 years ago
  76. 6a74da3 #9649: fix default value description. by Georg Brandl · 14 years ago
  77. 6c8583f Merged revisions 81365,81367 via svnmerge from by Georg Brandl · 14 years ago
  78. 8569e58 Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,81059,81065-81067 via svnmerge from by Georg Brandl · 14 years ago
  79. 713e042 Merged revisions 74764 via svnmerge from by Ezio Melotti · 15 years ago
  80. 985e24d fixed more examples that were using u"", print without () and unicode/str instead of str/bytes by Ezio Melotti · 15 years ago
  81. cd7f32b Signature documentation style update, modules J, K, L and M. by Georg Brandl · 15 years ago
  82. 25c95f1 Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,72131-72134,72191,72197-72198,72219,72221,72225,72303,72434,72467,72476 via svnmerge from by Benjamin Peterson · 15 years ago
  83. c6b607d port simplejson upgrade from the trunk #4136 by Benjamin Peterson · 15 years ago
  84. ff2ad0e Merged revisions 71814-71817,71901-71903 via svnmerge from by Georg Brandl · 16 years ago
  85. ae9eb5c Fixed documentation build warning. by Hirokazu Yamamoto · 16 years ago
  86. 9b8d069 Forward port r70471: Add object_pairs_hook. Issue 5381. by Raymond Hettinger · 16 years ago
  87. 639ce96 Remove mentions of "long". by Georg Brandl · 16 years ago
  88. 1f01deb Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from by Georg Brandl · 16 years ago
  89. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  90. 75edad0 Merged revisions 68116-68119,68121,68123-68127 via svnmerge from by Benjamin Peterson · 16 years ago
  91. e9bbc8b Devil merge! by Benjamin Peterson · 16 years ago
  92. 2505bc6 Fix json examples so they would actually work in Py3k by Benjamin Peterson · 16 years ago
  93. 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 16 years ago
  94. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  95. 9054000 Merged revisions 62734,62736,62748,62769 via svnmerge from by Christian Heimes · 16 years ago