cpython/Python
Thomas Wouters dd13e4f91f Replace the run-time 'future-bytecode-stream-inspection' hack to find out
how 'import' was called with a compiletime mechanism: create either a tuple
of the import arguments, or None (in the case of a normal import), add it to
the code-block constants, and load it onto the stack before calling
IMPORT_NAME.
2000-08-27 20:31:27 +00:00
..
.cvsignore Ignore a bunch of generated files. 2000-05-02 18:34:30 +00:00
Makefile.in Remove the dependency information for version.o; this is not part of 2000-08-23 21:16:10 +00:00
atof.c
bltinmodule.c
ceval.c
codecs.c
compile.c Replace the run-time 'future-bytecode-stream-inspection' hack to find out 2000-08-27 20:31:27 +00:00
dup2.c
dynload_aix.c
dynload_beos.c
dynload_dl.c ANSIfy as many declarations as possible. 2000-07-22 23:38:01 +00:00
dynload_hpux.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
dynload_mac.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c
exceptions.c Remove a couple of warnings turned up by "gcc -Wall". 2000-08-18 19:53:25 +00:00
fmod.c
frozen.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
frozenmain.c
getargs.c
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c
getplatform.c
getversion.c
graminit.c
hypot.c
import.c
importdl.c Mass ANSIfication of function definitions. Doesn't cover all 'extern' 2000-07-22 18:47:25 +00:00
importdl.h
marshal.c
memmove.c
modsupport.c
mystrtoul.c
pyfpe.c Mass ANSIfication of function definitions. Doesn't cover all 'extern' 2000-07-22 18:47:25 +00:00
pystate.c Removing warnings by gcc -Wall -- cast ugly || to void. 2000-08-04 21:27:47 +00:00
pythonmain.c
pythonrun.c
sigcheck.c Mass ANSIfication of function definitions. Doesn't cover all 'extern' 2000-07-22 18:47:25 +00:00
strdup.c Mass ANSIfication of function definitions. Doesn't cover all 'extern' 2000-07-22 18:47:25 +00:00
strerror.c Mass ANSIfication of function definitions. Doesn't cover all 'extern' 2000-07-22 18:47:25 +00:00
strtod.c Mass ANSIfication of function definitions. Doesn't cover all 'extern' 2000-07-22 18:47:25 +00:00
structmember.c Mass ANSIfication of function definitions. Doesn't cover all 'extern' 2000-07-22 18:47:25 +00:00
sysmodule.c _PySys_Init(): Fix another Insure discovered memory leak; the PyString 2000-08-16 23:03:57 +00:00
thread.c
thread_beos.h
thread_cthread.h Mass ANSIfication of function definitions. Doesn't cover all 'extern' 2000-07-22 18:47:25 +00:00
thread_foobar.h Mass ANSIfication of function definitions. Doesn't cover all 'extern' 2000-07-22 18:47:25 +00:00
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pth.h Mass ANSIfication of function definitions. Doesn't cover all 'extern' 2000-07-22 18:47:25 +00:00
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c