124 Commits (0cb8e5131d0797d3bdb1494de842e98798174cf2)

Author SHA1 Message Date
Antoine Pitrou 5c30a75722 Issue #15699: The readline module now uses PEP 3121-style module initialization, so as to reclaim allocated resources (Python callbacks) at shutdown. 13 years ago
Victor Stinner b64049183c Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules 13 years ago
Antoine Pitrou a7f7deb6ed Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable. 13 years ago
Nadeem Vawda 1efd9824d8 Back out fix for issue #13886; it introduced a new bug in interactive readline use. 13 years ago
Nadeem Vawda 6375257188 Back out fix for issue #13886; it introduced a new bug in interactive readline use. 13 years ago
Nadeem Vawda 221508cdef Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. 13 years ago
Nadeem Vawda 6f02ea02c8 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. 13 years ago
Jesus Cea 14c81aba50 #16135: Removal of OS/2 support (Modules/*) 14 years ago
Antoine Pitrou c345ce1a69 Issue #10350: Read and save errno before calling a function which might overwrite it. 14 years ago
Victor Stinner 6ced7c4333 Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of 15 years ago
R. David Murray 7a697251c9 Merged revisions 87356 via svnmerge from 15 years ago
R. David Murray 52d1b4e62f #9907: call rl_initialize early when using editline on OSX 15 years ago
Senthil Kumaran 95c0700eff Fix Issue 10307 - compile error in readline.c 16 years ago
Georg Brandl 646fdd6c61 Fix compiler warning about unused static function. 16 years ago
Brett Cannon 2525dc8fb6 Under OS X, history_get from readline returns a const char *, but the local 16 years ago
Mark Dickinson 0f98128d6e Merged revisions 83670 via svnmerge from 16 years ago
Mark Dickinson 29c72b794d Merged revisions 83670 via svnmerge from 16 years ago
Mark Dickinson 6b54e1f782 Issue #8065: Fix another memory leak in readline module, from failure to free 16 years ago
Mark Dickinson 4ee9853028 Merged revisions 83667 via svnmerge from 16 years ago
Mark Dickinson 856e44d3ba Merged revisions 83667 via svnmerge from 16 years ago
Mark Dickinson 29b238e0dc Issue #9450: Fix memory leaks in readline.remove/replace_history_entry. 16 years ago
Victor Stinner 19e65a3563 readline: use PyUnicode_FSConverter() to parse filenames 16 years ago
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c7c96a90bc Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago
Brett Cannon 23b581a6f4 Strip out extraneous whitespace, cast a some `const char *` to `void *` when 16 years ago
Ronald Oussoren 25696bb9b2 Merged revisions 78148 via svnmerge from 16 years ago
Ronald Oussoren 333fca9b3e Add guard around the prototype for completion_matches to enable 16 years ago
Ronald Oussoren 8ed66ed712 Backport the patch that enables linking the readline 16 years ago
Antoine Pitrou 632e93fb40 Merged revisions 75531,75725 via svnmerge from 17 years ago
Antoine Pitrou 3727600721 Merged revisions 75726 via svnmerge from 17 years ago
Antoine Pitrou d51317709b Merged revisions 75725 via svnmerge from 17 years ago
Antoine Pitrou d9ff74e51d Some platforms have rl_completion_append_character but not rl_completion_suppress_append. 17 years ago
Antoine Pitrou e566bda297 Merged revisions 75533 via svnmerge from 17 years ago
Antoine Pitrou dc0900b525 Merged revisions 75531-75532 via svnmerge from 17 years ago
Antoine Pitrou 119cdef9b4 Issue #5833: Fix extra space character in readline completion with the 17 years ago
Ronald Oussoren 2efd924754 Merged revisions 74970 via svnmerge from 17 years ago
Ronald Oussoren 9f20d9d0ee Issue 6877: this patch makes it possible to link the readline extension 17 years ago
Matthias Klose 091c7b16ff Merged revisions 71229,71271 via svnmerge from 17 years ago
Matthias Klose 91a3b9e4f0 Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)' 17 years ago
Martin v. Löwis b37509b11b Merged revisions 67098 via svnmerge from 18 years ago
Martin v. Löwis 7f08c1f109 Merged revisions 67098 via svnmerge from 18 years ago
Martin v. Löwis bb86d83134 Issue #4204: Fixed module build errors on FreeBSD 4. 18 years ago
Marc-André Lemburg 4cc0f24857 Rename PyUnicode_AsString -> _PyUnicode_AsString and 18 years ago
Martin v. Löwis 1a21451b1d Implement PEP 3121: new module initialization and finalization API. 18 years ago
Gregory P. Smith dd96db63f6 This reverts r63675 based on the discussion in this thread: 18 years ago
Christian Heimes 593daf545b Renamed PyString to PyBytes 18 years ago
Christian Heimes 217cfd1c86 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 19 years ago
Guido van Rossum 3d392eb327 Merged revisions 58947-59004 via svnmerge from 19 years ago