Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ccc2e3d05d2c7475f84718b066ab0306ea97e168
/
Modules
/
readline.c
5a53019
Part of SF patch #102409 by jlt63 to support building these modules
by Guido van Rossum
· 24 years ago
1ea64ea
Supporting rl_library_version is more trouble than it's worth --
by Guido van Rossum
· 24 years ago
6c0f33f
Add a definition of rl_library_version. Reported by jpettit@sourceforge.
by Guido van Rossum
· 24 years ago
174efc9
Use PyOS_setsig() instead of directly calling signal() or sigaction().
by Guido van Rossum
· 24 years ago
b9ce5ad
Add three prototypes for functions in history.h to shut up gcc -Wall.
by Guido van Rossum
· 24 years ago
8ce159a
Peter Schneider-Kamp <nowonder@nowonder.de>:
by Fred Drake
· 24 years ago
cf4d8cc
Removed unnecessary local variable -- gave warning on gcc -Wall
by Moshe Zadka
· 24 years ago
a1abb72
Use METH_OLDARGS instead of numeric constant 0 in method def. tables
by Andrew M. Kuchling
· 24 years ago
e365fb8
Use METH_VARARGS instead of numeric constant 1 in method def. tables
by Andrew M. Kuchling
· 24 years ago
4f1b208
Removed all instances of RETSIGTYPE from the source code: signal
by Tim Peters
· 24 years ago
2c46eaf
ANSIfication of function-pointers and declarations. Also, make sure to
by Thomas Wouters
· 24 years ago
f3f33dc
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
by Thomas Wouters
· 24 years ago
49bd24d
added history file truncation based upon code from Johannes Zellner.
by Skip Montanaro
· 24 years ago
a788a7f
ANSI-fication
by Peter Schneider-Kamp
· 25 years ago
dbd9ba6
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
by Tim Peters
· 25 years ago
2806782
added read_history_file and write_history_file
by Skip Montanaro
· 25 years ago
26418a9
Trent Mick: use size_t instead of int where appropriate (call_readline()).
by Guido van Rossum
· 25 years ago
b18618d
Vladimir Marangozov's long-awaited malloc restructuring.
by Guido van Rossum
· 25 years ago
43713e5
Massive patch by Skip Montanaro to add ":name" to as many
by Guido van Rossum
· 25 years ago
b960e7a
Patches by Kannan Vijayan:
by Guido van Rossum
· 25 years ago
f761287
setup_readline(): Added a comment about memory leak (reported by
by Barry Warsaw
· 26 years ago
54ecc3d
Patches by William Lewis for Nextstep descendants.
by Guido van Rossum
· 26 years ago
3886bb6
Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows.
by Guido van Rossum
· 26 years ago
3b5330e
Bernard Herzog pointed out that rl_parse_and_bind modifies its
by Guido van Rossum
· 26 years ago
bcc2074
Changes for BeOS, QNX and long long, by Chris Herborth.
by Guido van Rossum
· 26 years ago
a88c5f3
Correct bug doc string (discovered by Berthold Hoellmann):
by Guido van Rossum
· 27 years ago
730806d
Make new gcc -Wall happy
by Guido van Rossum
· 27 years ago
73bacfc
Add unistd.h for isatty().
by Guido van Rossum
· 27 years ago
a59406a
Darn. When thread support is disabled, the BEGIN/END macros don't
by Guido van Rossum
· 27 years ago
79378ff
Add get_line_buffer() and insert_text(), suggested by Michael McLay.
by Guido van Rossum
· 27 years ago
b6c935a
Set the completer's word break characters appropriate for Python.
by Guido van Rossum
· 27 years ago
290900a
Reordered and reformatted, and added some cool new features:
by Guido van Rossum
· 27 years ago
4462064
Renamed Py_input_hook to PyOS_InputHook.
by Guido van Rossum
· 27 years ago
0969d36
New mechanism for GNU readline interface, via module
by Guido van Rossum
· 27 years ago