1. 00d650b Fix JSON docs about loads() accepting only str objects, not bytes. by Antoine Pitrou · 14 years ago
  2. ff27ee0 Issue #10572: Moved json tests to Lib/test/json_tests. by Alexander Belopolsky · 14 years ago
  3. fdba067 Remove unnecessary import. by Barry Warsaw · 14 years ago
  4. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  5. b643ef8 Issue #5729: json.dumps to support using '\t' as an indent string by Raymond Hettinger · 14 years ago
  6. d4460aa #4785: document strict argument of JSONDecoder, plus add object_pairs_hook in the docstrings. by Georg Brandl · 14 years ago
  7. 7d6e076 Issue #7451: Improve decoding performance of JSON objects, and reduce by Antoine Pitrou · 14 years ago
  8. c8284cf #9087: update json docstrings -- unicode and long do not exist anymore. by Georg Brandl · 14 years ago
  9. 02ea12b2 Syntax cleanup. by Florent Xicluna · 14 years ago
  10. 1c52475 Apply patch from Ray Allen for issue 9296 by Doug Hellmann · 14 years ago
  11. 781eba7 Merged revisions 76708 via svnmerge from by Antoine Pitrou · 15 years ago
  12. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  13. bcf6f92 * Fix-up a TODO (support the sort_key option). by Raymond Hettinger · 15 years ago
  14. c8d952d Issue 6105: json encoder to respect iteration order of its inputs. by Raymond Hettinger · 15 years ago
  15. 5968205 Merged revisions 72314 via svnmerge from by Georg Brandl · 15 years ago
  16. c6b607d port simplejson upgrade from the trunk #4136 by Benjamin Peterson · 15 years ago
  17. 0ad98d8 Forward port r70471: Add object_pairs_hook. Issue 5381. by Raymond Hettinger · 15 years ago
  18. a13d475 merge r66932 and add a few py3k only checks by Benjamin Peterson · 16 years ago
  19. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  20. e4ca815 Merged revisions 62805,62811,62841-62842,62848-62849,62853-62854 via svnmerge from by Christian Heimes · 16 years ago
  21. 9054000 Merged revisions 62734,62736,62748,62769 via svnmerge from by Christian Heimes · 16 years ago