| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of | Victor Stinner | 2011-03-21 | 1 | -7/+6 |
|
|
* | #9907: call rl_initialize early when using editline on OSX | R. David Murray | 2010-12-18 | 1 | -2/+15 |
|
|
* | Fix Issue 10307 - compile error in readline.c | Senthil Kumaran | 2010-11-04 | 1 | -1/+1 |
|
|
* | Fix compiler warning about unused static function. | Georg Brandl | 2010-10-18 | 1 | -1/+4 |
|
|
* | Under OS X, history_get from readline returns a const char *, but the local | Brett Cannon | 2010-08-22 | 1 | -3/+3 |
|
|
* | Issue #8065: Fix another memory leak in readline module, from failure to free | Mark Dickinson | 2010-08-03 | 1 | -19/+26 |
|
|
* | Issue #9450: Fix memory leaks in readline.remove/replace_history_entry. | Mark Dickinson | 2010-08-03 | 1 | -12/+34 |
|
|
* | readline: use PyUnicode_FSConverter() to parse filenames | Victor Stinner | 2010-06-11 | 1 | -10/+32 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -520/+520 |
|
|
* | Merged revisions 78148 via svnmerge from | Ronald Oussoren | 2010-02-11 | 1 | -0/+3 |
|
|
* | Merged revisions 75725 via svnmerge from | Antoine Pitrou | 2009-10-26 | 1 | -0/+2 |
|
|
* | Merged revisions 75531-75532 via svnmerge from | Antoine Pitrou | 2009-10-19 | 1 | -3/+4 |
|
|
* | Merged revisions 74970 via svnmerge from | Ronald Oussoren | 2009-09-20 | 1 | -0/+69 |
|
|
* | Merged revisions 71229,71271 via svnmerge from | Matthias Klose | 2009-04-07 | 1 | -2/+2 |
|
|
* | Merged revisions 67098 via svnmerge from | Martin v. Löwis | 2008-11-04 | 1 | -0/+8 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -4/+17 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -9/+9 |
|
|
* | Merged revisions 58947-59004 via svnmerge from | Guido van Rossum | 2007-11-16 | 1 | -101/+87 |
|
|
* | Merged revisions 58939-58946 via svnmerge from | Christian Heimes | 2007-11-12 | 1 | -35/+41 |
|
|
* | Fixed some of the bugs in the readline module. #1425 is still open and severa... | Christian Heimes | 2007-11-11 | 1 | -14/+19 |
|
|
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 1 | -0/+77 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1/+3 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -1/+7 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -9/+11 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | Fix parse errors in readline module when compiling without threads. | Georg Brandl | 2005-09-29 | 1 | -0/+2 |
|
|
* | In a threads-disabled build, typing Ctrl-C into a raw_input() crashed, | Michael W. Hudson | 2005-04-07 | 1 | -0/+4 |
|
|
* | Fixes for | Michael W. Hudson | 2005-03-30 | 1 | -26/+23 |
|
|
* | Be a bit more accurate. | Michael W. Hudson | 2005-03-30 | 1 | -1/+2 |
|
|
* | I don't think it's particularly accurate to say Guido is maintaining | Michael W. Hudson | 2005-03-30 | 1 | -3/+0 |
|
|
* | Patch #1093585: raise a ValueError for negative history items in | Martin v. Löwis | 2005-02-27 | 1 | -0/+10 |
|
|
* | Rename a static variable "history_length" to "_history_length". | Hye-Shik Chang | 2004-11-25 | 1 | -6/+6 |
|
|
* | This is Michiel de Hoon's patch, as attached to the bug report: | Michael W. Hudson | 2004-10-07 | 1 | -7/+13 |
|
|
* | SF #1015517, get readline to compile with older compilers | Neal Norwitz | 2004-08-25 | 1 | -3/+4 |
|
|
* | Fail fatally if strdup fails. | Martin v. Löwis | 2004-08-20 | 1 | -0/+4 |
|
|
* | Patch #914291: Restore locale while readline is running. | Martin v. Löwis | 2004-08-18 | 1 | -0/+8 |
|
|
* | fix a couple problems with the last patch picked up by Michael Hudson | Skip Montanaro | 2004-08-16 | 1 | -12/+8 |
|
|
* | Add get_history_item and replace_history_item functions to the readline | Skip Montanaro | 2004-08-15 | 1 | -0/+67 |
|
|
* | PyThreadState_Swap(NULL) didn't do what I thought it did. Fixes | Michael W. Hudson | 2004-07-08 | 1 | -1/+1 |
|
|
* | This closes patch: | Michael W. Hudson | 2004-07-07 | 1 | -8/+89 |
|
|
* | stupid, stupid, stupid... raw_input() already supports readline() if the | Skip Montanaro | 2004-05-24 | 1 | -23/+0 |
|
|
* | Exposed readline() function from the readline module. | Skip Montanaro | 2004-05-23 | 1 | -0/+23 |
|
|
* | A few more PyThreadState_Get to PyThreadState_GET conversions | Nicholas Bastin | 2004-03-25 | 1 | -1/+1 |
|
|
* | remove support for missing ANSI C header files (limits.h, stddef.h, etc). | Skip Montanaro | 2004-02-10 | 1 | -1/+1 |
|
|
* | Patch #804543: strdup saved locales. Backported to 2.3. | Martin v. Löwis | 2003-11-13 | 1 | -1/+2 |
|
|
* | Patch #800697: Add readline.clear_history. | Martin v. Löwis | 2003-09-20 | 1 | -0/+21 |
|
|
* | Remove inaccurate (and it turns out, entirely superfluous) declarations of | Michael W. Hudson | 2003-07-17 | 1 | -4/+0 |
|
|
* | Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros | Neal Norwitz | 2003-07-01 | 1 | -2/+2 |
|
|
* | get_completer() takes no args | Neal Norwitz | 2003-03-01 | 1 | -1/+1 |
|
|