Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
72345f2a0bfb4ea766be9f66713c52653ce00dd1
/
Parser
/
myreadline.c
08062d6
As discussed on python-dev, really fix the PyMem_*/PyObject_* memory API
by Neal Norwitz
· 19 years ago
1149002
Fix the code in Parser/ to also compile with C++. This was mostly casts for
by Anthony Baxter
· 19 years ago
2c4e4f9
SF patch #1467512, fix double free with triple quoted string in standard build.
by Neal Norwitz
· 19 years ago
e3afc59
In a threads-disabled build, typing Ctrl-C into a raw_input() crashed,
by Michael W. Hudson
· 20 years ago
2384990
PyThreadState_Swap(NULL) didn't do what I thought it did. Fixes
by Michael W. Hudson
· 20 years ago
b7e898a
"#if WITH_THREAD" is incorrect; must be #ifdef instead; WITH_THREAD
by Tim Peters
· 20 years ago
30ea2f2
This closes patch:
by Michael W. Hudson
· 20 years ago
fb27656
Getting rid of support for the ancient Apple MPW compiler.
by Jack Jansen
· 21 years ago
c16f3bd
Patch #708495: Port more stuff to OpenVMS.
by Martin v. Löwis
· 22 years ago
566f6af
Patch #512981: Update readline input stream on sys.stdin/out change.
by Martin v. Löwis
· 22 years ago
2f10cb8
Fix bug 439992 - [win32] KeyboardInterrupt Not Caught.
by Mark Hammond
· 22 years ago
48a680c
RISCOS changes by dschwertberger.
by Guido van Rossum
· 24 years ago
d5fadf7
Rationalize use of limits.h, moving the inclusion to Python.h.
by Fred Drake
· 24 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 years ago
23c9e00
Mass ANSIfication.
by Thomas Wouters
· 24 years ago
dbd9ba6
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
by Tim Peters
· 24 years ago
41aa8e5
Include limits.h if we have it.
by Jack Jansen
· 24 years ago
ffcc381
Change copyright notice - 2nd try.
by Guido van Rossum
· 24 years ago
fd71b9e
Change copyright notice.
by Guido van Rossum
· 24 years ago
6da3434
Trent Mick: familiar simple Win64 patches
by Guido van Rossum
· 24 years ago
b18618d
Vladimir Marangozov's long-awaited malloc restructuring.
by Guido van Rossum
· 25 years ago
80c7bcf
The previous fix was still broken; the Py_END_ALLOW_THREADS macro was
by Guido van Rossum
· 26 years ago
8efa47b
We now assume that PyOS_Readline() is called with the interpreter lock
by Guido van Rossum
· 26 years ago
4462064
Renamed Py_input_hook to PyOS_InputHook.
by Guido van Rossum
· 27 years ago
717c6f9
Move GNU readline interface to ../Modules/readline.c.
by Guido van Rossum
· 27 years ago
fa658ce
Remove two unised variables.
by Guido van Rossum
· 28 years ago
fbd64c8
Restructured quite a bit, hopefully Lee Busby will find this useful.
by Guido van Rossum
· 28 years ago
fd8a393
Make gcc -Wall happy
by Guido van Rossum
· 28 years ago
d266eb4
New permission notice, includes CNRI.
by Guido van Rossum
· 28 years ago
0bc253d
Explicitly call rl_initialize().
by Guido van Rossum
· 28 years ago
7cf1fcf
Always include config.h
by Guido van Rossum
· 28 years ago
9ea917e
Only define PyOS_ReadlineInit if WITH_READLINE defined.
by Guido van Rossum
· 28 years ago
adf8769
Separate readline initialization into new function PyOS_ReadlineInit().
by Guido van Rossum
· 29 years ago
c7fea2f
add sigrelse() call for SunOS 4.1; add some fflush() calls
by Guido van Rossum
· 29 years ago
b9f8d6e
Added 1995 to copyright message.
by Guido van Rossum
· 30 years ago
b6775db
Merge alpha100 branch back to main trunk
by Guido van Rossum
· 30 years ago
6fa6343
None
by Guido van Rossum
· 31 years ago