summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libreadline.tex
Commit message (Collapse)AuthorAgeFilesLines
* Add get_history_item and replace_history_item functions to the readlineSkip Montanaro2004-08-151-1/+10
| | | | | module. Closes patch #675551. My apologies to Michal Vitecek for taking so long to process this.
* stupid, stupid, stupid... raw_input() already supports readline() if theSkip Montanaro2004-05-241-11/+1
| | | | readline module is loaded.
* Add example that uses readline.readline().Skip Montanaro2004-05-231-0/+33
|
* Exposed readline() function from the readline module.Skip Montanaro2004-05-231-0/+5
|
* Document readline module functions added in Python 2.3. See:Phillip J. Eby2004-05-041-0/+16
| | | | | | http://mail.python.org/pipermail/python-dev/2003-September/037922.html for background. It appears I forgot to ever submit a bug report or patch.
* Patch #800697: Add readline.clear_history.Martin v. Löwis2003-09-201-0/+6
|
* I'm am the PyPy sprint waiting for a Grand Renaming so I killed a fewMichael W. Hudson2003-02-211-2/+2
| | | | seconds making the doc for get_completer marginally less minimal :)
* Add some minimal doc for get_completer added for patch 676342Neal Norwitz2003-02-211-0/+5
|
* 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