Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add get_history_item and replace_history_item functions to the readline | Skip Montanaro | 2004-08-15 | 1 | -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 the | Skip Montanaro | 2004-05-24 | 1 | -11/+1 |
| | | | | readline module is loaded. | ||||
* | Add example that uses readline.readline(). | Skip Montanaro | 2004-05-23 | 1 | -0/+33 |
| | |||||
* | Exposed readline() function from the readline module. | Skip Montanaro | 2004-05-23 | 1 | -0/+5 |
| | |||||
* | Document readline module functions added in Python 2.3. See: | Phillip J. Eby | 2004-05-04 | 1 | -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öwis | 2003-09-20 | 1 | -0/+6 |
| | |||||
* | I'm am the PyPy sprint waiting for a Grand Renaming so I killed a few | Michael W. Hudson | 2003-02-21 | 1 | -2/+2 |
| | | | | seconds making the doc for get_completer marginally less minimal :) | ||||
* | Add some minimal doc for get_completer added for patch 676342 | Neal Norwitz | 2003-02-21 | 1 | -0/+5 |
| | |||||
* | SF patch #443759: Add Interface to readline's add_history | Guido van Rossum | 2001-10-19 | 1 | -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öwis | 2001-09-30 | 1 | -0/+16 |
| | |||||
* | Cleaned up the description of readline.set_completer(). | Fred Drake | 2001-08-01 | 1 | -4/+7 |
| | | | | Thanks to Nathaniel Gray for reporting the confusion. | ||||
* | Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. | Fred Drake | 2000-10-10 | 1 | -1/+1 |
| | |||||
* | Correct markup error. | Fred Drake | 2000-08-09 | 1 | -2/+3 |
| | |||||
* | added documentation for new functions {get,set}_history_length | Skip Montanaro | 2000-07-19 | 1 | -0/+11 |
| | |||||
* | Several small changes, mostly to the markup, to improve consistency and | Fred Drake | 2000-07-06 | 1 | -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 Montanaro | 2000-07-06 | 1 | -0/+90 |