index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Parser
/
myreadline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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