summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/exceptions.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455)Serhiy Storchaka2023-10-301-0/+8
* Fix typos in docs and comments (#109619)Heinz-Alexander Fuetterer2023-09-201-1/+1
* gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)Serhiy Storchaka2023-08-221-5/+9
* gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)Eric Snow2023-08-071-1/+2
* gh-107298: Fix more Sphinx warnings in the C API doc (#107329)Victor Stinner2023-07-271-9/+9
* gh-106948: Docs: Disable links for C standard library functions, OS utility f...Erlend E. Aasland2023-07-231-1/+1
* gh-106909: Use role :const: for referencing module constants (GH-106910)Serhiy Storchaka2023-07-211-1/+1
* gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)Serhiy Storchaka2023-07-211-6/+6
* gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)Victor Stinner2023-06-061-2/+2
* gh-102778: update documentation of PyErr_PrintEx and traceback.print_last() r...Irit Katriel2023-06-021-3/+8
* gh-105071: add missing versionadded directive (#105097)Irit Katriel2023-05-301-0/+2
* gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementatio...Irit Katriel2023-05-301-0/+10
* GH-97950: Use new-style index directive ('module') (#103996)Adam Turner2023-05-041-3/+3
* gh-101100: Test docs in nit-picky mode (#102513)Hugo van Kemenade2023-03-241-1/+1
* gh-102755: Add PyErr_DisplayException(exc) (#102756)Irit Katriel2023-03-161-0/+6
* gh-101578: Amend exception docs (#102057)Erlend E. Aasland2023-02-211-22/+23
* gh-101578: Amend PyErr_{Set,Get}RaisedException docs (#101962)Erlend E. Aasland2023-02-191-32/+17
* GH-101578: Normalize the current exception (GH-101607)Mark Shannon2023-02-081-1/+78
* gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (...Adam Turner2022-10-051-2/+2
* gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (...Adam Turner2022-10-041-2/+2
* gh-93738: Documentation C syntax (:c:data:`0` -> ``0``) (#97771)Adam Turner2022-10-041-1/+1
* GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432)Hugo van Kemenade2022-05-081-11/+11
* gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)Irit Katriel2022-04-151-4/+40
* More minor fixes to C API docs (GH-31714)Jelle Zijlstra2022-04-021-3/+3
* Minor fixes to C API docs (GH-31501)Jelle Zijlstra2022-02-231-7/+8
* bpo-45711: Change exc_info related APIs to derive type and traceback from the...Irit Katriel2021-11-301-1/+6
* [doc] Fix typo c-api/exceptions.rst (GH-27847)Sunny Bean2021-08-231-1/+1
* bpo-44029: Remove Py_UNICODE APIs (GH-25881)Inada Naoki2021-05-071-21/+0
* Fix typo in exceptions.rst (GH-25434)Ikko Ashimine2021-04-171-1/+1
* bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)Antoine Pitrou2021-03-111-13/+57
* bpo-42236: Enhance init and encoding documentation (GH-23109)Victor Stinner2020-11-021-4/+4
* bpo-40204, doc: Fix syntax of C variables (GH-21846)Victor Stinner2020-08-131-2/+2
* bpo-41098: Doc: Add missing deprecated directives (GH-21162)Inada Naoki2020-08-071-0/+10
* 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