cpython/Python
Georg Brandl ddbaa660d3 Patch #1346214: correctly optimize away "if 0"-style stmts
(thanks to Neal for review)
2006-06-04 21:56:52 +00:00
..
Python-ast.c
asdl.c
ast.c Replace Py_BuildValue("OO") by PyTuple_Pack. 2006-05-26 20:04:44 +00:00
atof.c
bltinmodule.c
ceval.c [ 1497053 ] Let dicts propagate the exceptions in user __eq__(). 2006-06-01 13:19:12 +00:00
codecs.c
compile.c Patch #1346214: correctly optimize away "if 0"-style stmts 2006-06-04 21:56:52 +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
errors.c Fix #1494605. 2006-05-29 14:13:21 +00:00
fmod.c
frozen.c
frozenmain.c
future.c
getargs.c
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c
getplatform.c
getversion.c
graminit.c
hypot.c
import.c Correct None refcount issue in Mac modules. (Are they 2006-05-28 21:57:35 +00:00
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
pyarena.c
pyfpe.c
pystate.c
pystrtod.c Fix compiler warning. 2006-05-29 14:33:55 +00:00
pythonrun.c PyErr_Display(), PyErr_WriteUnraisable(): Coverity found a cut-and-paste 2006-05-28 10:41:29 +00:00
sigcheck.c
strdup.c
strerror.c
strtod.c
structmember.c
symtable.c Patch #1346214: correctly optimize away "if 0"-style stmts 2006-06-04 21:56:52 +00:00
sysmodule.c Make use of METH_O and METH_NOARGS where possible. 2006-05-29 21:04:52 +00:00
thread.c clean up function declarations to conform to PEP-7 style. 2006-06-04 12:59:59 +00:00
thread_atheos.h
thread_beos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h clean up function declarations to conform to PEP-7 style. 2006-06-04 12:59:59 +00:00
thread_os2.h clean up function declarations to conform to PEP-7 style. 2006-06-04 12:59:59 +00:00
thread_pth.h
thread_pthread.h Patch #1454481: Make thread stack size runtime tunable. 2006-06-04 12:31:09 +00:00
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c