summaryrefslogtreecommitdiffstats
path: root/Doc/api/exceptions.tex
Commit message (Collapse)AuthorAgeFilesLines
* Backport:Neal Norwitz2003-02-021-1/+1
| | | | | | date: 2002/12/06 22:42:13; author: theller; Typo: propogate -> propagate
* Correct the description of PyErr_Restore().Fred Drake2002-10-241-3/+3
| | | | Closes SF bug #577000.
* Ok, read the source this time: PyErr_SetObject() does not steal a reference.Fred Drake2002-09-251-1/+1
|
* Clarify documentation for PyErr_SetObject() to describe the referenceFred Drake2002-09-241-1/+1
| | | | count behavior.
* Backport Skip's patch for SF bug #534495:Fred Drake2002-03-271-1/+2
| | | | | | | exceptions.tex 1.5 fix a typo in PyErr_Format table and add row for 'p' format char closes bug 534495
* Clarify that the Python runtime may behave mysteriously when an exceptionFred Drake2001-12-031-4/+12
| | | | | is not handled properly. This closes SF bug #485153.
* PyErr_Format() does not return a new reference; it always returns NULL.Fred Drake2001-12-031-7/+5
| | | | This closes SF bug #488387.
* Break the Python/C API manual into smaller files by chapter. This manualFred Drake2001-10-121-0/+353
has grown beyond what font-lock will work with using the default (X)Emacs settings. Indentation of the description has been made consistent, and a number of smaller markup adjustments have been made as well.