| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace WaitForSingleObject with WaitForSingleObjectEx, | Martin v. Löwis | 2013-01-25 | 1 | -1/+1 |
|
|
* | Issue #1677: Handle better a race condition between the interactive interpret... | Tim Golden | 2012-06-29 | 1 | -23/+22 |
|
|
* | Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed. | Martin v. Löwis | 2012-04-30 | 1 | -1/+4 |
|
|
* | Issue #10350: Read and save errno before calling a function which might overw... | Antoine Pitrou | 2011-12-16 | 1 | -1/+3 |
|
|
* | Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix | Victor Stinner | 2011-05-30 | 1 | -0/+1 |
|
|
* | Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, clear | Victor Stinner | 2011-05-09 | 1 | -0/+1 |
|\ |
|
| * | Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, | Victor Stinner | 2011-05-09 | 1 | -0/+1 |
|
|
* | | (Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was | Victor Stinner | 2011-04-09 | 1 | -45/+49 |
|\ \
| |/ |
|
| * | Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted | Victor Stinner | 2011-04-09 | 1 | -4/+5 |
|
|
| * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -120/+120 |
|
|
* | | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -117/+117 |
|
|
* | | Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,... | Benjamin Peterson | 2010-03-21 | 1 | -48/+45 |
|/ |
|
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 1 | -13/+0 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -3/+3 |
|
|
* | In a threads-disabled build, typing Ctrl-C into a raw_input() crashed, | Michael W. Hudson | 2005-04-07 | 1 | -0/+4 |
|
|
* | PyThreadState_Swap(NULL) didn't do what I thought it did. Fixes | Michael W. Hudson | 2004-07-08 | 1 | -1/+1 |
|
|
* | "#if WITH_THREAD" is incorrect; must be #ifdef instead; WITH_THREAD | Tim Peters | 2004-07-07 | 1 | -4/+4 |
|
|
* | This closes patch: | Michael W. Hudson | 2004-07-07 | 1 | -3/+38 |
|
|
* | Getting rid of support for the ancient Apple MPW compiler. | Jack Jansen | 2003-11-19 | 1 | -7/+0 |
|
|
* | Patch #708495: Port more stuff to OpenVMS. | Martin v. Löwis | 2003-05-03 | 1 | -0/+8 |
|
|
* | Patch #512981: Update readline input stream on sys.stdin/out change. | Martin v. Löwis | 2002-10-26 | 1 | -8/+20 |
|
|
* | Fix bug 439992 - [win32] KeyboardInterrupt Not Caught. | Mark Hammond | 2002-07-14 | 1 | -0/+33 |
|
|
* | RISCOS changes by dschwertberger. | Guido van Rossum | 2001-03-02 | 1 | -0/+13 |
|
|
* | Rationalize use of limits.h, moving the inclusion to Python.h. | Fred Drake | 2000-09-26 | 1 | -3/+0 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Mass ANSIfication. | Thomas Wouters | 2000-07-22 | 1 | -9/+4 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -1/+1 |
|
|
* | Include limits.h if we have it. | Jack Jansen | 2000-07-03 | 1 | -0/+3 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Trent Mick: familiar simple Win64 patches | Guido van Rossum | 2000-06-28 | 1 | -4/+7 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -5/+7 |
|
|
* | The previous fix was still broken; the Py_END_ALLOW_THREADS macro was | Guido van Rossum | 1998-08-29 | 1 | -1/+3 |
|
|
* | We now assume that PyOS_Readline() is called with the interpreter lock | Guido van Rossum | 1998-08-27 | 1 | -11/+3 |
|
|
* | Renamed Py_input_hook to PyOS_InputHook. | Guido van Rossum | 1997-08-11 | 1 | -3/+3 |
|
|
* | Move GNU readline interface to ../Modules/readline.c. | Guido van Rossum | 1997-08-05 | 1 | -78/+3 |
|
|
* | Remove two unised variables. | Guido van Rossum | 1997-04-09 | 1 | -2/+0 |
|
|
* | Restructured quite a bit, hopefully Lee Busby will find this useful. | Guido van Rossum | 1997-02-18 | 1 | -50/+82 |
|
|
* | Make gcc -Wall happy | Guido van Rossum | 1996-12-02 | 1 | -0/+2 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Explicitly call rl_initialize(). | Guido van Rossum | 1996-09-13 | 1 | -1/+5 |
|
|
* | Always include config.h | Guido van Rossum | 1996-08-19 | 1 | -2/+0 |
|
|
* | Only define PyOS_ReadlineInit if WITH_READLINE defined. | Guido van Rossum | 1996-05-24 | 1 | -0/+2 |
|
|
* | Separate readline initialization into new function PyOS_ReadlineInit(). | Guido van Rossum | 1996-04-09 | 1 | -7/+14 |
|
|
* | add sigrelse() call for SunOS 4.1; add some fflush() calls | Guido van Rossum | 1996-01-12 | 1 | -0/+6 |
|
|
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -10/+67 |
|
|
* | None | Guido van Rossum | 1993-12-24 | 1 | -0/+119 |
|
|