cpython/Python
Barry Warsaw 72b715d979 (initerrors): Make sure that the exception tuples ("base-classes" when
string-based exceptions are used) reflect the real class hierarchy,
i.e. that SystemExit derives from Exception not StandardError.
1999-02-24 00:35:43 +00:00
..
Makefile.in
atof.c
bltinmodule.c
ceval.c
compile.c
dup2.c
errors.c
fmod.c
frozen.c
frozenmain.c Call PyInitFrozenExtensions() as requested by Mark Hammond (his patch). 1999-01-02 21:42:48 +00:00
getargs.c
getcompiler.c
getcopyright.c
getcwd.c New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
getmtime.c
getopt.c
getplatform.c
getversion.c Patches by William Lewis for Nextstep descendants. 1999-01-27 17:53:11 +00:00
graminit.c
hypot.c *** empty log message *** 1996-08-29 18:10:41 +00:00
import.c
importdl.c
importdl.h
marshal.c
memmove.c
modsupport.c Change rare occurrences of #if HAVE_LONG_LONG to #ifdef. 1999-01-25 21:48:56 +00:00
mystrtoul.c
pyfpe.c
pystate.c Make current_tstate a global, _PyThreadState_Current. This is to 1998-12-21 18:27:28 +00:00
pythonmain.c Allow mac user to set "command line flags" by option-starting python. 1995-07-29 13:53:59 +00:00
pythonrun.c
sigcheck.c
strdup.c
strerror.c
strtod.c
structmember.c
sysmodule.c
thread.c
thread_beos.h
thread_cthread.h Thanks to Chris Herborth, the thread primitives now have proper Py* 1998-12-21 19:32:43 +00:00
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pthread.h
thread_sgi.h Thanks to Chris Herborth, the thread primitives now have proper Py* 1998-12-21 19:32:43 +00:00
thread_solaris.h
traceback.c