COMMITS
/ Modules/readline.c 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
September 6, 2016
B
explicitly cast away constness to silence compiler warning
Benjamin Peterson committed
August 27, 2016
M
Issue #19884: Merge Readline updates from 3.5
Martin Panter committed
M
Issue #19884: Avoid spurious output on OS X with Gnu Readline
Martin Panter committed
June 14, 2016
M
Issue #16182: Merge readline locale fix from 3.5
Martin Panter committed
M
Issue #16182: Fix readline begidx, endidx, and use locale encoding
Martin Panter committed
June 2, 2016
M
Issue #27171: Merge typo fixes from 3.5
Martin Panter committed
M
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter committed
May 15, 2016
M
Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton
Martin Panter committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
April 5, 2016
M
Issue #6953: Merge readline doc from 3.5
Martin Panter committed
M
Issue #6953: Rearrange and expand Readline module documentation
Martin Panter committed
April 3, 2016
M
Issue #23735: Merge sighandler_t fix from 3.5
Martin Panter committed
M
Issue #23735: Avoid sighandler_t Gnu-ism
Martin Panter committed
M
Issue #23735: Merge Readline resize handling from 3.5
Martin Panter committed
M
Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price
Martin Panter committed
March 22, 2016
M
Issue #24266: Merge readline Ctrl+C handling from 3.5
Martin Panter committed
M
Issue #24266: Cancel history search mode with Ctrl+C in Readline 7
Martin Panter committed
M
Issue #15699: Merge readline fixup from 3.5
Martin Panter committed
M
Issue #15699: Reunite comment with variable
Martin Panter committed
January 5, 2016
S
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka committed
November 2, 2015
M
Issue #25523: Merge a-to-an corrections from 3.5
Martin Panter committed
M
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter committed
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed