1. b37509b Merged revisions 67098 via svnmerge from by Martin v. Löwis · 16 years ago
  2. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  3. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  4. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  5. 3d392eb Merged revisions 58947-59004 via svnmerge from by Guido van Rossum · 17 years ago
  6. 32fbe59 Merged revisions 58939-58946 via svnmerge from by Christian Heimes · 17 years ago
  7. aec75c3 Fixed some of the bugs in the readline module. #1425 is still open and several methods don't do enough error checks. by Christian Heimes · 17 years ago
  8. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  9. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  10. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  11. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  12. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  13. e677adc Fix parse errors in readline module when compiling without threads. by Georg Brandl · 19 years ago
  14. e3afc59 In a threads-disabled build, typing Ctrl-C into a raw_input() crashed, by Michael W. Hudson · 19 years ago
  15. da6242c Fixes for by Michael W. Hudson · 19 years ago
  16. 9a8c314 Be a bit more accurate. by Michael W. Hudson · 19 years ago
  17. b47039f I don't think it's particularly accurate to say Guido is maintaining by Michael W. Hudson · 19 years ago
  18. 9533e34 Patch #1093585: raise a ValueError for negative history items in by Martin v. Löwis · 19 years ago
  19. 7a8173a Rename a static variable "history_length" to "_history_length". by Hye-Shik Chang · 20 years ago
  20. 8da2b01 This is Michiel de Hoon's patch, as attached to the bug report: by Michael W. Hudson · 20 years ago
  21. 1fa040b SF #1015517, get readline to compile with older compilers by Neal Norwitz · 20 years ago
  22. 701abe7 Fail fatally if strdup fails. by Martin v. Löwis · 20 years ago
  23. 78a8acc Patch #914291: Restore locale while readline is running. by Martin v. Löwis · 20 years ago
  24. 6c06cd5 fix a couple problems with the last patch picked up by Michael Hudson by Skip Montanaro · 20 years ago
  25. e506901 Add get_history_item and replace_history_item functions to the readline by Skip Montanaro · 20 years ago
  26. 2384990 PyThreadState_Swap(NULL) didn't do what I thought it did. Fixes by Michael W. Hudson · 20 years ago
  27. 30ea2f2 This closes patch: by Michael W. Hudson · 20 years ago
  28. 79cddc5 stupid, stupid, stupid... raw_input() already supports readline() if the by Skip Montanaro · 20 years ago
  29. 0dc2310 Exposed readline() function from the readline module. by Skip Montanaro · 20 years ago
  30. 2786d90 A few more PyThreadState_Get to PyThreadState_GET conversions by Nicholas Bastin · 20 years ago
  31. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 20 years ago
  32. f56d015 Patch #804543: strdup saved locales. Backported to 2.3. by Martin v. Löwis · 21 years ago
  33. e7a9796 Patch #800697: Add readline.clear_history. by Martin v. Löwis · 21 years ago
  34. afd43b5 Remove inaccurate (and it turns out, entirely superfluous) declarations of by Michael W. Hudson · 21 years ago
  35. 21d896c Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros by Neal Norwitz · 21 years ago
  36. d9efdc5 get_completer() takes no args by Neal Norwitz · 21 years ago
  37. c355f0c flex_complete looks like a private (but callback) function, so make it static by Neal Norwitz · 21 years ago
  38. 0e986a3 I was in this module anyway, so I did some janitorial things. by Michael W. Hudson · 21 years ago
  39. 796df15 Add the get_completer() function based on Michael Stone's patch in by Michael W. Hudson · 21 years ago
  40. 6d0d365 Fix from Michael Stone for SF bug #660476 and #513033 (bogus thread by Guido van Rossum · 22 years ago
  41. 05ac449 A few more whitespace normalizations. by Guido van Rossum · 22 years ago
  42. 74f3143 Various cleanups: by Guido van Rossum · 22 years ago
  43. faf5e4d Patch 659834 by Magnus Lie Hetland: by Guido van Rossum · 22 years ago
  44. 566f6af Patch #512981: Update readline input stream on sys.stdin/out change. by Martin v. Löwis · 22 years ago
  45. 60c8a3a GNU readline() mistakenly sets the LC_CTYPE locale. by Guido van Rossum · 22 years ago
  46. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  47. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  48. a039274 patch #562492 - prevent duplicate lines in history by Skip Montanaro · 22 years ago
  49. 84271bb SF #558432: Prevent Annoying ' ' from readline (Holker Krekel). by Guido van Rossum · 22 years ago
  50. 0e0ee59 #544265, Remove warnings for passing const to free() by Neal Norwitz · 22 years ago
  51. 767f835 Get rid of warnings due to changing to METH_NOARGS by Neal Norwitz · 22 years ago
  52. 3a6f978 Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. by Neal Norwitz · 22 years ago
  53. 0f75e0d Add get_history_item, get_current_history_length, and redisplay functions. by Neil Schemenauer · 22 years ago
  54. 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  55. 0c1ceaf Simon Budig's patch (posted by me): by Michael W. Hudson · 22 years ago
  56. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  57. 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
  58. d4c0a9c Fixes for possible buffer overflows in sprintf() usages. by Marc-André Lemburg · 23 years ago
  59. b6c1d52 SF patch #443759: Add Interface to readline's add_history by Guido van Rossum · 23 years ago
  60. 0daad59 Patch #462122: add readline startup and pre_event hooks. by Martin v. Löwis · 23 years ago
  61. 52d55a3 Cleaned up the docstring for readline.set_completer(). by Fred Drake · 23 years ago
  62. 353ae58 SF Patch #432457 by Jason Tishler: support for readline 4.2. by Guido van Rossum · 23 years ago
  63. b0e51b2 Clean up the unsightly mess around the readline header files. We now always: by Guido van Rossum · 23 years ago
  64. 5a53019 Part of SF patch #102409 by jlt63 to support building these modules by Guido van Rossum · 24 years ago
  65. 1ea64ea Supporting rl_library_version is more trouble than it's worth -- by Guido van Rossum · 24 years ago
  66. 6c0f33f Add a definition of rl_library_version. Reported by jpettit@sourceforge. by Guido van Rossum · 24 years ago
  67. 174efc9 Use PyOS_setsig() instead of directly calling signal() or sigaction(). by Guido van Rossum · 24 years ago
  68. b9ce5ad Add three prototypes for functions in history.h to shut up gcc -Wall. by Guido van Rossum · 24 years ago
  69. 8ce159a Peter Schneider-Kamp <nowonder@nowonder.de>: by Fred Drake · 24 years ago
  70. cf4d8cc Removed unnecessary local variable -- gave warning on gcc -Wall by Moshe Zadka · 24 years ago
  71. a1abb72 Use METH_OLDARGS instead of numeric constant 0 in method def. tables by Andrew M. Kuchling · 24 years ago
  72. e365fb8 Use METH_VARARGS instead of numeric constant 1 in method def. tables by Andrew M. Kuchling · 24 years ago
  73. 4f1b208 Removed all instances of RETSIGTYPE from the source code: signal by Tim Peters · 24 years ago
  74. 2c46eaf ANSIfication of function-pointers and declarations. Also, make sure to by Thomas Wouters · 24 years ago
  75. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  76. 49bd24d added history file truncation based upon code from Johannes Zellner. by Skip Montanaro · 24 years ago
  77. a788a7f ANSI-fication by Peter Schneider-Kamp · 24 years ago
  78. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  79. 2806782 added read_history_file and write_history_file by Skip Montanaro · 24 years ago
  80. 26418a9 Trent Mick: use size_t instead of int where appropriate (call_readline()). by Guido van Rossum · 24 years ago
  81. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  82. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  83. b960e7a Patches by Kannan Vijayan: by Guido van Rossum · 25 years ago
  84. f761287 setup_readline(): Added a comment about memory leak (reported by by Barry Warsaw · 25 years ago
  85. 54ecc3d Patches by William Lewis for Nextstep descendants. by Guido van Rossum · 25 years ago
  86. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  87. 3b5330e Bernard Herzog pointed out that rl_parse_and_bind modifies its by Guido van Rossum · 26 years ago
  88. bcc2074 Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  89. a88c5f3 Correct bug doc string (discovered by Berthold Hoellmann): by Guido van Rossum · 26 years ago
  90. 730806d Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  91. 73bacfc Add unistd.h for isatty(). by Guido van Rossum · 27 years ago
  92. a59406a Darn. When thread support is disabled, the BEGIN/END macros don't by Guido van Rossum · 27 years ago
  93. 79378ff Add get_line_buffer() and insert_text(), suggested by Michael McLay. by Guido van Rossum · 27 years ago
  94. b6c935a Set the completer's word break characters appropriate for Python. by Guido van Rossum · 27 years ago
  95. 290900a Reordered and reformatted, and added some cool new features: by Guido van Rossum · 27 years ago
  96. 4462064 Renamed Py_input_hook to PyOS_InputHook. by Guido van Rossum · 27 years ago
  97. 0969d36 New mechanism for GNU readline interface, via module by Guido van Rossum · 27 years ago