COMMITS
/ Lib/test/test_json/test_dump.py April 11, 2026
R
gh-145244: Fix use-after-free on borrowed dict key in json encoder (GH-145245)
Ramin Farajpour Cami committed
April 9, 2026
V
gh-148241: Fix json serialization for str subclasses (#148249)
Victor Stinner committed
February 21, 2026
V
gh-141510, PEP 814: Add frozendict support to json (#144903)
Victor Stinner committed
June 3, 2025
R
gh-131884: Fix incorrect formatting in json.dumps() when using indent and skipkeys=True (GH-132200)
Roei Ben Artzi committed
August 26, 2019
D
bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489)
Dong-hee Na committed
May 3, 2015
B
just sort the items tuple directly (closes #24094)
Benjamin Peterson committed
August 8, 2013