summaryrefslogtreecommitdiff
path: root/Doc/c-api/exceptions.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not hand...Miss Islington (bot)2019-05-241-6/+6
* bpo-36829: Enhance PyErr_WriteUnraisable() (GH-13487)Victor Stinner2019-05-221-0/+2
* Document the surprising sideeffect PyErr_Print(). (GH-12081)Miss Islington (bot)2019-02-271-2/+6
* [3.7] bpo-11233: Create availability directive for documentation (GH-9692) (G...Cheryl Sabella2018-10-151-6/+16
* Fix typos in multiple `.rst` files (#1668)delirious-lettuce2017-05-191-4/+4
* bpo-19225: Remove duplicated description for standard warning categories (GH-...cocoatomo2017-04-151-12/+9
* bpo-19225: Add a table of warning names and missed exception names in C API d...cocoatomo2017-04-021-56/+149
* Merge from 3.5.Serhiy Storchaka2016-12-251-1/+1
|\
| * Issue #29068: Fixed a typo in PyErr_Fetch example.Serhiy Storchaka2016-12-251-1/+1
* | Issue #28635: Fix a couple of missing/incorrect versionchanged tagsYury Selivanov2016-11-101-1/+1
* | Issue #15767: Use ModuleNotFoundError.Eric Snow2016-09-071-0/+7
* | Issue #15767: Add ModuleNotFoundError.Eric Snow2016-09-071-0/+2
* | Issue #15984: Merge PyUnicode doc from 3.5Martin Panter2016-04-151-2/+2
|\ \ | |/
| * Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-151-2/+2
* | On ResourceWarning, log traceback where the object was allocatedVictor Stinner2016-03-191-0/+8
|/
* Issue #22836: Keep exception reports sensible despite errorsMartin Panter2016-02-281-2/+2
* Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-031-3/+9
* Fixed documentation of functions with const char* arguments.Serhiy Storchaka2015-06-211-4/+4
|\
| * Fixed documentation of functions with const char* arguments.Serhiy Storchaka2015-06-211-4/+4
* | Added the const qualifier for char* argument of Py_EnterRecursiveCall().Serhiy Storchaka2015-06-211-1/+1
|\ \ | |/
| * Added the const qualifier for char* argument of Py_EnterRecursiveCall().Serhiy Storchaka2015-06-211-1/+1
* | merge 3.4 (#23221)Benjamin Peterson2015-01-131-1/+1
|\ \ | |/
| * fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-131-1/+1
* | Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-301-1/+1
* | merge with 3.4Georg Brandl2014-10-061-1/+1
|\ \ | |/
| * Closes #22565: fix argument types of PyErr_WarnEx.Georg Brandl2014-10-061-1/+1
* | Reorganize C API docs of the exception APIAntoine Pitrou2014-09-301-151/+191
* | Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` b...Antoine Pitrou2014-09-301-0/+8
* | Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets.Victor Stinner2014-07-291-3/+8
* | Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/Victor Stinner2014-07-241-10/+3
* | tetsVictor Stinner2014-07-241-3/+10
|/
* Get rid of deprecated IOError in the docAndrew Svetlov2014-04-011-2/+2
* Fix a few scoping issues with versionadded/versionchanged directives.Georg Brandl2014-03-241-4/+4
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-4/+4
* Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.Larry Hastings2014-02-101-25/+0
* Issue #20517: Functions in the os module that accept two filenamesLarry Hastings2014-02-091-7/+43
* Close #20105: set __traceback__ when chaining exceptions in CNick Coghlan2014-01-271-0/+10
* Close #11619: The parser and the import machinery do not encode UnicodeVictor Stinner2013-08-261-11/+25
* Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-011-6/+6
* Closes #13638: document PyErr_SetFromErrnoWithFilenameObject,Georg Brandl2013-04-141-11/+29
* PEP 415: Implement suppression of __context__ display with an exception attri...Benjamin Peterson2012-05-141-7/+1
* Fix location of versionaddeds and empty lines.Georg Brandl2012-04-241-3/+6
* Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo.Martin v. Löwis2012-04-191-0/+35
* Fix #14600. Correct reference handling and naming of ImportError convenience ...Brian Curtin2012-04-171-19/+4
* Add versionadded tags to newly added ImportError convenience functions.Brian Curtin2012-04-161-0/+5
* Add documentation for the new PyErr_SetFromImport* functionsBrian Curtin2012-04-161-0/+18
* Close issue #6210: Implement PEP 409Nick Coghlan2012-02-261-6/+13
* Merge with 3.2.Ezio Melotti2011-10-191-1/+1
|\
* | Update index entriesAntoine Pitrou2011-10-121-3/+17
* | Update the C-API docs for exception typesAntoine Pitrou2011-10-121-59/+110
|/