cpython/Python
Jeremy Hylton 94988067b9 Add new parser error code, E_OVERFLOW. This error is returned when
the number of children of a node exceeds the max possible value for
the short that is used to count them.  The Python runtime converts
this parser error into the SyntaxError "expression too long."
2000-06-20 19:10:44 +00:00
..
.cvsignore
Makefile.in
atof.c
bltinmodule.c
ceval.c
codecs.c M.-A. Lemburg <mal@lemburg.com>: 2000-05-09 19:55:59 +00:00
compile.c
dup2.c MPW changes 1994-08-29 10:43:12 +00:00
dynload_aix.c
dynload_beos.c
dynload_dl.c
dynload_hpux.c
dynload_mac.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c Cleanup patches from Greg Stein: 1999-12-22 14:09:35 +00:00
errors.c PyErr_GivenExceptionMatches(): Check for err==NULL and exc==NULL and 2000-05-02 19:27:51 +00:00
exceptions.c
fmod.c
frozen.c Add primitive test for frozen package. 1998-04-03 21:10:36 +00:00
frozenmain.c
getargs.c
getcompiler.c Make it return a _const_ char*. 1997-07-19 19:48:41 +00:00
getcopyright.c At Bob Kahn's request, add CNRI to the copyright string (but not to 2000-05-10 20:06:00 +00:00
getcwd.c New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
getmtime.c First part of package support. 1997-09-05 07:33:22 +00:00
getopt.c
getplatform.c
getversion.c Allow longer strings (up to 80 chars each) for version, build, 1999-04-22 12:03:40 +00:00
graminit.c slightly modified version of Greg Ewing's extended call syntax patch 2000-03-28 23:49:17 +00:00
hypot.c
import.c
importdl.c
importdl.h For Windows, need to add #include <windows.h>. 1999-12-20 22:55:03 +00:00
marshal.c
memmove.c
modsupport.c
mystrtoul.c
pyfpe.c
pystate.c CRITICAL PATCH! 1999-06-18 14:22:24 +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 Quickly renamed the remaining files -- this directory is done. 1997-04-29 20:08:16 +00:00
strdup.c Patches by William Lewis for Nextstep descendants. 1999-01-27 17:53:11 +00:00
strerror.c
strtod.c
structmember.c
sysmodule.c
thread.c Andy Dustman: add GNU pth user-space thread support. 2000-05-08 13:41:38 +00:00
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 Thanks to Chris Herborth, the thread primitives now have proper Py* 1998-12-21 19:32:43 +00:00
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pth.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00