0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
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 Fix spelling and grammar. 2003-02-28 05:11:03 +00:00
bitset.h
boolobject.h
bufferobject.h
cellobject.h
ceval.h As far as I can tell PyEval_GetOwner was removed in 1997 (when it was 2003-02-20 17:59:17 +00:00
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 New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is a 2003-03-20 20:53:32 +00:00
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 Fix SF bug #697256, PyMarshal_WriteShortToFile() documented, but not implemented 2003-03-06 22:04:24 +00:00
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 Update PY_VERSION to indicate that we're beyond 2.3a2 now. 2003-02-20 18:46:54 +00:00
pgenheaders.h
py_curses.h Moved the Apple workaround for the guard define for wchar_t out of 2003-02-28 12:51:18 +00:00
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 Fixed SF bug #663074. The codec system was using global static 2003-03-19 00:35:36 +00:00
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