cpython/Python
Guido van Rossum 96774c1347 Marc-Andre Lemburg:
Changed all references to the MAGIC constant to use a global
pyc_magic instead. This global is initially set to MAGIC, but can be
changed by the _PyImport_Init() function to provide for
special features implemented in the compiler which are settable
using command line switches and affect the way PYC files are
generated.

Currently this change is only done for the -U flag.
2000-05-01 20:19:08 +00:00
..
atof.c
bltinmodule.c When refering to Unicode characters in exception messages and 2000-04-13 02:42:50 +00:00
ceval.c Charles Waldman writes: 2000-04-21 21:17:39 +00:00
codecs.c
compile.c Marc-Andre Lemburg: 2000-05-01 17:54:56 +00:00
dup2.c
dynload_aix.c
dynload_beos.c
dynload_dl.c
dynload_hpux.c
dynload_mac.c Jack Jansen: The new version of the GUSI i/o library on the Macintosh 2000-04-24 15:08:18 +00:00
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c
fmod.c
frozen.c
frozenmain.c
getargs.c Marc-Andre Lemburg: 2000-04-27 20:13:18 +00:00
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c
getplatform.c
getversion.c
graminit.c
hypot.c
import.c Marc-Andre Lemburg: 2000-05-01 20:19:08 +00:00
importdl.c
importdl.h
Makefile.in
marshal.c
memmove.c
modsupport.c Brian Hooper <brian_takashi@hotmail.com>: 2000-04-28 14:42:37 +00:00
mystrtoul.c
pyfpe.c
pystate.c
pythonmain.c
pythonrun.c Marc-Andre Lemburg: 2000-05-01 17:55:15 +00:00
sigcheck.c
strdup.c
strerror.c
strtod.c
structmember.c
sysmodule.c Simplify creation of the version_info value for clarity, per 2000-04-13 20:03:20 +00:00
thread.c Jack Jansen: Posix threads are now supported on the Macintosh too. 2000-04-24 15:06:51 +00:00
thread_beos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c