COMMITS
/ Modules/readline.c 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
September 27, 2015
S
Issue #25203: Failed readline.set_completer_delims() no longer left the
Serhiy Storchaka committed
S
Issue #25203: Failed readline.set_completer_delims() no longer left the
Serhiy Storchaka committed
S
Issue #25203: Failed readline.set_completer_delims() no longer left the
Serhiy Storchaka committed
September 6, 2015
S
Issue #15989: Fixed some scarcely probable integer overflows.
Serhiy Storchaka committed
April 26, 2015
B
merge 3.4 (#24058)
Benjamin Peterson committed
B
remove extern definition, since it's in a header file (closes #24058)
Benjamin Peterson committed
November 26, 2014
N
Issue 22940: fixes to editline support
Ned Deily committed
B
only support append_history if readline has it
Benjamin Peterson committed
B
add readline.append_history_file (closes #22940)
Benjamin Peterson committed
November 4, 2014
A
Issue #22773: fix failing test with old readline versions due to issue #19884.
Antoine Pitrou committed
July 24, 2014
V
Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off")
Victor Stinner committed
V
Issue #19884: readline: Disable the meta modifier key if stdout is not a
Victor Stinner committed
February 9, 2014
S
Issue #20437: Fixed 22 potential bugs when deleting objects references.
Serhiy Storchaka committed
S
Issue #20437: Fixed 21 potential bugs when deleting objects references.
Serhiy Storchaka committed
February 6, 2014
N
Issue #20374: merge
Ned Deily committed
N
Issue #20374: delete spurious empty line
Ned Deily committed
N
Issue #20374: merge
Ned Deily committed
N
Issue #20374: Avoid compiler warnings when compiling readline with libedit.
Ned Deily committed
January 24, 2014
B
merge 3.3 (#20374)
Benjamin Peterson committed
B
new plan: just remove typecasts (closes #20374)
Benjamin Peterson committed
B
merge 3.3 (#20374)
Benjamin Peterson committed