COMMITS
/ Doc/library/json.rst April 7, 2026
H
Python 3.15.0a8
Hugo van Kemenade committed
March 27, 2026
J
gh-146440: Add array_hook parameter to JSON decoders (#146441)
Joao S. O. Bueno committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 11, 2026
N
Docs: remove links of modules to themselves (#144695)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
November 8, 2025
S
gh-140793: Improve documentatation and tests for the ensure_ascii option in the json module (GH-140906)
Serhiy Storchaka committed
May 18, 2025
M
gh-134150: Clarify distinction between JSON and Python objects (#134154)
Micha Albert committed
April 8, 2025
S
gh-132021: Add bool type to the list of allowed JSON key types (#132048)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committed
January 8, 2025
E
gh-87506: Amend json.loads() post PR #127355 (#128609)
Erlend E. Aasland committed
S
gh-87506: Document that json.load*() can raise UnicodeDecodeError (#127355)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committed
January 7, 2025
E
Docs: mark up json.load() using parameter list (#128488)
Erlend E. Aasland committed
January 4, 2025
E
Docs: amend json.dump() post gh-128482 (#128489)
Erlend E. Aasland committed
E
Docs: mark up json.dump() using parameter list (#128482)
Erlend E. Aasland committed
September 17, 2024
R
GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)
Rafael Fontenelle committed
September 4, 2024
August 13, 2024
T
gh-122873: Allow "python -m json" to work (#122884)
Trey Hunner committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
February 28, 2024
J
doc: Use super() in subclassed JSONEncoder examples (GH-115565)
Jan Max Meyer committed
October 3, 2023
A
Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292)
Adam Turner committed
September 7, 2023
N
gh-107544: Add docs about `json.dumps(..., default=)` (#108259)
Nikita Sobolev committed
July 29, 2023
S
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka committed
July 21, 2023
S
gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894)
Serhiy Storchaka committed
June 26, 2023
Ł
Revert "GH-96145: Add AttrDict to JSON module for use with object_hook (#96146)" (#105948)
Łukasz Langa committed
May 25, 2023
A
Fix indentation in `json.AttrDict` REPL example (#104930)
Alex Waygood committed
R
Misc updates to Whatsnew 3.12 (#104912)
Raymond Hettinger committed
September 27, 2022
S
gh-96959: Update more HTTP links (GH-97536)
Serhiy Storchaka committed
September 19, 2022
G
gh-96512: Update int_max_str docs to say 3.11 (#96942)
Gregory P. Smith committed
September 2, 2022
G
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith committed
August 23, 2022
R
GH-96145: Add AttrDict to JSON module for use with object_hook (#96146)
Raymond Hettinger committed
August 4, 2022
S
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527)
Serhiy Storchaka committed
May 8, 2022
A
gh-92417: `json` docs: `dict` is ordered on all supported Python versions (GH-92422)
Alex Waygood committed
December 23, 2021
K
bpo-46157: fix typo in docs (GH-30237)
Kumar Aditya committed
December 7, 2021
J
bpo-46001: Change OverflowError to RecursionError in JSON library docstrings (GH-29943)
James Gerity committed
October 12, 2021
1
bpo-45441: Update some moved URLs in documentation (GH-28861)
180909 committed
March 2, 2021
A
Doc: Improve library/json document. (GH-24390)
Adorilson Bezerra committed
August 20, 2020
M
Doc: add a missing period (GH-21819)
Mathieu Dupuy committed
January 22, 2020
I
bpo-39377: json: Update doc about the encoding option. (GH-18076)
Inada Naoki 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
August 23, 2019
A
Correct minor grammar mistake (GH-15404)
Andre Delfino committed
August 22, 2019
R
bpo-30550: Clarify JSON ordering guarantees (GH-15397)
Raymond Hettinger committed
April 9, 2019
M
bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-6762)
Matthias Bussonnier committed
November 7, 2018
H
bpo-31553: add --json-lines option to json.tool (#10051)
HongWeipeng committed
November 5, 2018
S
bpo-35167: Specify program for gzip and json.tool command line options. (GH-10332)
Serhiy Storchaka committed
August 11, 2018
E
bpo-34379: Doc: Move note for json.dump (GH-8730)
Evan Allrich committed
June 7, 2018
A
bpo-17909: Document that json.load can accept a binary IO (GH-7366)
Anthony Sottile committed
April 8, 2018
S
Improve highlighting of some code blocks. (GH-6401)
Serhiy Storchaka committed
April 3, 2018
I
bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001)
INADA Naoki committed
September 9, 2017
S
Make `json.dumps()` example to be PEP-8 compliant. (GH-3472)
Sergey Fedoseev committed
May 27, 2017
S
Fix the signature of JSONDecodeError (no end parameter). (#1827)
Serhiy Storchaka committed