1. 58d3e54 Fixed the documentation of parse_constant argument in json.load(). by Serhiy Storchaka · 8 years ago
  2. 022371f Fixed the documentation of parse_constant argument in json.load(). by Serhiy Storchaka · 8 years ago
  3. c4a35da Issue #28541: Improve test coverage for encoding detection in json library. by Serhiy Storchaka · 8 years ago
  4. b161562 Issue #17909: Accept binary input in json.loads by Nick Coghlan · 8 years ago
  5. ee047e5 Issue #4945: Improved the documenting of boolean arguments in the json module. by Serhiy Storchaka · 8 years ago
  6. 15287f8 Issue #4945: Improved the documenting of boolean arguments in the json module. by Serhiy Storchaka · 8 years ago
  7. aacd53f Issue #18726: All optional parameters of the dump(), dumps(), by Serhiy Storchaka · 8 years ago
  8. 53ecc58 Issue #24540: merger from 3.4 by Ned Deily · 9 years ago
  9. 54630d9 Issue #24540: fix typo in json.dumps docstring by Ned Deily · 9 years ago
  10. 47efb4a Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError. by Serhiy Storchaka · 10 years ago
  11. f491f92 Remove mentions of Python 2.x and being externally maintained from by Gregory P. Smith · 11 years ago
  12. a82f74d Remove mentions of Python 2.x and being externally maintained from by Gregory P. Smith · 11 years ago
  13. 566a2be #18958: Improve error message for json.load(s) while passing a string that starts with a UTF-8 BOM. by Ezio Melotti · 11 years ago
  14. a0e768c #19307: Improve error message for json.load(s) while passing objects of the wrong type. by Ezio Melotti · 11 years ago
  15. 920007a Issue #17225: JSON decoder now counts columns in the first line starting by Serhiy Storchaka · 12 years ago
  16. c510a04 Issue #17225: JSON decoder now counts columns in the first line starting by Serhiy Storchaka · 12 years ago
  17. 9f94b6d #16333: fix example in docstring. by Ezio Melotti · 12 years ago
  18. 1003144 #16333: use (",", ": ") as default separator when indent is specified to avoid trailing whitespace. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  19. 2ec53be Issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 12 years ago
  20. d654ded #16333: document a way to get rid of trailing whitespace when indent is used. by Ezio Melotti · 12 years ago
  21. 2d24e94 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  22. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  23. de579d4 Add a space to make json doc a bit more readable by Éric Araujo · 13 years ago
  24. a970e62 Merged revisions 88137 via svnmerge from by Antoine Pitrou · 14 years ago
  25. c524cff Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from by Georg Brandl · 14 years ago
  26. 4009c9e Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-83555,83558,83560 via svnmerge from by Georg Brandl · 14 years ago
  27. c6b607d port simplejson upgrade from the trunk #4136 by Benjamin Peterson · 15 years ago
  28. 0ad98d8 Forward port r70471: Add object_pairs_hook. Issue 5381. by Raymond Hettinger · 15 years ago
  29. 9054000 Merged revisions 62734,62736,62748,62769 via svnmerge from by Christian Heimes · 16 years ago