COMMITS
/ Doc/api/exceptions.tex June 29, 2004
A
[Bug #948970] Add PyExc_* symbols to index.
Andrew M. Kuchling committed
May 12, 2004
F
minor wording cleanup
Fred Drake committed
March 25, 2004
F
Remove note that PyErr_SetInterrupt() is obsolete; add comment about the
Fred Drake committed
December 7, 2003
R
SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API)
Raymond Hettinger committed
May 29, 2003
N
SF bug #719367, string exceptions are deprecated
Neal Norwitz committed
December 6, 2002
T
Typo: propogate -> propagate
Thomas Heller committed
October 24, 2002
F
Correct the description of PyErr_Restore().
Fred Drake committed
September 25, 2002
F
Ok, read the source this time: PyErr_SetObject() does not steal a reference.
Fred Drake committed
September 24, 2002
F
Clarify documentation for PyErr_SetObject() to describe the reference
Fred Drake committed
August 14, 2002
B
Document PyExc_FutureWarning
Barry Warsaw committed
July 29, 2002
T
New functions for extension writers on Windows:
Thomas Heller committed
July 2, 2002
F
Minor markup adjustments, consistency changes, and shorten a long
Fred Drake committed
T
Docs for PyErr_SetFromWindowsErrWithFilename() and
Thomas Heller committed
March 27, 2002
S
fix a typo in PyErr_Format table and add row for 'p' format char
Skip Montanaro committed
March 23, 2002
N
Fix example for PyErr_SetFromErrno() (need to pass exception type).
Neil Schemenauer committed
December 3, 2001
F
Clarify that the Python runtime may behave mysteriously when an exception
Fred Drake committed
F
PyErr_Format() does not return a new reference; it always returns NULL.
Fred Drake committed
October 12, 2001
F
Break the Python/C API manual into smaller files by chapter. This manual
Fred Drake committed