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