summaryrefslogtreecommitdiffstats
path: root/Parser/myreadline.c
Commit message (Expand)AuthorAgeFilesLines
* Remove RISCOS supportSkip Montanaro2007-08-161-13/+0
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-3/+3
* In a threads-disabled build, typing Ctrl-C into a raw_input() crashed,Michael W. Hudson2005-04-071-0/+4
* PyThreadState_Swap(NULL) didn't do what I thought it did. FixesMichael W. Hudson2004-07-081-1/+1
* "#if WITH_THREAD" is incorrect; must be #ifdef instead; WITH_THREADTim Peters2004-07-071-4/+4
* This closes patch:Michael W. Hudson2004-07-071-3/+38
* Getting rid of support for the ancient Apple MPW compiler.Jack Jansen2003-11-191-7/+0
* Patch #708495: Port more stuff to OpenVMS.Martin v. Löwis2003-05-031-0/+8
* Patch #512981: Update readline input stream on sys.stdin/out change.Martin v. Löwis2002-10-261-8/+20
* Fix bug 439992 - [win32] KeyboardInterrupt Not Caught.Mark Hammond2002-07-141-0/+33
* RISCOS changes by dschwertberger.Guido van Rossum2001-03-021-0/+13
* Rationalize use of limits.h, moving the inclusion to Python.h.Fred Drake2000-09-261-3/+0
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Mass ANSIfication.Thomas Wouters2000-07-221-9/+4
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-1/+1
* Include limits.h if we have it.Jack Jansen2000-07-031-0/+3
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Trent Mick: familiar simple Win64 patchesGuido van Rossum2000-06-281-4/+7
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-5/+7
* The previous fix was still broken; the Py_END_ALLOW_THREADS macro wasGuido van Rossum1998-08-291-1/+3
* We now assume that PyOS_Readline() is called with the interpreter lockGuido van Rossum1998-08-271-11/+3
* Renamed Py_input_hook to PyOS_InputHook.Guido van Rossum1997-08-111-3/+3
* Move GNU readline interface to ../Modules/readline.c.Guido van Rossum1997-08-051-78/+3
* Remove two unised variables.Guido van Rossum1997-04-091-2/+0
* Restructured quite a bit, hopefully Lee Busby will find this useful.Guido van Rossum1997-02-181-50/+82
* Make gcc -Wall happyGuido van Rossum1996-12-021-0/+2
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Explicitly call rl_initialize().Guido van Rossum1996-09-131-1/+5
* Always include config.hGuido van Rossum1996-08-191-2/+0
* Only define PyOS_ReadlineInit if WITH_READLINE defined.Guido van Rossum1996-05-241-0/+2
* Separate readline initialization into new function PyOS_ReadlineInit().Guido van Rossum1996-04-091-7/+14
* add sigrelse() call for SunOS 4.1; add some fflush() callsGuido van Rossum1996-01-121-0/+6
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-10/+67
* NoneGuido van Rossum1993-12-241-0/+119