summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libreadline.tex
Commit message (Collapse)AuthorAgeFilesLines
* SF patch #443759: Add Interface to readline's add_historyGuido van Rossum2001-10-191-0/+4
| | | | | | | | | | | | | | This was submitted by Moshe, but apparently he's too busy to check it in himself. He wrote: Here is a function in GNU readline called add_history, which is used to manage the history list. Though Python uses this function internally, it does not expose it to the Python programmer. This patch adds direct interface to this function with documentation. This could be used by friendly modules to "seed" the history with commands.
* Patch #462122: add readline startup and pre_event hooks.Martin v. Löwis2001-09-301-0/+16
|
* Cleaned up the description of readline.set_completer().Fred Drake2001-08-011-4/+7
| | | | Thanks to Nathaniel Gray for reporting the confusion.
* Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.Fred Drake2000-10-101-1/+1
|
* Correct markup error.Fred Drake2000-08-091-2/+3
|
* added documentation for new functions {get,set}_history_lengthSkip Montanaro2000-07-191-0/+11
|
* Several small changes, mostly to the markup, to improve consistency andFred Drake2000-07-061-30/+34
| | | | | | internal hyperlinking. Move some things around, also for consistency with other modules ("See also" stuff tends to live at the \section level, before sub-sections, etc.).
* simple-minded readline section doc based upon module's doc strings.Skip Montanaro2000-07-061-0/+90