1. f31db93 Apply patch from Ray Allen for issue 9296 by Doug Hellmann · 15 years ago
  2. ffd8496 #7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd. by Ezio Melotti · 16 years ago
  3. 187177f Issue #6986: Fix crash in the JSON C accelerator when called with the by Antoine Pitrou · 16 years ago
  4. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  5. f71ba95 #5932: fix error return in _convertPyInt_AsSsize_t() conversion function. by Georg Brandl · 16 years ago
  6. 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
  7. 91852ca Issue 5381: Add object_pairs_hook to the json module. by Raymond Hettinger · 16 years ago
  8. d914e3f merge json library with simplejson 2.0.9 (issue 4136) by Bob Ippolito · 16 years ago
  9. 595e3cb check for error conditions in _json #3623 by Benjamin Peterson · 17 years ago
  10. 33e4a98 Replace more float hacks with correct math functions by Christian Heimes · 17 years ago
  11. c8a0d2f Intern static string by Christian Heimes · 17 years ago
  12. 0b7f778 PEP 8 nits in json package by Benjamin Peterson · 17 years ago
  13. 4b964f9 Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob by Brett Cannon · 17 years ago