COMMITS
/ Lib/test/test_json/test_tool.py April 23, 2026
H
gh-132631: Fix "I/O operation on closed file" when parsing JSON Lines file (#132632)
Hugo van Kemenade committed
December 11, 2025
S
gh-140172: Skip JSON tools test during PGO training (GH-140809)
Steve Dower committed
June 27, 2025
S
gh-128051: Fix tests if sys.float_repr_style is 'legacy' (#135908)
Sergey B Kirpichev committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
May 5, 2025
Ł
gh-133346: Make theming support in _colorize extensible (GH-133347)
Łukasz Langa committed
April 19, 2025
T
gh-131952: Add colour to the ``json`` module CLI (#132126)
Tomas R. committed
August 13, 2024
T
gh-122873: Allow "python -m json" to work (#122884)
Trey Hunner committed
March 22, 2022
C
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes committed
November 6, 2021
C
bpo-45644: Make json.tool read infile before writing to outfile (GH-29273)
Chris Wesseling committed
April 6, 2021
I
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25189)
Inada Naoki committed
July 6, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21314)
Hai Shi 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
November 7, 2018
H
bpo-31553: add --json-lines option to json.tool (#10051)
HongWeipeng committed
March 15, 2017
D
Fix stderr bug in json.tool test (#346)
Daniel Himmelstein committed
May 6, 2015
B
Issue #9517: Move script_helper to the support package.
Berker Peksag 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
August 8, 2013