index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
readline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)
Zackery Spytz
2018-12-08
1
-2/+1
*
Fix compiler warning in call_readline() (GH-10820)
Victor Stinner
2018-11-30
1
-3/+3
*
bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH...
Zvezdan Petkovic
2018-05-17
1
-1/+3
*
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner
2018-01-15
1
-2/+2
*
bpo-29240: Ignore UTF-8 Mode in time module (#5148)
Victor Stinner
2018-01-11
1
-2/+1
*
bpo-29240: readline now ignores the UTF-8 Mode (#5145)
Victor Stinner
2018-01-10
1
-2/+3
*
Fix CID-1414686: PyInit_readline() handles errors (#4647)
Victor Stinner
2017-11-30
1
-4/+18
*
bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334)
xdegaye
2017-11-12
1
-1/+1
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-24/+0
*
bpo-30946: Remove obsolete fallback code in readline module (#2738)
Antoine Pitrou
2017-07-18
1
-46/+1
*
bpo-29854: test_readline logs versions (#2619)
Victor Stinner
2017-07-07
1
-0/+1
*
bpo-29854: Fix segfault in call_readline() (GH-728)
Nir Soffer
2017-07-07
1
-4/+6
*
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka
2017-04-16
1
-4/+4
*
Replace PyObject_CallFunction() with fastcall
Victor Stinner
2016-12-01
1
-1/+1
*
merge 3.5
Benjamin Peterson
2016-09-06
1
-1/+1
|
\
|
*
explicitly cast away constness to silence compiler warning
Benjamin Peterson
2016-09-06
1
-1/+1
*
|
Issue #19884: Merge Readline updates from 3.5
Martin Panter
2016-08-27
1
-12/+15
|
\
\
|
|
/
|
*
Issue #19884: Avoid spurious output on OS X with Gnu Readline
Martin Panter
2016-08-27
1
-12/+15
*
|
Issue #16182: Merge readline locale fix from 3.5
Martin Panter
2016-06-14
1
-38/+94
|
\
\
|
|
/
|
*
Issue #16182: Fix readline begidx, endidx, and use locale encoding
Martin Panter
2016-06-14
1
-38/+94
*
|
Issue #27171: Merge typo fixes from 3.5
Martin Panter
2016-06-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter
2016-06-02
1
-1/+1
*
|
Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton
Martin Panter
2016-05-15
1
-1/+20
*
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-1/+1
|
\
\
|
|
/
*
|
Issue #6953: Merge readline doc from 3.5
Martin Panter
2016-04-05
1
-16/+16
|
\
\
|
|
/
|
*
Issue #6953: Rearrange and expand Readline module documentation
Martin Panter
2016-04-05
1
-16/+16
*
|
Issue #23735: Merge sighandler_t fix from 3.5
Martin Panter
2016-04-03
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23735: Avoid sighandler_t Gnu-ism
Martin Panter
2016-04-03
1
-1/+1
*
|
Issue #23735: Merge Readline resize handling from 3.5
Martin Panter
2016-04-03
1
-0/+31
|
\
\
|
|
/
|
*
Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price
Martin Panter
2016-04-03
1
-0/+31
*
|
Issue #24266: Merge readline Ctrl+C handling from 3.5
Martin Panter
2016-03-22
1
-0/+3
|
\
\
|
|
/
|
*
Issue #24266: Cancel history search mode with Ctrl+C in Readline 7
Martin Panter
2016-03-22
1
-0/+3
*
|
Issue #15699: Merge readline fixup from 3.5
Martin Panter
2016-03-22
1
-16/+3
|
\
\
|
|
/
|
*
Issue #15699: Reunite comment with variable
Martin Panter
2016-03-22
1
-16/+3
*
|
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka
2016-01-05
1
-3/+1
*
|
Issue #25523: Merge a-to-an corrections from 3.5
Martin Panter
2015-11-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
1
-1/+1
|
|
\
|
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
*
|
|
Issue #25203: Failed readline.set_completer_delims() no longer left the
Serhiy Storchaka
2015-09-27
1
-4/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #25203: Failed readline.set_completer_delims() no longer left the
Serhiy Storchaka
2015-09-27
1
-4/+5
|
|
\
\
|
|
|
/
|
|
*
Issue #25203: Failed readline.set_completer_delims() no longer left the
Serhiy Storchaka
2015-09-27
1
-4/+5
*
|
|
Issue #15989: Fixed some scarcely probable integer overflows.
Serhiy Storchaka
2015-09-06
1
-1/+1
|
/
/
*
|
merge 3.4 (#24058)
Benjamin Peterson
2015-04-26
1
-2/+0
|
\
\
|
|
/
|
*
remove extern definition, since it's in a header file (closes #24058)
Benjamin Peterson
2015-04-26
1
-2/+0
*
|
Issue 22940: fixes to editline support
Ned Deily
2014-11-26
1
-1/+1
*
|
only support append_history if readline has it
Benjamin Peterson
2014-11-26
1
-0/+4
*
|
add readline.append_history_file (closes #22940)
Benjamin Peterson
2014-11-26
1
-0/+37
|
/
*
Issue #22773: fix failing test with old readline versions due to issue #19884.
Antoine Pitrou
2014-11-04
1
-0/+4
*
Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off")
Victor Stinner
2014-07-24
1
-1/+5
*
Issue #19884: readline: Disable the meta modifier key if stdout is not a
Victor Stinner
2014-07-24
1
-0/+11
[next]