1. dafb1e5 [Bug #1529157] Mention raw_input() and input(); while I'm at it, reword the description a bit by Andrew M. Kuchling · 19 years ago
  2. e506901 Add get_history_item and replace_history_item functions to the readline by Skip Montanaro · 21 years ago
  3. 79cddc5 stupid, stupid, stupid... raw_input() already supports readline() if the by Skip Montanaro · 21 years ago
  4. b98a8ba Add example that uses readline.readline(). by Skip Montanaro · 21 years ago
  5. 0dc2310 Exposed readline() function from the readline module. by Skip Montanaro · 21 years ago
  6. 5068c87 Document readline module functions added in Python 2.3. See: by Phillip J. Eby · 21 years ago
  7. e7a9796 Patch #800697: Add readline.clear_history. by Martin v. Löwis · 22 years ago
  8. f5dd753 I'm am the PyPy sprint waiting for a Grand Renaming so I killed a few by Michael W. Hudson · 22 years ago
  9. b7d1d3c Add some minimal doc for get_completer added for patch 676342 by Neal Norwitz · 22 years ago
  10. b6c1d52 SF patch #443759: Add Interface to readline's add_history by Guido van Rossum · 24 years ago
  11. 0daad59 Patch #462122: add readline startup and pre_event hooks. by Martin v. Löwis · 24 years ago
  12. 905dc55 Cleaned up the description of readline.set_completer(). by Fred Drake · 24 years ago
  13. f8ca7d8 Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 25 years ago
  14. 3fe9a98 Correct markup error. by Fred Drake · 25 years ago
  15. 7cb1524 added documentation for new functions {get,set}_history_length by Skip Montanaro · 25 years ago
  16. 3c62d9e Several small changes, mostly to the markup, to improve consistency and by Fred Drake · 25 years ago
  17. 510ca1d simple-minded readline section doc based upon module's doc strings. by Skip Montanaro · 25 years ago