0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
cpython/Python
Barry Warsaw 3a74993118 PyErr_NormalizeException(): If the exception's type is a class and the
instance's class is a subclass of this, then use the instance's class
as the exception type.
1997-09-30 15:00:18 +00:00
..
atof.c
bltinmodule.c Release interpreter lock around readline call in [raw_]input(). 1997-09-26 21:47:43 +00:00
ceval.c First part of package support. 1997-09-05 07:33:22 +00:00
compile.c Cprrect stuoid tyops -- was comparing variabes with themselves because 1997-08-29 17:12:43 +00:00
dup2.c
errors.c PyErr_NormalizeException(): If the exception's type is a class and the 1997-09-30 15:00:18 +00:00
fmod.c
frozen.c Oops -- this contains frozen bytecode, but it was Python 1.4 bytecode! 1997-07-19 21:54:24 +00:00
frozenmain.c Keep gcc -Wall happy 1997-08-15 02:52:08 +00:00
getargs.c
getcompiler.c Make it return a _const_ char*. 1997-07-19 19:48:41 +00:00
getcopyright.c
getcwd.c
getmtime.c First part of package support. 1997-09-05 07:33:22 +00:00
getopt.c
getplatform.c Make it return a _const_ char*. 1997-07-19 19:48:41 +00:00
getversion.c Make it return a _const_ char*. 1997-07-19 19:48:41 +00:00
graminit.c
hypot.c
import.c Added docstrings. Not for the obsolete functions though. 1997-09-09 22:04:42 +00:00
importdl.c set sharedlib extensions properly for NeXT (Ted Horst) 1997-08-16 14:38:09 +00:00
importdl.h First part of package support. 1997-09-05 07:33:22 +00:00
Makefile.in frozenmain.c is now also in the library, 1997-07-19 21:59:47 +00:00
marshal.c Plugged a leak. (The same as the one plugged in compile.c -- forgot 1997-07-26 23:30:18 +00:00
memmove.c
modsupport.c Removed fatal errors from Py_Initmodule4() (and thus from 1997-08-02 03:07:46 +00:00
mystrtoul.c
pyfpe.c
pystate.c Added missing newline to warning msg 1997-08-21 02:28:19 +00:00
pythonmain.c
pythonrun.c Py_Initialize(): move the call to _PyImport_FixupExtension() to after 1997-09-18 16:42:02 +00:00
sigcheck.c
strdup.c
strerror.c
strtod.c
structmember.c
sysmodule.c Get DLL version from a variable. 1997-09-29 23:34:23 +00:00
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h Use _beginthread() and _endthread() in favor of CreateThread() and 1997-08-14 20:12:58 +00:00
thread_os2.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread.c
traceback.c