summaryrefslogtreecommitdiffstats
path: root/Lib/json/tests/test_tool.py
Commit message (Collapse)AuthorAgeFilesLines
* #16549: fix test failures on Windows.Ezio Melotti2012-11-291-2/+2
|
* #16476: Fix json.tool to avoid including trailing whitespace.Ezio Melotti2012-11-291-8/+8
|
* #16549: Add tests for json.tools. Initial patch by Berker Peksag and Serhiy ↵Ezio Melotti2012-11-291-0/+69
Storchaka.