COMMITS
/ Modules/clinic/readline.c.h December 5, 2025
S
gh-48752: Add readline.get_pre_input_hook() function (#141586)
Sanyam Khurana committed
March 17, 2025
T
gh-126895: Fix readline module in free-threaded build (#131208)
Tomasz Pytel committed
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
August 31, 2023
V
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner committed
August 24, 2023
V
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner committed
June 1, 2023
V
gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)
Victor Stinner committed
August 11, 2022
May 3, 2022
V
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner committed
February 12, 2021
G
bpo-43172: readline now passes its tests when built against libedit (GH-24499)
Gregory P. Smith committed
July 12, 2020
Z
bpo-20181: Convert the readline module to the Argument Clinic (#14326)
Zackery Spytz committed