1. 92639cc Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off") by Victor Stinner · 10 years ago
  2. a3c80ce Issue #19884: readline: Disable the meta modifier key if stdout is not a by Victor Stinner · 10 years ago
  3. dfe98a1 Issue #20437: Fixed 22 potential bugs when deleting objects references. by Serhiy Storchaka · 10 years ago
  4. 505ff75 Issue #20437: Fixed 21 potential bugs when deleting objects references. by Serhiy Storchaka · 10 years ago
  5. 93db29b Issue #20374: merge by Ned Deily · 10 years ago
  6. 22d415c Issue #20374: delete spurious empty line by Ned Deily · 10 years ago
  7. 4b104ab Issue #20374: merge by Ned Deily · 10 years ago
  8. 7b9ddea Issue #20374: Avoid compiler warnings when compiling readline with libedit. by Ned Deily · 10 years ago
  9. c3bf14d merge 3.3 (#20374) by Benjamin Peterson · 10 years ago
  10. f0b463a new plan: just remove typecasts (closes #20374) by Benjamin Peterson · 10 years ago
  11. 8f81c3c merge 3.3 (#20374) by Benjamin Peterson · 10 years ago
  12. 5f6bf55 use new readline function types (closes #20374) by Benjamin Peterson · 10 years ago
  13. a3da7c5 make char* const by Christian Heimes · 11 years ago
  14. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  15. 9809ca9 Issue #18458: merge comments from 3.3 by Ned Deily · 11 years ago
  16. 5d4121a Issue #18458: Prevent crashes with newer versions of libedit. Its readline by Ned Deily · 11 years ago
  17. 2fe9bac Close #16742: Fix misuse of memory allocations in PyOS_Readline() by Victor Stinner · 11 years ago
  18. f70f4a6 Issue #18458: Prevent crashes with newer versions of libedit. Its readline by Ned Deily · 11 years ago
  19. 5c30a75 Issue #15699: The readline module now uses PEP 3121-style module initialization, so as to reclaim allocated resources (Python callbacks) at shutdown. by Antoine Pitrou · 11 years ago
  20. b640491 Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules by Victor Stinner · 11 years ago
  21. 9b5d4d8 Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable. by Antoine Pitrou · 11 years ago
  22. a7f7deb Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable. by Antoine Pitrou · 11 years ago
  23. 5626556 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 11 years ago
  24. c27bcbf Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 11 years ago
  25. 6375257 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 11 years ago
  26. ef0a44c Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 11 years ago
  27. 60cc323 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 11 years ago
  28. 6f02ea0 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 11 years ago
  29. 14c81ab #16135: Removal of OS/2 support (Modules/*) by Jesus Cea · 12 years ago
  30. ab0e9f7 Issue #10350: Read and save errno before calling a function which might overwrite it. by Antoine Pitrou · 13 years ago
  31. c345ce1 Issue #10350: Read and save errno before calling a function which might overwrite it. by Antoine Pitrou · 13 years ago
  32. 6ced7c4 Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of by Victor Stinner · 13 years ago
  33. 52d1b4e #9907: call rl_initialize early when using editline on OSX by R. David Murray · 14 years ago
  34. 95c0700 Fix Issue 10307 - compile error in readline.c by Senthil Kumaran · 14 years ago
  35. 646fdd6 Fix compiler warning about unused static function. by Georg Brandl · 14 years ago
  36. 2525dc8 Under OS X, history_get from readline returns a const char *, but the local by Brett Cannon · 14 years ago
  37. 6b54e1f Issue #8065: Fix another memory leak in readline module, from failure to free by Mark Dickinson · 14 years ago
  38. 29b238e Issue #9450: Fix memory leaks in readline.remove/replace_history_entry. by Mark Dickinson · 14 years ago
  39. 19e65a3 readline: use PyUnicode_FSConverter() to parse filenames by Victor Stinner · 14 years ago
  40. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  41. 25696bb Merged revisions 78148 via svnmerge from by Ronald Oussoren · 14 years ago
  42. d513177 Merged revisions 75725 via svnmerge from by Antoine Pitrou · 15 years ago
  43. dc0900b Merged revisions 75531-75532 via svnmerge from by Antoine Pitrou · 15 years ago
  44. 2efd924 Merged revisions 74970 via svnmerge from by Ronald Oussoren · 15 years ago
  45. 091c7b1 Merged revisions 71229,71271 via svnmerge from by Matthias Klose · 15 years ago
  46. b37509b Merged revisions 67098 via svnmerge from by Martin v. Löwis · 16 years ago
  47. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  48. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  49. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  50. 3d392eb Merged revisions 58947-59004 via svnmerge from by Guido van Rossum · 17 years ago
  51. 32fbe59 Merged revisions 58939-58946 via svnmerge from by Christian Heimes · 17 years ago
  52. 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
  53. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  54. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  55. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  56. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  57. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  58. e677adc Fix parse errors in readline module when compiling without threads. by Georg Brandl · 19 years ago
  59. e3afc59 In a threads-disabled build, typing Ctrl-C into a raw_input() crashed, by Michael W. Hudson · 19 years ago
  60. da6242c Fixes for by Michael W. Hudson · 19 years ago
  61. 9a8c314 Be a bit more accurate. by Michael W. Hudson · 19 years ago
  62. b47039f I don't think it's particularly accurate to say Guido is maintaining by Michael W. Hudson · 19 years ago
  63. 9533e34 Patch #1093585: raise a ValueError for negative history items in by Martin v. Löwis · 19 years ago
  64. 7a8173a Rename a static variable "history_length" to "_history_length". by Hye-Shik Chang · 20 years ago
  65. 8da2b01 This is Michiel de Hoon's patch, as attached to the bug report: by Michael W. Hudson · 20 years ago
  66. 1fa040b SF #1015517, get readline to compile with older compilers by Neal Norwitz · 20 years ago
  67. 701abe7 Fail fatally if strdup fails. by Martin v. Löwis · 20 years ago
  68. 78a8acc Patch #914291: Restore locale while readline is running. by Martin v. Löwis · 20 years ago
  69. 6c06cd5 fix a couple problems with the last patch picked up by Michael Hudson by Skip Montanaro · 20 years ago
  70. e506901 Add get_history_item and replace_history_item functions to the readline by Skip Montanaro · 20 years ago
  71. 2384990 PyThreadState_Swap(NULL) didn't do what I thought it did. Fixes by Michael W. Hudson · 20 years ago
  72. 30ea2f2 This closes patch: by Michael W. Hudson · 20 years ago
  73. 79cddc5 stupid, stupid, stupid... raw_input() already supports readline() if the by Skip Montanaro · 20 years ago
  74. 0dc2310 Exposed readline() function from the readline module. by Skip Montanaro · 20 years ago
  75. 2786d90 A few more PyThreadState_Get to PyThreadState_GET conversions by Nicholas Bastin · 20 years ago
  76. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 20 years ago
  77. f56d015 Patch #804543: strdup saved locales. Backported to 2.3. by Martin v. Löwis · 21 years ago
  78. e7a9796 Patch #800697: Add readline.clear_history. by Martin v. Löwis · 21 years ago
  79. afd43b5 Remove inaccurate (and it turns out, entirely superfluous) declarations of by Michael W. Hudson · 21 years ago
  80. 21d896c Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros by Neal Norwitz · 21 years ago
  81. d9efdc5 get_completer() takes no args by Neal Norwitz · 21 years ago
  82. c355f0c flex_complete looks like a private (but callback) function, so make it static by Neal Norwitz · 21 years ago
  83. 0e986a3 I was in this module anyway, so I did some janitorial things. by Michael W. Hudson · 21 years ago
  84. 796df15 Add the get_completer() function based on Michael Stone's patch in by Michael W. Hudson · 21 years ago
  85. 6d0d365 Fix from Michael Stone for SF bug #660476 and #513033 (bogus thread by Guido van Rossum · 22 years ago
  86. 05ac449 A few more whitespace normalizations. by Guido van Rossum · 22 years ago
  87. 74f3143 Various cleanups: by Guido van Rossum · 22 years ago
  88. faf5e4d Patch 659834 by Magnus Lie Hetland: by Guido van Rossum · 22 years ago
  89. 566f6af Patch #512981: Update readline input stream on sys.stdin/out change. by Martin v. Löwis · 22 years ago
  90. 60c8a3a GNU readline() mistakenly sets the LC_CTYPE locale. by Guido van Rossum · 22 years ago
  91. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  92. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  93. a039274 patch #562492 - prevent duplicate lines in history by Skip Montanaro · 22 years ago
  94. 84271bb SF #558432: Prevent Annoying ' ' from readline (Holker Krekel). by Guido van Rossum · 22 years ago
  95. 0e0ee59 #544265, Remove warnings for passing const to free() by Neal Norwitz · 22 years ago
  96. 767f835 Get rid of warnings due to changing to METH_NOARGS by Neal Norwitz · 22 years ago
  97. 3a6f978 Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. by Neal Norwitz · 22 years ago
  98. 0f75e0d Add get_history_item, get_current_history_length, and redisplay functions. by Neil Schemenauer · 22 years ago
  99. 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  100. 0c1ceaf Simon Budig's patch (posted by me): by Michael W. Hudson · 22 years ago