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