1. 6c0f33f Add a definition of rl_library_version. Reported by jpettit@sourceforge. by Guido van Rossum · 24 years ago
  2. 174efc9 Use PyOS_setsig() instead of directly calling signal() or sigaction(). by Guido van Rossum · 24 years ago
  3. b9ce5ad Add three prototypes for functions in history.h to shut up gcc -Wall. by Guido van Rossum · 24 years ago
  4. 8ce159a Peter Schneider-Kamp <nowonder@nowonder.de>: by Fred Drake · 24 years ago
  5. cf4d8cc Removed unnecessary local variable -- gave warning on gcc -Wall by Moshe Zadka · 24 years ago
  6. a1abb72 Use METH_OLDARGS instead of numeric constant 0 in method def. tables by Andrew M. Kuchling · 24 years ago
  7. e365fb8 Use METH_VARARGS instead of numeric constant 1 in method def. tables by Andrew M. Kuchling · 24 years ago
  8. 4f1b208 Removed all instances of RETSIGTYPE from the source code: signal by Tim Peters · 24 years ago
  9. 2c46eaf ANSIfication of function-pointers and declarations. Also, make sure to by Thomas Wouters · 24 years ago
  10. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  11. 49bd24d added history file truncation based upon code from Johannes Zellner. by Skip Montanaro · 24 years ago
  12. a788a7f ANSI-fication by Peter Schneider-Kamp · 24 years ago
  13. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  14. 2806782 added read_history_file and write_history_file by Skip Montanaro · 24 years ago
  15. 26418a9 Trent Mick: use size_t instead of int where appropriate (call_readline()). by Guido van Rossum · 24 years ago
  16. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  17. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  18. b960e7a Patches by Kannan Vijayan: by Guido van Rossum · 25 years ago
  19. f761287 setup_readline(): Added a comment about memory leak (reported by by Barry Warsaw · 25 years ago
  20. 54ecc3d Patches by William Lewis for Nextstep descendants. by Guido van Rossum · 25 years ago
  21. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  22. 3b5330e Bernard Herzog pointed out that rl_parse_and_bind modifies its by Guido van Rossum · 26 years ago
  23. bcc2074 Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  24. a88c5f3 Correct bug doc string (discovered by Berthold Hoellmann): by Guido van Rossum · 26 years ago
  25. 730806d Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  26. 73bacfc Add unistd.h for isatty(). by Guido van Rossum · 27 years ago
  27. a59406a Darn. When thread support is disabled, the BEGIN/END macros don't by Guido van Rossum · 27 years ago
  28. 79378ff Add get_line_buffer() and insert_text(), suggested by Michael McLay. by Guido van Rossum · 27 years ago
  29. b6c935a Set the completer's word break characters appropriate for Python. by Guido van Rossum · 27 years ago
  30. 290900a Reordered and reformatted, and added some cool new features: by Guido van Rossum · 27 years ago
  31. 4462064 Renamed Py_input_hook to PyOS_InputHook. by Guido van Rossum · 27 years ago
  32. 0969d36 New mechanism for GNU readline interface, via module by Guido van Rossum · 27 years ago