.. |
Makefile.in
|
Changes for Lee Busby's SIGFPE patch set.
|
1997-02-14 22:58:07 +00:00 |
atof.c
|
…
|
|
bltinmodule.c
|
Define __debug__ as 0 if -O is given, 1 otherwise. Also test for
|
1997-03-11 18:43:26 +00:00 |
ceval.c
|
Clarify error message for unexpected keyword parameter.
|
1997-03-10 22:58:23 +00:00 |
cgensupport.c
|
…
|
|
compile.c
|
New form of PyFPE_END_PROTECT macro.
|
1997-03-14 04:32:50 +00:00 |
dup2.c
|
MPW changes
|
1994-08-29 10:43:12 +00:00 |
errors.c
|
Oops, remove an unused variable from PyErr_Format().
|
1997-02-14 20:57:31 +00:00 |
fmod.c
|
…
|
|
frozen.c
|
New permission notice, includes CNRI.
|
1996-10-25 14:44:06 +00:00 |
frozenmain.c
|
New permission notice, includes CNRI.
|
1996-10-25 14:44:06 +00:00 |
getargs.c
|
Keep gcc -Wall happy.
|
1996-12-05 23:27:02 +00:00 |
getcompiler.c
|
…
|
|
getcopyright.c
|
…
|
|
getcwd.c
|
New permission notice, includes CNRI.
|
1996-10-25 14:44:06 +00:00 |
getmtime.c
|
New permission notice, includes CNRI.
|
1996-10-25 14:44:06 +00:00 |
getopt.c
|
…
|
|
getplatform.c
|
…
|
|
getversion.c
|
get build info from elsewhere
|
1997-01-20 18:34:55 +00:00 |
graminit.c
|
…
|
|
hypot.c
|
…
|
|
import.c
|
When -O is given, use ".pyo" instead of ".pyc".
|
1997-03-11 18:37:35 +00:00 |
importdl.c
|
Some extra flags that an HPUX user wants me to add.
|
1996-12-05 23:15:35 +00:00 |
importdl.h
|
New permission notice, includes CNRI.
|
1996-10-25 14:44:06 +00:00 |
marshal.c
|
New form of PyFPE_END_PROTECT macro.
|
1997-03-14 04:32:50 +00:00 |
memmove.c
|
New permission notice, includes CNRI.
|
1996-10-25 14:44:06 +00:00 |
modsupport.c
|
…
|
|
mystrtoul.c
|
Keep gcc -Wall happy.
|
1996-12-05 23:27:02 +00:00 |
pyfpe.c
|
New form of PyFPE_END_PROTECT macro.
|
1997-03-14 04:32:50 +00:00 |
pythonmain.c
|
…
|
|
pythonrun.c
|
Greatly renamed. Not a very thorough job -- I'm going to restructure
|
1997-03-05 00:20:32 +00:00 |
sigcheck.c
|
New permission notice, includes CNRI.
|
1996-10-25 14:44:06 +00:00 |
strdup.c
|
…
|
|
strerror.c
|
New permission notice, includes CNRI.
|
1996-10-25 14:44:06 +00:00 |
strtod.c
|
…
|
|
structmember.c
|
New permission notice, includes CNRI.
|
1996-10-25 14:44:06 +00:00 |
sysmodule.c
|
Added optional interface for dynamic execution profile (to be gathered
|
1997-01-24 04:07:45 +00:00 |
thread.c
|
Rename DEBUG macro to Py_DEBUG
|
1996-12-30 16:17:54 +00:00 |
thread_cthread.h
|
New permission notice, includes CNRI.
|
1996-10-25 14:44:06 +00:00 |
thread_foobar.h
|
…
|
|
thread_lwp.h
|
…
|
|
thread_nt.h
|
…
|
|
thread_os2.h
|
…
|
|
thread_pthread.h
|
Working semaphore implementation by Sjoerd.
|
1997-01-17 21:06:41 +00:00 |
thread_sgi.h
|
Rename DEBUG macro to Py_DEBUG
|
1996-12-30 16:17:54 +00:00 |
thread_solaris.h
|
…
|
|
traceback.c
|
Get the line number from PyCode_Addr2Line instead of believing
|
1997-01-24 04:02:55 +00:00 |