| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |