cpython/Lib/json
Miss Islington (bot) b1faed5489
[3.14] gh-146061: Clarify indent=None in json docs (GH-146095) (GH-149668)
(cherry picked from commit 833dae7c1f)

Co-authored-by: Jonathan Dung <jonathandung@yahoo.com>
2026-05-11 11:40:39 +00:00
..
__init__.py [3.14] gh-146061: Clarify indent=None in json docs (GH-146095) (GH-149668) 2026-05-11 11:40:39 +00:00
__main__.py gh-122873: Allow "python -m json" to work (#122884) 2024-08-13 17:09:38 +01:00
decoder.py [3.14] gh-140793: Improve documentatation and tests for the ensure_ascii option in the json module (GH-140906) (GH-141227) 2025-11-08 10:32:44 +00:00
encoder.py [3.14] gh-140793: Improve documentatation and tests for the ensure_ascii option in the json module (GH-140906) (GH-141227) 2025-11-08 10:32:44 +00:00
scanner.py gh-125682: Reject non-ASCII digits in the Python implementation of JSON decoder (GH-125687) 2024-10-18 15:26:29 +03:00
tool.py [3.14] gh-132631: Fix "I/O operation on closed file" when parsing JSON Lines file (GH-132632) (#148921) 2026-04-23 19:32:29 +03:00