cpython/Python
Andrew MacIntyre 9291332de1 Patch #1454481: Make thread stack size runtime tunable.
Heavily revised, comprising revisions:
46640 - original trunk revision (backed out in r46655)
46647 - markup fix (backed out in r46655)
46692:46918 merged from branch aimacintyre-sf1454481

branch tested on buildbots (Windows buildbots had problems
not related to these changes).
2006-06-13 15:04:24 +00:00
..
asdl.c
ast.c
atof.c
bltinmodule.c
ceval.c i and j are initialized below when used. No need to do it twice 2006-06-12 02:16:10 +00:00
codecs.c
compile.c Fix indentation of case and a Py_ssize_t issue. 2006-06-12 02:09:34 +00:00
dup2.c
dynload_aix.c
dynload_atheos.c
dynload_beos.c
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c Patch #1495999: Part two of Windows CE changes. 2006-06-10 12:23:46 +00:00
errors.c
fmod.c
frozen.c
frozenmain.c
future.c
getargs.c Argh. "integer" is a very confusing word ;) 2006-06-08 13:31:07 +00:00
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c
getplatform.c
getversion.c
graminit.c
hypot.c
import.c
importdl.c
importdl.h
mactoolboxglue.c
marshal.c Convert more modules to METH_VARARGS. 2006-05-29 21:58:42 +00:00
memmove.c
modsupport.c
mysnprintf.c
mystrtoul.c Patch #1495999: Part two of Windows CE changes. 2006-06-10 12:23:46 +00:00
pyarena.c
pyfpe.c
pystate.c
pystrtod.c
Python-ast.c
pythonrun.c Patch #1495999: Part two of Windows CE changes. 2006-06-10 12:23:46 +00:00
sigcheck.c
strdup.c
strerror.c
strtod.c Patch #1495999: Part two of Windows CE changes. 2006-06-10 12:23:46 +00:00
structmember.c
symtable.c Patch #1346214: correctly optimize away "if 0"-style stmts 2006-06-04 21:56:52 +00:00
sysmodule.c _PySys_Init(): It's rarely a good idea to size a buffer to the 2006-06-06 00:25:07 +00:00
thread.c Patch #1454481: Make thread stack size runtime tunable. 2006-06-13 15:04:24 +00:00
thread_atheos.h
thread_beos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h Patch #1454481: Make thread stack size runtime tunable. 2006-06-13 15:04:24 +00:00
thread_os2.h Patch #1454481: Make thread stack size runtime tunable. 2006-06-13 15:04:24 +00:00
thread_pth.h
thread_pthread.h Patch #1454481: Make thread stack size runtime tunable. 2006-06-13 15:04:24 +00:00
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c