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
*
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
*
Changes for BeOS, QNX and long long, by Chris Herborth.
Guido van Rossum
1998-08-04
1
-0/+9
*
Correct bug doc string (discovered by Berthold Hoellmann):
Guido van Rossum
1998-05-20
1
-1/+1
*
Make new gcc -Wall happy
Guido van Rossum
1998-04-10
1
-0/+8
*
Add unistd.h for isatty().
Guido van Rossum
1998-01-19
1
-0/+4
*
Darn. When thread support is disabled, the BEGIN/END macros don't
Guido van Rossum
1997-10-10
1
-0/+3
*
Add get_line_buffer() and insert_text(), suggested by Michael McLay.
Guido van Rossum
1997-10-07
1
-0/+40
*
Set the completer's word break characters appropriate for Python.
Guido van Rossum
1997-09-26
1
-0/+4
*
Reordered and reformatted, and added some cool new features:
Guido van Rossum
1997-09-26
1
-62/+183
*
Renamed Py_input_hook to PyOS_InputHook.
Guido van Rossum
1997-08-11
1
-2/+2
*
New mechanism for GNU readline interface, via module
Guido van Rossum
1997-08-05
1
-0/+122