summaryrefslogtreecommitdiffstats
path: root/Lib/test/json_tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix test failureAntoine Pitrou2011-10-041-2/+2
|
* Implement PEP 393.Martin v. Löwis2011-09-281-8/+3
|
* Issue #12778: Reduce memory consumption when JSON-encoding a large container ↵Antoine Pitrou2011-08-191-1/+18
| | | | of many small objects.
* #5723: merge with 3.1.Ezio Melotti2011-05-1416-214/+247
|
* #12051: merge with 3.1.Ezio Melotti2011-05-101-1/+20
|
* #12017: merge with 3.1.Ezio Melotti2011-05-071-0/+12
|
* Merge with 3.1.Ezio Melotti2011-04-133-6/+22
|
* Merge #10019: Fix regression relative to 2.6: add newlines if indent=0R David Murray2011-04-131-0/+16
| | | | Patch by Amaury Forgeot d'Arc, updated by Sando Tosi.
* Issue #10572: Moved json tests to Lib/test/json_tests.Alexander Belopolsky2010-11-3016-0/+751
Approved by Raymond Hettinger.