1. 99d56b5 bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) by Zackery Spytz · 6 years ago
  2. 1600f60 Fix compiler warning in call_readline() (GH-10820) by Victor Stinner · 6 years ago
  3. c2f082e bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) by Zvezdan Petkovic · 6 years ago
  4. 7ed7aea bpo-29240: Fix locale encodings in UTF-8 Mode (#5170) by Victor Stinner · 7 years ago
  5. cb3ae55 bpo-29240: Ignore UTF-8 Mode in time module (#5148) by Victor Stinner · 7 years ago
  6. 2cba6b8 bpo-29240: readline now ignores the UTF-8 Mode (#5145) by Victor Stinner · 7 years ago
  7. 0efc024 Fix CID-1414686: PyInit_readline() handles errors (#4647) by Victor Stinner · 7 years ago
  8. 1588be6 bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334) by xdegaye · 7 years ago
  9. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  10. f474c5a bpo-30946: Remove obsolete fallback code in readline module (#2738) by Antoine Pitrou · 7 years ago
  11. 1881bef bpo-29854: test_readline logs versions (#2619) by Victor Stinner · 7 years ago
  12. fae8f4a bpo-29854: Fix segfault in call_readline() (GH-728) by Nir Soffer · 7 years ago
  13. 55fe1ae bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) by Serhiy Storchaka · 7 years ago
  14. 4778eab Replace PyObject_CallFunction() with fastcall by Victor Stinner · 8 years ago
  15. 9d1e4a5 merge 3.5 by Benjamin Peterson · 8 years ago
  16. 1bb0c0b explicitly cast away constness to silence compiler warning by Benjamin Peterson · 8 years ago
  17. aac9b71 Issue #19884: Merge Readline updates from 3.5 by Martin Panter · 8 years ago
  18. c427b8d Issue #19884: Avoid spurious output on OS X with Gnu Readline by Martin Panter · 8 years ago
  19. 4074f93 Issue #16182: Merge readline locale fix from 3.5 by Martin Panter · 8 years ago
  20. f00c49d Issue #16182: Fix readline begidx, endidx, and use locale encoding by Martin Panter · 8 years ago
  21. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  22. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  23. f0dbf7a Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton by Martin Panter · 8 years ago
  24. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  25. b15c304 Issue #6953: Merge readline doc from 3.5 by Martin Panter · 8 years ago
  26. 0f76739 Issue #6953: Rearrange and expand Readline module documentation by Martin Panter · 8 years ago
  27. 9ad7646 Issue #23735: Merge sighandler_t fix from 3.5 by Martin Panter · 8 years ago
  28. 28f35b2 Issue #23735: Avoid sighandler_t Gnu-ism by Martin Panter · 8 years ago
  29. a350600 Issue #23735: Merge Readline resize handling from 3.5 by Martin Panter · 8 years ago
  30. 5dbbf1a Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price by Martin Panter · 8 years ago
  31. 0b2d71b Issue #24266: Merge readline Ctrl+C handling from 3.5 by Martin Panter · 8 years ago
  32. d6990d2 Issue #24266: Cancel history search mode with Ctrl+C in Readline 7 by Martin Panter · 8 years ago
  33. 12eb2ab Issue #15699: Merge readline fixup from 3.5 by Martin Panter · 8 years ago
  34. f6e9f47 Issue #15699: Reunite comment with variable by Martin Panter · 8 years ago
  35. 576f132 Issue #20440: Cleaning up the code by using Py_SETREF. by Serhiy Storchaka · 9 years ago
  36. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 9 years ago
  37. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  38. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  39. a6c5d53 Issue #25203: Failed readline.set_completer_delims() no longer left the by Serhiy Storchaka · 9 years ago
  40. 36aff2d Issue #25203: Failed readline.set_completer_delims() no longer left the by Serhiy Storchaka · 9 years ago
  41. 1138439 Issue #25203: Failed readline.set_completer_delims() no longer left the by Serhiy Storchaka · 9 years ago
  42. 56f6e76 Issue #15989: Fixed some scarcely probable integer overflows. by Serhiy Storchaka · 9 years ago
  43. fc9d6f6 merge 3.4 (#24058) by Benjamin Peterson · 9 years ago
  44. 0c6a5d1 remove extern definition, since it's in a header file (closes #24058) by Benjamin Peterson · 9 years ago
  45. 8007cbc Issue 22940: fixes to editline support by Ned Deily · 10 years ago
  46. d1e22ba only support append_history if readline has it by Benjamin Peterson · 10 years ago
  47. 33f8f15 add readline.append_history_file (closes #22940) by Benjamin Peterson · 10 years ago
  48. 7e8b867 Issue #22773: fix failing test with old readline versions due to issue #19884. by Antoine Pitrou · 10 years ago
  49. 92639cc Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off") by Victor Stinner · 10 years ago
  50. a3c80ce Issue #19884: readline: Disable the meta modifier key if stdout is not a by Victor Stinner · 10 years ago
  51. dfe98a1 Issue #20437: Fixed 22 potential bugs when deleting objects references. by Serhiy Storchaka · 10 years ago
  52. 505ff75 Issue #20437: Fixed 21 potential bugs when deleting objects references. by Serhiy Storchaka · 10 years ago
  53. 93db29b Issue #20374: merge by Ned Deily · 10 years ago
  54. 22d415c Issue #20374: delete spurious empty line by Ned Deily · 10 years ago
  55. 4b104ab Issue #20374: merge by Ned Deily · 10 years ago
  56. 7b9ddea Issue #20374: Avoid compiler warnings when compiling readline with libedit. by Ned Deily · 10 years ago
  57. c3bf14d merge 3.3 (#20374) by Benjamin Peterson · 10 years ago
  58. f0b463a new plan: just remove typecasts (closes #20374) by Benjamin Peterson · 10 years ago
  59. 8f81c3c merge 3.3 (#20374) by Benjamin Peterson · 10 years ago
  60. 5f6bf55 use new readline function types (closes #20374) by Benjamin Peterson · 10 years ago
  61. a3da7c5 make char* const by Christian Heimes · 11 years ago
  62. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  63. 9809ca9 Issue #18458: merge comments from 3.3 by Ned Deily · 11 years ago
  64. 5d4121a Issue #18458: Prevent crashes with newer versions of libedit. Its readline by Ned Deily · 11 years ago
  65. 2fe9bac Close #16742: Fix misuse of memory allocations in PyOS_Readline() by Victor Stinner · 11 years ago
  66. f70f4a6 Issue #18458: Prevent crashes with newer versions of libedit. Its readline by Ned Deily · 11 years ago
  67. 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
  68. b640491 Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules by Victor Stinner · 11 years ago
  69. 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
  70. 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
  71. 5626556 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 11 years ago
  72. c27bcbf Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 11 years ago
  73. 6375257 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 11 years ago
  74. ef0a44c Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 11 years ago
  75. 60cc323 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 11 years ago
  76. 6f02ea0 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 11 years ago
  77. 14c81ab #16135: Removal of OS/2 support (Modules/*) by Jesus Cea · 12 years ago
  78. ab0e9f7 Issue #10350: Read and save errno before calling a function which might overwrite it. by Antoine Pitrou · 13 years ago
  79. c345ce1 Issue #10350: Read and save errno before calling a function which might overwrite it. by Antoine Pitrou · 13 years ago
  80. 6ced7c4 Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of by Victor Stinner · 13 years ago
  81. 52d1b4e #9907: call rl_initialize early when using editline on OSX by R. David Murray · 14 years ago
  82. 95c0700 Fix Issue 10307 - compile error in readline.c by Senthil Kumaran · 14 years ago
  83. 646fdd6 Fix compiler warning about unused static function. by Georg Brandl · 14 years ago
  84. 2525dc8 Under OS X, history_get from readline returns a const char *, but the local by Brett Cannon · 14 years ago
  85. 6b54e1f Issue #8065: Fix another memory leak in readline module, from failure to free by Mark Dickinson · 14 years ago
  86. 29b238e Issue #9450: Fix memory leaks in readline.remove/replace_history_entry. by Mark Dickinson · 14 years ago
  87. 19e65a3 readline: use PyUnicode_FSConverter() to parse filenames by Victor Stinner · 14 years ago
  88. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  89. 25696bb Merged revisions 78148 via svnmerge from by Ronald Oussoren · 14 years ago
  90. d513177 Merged revisions 75725 via svnmerge from by Antoine Pitrou · 15 years ago
  91. dc0900b Merged revisions 75531-75532 via svnmerge from by Antoine Pitrou · 15 years ago
  92. 2efd924 Merged revisions 74970 via svnmerge from by Ronald Oussoren · 15 years ago
  93. 091c7b1 Merged revisions 71229,71271 via svnmerge from by Matthias Klose · 15 years ago
  94. b37509b Merged revisions 67098 via svnmerge from by Martin v. Löwis · 16 years ago
  95. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  96. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  97. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  98. 3d392eb Merged revisions 58947-59004 via svnmerge from by Guido van Rossum · 17 years ago
  99. 32fbe59 Merged revisions 58939-58946 via svnmerge from by Christian Heimes · 17 years ago
  100. 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