1. 43acbf1 #16549: fix test failures on Windows. by Ezio Melotti · 13 years ago
  2. def6ee5 #16476: Fix json.tool to avoid including trailing whitespace. by Ezio Melotti · 13 years ago
  3. d8feba9 #16549: Add tests for json.tools. Initial patch by Berker Peksag and Serhiy Storchaka. by Ezio Melotti · 13 years ago
  4. 282d331 #16559: Add more tests for the json module. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
  5. e9e35c3 Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded. by Antoine Pitrou · 13 years ago
  6. 0e3a4c8 Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 13 years ago
  7. dee76e6 Issue #13774: json: Fix a SystemError when a bogus encoding is passed to by Amaury Forgeot d'Arc · 14 years ago
  8. e3992eb #5723: Improve json tests to be executed with and without accelerations. by Ezio Melotti · 14 years ago
  9. c1ec7b5 #12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations. by Ezio Melotti · 14 years ago
  10. cec4649 #12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations. by Ezio Melotti · 14 years ago
  11. df8a8f7 #11982: fix json.loads('""') to return u'' rather than ''. by Ezio Melotti · 14 years ago
  12. 2b96f09 #9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available. by Ezio Melotti · 14 years ago
  13. ea8b6ef #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 14 years ago
  14. 4ded0c0 Remove unnecessary imports and use assertIs instead of assertTrue. by Ezio Melotti · 14 years ago
  15. 1b93021 #9233: skip _json-specific tests when _json is not available. by Ezio Melotti · 14 years ago
  16. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  17. fa65827 Issue 10038. Restore the Python 2.6 behavior that json.loads() always returns by Barry Warsaw · 15 years ago
  18. cbba8d4 Backport r72961 fixing issue #6105: json.dumps not following OrderedDict iteration order. by Raymond Hettinger · 15 years ago
  19. f31db93 Apply patch from Ray Allen for issue 9296 by Doug Hellmann · 15 years ago
  20. ffd8496 #7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd. by Ezio Melotti · 16 years ago
  21. 187177f Issue #6986: Fix crash in the JSON C accelerator when called with the by Antoine Pitrou · 16 years ago
  22. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  23. f71ba95 #5932: fix error return in _convertPyInt_AsSsize_t() conversion function. by Georg Brandl · 16 years ago
  24. 76a982a Issue 5381: fix regression in pure python code path, Issue 5584: fix a decoder bug for unicode float literals outside of a container by Bob Ippolito · 16 years ago
  25. 91852ca Issue 5381: Add object_pairs_hook to the json module. by Raymond Hettinger · 16 years ago
  26. d914e3f merge json library with simplejson 2.0.9 (issue 4136) by Bob Ippolito · 16 years ago
  27. 595e3cb check for error conditions in _json #3623 by Benjamin Peterson · 17 years ago
  28. 0b7f778 PEP 8 nits in json package by Benjamin Peterson · 17 years ago
  29. 4b964f9 Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob by Brett Cannon · 17 years ago