summaryrefslogtreecommitdiffstats
path: root/Modules/readline.c
Commit message (Expand)AuthorAgeFilesLines
* readline: use PyUnicode_FSConverter() to parse filenamesVictor Stinner2010-06-111-10/+32
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-520/+520
* Merged revisions 78148 via svnmerge fromRonald Oussoren2010-02-111-0/+3
* Merged revisions 75725 via svnmerge fromAntoine Pitrou2009-10-261-0/+2
* Merged revisions 75531-75532 via svnmerge fromAntoine Pitrou2009-10-191-3/+4
* Merged revisions 74970 via svnmerge fromRonald Oussoren2009-09-201-0/+69
* Merged revisions 71229,71271 via svnmerge fromMatthias Klose2009-04-071-2/+2
* Merged revisions 67098 via svnmerge fromMartin v. Löwis2008-11-041-0/+8
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-1/+1
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-4/+17
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-9/+9
* Merged revisions 58947-59004 via svnmerge fromGuido van Rossum2007-11-161-101/+87
* Merged revisions 58939-58946 via svnmerge fromChristian Heimes2007-11-121-35/+41
* Fixed some of the bugs in the readline module. #1425 is still open and severa...Christian Heimes2007-11-111-14/+19
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-0/+77
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+3
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+7
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-9/+11
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Fix parse errors in readline module when compiling without threads.Georg Brandl2005-09-291-0/+2
* In a threads-disabled build, typing Ctrl-C into a raw_input() crashed,Michael W. Hudson2005-04-071-0/+4
* Fixes forMichael W. Hudson2005-03-301-26/+23
* Be a bit more accurate.Michael W. Hudson2005-03-301-1/+2
* I don't think it's particularly accurate to say Guido is maintainingMichael W. Hudson2005-03-301-3/+0
* Patch #1093585: raise a ValueError for negative history items inMartin v. Löwis2005-02-271-0/+10
* Rename a static variable "history_length" to "_history_length".Hye-Shik Chang2004-11-251-6/+6
* This is Michiel de Hoon's patch, as attached to the bug report:Michael W. Hudson2004-10-071-7/+13
* SF #1015517, get readline to compile with older compilersNeal Norwitz2004-08-251-3/+4
* Fail fatally if strdup fails.Martin v. Löwis2004-08-201-0/+4
* Patch #914291: Restore locale while readline is running.Martin v. Löwis2004-08-181-0/+8
* fix a couple problems with the last patch picked up by Michael HudsonSkip Montanaro2004-08-161-12/+8
* Add get_history_item and replace_history_item functions to the readlineSkip Montanaro2004-08-151-0/+67
* PyThreadState_Swap(NULL) didn't do what I thought it did. FixesMichael W. Hudson2004-07-081-1/+1
* This closes patch:Michael W. Hudson2004-07-071-8/+89
* stupid, stupid, stupid... raw_input() already supports readline() if theSkip Montanaro2004-05-241-23/+0
* Exposed readline() function from the readline module.Skip Montanaro2004-05-231-0/+23
* A few more PyThreadState_Get to PyThreadState_GET conversionsNicholas Bastin2004-03-251-1/+1
* remove support for missing ANSI C header files (limits.h, stddef.h, etc).Skip Montanaro2004-02-101-1/+1
* Patch #804543: strdup saved locales. Backported to 2.3.Martin v. Löwis2003-11-131-1/+2
* Patch #800697: Add readline.clear_history.Martin v. Löwis2003-09-201-0/+21
* Remove inaccurate (and it turns out, entirely superfluous) declarations ofMichael W. Hudson2003-07-171-4/+0
* Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macrosNeal Norwitz2003-07-011-2/+2
* get_completer() takes no argsNeal Norwitz2003-03-011-1/+1
* flex_complete looks like a private (but callback) function, so make it staticNeal Norwitz2003-02-211-1/+1
* I was in this module anyway, so I did some janitorial things.Michael W. Hudson2003-01-301-17/+14
* Add the get_completer() function based on Michael Stone's patch inMichael W. Hudson2003-01-301-0/+17
* Fix from Michael Stone for SF bug #660476 and #513033 (bogus threadGuido van Rossum2003-01-071-13/+7
* A few more whitespace normalizations.Guido van Rossum2003-01-071-1/+4
* Various cleanups:Guido van Rossum2003-01-071-45/+80
* Patch 659834 by Magnus Lie Hetland:Guido van Rossum2002-12-301-0/+4