summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/init.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-140550: PEP 793 reference documentation (GH-141197)Petr Viktorin2025-11-261-1/+2
* gh-141004: Document missing `PyThread*` APIs (GH-141810)Peter Bierma2025-11-251-0/+217
* gh-141004: Document `Py_MakePendingCalls` (GH-141137)Peter Bierma2025-11-201-0/+19
* Python 3.15.0a2v3.15.0a2Hugo van Kemenade2025-11-181-2/+2
* gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (#139668)Victor Stinner2025-11-131-0/+37
* Fix typo in TLS docs (#140640)da-woods2025-10-271-1/+1
* gh-101100: Fix reference warnings in `c-api/init.rst` documenting `PyGILState...Stan Ulbrych2025-10-091-6/+19
* Document that `PyInterpreterState_GetDict` returns a borrowed reference (#139...Petr Viktorin2025-10-011-0/+3
* Document `Py_AddPendingCall()` change with subinterpreters in 3.12 (GH-139117)Peter Bierma2025-09-181-0/+4
* gh-138794: Communicate to PyRefTracer when they are being replaced (#138797)Pablo Galindo Salgado2025-09-151-0/+16
* gh-138886: Remove deprecated `PySys_ResetWarnOptions` C-API function (#138887)sobolevn2025-09-151-1/+0
* gh-138644: Update c-api docs of `PyInterpreterState` about PEP-684 (#138651)sobolevn2025-09-081-1/+9
* enhance docs for critical sections (#137334)Kumar Aditya2025-08-261-5/+13
* gh-133296: Fix versionadded for C API functions that were backported (#137024)Nathan Goldbaum2025-07-221-3/+3
* gh-133296: Publicly expose critical section API that accepts PyMutex (gh-135899)Nathan Goldbaum2025-07-211-0/+40
* gh-134009: Expose `PyMutex_IsLocked` in the public C API (gh-134365)Sam Gross2025-07-011-0/+12
* Docs: Fix duplicate word typos (GH-135958)Brian Schubert2025-06-271-1/+1
* gh-133264: Correct documentation of how Py_Main and Py_RunMain handle SystemE...Malcolm Smith2025-06-111-22/+8
* Docs: C API: Improve documentation around non-Python threads with subinterpre...Peter Bierma2025-05-171-9/+50
* gh-133644: update `Py_InteractiveFlag` deprecation notice (#133749)Bénédikt Tran2025-05-091-1/+1
* gh-133644: Remove deprecated Python initialization getter functions (#133661)Bénédikt Tran2025-05-091-166/+2
* gh-132775: Drop PyUnstable_InterpreterState_GetMainModule() (gh-132978)Eric Snow2025-04-281-10/+0
* gh-87135: Raise PythonFinalizationError when joining a blocked daemon thread ...Petr Viktorin2025-04-281-1/+1
* gh-127989: C API: Refer to "attached thread states" instead of the GIL (GH-12...Peter Bierma2025-03-201-144/+157
* gh-101100: Docs: Fix some typos in the document (#129988)Yuki Kobayashi2025-02-111-4/+4
* gh-118915: Fix bad link in documentation (GH-129691)Miro Hrončok2025-02-061-1/+1
* gh-129342: Explain how to replace Py_GetProgramName() in C (#129361)Victor Stinner2025-02-031-11/+17
* Complete doc of pending C API removals in Python 3.15 (#129032)Victor Stinner2025-01-191-20/+20
* gh-118915: Document `PyUnstable_InterpreterState_GetMainModule` (GH-128483)Peter Bierma2025-01-091-0/+11
* gh-127791: Fix, document, and test `PyUnstable_AtExit` (#127793)Peter Bierma2024-12-111-0/+9
* Fix macro expansions in critical section docs (#127226)da-woods2024-11-241-2/+2
* Doc: C API: Fix `Py_NewInterpreterFromConfig` example code (#126667)Richard Hansen2024-11-231-1/+5
* Doc: C API: `PyThreadState::on_delete` was removed in v3.13 (#126536)Richard Hansen2024-11-201-0/+3
* gh-125313: Prefer `sys.base_*` paths in `Py_Get(Exec)Prefix` deprecation note...Y52024-10-211-4/+7
* Doc: Fix typos (#125728)ember912024-10-211-1/+1
* Python 3.14.0a1v3.14.0a1Hugo van Kemenade2024-10-151-3/+3
* bpo-34206: Improve docs and test coverage for pre-init functions (#8023)Alyssa Coghlan2024-10-081-20/+142
* gh-115145: Update documentation about ``PyThreadState_DeleteCurrent`` (gh-124...Donghee Na2024-10-031-1/+1
* gh-87135: Hang non-main threads that attempt to acquire the GIL during finali...Jeremy Maitin-Shepard2024-10-021-16/+60
* gh-107954, PEP 741: Add PyInitConfig C API (#123502)Victor Stinner2024-09-031-1/+1
* Fix typos in docs, error messages and comments (#123336)Wulian2024-08-281-1/+1
* gh-113190: Reenable non-debug interned string cleanup (GH-113601)Eddie Elizondo2024-08-151-6/+12
* gh-119344: Make critical section API public (#119353)Sam Gross2024-06-211-0/+104
* gh-120838: Add a Note in the Docs About Expectations for Py_Finalize() (gh-12...Eric Snow2024-06-211-3/+10
* gh-117511: Make PyMutex public in the non-limited API (#117731)Sam Gross2024-06-201-0/+43
* gh-93502: Add new C-API functions to trace object creation and destruction (#...Pablo Galindo Salgado2024-05-021-0/+52
* Docs: Fix CVE link (#118077)Jelle Zijlstra2024-04-191-1/+1
* gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)Victor Stinner2024-04-181-0/+130
* gh-117929: Restore removed PyEval_InitThreads() function (#117931)Victor Stinner2024-04-171-1/+29
* gh-115664: Fix ordering of more versionadded and versionchanged directives (G...Serhiy Storchaka2024-03-071-2/+2