summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/exceptions.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-141004: Document `PyErr_RangedSyntaxLocationObject` (#141521)Stan Ulbrych2025-11-131-0/+8
* gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (#139668)Victor Stinner2025-11-131-0/+3
* gh-141004: Document `PyExceptionInstance*` APIs (GH-141301)Peter Bierma2025-11-091-0/+11
* gh-141004: Document `PyErr_ProgramTextObject` and `PyErr_ProgramText` (GH-141...Peter Bierma2025-11-081-0/+17
* gh-141004: Document `PyTraceBack*` APIs (GH-141192)Peter Bierma2025-11-071-0/+34
* gh-141004: Document `PyErr_WarnExplicitFormat` (GH-141187)Peter Bierma2025-11-071-0/+9
* gh-141004: Document `Py_GetRecursionLimit` and `Py_SetRecursionLimit` (GH-141...Peter Bierma2025-11-061-0/+21
* gh-136209: Add .. c:var:: declarations for C exception types (GH-136210)Petr Viktorin2025-07-101-251/+187
* Docs: Document `PyExceptionClass` functions in the C API (GH-135697)Yuki Kobayashi2025-06-201-0/+10
* Docs: Update `PyExc_*` tables in the c-api documentation (GH-131640)Yuki Kobayashi2025-06-061-0/+12
* gh-127989: C API: Refer to "attached thread states" instead of the GIL (GH-12...Peter Bierma2025-03-201-3/+3
* GH-130396: Use computed stack limits on linux (GH-130398)Mark Shannon2025-02-251-5/+1
* GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...Petr Viktorin2025-02-241-1/+5
* GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)Mark Shannon2025-02-191-5/+1
* gh-123378: Ensure results of `PyUnicode*Error_Get{Start,End}` are clamped (GH...Bénédikt Tran2024-12-041-2/+18
* gh-101100: Add a table of class attributes to the "Custom classes" section of...Alex Waygood2024-09-251-1/+1
* gh-118915: Add/fix docs entries for some new 3.13 C API (GH-124134)Petr Viktorin2024-09-181-0/+3
* gh-123492: Remove unnecessary `:func:` parentheses (#123493)Wei-Hsiang (Matt) Wang2024-08-301-1/+1
* Fix typo in Doc/c-api/exceptions.rst (GH-118371)Xie Yanbo2024-04-291-1/+1
* gh-73231: Update documentation for PyErr_SetFromWindowsErr() (GH-117226)Serhiy Storchaka2024-04-171-4/+5
* gh-115799: Add missing double-quote in docs (#115884)bssyousefi2024-02-251-1/+1
* gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH-114825)Skip Montanaro2024-02-111-7/+7
* gh-115172: Fix explicit index extries for the C API (GH-115173)Serhiy Storchaka2024-02-111-70/+70
* gh-101578: [doc] mention that PyErr_GetRaisedException returns NULL when the ...Irit Katriel2023-12-311-1/+1
* gh-101100: Improve docs on exception attributes (GH-113057)Alex Waygood2023-12-131-6/+10
* gh-108082: Add PyErr_FormatUnraisable() function (GH-111086)Serhiy Storchaka2023-10-311-0/+13
* 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