1. a8abe09 bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-6762) by Matthias Bussonnier · 5 years ago
  2. f194479 bpo-31553: add --json-lines option to json.tool (#10051) by HongWeipeng · 6 years ago
  3. ae00fb1 bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048) by Serhiy Storchaka · 6 years ago
  4. 7c2d978 bpo-6986: Add a comment to clarify a test of _json.make_encoder(). (GH-3789) by Oren Milman · 6 years ago
  5. cfa797c bpo-24641: Improved error message for JSON unserializible keys. (#4364) by Serhiy Storchaka · 7 years ago
  6. 2b382dd bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() received a bad encoder() argument. (#3643) by Oren Milman · 7 years ago
  7. 49f6449 bpo-30936: Fix a reference leak in json when fail to sort keys. (#2712) by Serhiy Storchaka · 7 years ago
  8. d3aaa2f bpo-30911: Add tests for bad boolean arguments for accelerated json (#2690) by Serhiy Storchaka · 7 years ago
  9. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 7 years ago
  10. b4e9087 Fix stderr bug in json.tool test (#346) by Daniel Himmelstein · 7 years ago
  11. c4a35da Issue #28541: Improve test coverage for encoding detection in json library. by Serhiy Storchaka · 8 years ago
  12. b161562 Issue #17909: Accept binary input in json.loads by Nick Coghlan · 8 years ago
  13. 1aa642f Issue #27993: Merge plural fixes from 3.5 by Martin Panter · 8 years ago
  14. 0f0eac4 Issue #27993: Fix problems with plural objects in docs and comments by Martin Panter · 8 years ago
  15. a6f26c1 Remove more unused imports in tests. by Serhiy Storchaka · 8 years ago
  16. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 8 years ago
  17. f002225 Issue #24683: Fixed crashes in _json functions called with arguments of by Serhiy Storchaka · 9 years ago
  18. 83236f7 Issue #24683: Fixed crashes in _json functions called with arguments of by Serhiy Storchaka · 9 years ago
  19. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  20. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  21. 88abdef merge 3.4 (#24094) by Benjamin Peterson · 9 years ago
  22. 122f4b1 merge 3.3 (#24094) by Benjamin Peterson · 9 years ago
  23. 501182a just sort the items tuple directly (closes #24094) by Benjamin Peterson · 9 years ago
  24. 0b2a6dc merge 3.4 by Benjamin Peterson · 9 years ago
  25. b0ef785 merge 3.3 by Benjamin Peterson · 9 years ago
  26. 1572944 reduce memory usage of test (closes #23369) by Benjamin Peterson · 9 years ago
  27. 83e814d merge 3.4 by Benjamin Peterson · 9 years ago
  28. c0b743a merge 3.3 by Benjamin Peterson · 9 years ago
  29. 68389ea remove extra ws by Benjamin Peterson · 9 years ago
  30. 71cf91c merge 3.4 (#23369) by Benjamin Peterson · 9 years ago
  31. 3675cd9 merge 3.3 (#23369) by Benjamin Peterson · 9 years ago
  32. e3bfe19 fix possible overflow in encode_basestring_ascii (closes #23369) by Benjamin Peterson · 9 years ago
  33. 47efb4a Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError. by Serhiy Storchaka · 10 years ago
  34. 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
  35. 39e4c4d Issue #21650: Add an `--sort-keys` option to json.tool CLI. by Berker Peksag · 10 years ago
  36. f886697 Closes #22002: Merge with 3.4 by Zachary Ware · 10 years ago
  37. f012ba4 Issue #22002: Make full use of test discovery in test sub-packages. by Zachary Ware · 10 years ago
  38. 79f3ef6 merge 3.4 by Benjamin Peterson · 10 years ago
  39. 584f5cb merge 3.3 by Benjamin Peterson · 10 years ago
  40. 156285c merge 3.2 by Benjamin Peterson · 10 years ago
  41. 940e207 improve the command-line interface of json.tool (closes #21000) by Benjamin Peterson · 10 years ago
  42. 687ff0e Issue #11489: JSON decoder now accepts lone surrogates. by Serhiy Storchaka · 11 years ago
  43. c93329b Issue #11489: JSON decoder now accepts lone surrogates. by Serhiy Storchaka · 11 years ago
  44. 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
  45. a0e768c #19307: Improve error message for json.load(s) while passing objects of the wrong type. by Ezio Melotti · 11 years ago
  46. a661f45 Close #18745: Improve enum tests in test_json for infinities and NaN. by Ethan Furman · 11 years ago
  47. a4998a7 Close #18264: int- and float-derived enums now converted to int or float. by Ethan Furman · 11 years ago
  48. 5cc06fd #18273: merge with 3.3. by Ezio Melotti · 11 years ago
  49. 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