summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/exceptions.rst
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix grammar in PyErr_ResourceWarning (GH-18879)Daniel Hahler2020-03-121-1/+1
* bpo-38374: Remove weakref.ReferenceError from docs (GH-18452)Roger Hurwitz2020-02-111-3/+0
* bpo-36974: expand call protocol documentation (GH-13844)Jeroen Demeyer2019-11-121-0/+4
* bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080)Victor Stinner2019-11-071-0/+2
* bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046)Victor Stinner2019-11-041-3/+9
* bpo-38600: NULL -> ``NULL``. (GH-17001)Serhiy Storchaka2019-10-301-4/+4
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-23/+23
* bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)Nick Coghlan2019-08-251-3/+0
* bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453)Hai Shi2019-07-031-1/+1
* bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not hand...Matěj Cepl2019-05-231-6/+6
* bpo-36829: Add sys.unraisablehook() (GH-13187)Victor Stinner2019-05-221-0/+5
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* Doc/c-api/exceptions.rst: fix grammar (#12091)Daniel Hahler2019-05-061-2/+2
* Document the surprising sideeffect PyErr_Print(). (#12081)Gregory P. Smith2019-02-271-2/+6
* bpo-35224: PEP 572 Implementation (#10497)Emily Morehouse2019-01-241-0/+3
* bpo-11233: Create availability directive for documentation (GH-9692)Cheryl Sabella2018-10-121-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-03-311-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-161-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-101-7/+43
* Close #20105: set __traceback__ when chaining exceptions in CNick Coghlan2014-01-261-0/+10
* Close #11619: The parser and the import machinery do not encode UnicodeVictor Stinner2013-08-261-11/+25