summaryrefslogtreecommitdiffstats
path: root/Modules/readline.c
Commit message (Expand)AuthorAgeFilesLines
* setup_readline(): Added a comment about memory leak (reported byBarry Warsaw1999-01-291-1/+5
* Patches by William Lewis for Nextstep descendants.Guido van Rossum1999-01-271-0/+1
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Bernard Herzog pointed out that rl_parse_and_bind modifies itsGuido van Rossum1998-12-041-2/+9
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-041-0/+9
* Correct bug doc string (discovered by Berthold Hoellmann):Guido van Rossum1998-05-201-1/+1
* Make new gcc -Wall happyGuido van Rossum1998-04-101-0/+8
* Add unistd.h for isatty().Guido van Rossum1998-01-191-0/+4
* Darn. When thread support is disabled, the BEGIN/END macros don'tGuido van Rossum1997-10-101-0/+3
* Add get_line_buffer() and insert_text(), suggested by Michael McLay.Guido van Rossum1997-10-071-0/+40
* Set the completer's word break characters appropriate for Python.Guido van Rossum1997-09-261-0/+4
* Reordered and reformatted, and added some cool new features:Guido van Rossum1997-09-261-62/+183
* Renamed Py_input_hook to PyOS_InputHook.Guido van Rossum1997-08-111-2/+2
* New mechanism for GNU readline interface, via moduleGuido van Rossum1997-08-051-0/+122