cpython/Include
Guido van Rossum a12fe4e81f - New function sys.call_tracing() allows pdb to debug code
recursively.
- pdb has a new command, "debug", which lets you step through
  arbitrary code from the debugger's (pdb) prompt.
2003-04-09 19:06:21 +00:00
..
abstract.h
bitset.h
boolobject.h
bufferobject.h
cellobject.h
ceval.h
classobject.h Typo repair. 2003-04-08 18:47:21 +00:00
cobject.h
codecs.h
compile.h
complexobject.h
cStringIO.h
datetime.h
descrobject.h
dictobject.h
enumobject.h
errcode.h
eval.h - New function sys.call_tracing() allows pdb to debug code 2003-04-09 19:06:21 +00:00
fileobject.h
floatobject.h
frameobject.h
funcobject.h
graminit.h
grammar.h
import.h
intobject.h
intrcheck.h
iterobject.h
listobject.h
longintrepr.h
longobject.h Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. 2003-03-29 10:06:18 +00:00
marshal.h
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h
node.h
object.h Improved new Py_TRACE_REFS gimmicks. 2003-03-23 17:52:28 +00:00
objimpl.h
opcode.h
osdefs.h
parsetok.h
patchlevel.h
pgenheaders.h
py_curses.h
pydebug.h
pyerrors.h
pyfpe.h
pygetopt.h
pymactoolbox.h
pymem.h
pyport.h Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. 2003-03-29 10:06:18 +00:00
pystate.h
Python.h
pythonrun.h
pythread.h
rangeobject.h
sliceobject.h
stringobject.h
structmember.h
structseq.h
symtable.h
sysmodule.h
token.h
traceback.h
tupleobject.h
ucnhash.h
unicodeobject.h
weakrefobject.h