summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libreadline.tex
Commit message (Expand)AuthorAgeFilesLines
* Add get_history_item and replace_history_item functions to the readlineSkip Montanaro2004-08-151-1/+10
* stupid, stupid, stupid... raw_input() already supports readline() if theSkip Montanaro2004-05-241-11/+1
* 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
* 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
* 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
* 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
* 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
* simple-minded readline section doc based upon module's doc strings.Skip Montanaro2000-07-061-0/+90