1. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  2. a039274 patch #562492 - prevent duplicate lines in history by Skip Montanaro · 22 years ago
  3. 84271bb SF #558432: Prevent Annoying ' ' from readline (Holker Krekel). by Guido van Rossum · 22 years ago
  4. 0e0ee59 #544265, Remove warnings for passing const to free() by Neal Norwitz · 22 years ago
  5. 767f835 Get rid of warnings due to changing to METH_NOARGS by Neal Norwitz · 22 years ago
  6. 3a6f978 Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. by Neal Norwitz · 22 years ago
  7. 0f75e0d Add get_history_item, get_current_history_length, and redisplay functions. by Neil Schemenauer · 22 years ago
  8. 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  9. 0c1ceaf Simon Budig's patch (posted by me): by Michael W. Hudson · 22 years ago
  10. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 22 years ago
  11. 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
  12. d4c0a9c Fixes for possible buffer overflows in sprintf() usages. by Marc-André Lemburg · 23 years ago
  13. b6c1d52 SF patch #443759: Add Interface to readline's add_history by Guido van Rossum · 23 years ago
  14. 0daad59 Patch #462122: add readline startup and pre_event hooks. by Martin v. Löwis · 23 years ago
  15. 52d55a3 Cleaned up the docstring for readline.set_completer(). by Fred Drake · 23 years ago
  16. 353ae58 SF Patch #432457 by Jason Tishler: support for readline 4.2. by Guido van Rossum · 23 years ago
  17. b0e51b2 Clean up the unsightly mess around the readline header files. We now always: by Guido van Rossum · 23 years ago
  18. 5a53019 Part of SF patch #102409 by jlt63 to support building these modules by Guido van Rossum · 23 years ago
  19. 1ea64ea Supporting rl_library_version is more trouble than it's worth -- by Guido van Rossum · 24 years ago
  20. 6c0f33f Add a definition of rl_library_version. Reported by jpettit@sourceforge. by Guido van Rossum · 24 years ago
  21. 174efc9 Use PyOS_setsig() instead of directly calling signal() or sigaction(). by Guido van Rossum · 24 years ago
  22. b9ce5ad Add three prototypes for functions in history.h to shut up gcc -Wall. by Guido van Rossum · 24 years ago
  23. 8ce159a Peter Schneider-Kamp <nowonder@nowonder.de>: by Fred Drake · 24 years ago
  24. cf4d8cc Removed unnecessary local variable -- gave warning on gcc -Wall by Moshe Zadka · 24 years ago
  25. a1abb72 Use METH_OLDARGS instead of numeric constant 0 in method def. tables by Andrew M. Kuchling · 24 years ago
  26. e365fb8 Use METH_VARARGS instead of numeric constant 1 in method def. tables by Andrew M. Kuchling · 24 years ago
  27. 4f1b208 Removed all instances of RETSIGTYPE from the source code: signal by Tim Peters · 24 years ago
  28. 2c46eaf ANSIfication of function-pointers and declarations. Also, make sure to by Thomas Wouters · 24 years ago
  29. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  30. 49bd24d added history file truncation based upon code from Johannes Zellner. by Skip Montanaro · 24 years ago
  31. a788a7f ANSI-fication by Peter Schneider-Kamp · 24 years ago
  32. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  33. 2806782 added read_history_file and write_history_file by Skip Montanaro · 24 years ago
  34. 26418a9 Trent Mick: use size_t instead of int where appropriate (call_readline()). by Guido van Rossum · 24 years ago
  35. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  36. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  37. b960e7a Patches by Kannan Vijayan: by Guido van Rossum · 25 years ago
  38. f761287 setup_readline(): Added a comment about memory leak (reported by by Barry Warsaw · 25 years ago
  39. 54ecc3d Patches by William Lewis for Nextstep descendants. by Guido van Rossum · 25 years ago
  40. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  41. 3b5330e Bernard Herzog pointed out that rl_parse_and_bind modifies its by Guido van Rossum · 26 years ago
  42. bcc2074 Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  43. a88c5f3 Correct bug doc string (discovered by Berthold Hoellmann): by Guido van Rossum · 26 years ago
  44. 730806d Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  45. 73bacfc Add unistd.h for isatty(). by Guido van Rossum · 26 years ago
  46. a59406a Darn. When thread support is disabled, the BEGIN/END macros don't by Guido van Rossum · 27 years ago
  47. 79378ff Add get_line_buffer() and insert_text(), suggested by Michael McLay. by Guido van Rossum · 27 years ago
  48. b6c935a Set the completer's word break characters appropriate for Python. by Guido van Rossum · 27 years ago
  49. 290900a Reordered and reformatted, and added some cool new features: by Guido van Rossum · 27 years ago
  50. 4462064 Renamed Py_input_hook to PyOS_InputHook. by Guido van Rossum · 27 years ago
  51. 0969d36 New mechanism for GNU readline interface, via module by Guido van Rossum · 27 years ago