summaryrefslogtreecommitdiffstats
path: root/Lib/json/tests
Commit message (Expand)AuthorAgeFilesLines
* Issue #10572: Moved json tests to Lib/test/json_tests.Alexander Belopolsky2010-11-3016-751/+0
* Remove unnecessary import.Barry Warsaw2010-11-241-1/+0
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-2014-61/+61
* Issue #5729: json.dumps to support using '\t' as an indent stringRaymond Hettinger2010-10-311-18/+22
* Issue #7451: Improve decoding performance of JSON objects, and reduceAntoine Pitrou2010-09-041-0/+28
* Apply patch from Ray Allen for issue 9296Doug Hellmann2010-07-211-0/+9
* Merged revisions 76708 via svnmerge fromAntoine Pitrou2009-12-081-2/+11
* convert old fail* assertions to assert*Benjamin Peterson2009-06-302-4/+4
* * Fix-up a TODO (support the sort_key option).Raymond Hettinger2009-05-271-0/+5
* Issue 6105: json encoder to respect iteration order of its inputs.Raymond Hettinger2009-05-271-0/+8
* Merged revisions 72314 via svnmerge fromGeorg Brandl2009-05-051-0/+3
* port simplejson upgrade from the trunk #4136Benjamin Peterson2009-05-027-66/+83
* Forward port r70471: Add object_pairs_hook. Issue 5381.Raymond Hettinger2009-04-212-0/+35
* merge r66932 and add a few py3k only checksBenjamin Peterson2008-10-161-0/+7
* Merged revisions 62734,62736,62748,62769 via svnmerge fromChristian Heimes2008-05-0816-0/+627