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
*
I was in this module anyway, so I did some janitorial things.
Michael W. Hudson
2003-01-30
1
-17/+14
*
Add the get_completer() function based on Michael Stone's patch in
Michael W. Hudson
2003-01-30
1
-0/+17
*
Fix from Michael Stone for SF bug #660476 and #513033 (bogus thread
Guido van Rossum
2003-01-07
1
-13/+7
*
A few more whitespace normalizations.
Guido van Rossum
2003-01-07
1
-1/+4
*
Various cleanups:
Guido van Rossum
2003-01-07
1
-45/+80
*
Patch 659834 by Magnus Lie Hetland:
Guido van Rossum
2002-12-30
1
-0/+4
*
Patch #512981: Update readline input stream on sys.stdin/out change.
Martin v. Löwis
2002-10-26
1
-7/+13
*
GNU readline() mistakenly sets the LC_CTYPE locale.
Guido van Rossum
2002-10-09
1
-0/+17
*
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond
2002-08-02
1
-1/+1
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-73/+59
*
patch #562492 - prevent duplicate lines in history
Skip Montanaro
2002-06-11
1
-2/+19
*
SF #558432: Prevent Annoying ' ' from readline (Holker Krekel).
Guido van Rossum
2002-05-30
1
-0/+1
*
#544265, Remove warnings for passing const to free()
Neal Norwitz
2002-04-21
1
-1/+1
*
Get rid of warnings due to changing to METH_NOARGS
Neal Norwitz
2002-03-31
1
-5/+5
*
Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS.
Neal Norwitz
2002-03-25
1
-23/+10
*
Add get_history_item, get_current_history_length, and redisplay functions.
Neil Schemenauer
2002-03-24
1
-2/+61
*
OS/2 EMX port changes (Modules part of patch #450267):
Andrew MacIntyre
2002-03-03
1
-0/+4
*
Simon Budig's patch (posted by me):
Michael W. Hudson
2002-02-13
1
-0/+3
*
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis
2002-01-12
1
-4/+0
*
sprintf -> PyOS_snprintf in some "obviously safe" cases.
Tim Peters
2001-11-28
1
-2/+4
*
Fixes for possible buffer overflows in sprintf() usages.
Marc-André Lemburg
2001-11-28
1
-2/+2
*
SF patch #443759: Add Interface to readline's add_history
Guido van Rossum
2001-10-19
1
-0/+18
*
Patch #462122: add readline startup and pre_event hooks.
Martin v. Löwis
2001-09-30
1
-24/+127
*
Cleaned up the docstring for readline.set_completer().
Fred Drake
2001-08-01
1
-1/+1
*
SF Patch #432457 by Jason Tishler: support for readline 4.2.
Guido van Rossum
2001-07-10
1
-0/+4
*
Clean up the unsightly mess around the readline header files. We now
Guido van Rossum
2001-04-13
1
-24/+1
*
Part of SF patch #102409 by jlt63 to support building these modules
Guido van Rossum
2001-01-10
1
-2/+6
*
Supporting rl_library_version is more trouble than it's worth --
Guido van Rossum
2000-10-02
1
-8/+1
*
Add a definition of rl_library_version. Reported by jpettit@sourceforge.
Guido van Rossum
2000-09-20
1
-0/+1
*
Use PyOS_setsig() instead of directly calling signal() or sigaction().
Guido van Rossum
2000-09-16
1
-5/+12
*
Add three prototypes for functions in history.h to shut up gcc -Wall.
Guido van Rossum
2000-09-01
1
-0/+3
*
Peter Schneider-Kamp <nowonder@nowonder.de>:
Fred Drake
2000-08-31
1
-7/+7
*
Removed unnecessary local variable -- gave warning on gcc -Wall
Moshe Zadka
2000-08-04
1
-2/+0
*
Use METH_OLDARGS instead of numeric constant 0 in method def. tables
Andrew M. Kuchling
2000-08-03
1
-7/+8
*
Use METH_VARARGS instead of numeric constant 1 in method def. tables
Andrew M. Kuchling
2000-08-03
1
-8/+12
*
Removed all instances of RETSIGTYPE from the source code: signal
Tim Peters
2000-07-23
1
-5/+2
*
ANSIfication of function-pointers and declarations. Also, make sure to
Thomas Wouters
2000-07-22
1
-2/+5
*
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters
2000-07-21
1
-2/+2
*
added history file truncation based upon code from Johannes Zellner.
Skip Montanaro
2000-07-19
1
-0/+42
*
ANSI-fication
Peter Schneider-Kamp
2000-07-10
1
-44/+15
*
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters
2000-07-09
1
-1/+1
*
added read_history_file and write_history_file
Skip Montanaro
2000-07-06
1
-0/+50
*
Trent Mick: use size_t instead of int where appropriate (call_readline()).
Guido van Rossum
2000-06-28
1
-1/+1
*
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum
2000-05-03
1
-3/+11
*
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum
2000-02-29
1
-5/+5
*
Patches by Kannan Vijayan:
Guido van Rossum
1999-11-18
1
-4/+108
*
setup_readline(): Added a comment about memory leak (reported by
Barry Warsaw
1999-01-29
1
-1/+5
*
Patches by William Lewis for Nextstep descendants.
Guido van Rossum
1999-01-27
1
-0/+1
*
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum
1998-12-04
1
-1/+1
*
Bernard Herzog pointed out that rl_parse_and_bind modifies its
Guido van Rossum
1998-12-04
1
-2/+9
[next]