COMMITS
/ Lib/json/__init__.py March 27, 2026
J
gh-146440: Add array_hook parameter to JSON decoders (#146441)
Joao S. O. Bueno 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
September 29, 2025
H
gh-76007: Deprecate `__version__` attribute (#138675)
Hugo van Kemenade committed
August 13, 2024
T
gh-122873: Allow "python -m json" to work (#122884)
Trey Hunner committed
June 26, 2023
Ł
Revert "GH-96145: Add AttrDict to JSON module for use with object_hook (#96146)" (#105948)
Łukasz Langa committed
September 24, 2022
S
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Serhiy Storchaka committed
August 23, 2022
R
GH-96145: Add AttrDict to JSON module for use with object_hook (#96146)
Raymond Hettinger committed
December 7, 2021
J
bpo-46001: Change OverflowError to RecursionError in JSON library docstrings (GH-29943)
James Gerity committed
January 20, 2020
I
bpo-39377: json: Remove the encoding option. (GH-18075)
Inada Naoki committed
April 9, 2019
M
bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-6762)
Matthias Bussonnier committed
April 3, 2018
I
bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001)
INADA Naoki committed
November 25, 2017
S
bpo-24641: Improved error message for JSON unserializible keys. (#4364)
Serhiy Storchaka committed
June 20, 2017
D
Fix trivial typo in json module docstring (GH-2274)
dong-jy committed
November 12, 2016
S
Fixed the documentation of parse_constant argument in json.load().
Serhiy Storchaka committed
S
Fixed the documentation of parse_constant argument in json.load().
Serhiy Storchaka committed
October 30, 2016
S
Issue #28541: Improve test coverage for encoding detection in json library.
Serhiy Storchaka committed
September 10, 2016
N
Issue #17909: Accept binary input in json.loads
Nick Coghlan committed
June 30, 2016
S
Issue #4945: Improved the documenting of boolean arguments in the json module.
Serhiy Storchaka committed
S
Issue #4945: Improved the documenting of boolean arguments in the json module.
Serhiy Storchaka committed
June 21, 2016
S
Issue #18726: All optional parameters of the dump(), dumps(),
Serhiy Storchaka committed
July 5, 2015
N
Issue #24540: merger from 3.4
Ned Deily committed
N
Issue #24540: fix typo in json.dumps docstring
Ned Deily committed
January 26, 2015
S
Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.
Serhiy Storchaka committed
December 8, 2013
G
Remove mentions of Python 2.x and being externally maintained from
Gregory P. Smith committed
G
Remove mentions of Python 2.x and being externally maintained from
Gregory P. Smith committed
October 20, 2013
E
E
#19307: Improve error message for json.load(s) while passing objects of the wrong type.
Ezio Melotti 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 28, 2012
E
#16333: fix example in docstring.
Ezio Melotti committed
E
E
#16333: document a way to get rid of trailing whitespace when indent is used.
Ezio Melotti committed
October 28, 2012
A
Issue #14570: Document json sort_keys parameter properly.
Andrew Svetlov committed
June 28, 2012
A
Issue #5067: improve some json error messages.
Antoine Pitrou committed
February 20, 2012
G
Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
Georg Brandl committed
April 21, 2011
É
Add a space to make json doc a bit more readable
Éric Araujo committed
January 21, 2011
A
Merged revisions 88137 via svnmerge from
Antoine Pitrou committed
November 26, 2010
G
Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from
Georg Brandl committed
October 6, 2010
May 2, 2009
B
port simplejson upgrade from the trunk #4136
Benjamin Peterson committed
April 21, 2009
R
Forward port r70471: Add object_pairs_hook. Issue 5381.
Raymond Hettinger committed
May 8, 2008
C
Merged revisions 62734,62736,62748,62769 via svnmerge from
Christian Heimes committed