summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/exceptions.rst
Commit message (Expand)AuthorAgeFilesLines
* update to new C roles and directivesSandro Tosi2012-01-141-152/+152
* Remove duplication.Ezio Melotti2011-10-191-1/+1
* Clarify that PyErr_NewException creates an exception *class*, not instance.Georg Brandl2011-07-131-3/+3
* Issue #11768: signal.set_wakeup_fd() and PySignal_SetWakeupFd() added in 2.6Victor Stinner2011-04-181-0/+2
* #11317: fix wrong info about string exceptions.Georg Brandl2011-02-251-9/+5
* Merged revisions 86838 via svnmerge fromAntoine Pitrou2010-11-271-74/+4
* Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge fromGeorg Brandl2010-11-261-0/+77
* Fix warnings from "make check".Georg Brandl2010-03-121-1/+1
* #8044: document Py_{Enter,Leave}RecursiveCall functions.Georg Brandl2010-03-071-0/+30
* #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new ...Georg Brandl2009-12-281-0/+9
* Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString,Mark Dickinson2009-11-151-0/+16
* PyErr_PrintEx is also in 2.x...Georg Brandl2009-02-051-1/+10
* PyErr_BadInternalCall() raises a SystemError, not TypeError #5112Benjamin Peterson2009-01-311-3/+4
* #4763 PyErr_ExceptionMatches won't blow up with NULL argumentsBenjamin Peterson2008-12-281-5/+4
* Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k...Benjamin Peterson2008-04-271-0/+8
* Some cleanup in the docs.Georg Brandl2007-12-291-2/+2
* Patch #1583 by Adam Olsen.Guido van Rossum2007-12-191-0/+10
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+534