1. f002225 Issue #24683: Fixed crashes in _json functions called with arguments of by Serhiy Storchaka · 9 years ago
  2. 83236f7 Issue #24683: Fixed crashes in _json functions called with arguments of by Serhiy Storchaka · 9 years ago
  3. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  4. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  5. 88abdef merge 3.4 (#24094) by Benjamin Peterson · 9 years ago
  6. 122f4b1 merge 3.3 (#24094) by Benjamin Peterson · 9 years ago
  7. 501182a just sort the items tuple directly (closes #24094) by Benjamin Peterson · 9 years ago
  8. 0b2a6dc merge 3.4 by Benjamin Peterson · 10 years ago
  9. b0ef785 merge 3.3 by Benjamin Peterson · 10 years ago
  10. 1572944 reduce memory usage of test (closes #23369) by Benjamin Peterson · 10 years ago
  11. 83e814d merge 3.4 by Benjamin Peterson · 10 years ago
  12. c0b743a merge 3.3 by Benjamin Peterson · 10 years ago
  13. 68389ea remove extra ws by Benjamin Peterson · 10 years ago
  14. 71cf91c merge 3.4 (#23369) by Benjamin Peterson · 10 years ago
  15. 3675cd9 merge 3.3 (#23369) by Benjamin Peterson · 10 years ago
  16. e3bfe19 fix possible overflow in encode_basestring_ascii (closes #23369) by Benjamin Peterson · 10 years ago
  17. 47efb4a Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError. by Serhiy Storchaka · 10 years ago
  18. dc3eaa8 Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the default case of ``ensure_ascii=True``. Patch by Naoki Inada. by Antoine Pitrou · 10 years ago
  19. 39e4c4d Issue #21650: Add an `--sort-keys` option to json.tool CLI. by Berker Peksag · 10 years ago
  20. f886697 Closes #22002: Merge with 3.4 by Zachary Ware · 10 years ago
  21. f012ba4 Issue #22002: Make full use of test discovery in test sub-packages. by Zachary Ware · 10 years ago
  22. 79f3ef6 merge 3.4 by Benjamin Peterson · 10 years ago
  23. 584f5cb merge 3.3 by Benjamin Peterson · 10 years ago
  24. 156285c merge 3.2 by Benjamin Peterson · 10 years ago
  25. 940e207 improve the command-line interface of json.tool (closes #21000) by Benjamin Peterson · 11 years ago
  26. 687ff0e Issue #11489: JSON decoder now accepts lone surrogates. by Serhiy Storchaka · 11 years ago
  27. c93329b Issue #11489: JSON decoder now accepts lone surrogates. by Serhiy Storchaka · 11 years ago
  28. 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
  29. a0e768c #19307: Improve error message for json.load(s) while passing objects of the wrong type. by Ezio Melotti · 11 years ago
  30. a661f45 Close #18745: Improve enum tests in test_json for infinities and NaN. by Ethan Furman · 11 years ago
  31. a4998a7 Close #18264: int- and float-derived enums now converted to int or float. by Ethan Furman · 11 years ago
  32. 5cc06fd #18273: merge with 3.3. by Ezio Melotti · 11 years ago
  33. 66f2ea0 #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make them discoverable by unittest. Patch by Zachary Ware. by Ezio Melotti · 11 years ago