summaryrefslogtreecommitdiffstats
path: root/Doc/library/pprint.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-12-02 12:51:18 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-12-02 12:51:37 (GMT)
commit57e0d177c26d4a508ef46adae9cbae46fca39f70 (patch)
tree750838e601084a330dc5f3b704e4e38d3ec6381e /Doc/library/pprint.rst
parent49fe7574d9e267fcd82269228995068744e9f0f8 (diff)
downloadcpython-3.14.1.zip
cpython-3.14.1.tar.gz
cpython-3.14.1.tar.bz2
Python 3.14.1v3.14.1
Diffstat (limited to 'Doc/library/pprint.rst')
0 files changed, 0 insertions, 0 deletions
/td>gh-124445: Allow specializing generic ParamSpec aliases (#124512)Tomas R.2025-03-031-2/+71 * gh-119180: Add evaluate functions for type params and type aliases (#122212)Jelle Zijlstra2024-07-271-66/+4 * gh-121660: Fix `ga_getitem` by explicitly checking for `NULL` result (#121661)sobolevn2024-07-141-0/+4 * gh-119182: Use public PyUnicodeWriter API in ga_repr() (#120799)Victor Stinner2024-06-201-33/+35 * gh-117764: Fix and add signatures for many builtins (GH-117769)Serhiy Storchaka2024-04-121-0/+2 * gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-171-0/+1 * gh-108511: Add C API functions which do not silently ignore errors (GH-109025)Serhiy Storchaka2023-09-17