1. 122f4b1 merge 3.3 (#24094) by Benjamin Peterson · 9 years ago
  2. 501182a just sort the items tuple directly (closes #24094) by Benjamin Peterson · 9 years ago
  3. 1572944 reduce memory usage of test (closes #23369) by Benjamin Peterson · 9 years ago
  4. 68389ea remove extra ws by Benjamin Peterson · 9 years ago
  5. e3bfe19 fix possible overflow in encode_basestring_ascii (closes #23369) by Benjamin Peterson · 9 years ago
  6. b0ef785 merge 3.3 by Benjamin Peterson · 9 years ago
  7. c0b743a merge 3.3 by Benjamin Peterson · 9 years ago
  8. 3675cd9 merge 3.3 (#23369) by Benjamin Peterson · 9 years ago
  9. f012ba4 Issue #22002: Make full use of test discovery in test sub-packages. by Zachary Ware · 10 years ago
  10. 584f5cb merge 3.3 by Benjamin Peterson · 10 years ago
  11. 156285c merge 3.2 by Benjamin Peterson · 10 years ago
  12. 687ff0e Issue #11489: JSON decoder now accepts lone surrogates. by Serhiy Storchaka · 11 years ago
  13. c93329b Issue #11489: JSON decoder now accepts lone surrogates. by Serhiy Storchaka · 11 years ago
  14. 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
  15. a0e768c #19307: Improve error message for json.load(s) while passing objects of the wrong type. by Ezio Melotti · 11 years ago
  16. a661f45 Close #18745: Improve enum tests in test_json for infinities and NaN. by Ethan Furman · 11 years ago
  17. a4998a7 Close #18264: int- and float-derived enums now converted to int or float. by Ethan Furman · 11 years ago
  18. 5cc06fd #18273: merge with 3.3. by Ezio Melotti · 11 years ago
  19. 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