cpython/Python
Andrew M. Kuchling 1f3ebe0b10 [Bug #1542016] Report PCALL_POP value. This makes the return value of sys.callstats() match its docstring.
Backport candidate.  Though it's an API change, this is a pretty obscure
portion of the API.
2006-10-27 13:22:46 +00:00
..
asdl.c
ast.c Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)). 2006-09-22 08:18:10 +00:00
atof.c
bltinmodule.c Bug #1283491: follow docstring convention wrt. keyword-able args in sum(). 2006-10-12 12:33:07 +00:00
ceval.c [Bug #1542016] Report PCALL_POP value. This makes the return value of sys.callstats() match its docstring. 2006-10-27 13:22:46 +00:00
codecs.c
compile.c Fix for SF bug 1569998: break permitted inside try. 2006-10-04 02:24: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 Forward-port of r52136,52138: a review of overflow-detecting code. 2006-10-04 12:17:45 +00:00
fmod.c
frozen.c
frozenmain.c
future.c Handle more mem alloc issues found with failmalloc 2006-07-23 07:50:36 +00:00
getargs.c Forward-port of r52136,52138: a review of overflow-detecting code. 2006-10-04 12:17:45 +00:00
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c Accept long options "--help" and "--version". 2006-07-12 15:31:17 +00:00
getplatform.c
getversion.c
graminit.c with and as are now keywords. There are some generated files I can't recreate. 2006-09-06 06:28:06 +00:00
hypot.c
import.c Update the peephole optimizer to remove more dead code (jumps after returns) 2006-10-14 21:33:38 +00:00
importdl.c
importdl.h
mactoolboxglue.c Add missing Py_DECREFs. 2006-07-11 16:44:25 +00:00
marshal.c Forward-port of r52136,52138: a review of overflow-detecting code. 2006-10-04 12:17:45 +00:00
memmove.c
modsupport.c Forward-port of r52136,52138: a review of overflow-detecting code. 2006-10-04 12:17:45 +00:00
mysnprintf.c
mystrtoul.c Forward-port of r52136,52138: a review of overflow-detecting code. 2006-10-04 12:17:45 +00:00
peephole.c Update the peephole optimizer to remove more dead code (jumps after returns) 2006-10-14 21:33:38 +00:00
pyarena.c Fix more memory allocation issues found with failmalloc. 2006-07-22 16:20:49 +00:00
pyfpe.c
pystate.c Remove extra semi-colons reported by Johnny Lee on python-dev. Backport if anyone cares. 2006-09-23 04:11:38 +00:00
pystrtod.c
Python-ast.c
pythonrun.c with and as are now keywords. There are some generated files I can't recreate. 2006-09-06 06:28:06 +00:00
sigcheck.c
strdup.c
strerror.c
strtod.c
structmember.c Patch #1549049: Rewrite type conversion in structmember. 2006-10-27 06:16:31 +00:00
symtable.c Handle PyString_FromInternedString() failing (unlikely, but possible). 2006-08-19 04:52:03 +00:00
sysmodule.c Forward-port of r52136,52138: a review of overflow-detecting code. 2006-10-04 12:17:45 +00:00
thread.c Handle more memory allocation failures without crashing. 2006-07-21 07:59:47 +00:00
thread_atheos.h
thread_beos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h bugfix: PyThread_start_new_thread() returns the thread ID, not a flag; 2006-07-23 13:00:04 +00:00
thread_pth.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c