1. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  2. 6b60fb9 #5723: merge with 3.1. by Ezio Melotti · 13 years ago
  3. fbeb1a9 Merge 3.1 by Éric Araujo · 13 years ago
  4. de579d4 Add a space to make json doc a bit more readable by Éric Araujo · 13 years ago
  5. 04c6423 Merge with 3.1. by Ezio Melotti · 13 years ago
  6. d210aa1 #9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available. by Ezio Melotti · 13 years ago
  7. 42368f9 Remove unnecessary imports and use assertIs instead of assertTrue. by Ezio Melotti · 13 years ago
  8. c753305 #9233: Fix json to work properly even when _json is not available. by Ezio Melotti · 13 years ago
  9. 4f95a52 #9233: skip _json-specific tests when _json is not available. by Ezio Melotti · 13 years ago
  10. d531548 Merge #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 13 years ago
  11. 3dd02d6 #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 13 years ago
  12. a970e62 Merged revisions 88137 via svnmerge from by Antoine Pitrou · 14 years ago
  13. 00d650b Fix JSON docs about loads() accepting only str objects, not bytes. by Antoine Pitrou · 14 years ago
  14. ff27ee0 Issue #10572: Moved json tests to Lib/test/json_tests. by Alexander Belopolsky · 14 years ago
  15. c524cff Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from by Georg Brandl · 14 years ago
  16. fdba067 Remove unnecessary import. by Barry Warsaw · 14 years ago
  17. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  18. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  19. b643ef8 Issue #5729: json.dumps to support using '\t' as an indent string by Raymond Hettinger · 14 years ago
  20. d4460aa #4785: document strict argument of JSONDecoder, plus add object_pairs_hook in the docstrings. by Georg Brandl · 14 years ago
  21. 4009c9e Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-83555,83558,83560 via svnmerge from by Georg Brandl · 14 years ago
  22. 7d6e076 Issue #7451: Improve decoding performance of JSON objects, and reduce by Antoine Pitrou · 14 years ago
  23. b4efb3d Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from by Florent Xicluna · 14 years ago
  24. c8284cf #9087: update json docstrings -- unicode and long do not exist anymore. by Georg Brandl · 14 years ago
  25. 02ea12b2 Syntax cleanup. by Florent Xicluna · 14 years ago
  26. 76e5794 Merged revisions 83016 via svnmerge from by Doug Hellmann · 14 years ago
  27. 1c52475 Apply patch from Ray Allen for issue 9296 by Doug Hellmann · 14 years ago
  28. 4fad6bd Merged revisions 76710 via svnmerge from by Antoine Pitrou · 15 years ago
  29. 781eba7 Merged revisions 76708 via svnmerge from by Antoine Pitrou · 15 years ago
  30. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  31. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  32. bcf6f92 * Fix-up a TODO (support the sort_key option). by Raymond Hettinger · 15 years ago
  33. c8d952d Issue 6105: json encoder to respect iteration order of its inputs. by Raymond Hettinger · 15 years ago
  34. 5968205 Merged revisions 72314 via svnmerge from by Georg Brandl · 15 years ago
  35. c6b607d port simplejson upgrade from the trunk #4136 by Benjamin Peterson · 15 years ago
  36. 0ad98d8 Forward port r70471: Add object_pairs_hook. Issue 5381. by Raymond Hettinger · 15 years ago
  37. a13d475 merge r66932 and add a few py3k only checks by Benjamin Peterson · 16 years ago
  38. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  39. e4ca815 Merged revisions 62805,62811,62841-62842,62848-62849,62853-62854 via svnmerge from by Christian Heimes · 16 years ago
  40. 9054000 Merged revisions 62734,62736,62748,62769 via svnmerge from by Christian Heimes · 16 years ago