summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_json/test_tool.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-29636: json.tool: Add document for indentation options. (GH-17482)Daniel Himmelstein2019-12-071-33/+27
* bpo-27413: json.tool: Add --no-ensure-ascii option. (GH-17472)wim glenn2019-12-061-0/+22
* bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)Inada Naoki2019-12-041-3/+18
* bpo-29636: Add --(no-)indent arguments to json.tool (GH-345)Daniel Himmelstein2019-12-041-0/+41
* bpo-31553: add --json-lines option to json.tool (#10051)HongWeipeng2018-11-071-0/+29
* Fix stderr bug in json.tool test (#346)Daniel Himmelstein2017-03-151-5/+4
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-1/+1
* Issue #21650: Add an `--sort-keys` option to json.tool CLI.Berker Peksag2014-11-101-1/+32
* improve the command-line interface of json.tool (closes #21000)Benjamin Peterson2014-03-221-0/+8
* #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ...Ezio Melotti2013-08-081-0/+69