summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/exceptions.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded stringVictor Stinner2010-12-281-1/+1
* Issue #10780: PyErr_SetFromWindowsErrWithFilename() andVictor Stinner2010-12-281-2/+3
* Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystemVictor Stinner2010-12-271-2/+3
* Issue #9738: Document encodings of error and warning functionsVictor Stinner2010-12-271-9/+16
* Fix typoDaniel Stutzbach2010-12-171-3/+3
* Issue 8753: Added documentation for Py_ReprEntr and Py_ReprLeave.Daniel Stutzbach2010-12-171-0/+29
* Make doc for PyErr_Format() up to date.Antoine Pitrou2010-11-271-74/+5
* #10468: document Unicode exception creation and access functions.Georg Brandl2010-11-231-0/+77
* Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename()Victor Stinner2010-10-091-1/+3
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-145/+145
* note versionBenjamin Peterson2010-09-211-0/+2
* add PyErr_SyntaxLocationEx, to support adding a column offsetBenjamin Peterson2010-09-201-0/+14
* Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error onVictor Stinner2010-09-111-1/+1
* Issue #9425: Create PyErr_WarnFormat() functionVictor Stinner2010-08-131-3/+10
* Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge fromGeorg Brandl2010-03-141-0/+30
* Merged revisions 78859-78860 via svnmerge fromGeorg Brandl2010-03-121-1/+1
* Merged revisions 77088 via svnmerge fromGeorg Brandl2009-12-281-0/+9
* Merged revisions 76308 via svnmerge fromMark Dickinson2009-11-161-0/+16
* Fix segfaults when running test_exceptions with coverage tracing, caused by w...Georg Brandl2009-03-311-0/+46
* Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,...Benjamin Peterson2009-02-061-3/+4
* #5096: document PyErr_PrintEx().Georg Brandl2009-02-051-1/+10
* Merged revisions 67952,67957-67958,67960-67961,67963,67973,67978,67995,68030,...Benjamin Peterson2009-01-011-5/+4
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-1/+1
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-1/+0
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-2/+2
* Merged revisions 59565-59594 via svnmerge fromChristian Heimes2007-12-241-0/+10
* Remove versionadded and versionchanged directives, fold information into text...Georg Brandl2007-09-011-21/+1
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+515