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
*
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
*
Issue #20437: Fixed 22 potential bugs when deleting objects references.
Serhiy Storchaka
2014-02-09
1
-3/+2
|
\
|
*
Issue #20437: Fixed 21 potential bugs when deleting objects references.
Serhiy Storchaka
2014-02-09
1
-3/+2
*
|
Issue #20374: merge
Ned Deily
2014-02-06
1
-1/+0
|
\
\
|
|
/
|
*
Issue #20374: delete spurious empty line
Ned Deily
2014-02-06
1
-1/+0
*
|
Issue #20374: merge
Ned Deily
2014-02-06
1
-0/+9
|
\
\
|
|
/
|
*
Issue #20374: Avoid compiler warnings when compiling readline with libedit.
Ned Deily
2014-02-06
1
-0/+9
*
|
merge 3.3 (#20374)
Benjamin Peterson
2014-01-24
1
-4/+4
|
\
\
|
|
/
|
*
new plan: just remove typecasts (closes #20374)
Benjamin Peterson
2014-01-24
1
-4/+4
*
|
merge 3.3 (#20374)
Benjamin Peterson
2014-01-24
1
-3/+3
|
\
\
|
|
/
|
*
use new readline function types (closes #20374)
Benjamin Peterson
2014-01-24
1
-3/+3
*
|
make char* const
Christian Heimes
2013-12-04
1
-1/+1
*
|
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka
2013-10-19
1
-2/+2
*
|
Issue #18458: merge comments from 3.3
Ned Deily
2013-10-12
1
-3/+3
|
\
\
|
|
/
|
*
Issue #18458: Prevent crashes with newer versions of libedit. Its readline
Ned Deily
2013-10-12
1
-15/+25
*
|
Close #16742: Fix misuse of memory allocations in PyOS_Readline()
Victor Stinner
2013-10-10
1
-2/+2
*
|
Issue #18458: Prevent crashes with newer versions of libedit. Its readline
Ned Deily
2013-09-06
1
-12/+22
*
|
Issue #15699: The readline module now uses PEP 3121-style module initializati...
Antoine Pitrou
2013-07-31
1
-42/+110
*
|
Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules
Victor Stinner
2013-07-07
1
-2/+2
*
|
Issue #17289: The readline module now plays nicer with external modules or ap...
Antoine Pitrou
2013-05-06
1
-7/+18
|
\
\
|
|
/
|
*
Issue #17289: The readline module now plays nicer with external modules or ap...
Antoine Pitrou
2013-05-06
1
-7/+18
*
|
Back out fix for issue #13886; it introduced a new bug in interactive readlin...
Nadeem Vawda
2013-02-02
1
-1/+1
|
\
\
|
|
/
|
*
Back out fix for issue #13886; it introduced a new bug in interactive readlin...
Nadeem Vawda
2013-02-02
1
-1/+1
|
|
\
|
|
*
Back out fix for issue #13886; it introduced a new bug in interactive readlin...
Nadeem Vawda
2013-02-02
1
-1/+1
*
|
|
Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.
Nadeem Vawda
2013-01-27
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.
Nadeem Vawda
2013-01-27
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.
Nadeem Vawda
2013-01-27
1
-1/+1
*
|
|
#16135: Removal of OS/2 support (Modules/*)
Jesus Cea
2012-10-05
1
-4/+0
|
/
/
*
|
Issue #10350: Read and save errno before calling a function which might overw...
Antoine Pitrou
2011-12-16
1
-5/+8
|
\
\
|
|
/
|
*
Issue #10350: Read and save errno before calling a function which might overw...
Antoine Pitrou
2011-12-16
1
-5/+8
*
|
Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of
Victor Stinner
2011-03-21
1
-7/+6
|
/
*
#9907: call rl_initialize early when using editline on OSX
R. David Murray
2010-12-18
1
-2/+15
*
Fix Issue 10307 - compile error in readline.c
Senthil Kumaran
2010-11-04
1
-1/+1
*
Fix compiler warning about unused static function.
Georg Brandl
2010-10-18
1
-1/+4
*
Under OS X, history_get from readline returns a const char *, but the local
Brett Cannon
2010-08-22
1
-3/+3
*
Issue #8065: Fix another memory leak in readline module, from failure to free
Mark Dickinson
2010-08-03
1
-19/+26
*
Issue #9450: Fix memory leaks in readline.remove/replace_history_entry.
Mark Dickinson
2010-08-03
1
-12/+34
*
readline: use PyUnicode_FSConverter() to parse filenames
Victor Stinner
2010-06-11
1
-10/+32
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-520/+520
*
Merged revisions 78148 via svnmerge from
Ronald Oussoren
2010-02-11
1
-0/+3
*
Merged revisions 75725 via svnmerge from
Antoine Pitrou
2009-10-26
1
-0/+2
*
Merged revisions 75531-75532 via svnmerge from
Antoine Pitrou
2009-10-19
1
-3/+4
*
Merged revisions 74970 via svnmerge from
Ronald Oussoren
2009-09-20
1
-0/+69
*
Merged revisions 71229,71271 via svnmerge from
Matthias Klose
2009-04-07
1
-2/+2
*
Merged revisions 67098 via svnmerge from
Martin v. Löwis
2008-11-04
1
-0/+8
[next]