COMMITS
/ Lib/json/tool.py March 6, 2026
V
gh-141510: Use frozendict in the stdlib (#144909)
Victor Stinner committed
August 22, 2025
Y
gh-138019: improve help message for `json.tool` (#138037)
yihong committed
May 5, 2025
Ł
gh-133346: Make theming support in _colorize extensible (GH-133347)
Łukasz Langa committed
H
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
Hugo van Kemenade committed
April 19, 2025
T
gh-131952: Add colour to the ``json`` module CLI (#132126)
Tomas R. committed
October 9, 2024
S
gh-91818: Use default program name in the CLI of many modules (GH-124867)
Serhiy Storchaka committed
August 13, 2024
T
gh-122873: Allow "python -m json" to work (#122884)
Trey Hunner committed
January 10, 2024
S
gh-58032: Do not use argparse.FileType in module CLIs and scripts (GH-113649)
Serhiy Storchaka committed
November 6, 2021
C
bpo-45644: Make json.tool read infile before writing to outfile (GH-29273)
Chris Wesseling committed
March 10, 2020
D
bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779)
Dong-hee Na committed
December 7, 2019
D
bpo-29636: json.tool: Add document for indentation options. (GH-17482)
Daniel Himmelstein committed
December 6, 2019
W
bpo-27413: json.tool: Add --no-ensure-ascii option. (GH-17472)
wim glenn committed
December 4, 2019
I
bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)
Inada Naoki committed
D
bpo-29636: Add --(no-)indent arguments to json.tool (GH-345)
Daniel Himmelstein committed
May 14, 2019
H
json.tool: use stdin and stdout in default cmdlne arguments (GH-11992)
Hervé Beraud committed
November 7, 2018
H
bpo-31553: add --json-lines option to json.tool (#10051)
HongWeipeng committed
January 25, 2018
I
bpo-32360: Remove OrderedDict usage from json.tool (GH-5315)
INADA Naoki committed
November 10, 2014
B
Issue #21650: Add an `--sort-keys` option to json.tool CLI.
Berker Peksag committed
March 22, 2014
B
improve the command-line interface of json.tool (closes #21000)
Benjamin Peterson committed
February 21, 2013
S
Issue #17225: JSON decoder now counts columns in the first line starting
Serhiy Storchaka committed
S
Issue #17225: JSON decoder now counts columns in the first line starting
Serhiy Storchaka committed
November 29, 2012
E
E
#16476: Fix json.tool to avoid including trailing whitespace.
Ezio Melotti committed
June 28, 2012
A
Issue #5067: improve some json error messages.
Antoine Pitrou committed
May 2, 2009
B
port simplejson upgrade from the trunk #4136
Benjamin Peterson committed
May 8, 2008
C
Merged revisions 62734,62736,62748,62769 via svnmerge from
Christian Heimes committed