cpython/Python
Guido van Rossum 8b9ea873ad Use MS_DLL_ID as sys.winver 1996-08-23 18:14:47 +00:00
..
Makefile.in
atof.c Always include config.h 1996-08-19 22:12:39 +00:00
bltinmodule.c Don't die in resizestring() on filter(<func>, ""). 1996-08-16 20:44:34 +00:00
ceval.c Raise TypeError, not KeyError, on unknown keyword argument. 1996-08-19 22:09:16 +00:00
cgensupport.c
compile.c Disable support for access statement 1996-08-12 22:00:53 +00:00
dup2.c
errors.c
fmod.c Always include config.h 1996-08-19 22:12:39 +00:00
frozen.c
frozenmain.c getprogramname -> Py_GetProgramName. 1996-08-19 22:09:38 +00:00
getargs.c Add needed #include <ctype.h> 1996-08-21 23:38:24 +00:00
getcompiler.c
getcopyright.c added 1996 1996-07-21 02:28:11 +00:00
getcwd.c
getmtime.c Always include config.h 1996-08-19 22:12:39 +00:00
getopt.c
getplatform.c
getversion.c
graminit.c Disable support for access statement 1996-08-12 22:00:53 +00:00
import.c PYTHONWIN -> MS_COREDLL 1996-08-22 23:10:58 +00:00
importdl.c Don't require <dlfcn.h> -- rely on existence of dlopen(). 1996-08-20 19:59:07 +00:00
importdl.h
marshal.c Added *PyMarshal_WriteObjectToString() (moved the relevant code there 1996-08-19 22:07:17 +00:00
memmove.c
modsupport.c
mystrtoul.c Always include config.h 1996-08-19 22:12:39 +00:00
pythonmain.c
pythonrun.c
sigcheck.c
strerror.c
strtod.c Always include config.h 1996-08-19 22:12:39 +00:00
structmember.c
sysmodule.c Use MS_DLL_ID as sys.winver 1996-08-23 18:14:47 +00:00
thread.c Always include config.h 1996-08-19 22:12:39 +00:00
thread_cthread.h Changes needed by NeXT (the only platform that seems to use this). 1996-07-30 16:48:31 +00:00
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pthread.h Changes necessary for AIX. 1996-08-08 18:53:41 +00:00
thread_sgi.h
thread_solaris.h Add explicit #undef _POSIX_THREADS for use on Solaris 2.5 (Sjoerd). 1996-08-21 14:39:29 +00:00
traceback.c