1. d9a5137 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  2. dee76e6 Issue #13774: json: Fix a SystemError when a bogus encoding is passed to by Amaury Forgeot d'Arc · 13 years ago
  3. c1ec7b5 #12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations. by Ezio Melotti · 13 years ago
  4. cec4649 #12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations. by Ezio Melotti · 13 years ago
  5. f5164f6 #11982: remove now unused function. by Ezio Melotti · 13 years ago
  6. df8a8f7 #11982: fix json.loads('""') to return u'' rather than ''. by Ezio Melotti · 13 years ago
  7. d823bdc #10804: fix copy-paste error when checking assigned fields for NULL. by Georg Brandl · 14 years ago
  8. fa65827 Issue 10038. Restore the Python 2.6 behavior that json.loads() always returns by Barry Warsaw · 14 years ago
  9. cbba8d4 Backport r72961 fixing issue #6105: json.dumps not following OrderedDict iteration order. by Raymond Hettinger · 14 years ago
  10. 22ad245 Merged revisions 85342 via svnmerge from by Antoine Pitrou · 14 years ago
  11. f31db93 Apply patch from Ray Allen for issue 9296 by Doug Hellmann · 14 years ago
  12. 8e9757e Remove unneeded variable mutation and initializations. by Brett Cannon · 14 years ago
  13. 187177f Issue #6986: Fix crash in the JSON C accelerator when called with the by Antoine Pitrou · 15 years ago
  14. 129c97d Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in _json.c as part of short float repr. Change made after consulting with Bob Ippolito. This completes the removal of calls to PyOS_ascii_strtod. by Eric Smith · 15 years ago
  15. f71ba95 #5932: fix error return in _convertPyInt_AsSsize_t() conversion function. by Georg Brandl · 15 years ago
  16. 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
  17. a0b8d9a Silence a compiler warning. by Raymond Hettinger · 16 years ago
  18. 91852ca Issue 5381: Add object_pairs_hook to the json module. by Raymond Hettinger · 16 years ago
  19. d914e3f merge json library with simplejson 2.0.9 (issue 4136) by Bob Ippolito · 16 years ago
  20. 336680e fix more possible ref leaks in _json and use Py_CLEAR by Benjamin Peterson · 16 years ago
  21. 87e6ad2 fix possible ref leak by Benjamin Peterson · 16 years ago
  22. 595e3cb check for error conditions in _json #3623 by Benjamin Peterson · 16 years ago
  23. d648f64 #3322: bounds checking for _json.scanstring by Bob Ippolito · 16 years ago
  24. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  25. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  26. c8a0d2f Intern static string by Christian Heimes · 16 years ago
  27. 4b964f9 Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob by Brett Cannon · 16 years ago