1. f2123d2 3.2 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan by Senthil Kumaran · 13 years ago
  2. 6f7aa00 Document json.dump ensure_ascii parameter (#13770) by Éric Araujo · 13 years ago
  3. fbeb1a9 Merge 3.1 by Éric Araujo · 13 years ago
  4. de579d4 Add a space to make json doc a bit more readable by Éric Araujo · 13 years ago
  5. 340d269 Small wording fix. by Georg Brandl · 13 years ago
  6. 10fe23b Merge with 3.1 by Georg Brandl · 13 years ago
  7. 34d204b #4783: Merge with 3.1. by Ezio Melotti · 14 years ago
  8. 60adf95 #4783: document that is not possible to use json.dump twice on the same stream. by Ezio Melotti · 14 years ago
  9. d531548 Merge #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 14 years ago
  10. 3dd02d6 #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 14 years ago
  11. f3352e7 Merged revisions 88668 via svnmerge from by Benjamin Peterson · 14 years ago
  12. a970e62 Merged revisions 88137 via svnmerge from by Antoine Pitrou · 14 years ago
  13. 00d650b Fix JSON docs about loads() accepting only str objects, not bytes. by Antoine Pitrou · 14 years ago
  14. c524cff Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from by Georg Brandl · 14 years ago
  15. b643ef8 Issue #5729: json.dumps to support using '\t' as an indent string by Raymond Hettinger · 14 years ago
  16. d4460aa #4785: document strict argument of JSONDecoder, plus add object_pairs_hook in the docstrings. by Georg Brandl · 14 years ago
  17. 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
  18. 0bb73b8 #9767: doctest run over json docs. by Georg Brandl · 14 years ago
  19. 6a74da3 #9649: fix default value description. by Georg Brandl · 14 years ago
  20. 6c8583f Merged revisions 81365,81367 via svnmerge from by Georg Brandl · 14 years ago
  21. 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
  22. 713e042 Merged revisions 74764 via svnmerge from by Ezio Melotti · 15 years ago
  23. 985e24d fixed more examples that were using u"", print without () and unicode/str instead of str/bytes by Ezio Melotti · 15 years ago
  24. cd7f32b Signature documentation style update, modules J, K, L and M. by Georg Brandl · 15 years ago
  25. 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
  26. c6b607d port simplejson upgrade from the trunk #4136 by Benjamin Peterson · 15 years ago
  27. ff2ad0e Merged revisions 71814-71817,71901-71903 via svnmerge from by Georg Brandl · 15 years ago
  28. ae9eb5c Fixed documentation build warning. by Hirokazu Yamamoto · 15 years ago
  29. 9b8d069 Forward port r70471: Add object_pairs_hook. Issue 5381. by Raymond Hettinger · 15 years ago
  30. 639ce96 Remove mentions of "long". by Georg Brandl · 16 years ago
  31. 1f01deb Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from by Georg Brandl · 16 years ago
  32. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  33. 75edad0 Merged revisions 68116-68119,68121,68123-68127 via svnmerge from by Benjamin Peterson · 16 years ago
  34. e9bbc8b Devil merge! by Benjamin Peterson · 16 years ago
  35. 2505bc6 Fix json examples so they would actually work in Py3k by Benjamin Peterson · 16 years ago
  36. 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 16 years ago
  37. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  38. 9054000 Merged revisions 62734,62736,62748,62769 via svnmerge from by Christian Heimes · 16 years ago