- f188bc5 #12051: merge with 3.1. by Ezio Melotti · 14 years ago
- 1367265 #12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations. by Ezio Melotti · 14 years ago
- 06383ee #12017: merge with 3.1. by Ezio Melotti · 14 years ago
- 362b951 #12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations. by Ezio Melotti · 14 years ago
- 2397dd5 Issue #10314: improve performance of JSON encoding with sort_keys=True by Antoine Pitrou · 14 years ago
- ae136da Merged revisions 85342 via svnmerge from by Antoine Pitrou · 14 years ago
- 5b0e9e8 Issue #10055: Make json C89-compliant in UCS4 mode. by Antoine Pitrou · 14 years ago
- 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
- 7d6e076 Issue #7451: Improve decoding performance of JSON objects, and reduce by Antoine Pitrou · 14 years ago
- c8284cf #9087: update json docstrings -- unicode and long do not exist anymore. by Georg Brandl · 14 years ago
- 76e5794 Merged revisions 83016 via svnmerge from by Doug Hellmann · 14 years ago
- 1c52475 Apply patch from Ray Allen for issue 9296 by Doug Hellmann · 14 years ago
- 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 15 years ago
- f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 15 years ago
- 4fad6bd Merged revisions 76710 via svnmerge from by Antoine Pitrou · 15 years ago
- 781eba7 Merged revisions 76708 via svnmerge from by Antoine Pitrou · 15 years ago
- 491a4cb Fix TODO: do the sort by just the key, not the key/value pair. by Raymond Hettinger · 15 years ago
- bcf6f92 * Fix-up a TODO (support the sort_key option). by Raymond Hettinger · 15 years ago
- c8d952d Issue 6105: json encoder to respect iteration order of its inputs. by Raymond Hettinger · 15 years ago
- 5968205 Merged revisions 72314 via svnmerge from by Georg Brandl · 16 years ago
- fecf5d1 Fixed warning. (Should not use *const* as variable name) by Hirokazu Yamamoto · 16 years ago
- c6b607d port simplejson upgrade from the trunk #4136 by Benjamin Peterson · 16 years ago
- 8e8c215 Merged revisions 66938,66942 via svnmerge from by Benjamin Peterson · 16 years ago
- a13d475 merge r66932 and add a few py3k only checks by Benjamin Peterson · 16 years ago
- ee58fa4 #3560: cleanup C memoryview API by Antoine Pitrou · 16 years ago
- 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
- 7af6eec Merged revisions 65147 via svnmerge from by Benjamin Peterson · 16 years ago
- 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
- 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
- cb0cdce Move variable declaration to the top of the block, by Amaury Forgeot d'Arc · 17 years ago
- 9054000 Merged revisions 62734,62736,62748,62769 via svnmerge from by Christian Heimes · 17 years ago