COMMITS
/ Modules/readline.c December 23, 2025
December 5, 2025
S
gh-48752: Add readline.get_pre_input_hook() function (#141586)
Sanyam Khurana committed
October 21, 2025
August 18, 2025
A
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner committed
April 13, 2025
R
GH-115322: Add missing audit hooks (GH-115624)
Robin Jadoul committed
March 17, 2025
T
gh-126895: Fix readline module in free-threaded build (#131208)
Tomasz Pytel committed
December 5, 2024
P
gh-122431: Disallow negative values in `readline.append_history_file` (#122469)
Peter Bierma committed
May 6, 2024
P
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
Petr Viktorin committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
April 17, 2024
J
gh-117845: Detect libedit hook function signature in configure (#117870)
Joshua Root committed
December 5, 2023
December 1, 2023
T
gh-112510: Add `readline.backend` for the backend readline uses (GH-112511)
Tian Gao committed
November 28, 2023
T
gh-112105: Make completer delims work on libedit (gh-112106)
Tian Gao committed
A
gh-112292 : Catch import error conditions with readline hooks (gh-112313)
Anthony Shaw committed
October 9, 2023
B
gh-109191: Fix build with newer editline (gh-110239)
Bo Anderson committed
September 29, 2023
D
gh-105323: Update readline module to detect apple editline variant (gh-108665)
Donghee Na committed
September 2, 2023
V
gh-108765: Python.h no longer includes <sys/time.h> (#108775)
Victor Stinner committed
August 24, 2023
V
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner committed
July 22, 2023
V
gh-106320: Remove _PyOS_ReadlineTState API (#107034)
Victor Stinner committed
July 4, 2023
V
gh-106320: Remove private pylifecycle.h functions (#106400)
Victor Stinner committed
June 2, 2023
I
gh-105240: add missing function prototypes (#105241)
Irit Katriel committed
June 1, 2023
E
gh-89886: Rely on HAVE_SYS_TIME_H (#105058)
Erlend E. Aasland committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in Modules/ directory (#99469)
Victor Stinner committed
October 26, 2022
B
Fix readline.c compiler warning. (GH-98738)
Benjamin Peterson committed
October 13, 2021
V
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner committed
February 15, 2021
D
bpo-42819, readline: Disable bracketed paste (GH-24108)
Dustin Rodrigues committed
February 12, 2021
G
bpo-43172: readline now passes its tests when built against libedit (GH-24499)
Gregory P. Smith committed
February 9, 2021
R
bpo-13501: allow choosing between readline and libedit (GH-24189)
Roland Hieber committed
December 29, 2020
J
Fix minor typo in comments in readline.c (GH-23911)
Jero Bado committed
July 12, 2020
Z
bpo-20181: Convert the readline module to the Argument Clinic (#14326)
Zackery Spytz committed
April 12, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472)
Serhiy Storchaka committed
March 16, 2020
December 4, 2019
S
bpo-38634: Allow non-apple build to cope with libedit (GH-16986)
serge-sans-paille committed
October 30, 2019
V
bpo-38631: Avoid Py_FatalError() in readline (GH-16998)
Victor Stinner committed
June 17, 2019
V
bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890)
Victor Stinner committed
December 8, 2018
Z
bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)
Zackery Spytz committed
November 30, 2018
V
Fix compiler warning in call_readline() (GH-10820)
Victor Stinner committed
May 17, 2018
Z
bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915)
Zvezdan Petkovic committed
January 15, 2018
V
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner committed
January 11, 2018
V
bpo-29240: Ignore UTF-8 Mode in time module (#5148)
Victor Stinner committed
January 10, 2018
V
bpo-29240: readline now ignores the UTF-8 Mode (#5145)
Victor Stinner committed
November 30, 2017
V
Fix CID-1414686: PyInit_readline() handles errors (#4647)
Victor Stinner committed
November 12, 2017
X
bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334)
xdegaye committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
July 18, 2017
A
bpo-30946: Remove obsolete fallback code in readline module (#2738)
Antoine Pitrou committed
July 7, 2017
V
bpo-29854: test_readline logs versions (#2619)
Victor Stinner committed
N
bpo-29854: Fix segfault in call_readline() (GH-728)
Nir Soffer committed
April 16, 2017
S
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka committed
December 1, 2016
V
Replace PyObject_CallFunction() with fastcall
Victor Stinner committed