1. 0b2a6dc merge 3.4 by Benjamin Peterson · 10 years ago
  2. b0ef785 merge 3.3 by Benjamin Peterson · 10 years ago
  3. 1572944 reduce memory usage of test (closes #23369) by Benjamin Peterson · 10 years ago
  4. 83e814d merge 3.4 by Benjamin Peterson · 10 years ago
  5. c0b743a merge 3.3 by Benjamin Peterson · 10 years ago
  6. 68389ea remove extra ws by Benjamin Peterson · 10 years ago
  7. 71cf91c merge 3.4 (#23369) by Benjamin Peterson · 10 years ago
  8. 3675cd9 merge 3.3 (#23369) by Benjamin Peterson · 10 years ago
  9. e3bfe19 fix possible overflow in encode_basestring_ascii (closes #23369) by Benjamin Peterson · 10 years ago
  10. 47efb4a Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError. by Serhiy Storchaka · 10 years ago
  11. 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
  12. 39e4c4d Issue #21650: Add an `--sort-keys` option to json.tool CLI. by Berker Peksag · 10 years ago
  13. f886697 Closes #22002: Merge with 3.4 by Zachary Ware · 10 years ago
  14. f012ba4 Issue #22002: Make full use of test discovery in test sub-packages. by Zachary Ware · 10 years ago
  15. 79f3ef6 merge 3.4 by Benjamin Peterson · 10 years ago
  16. 584f5cb merge 3.3 by Benjamin Peterson · 10 years ago
  17. 156285c merge 3.2 by Benjamin Peterson · 10 years ago
  18. 940e207 improve the command-line interface of json.tool (closes #21000) by Benjamin Peterson · 10 years ago
  19. 687ff0e Issue #11489: JSON decoder now accepts lone surrogates. by Serhiy Storchaka · 11 years ago
  20. c93329b Issue #11489: JSON decoder now accepts lone surrogates. by Serhiy Storchaka · 11 years ago
  21. 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
  22. a0e768c #19307: Improve error message for json.load(s) while passing objects of the wrong type. by Ezio Melotti · 11 years ago
  23. a661f45 Close #18745: Improve enum tests in test_json for infinities and NaN. by Ethan Furman · 11 years ago
  24. a4998a7 Close #18264: int- and float-derived enums now converted to int or float. by Ethan Furman · 11 years ago
  25. 5cc06fd #18273: merge with 3.3. by Ezio Melotti · 11 years ago
  26. 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