index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
c-api
/
init.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.14.1
v3.14.1
Hugo van Kemenade
2025-12-02
1
-2/+2
*
[3.14] gh-141004: Document missing `PyThread*` APIs (GH-141810) (GH-141954)
Miss Islington (bot)
2025-11-25
1
-0/+217
*
[3.14] gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (GH-139668)...
Petr Viktorin
2025-11-25
1
-0/+57
*
[3.14] gh-141004: Document `Py_MakePendingCalls` (GH-141137) (GH-141787)
Miss Islington (bot)
2025-11-20
1
-0/+19
*
[3.14] gh-101100: Fix reference warnings in `c-api/init.rst` documenting `PyG...
Miss Islington (bot)
2025-10-09
1
-6/+19
*
[3.14] Document `Py_AddPendingCall()` change with subinterpreters in 3.12 (GH...
Miss Islington (bot)
2025-10-03
1
-0/+4
*
[3.14] Document that `PyInterpreterState_GetDict` returns a borrowed referenc...
Miss Islington (bot)
2025-10-01
1
-0/+3
*
[3.14] gh-138644: Update c-api docs of `PyInterpreterState` about PEP-684 (GH...
Miss Islington (bot)
2025-09-11
1
-1/+9
*
[3.14] enhance docs for critical sections (GH-137334) (#138167)
Miss Islington (bot)
2025-08-27
1
-5/+13
*
[3.14] gh-134009: Expose `PyMutex_IsLocked` in the public C API (gh-134365) (...
Hugo van Kemenade
2025-07-22
1
-0/+12
*
[3.14] gh-133296: Publicly expose critical section API that accepts PyMutex (...
Miss Islington (bot)
2025-07-22
1
-0/+40
*
[3.14] Docs: Fix duplicate word typos (GH-135958) (GH-136007)
Miss Islington (bot)
2025-06-27
1
-1/+1
*
[3.14] gh-133264: Correct documentation of how Py_Main and Py_RunMain handle ...
Miss Islington (bot)
2025-06-11
1
-22/+8
*
[3.14] Docs: C API: Improve documentation around non-Python threads with subi...
Miss Islington (bot)
2025-05-17
1
-9/+50
*
[3.14] gh-133644: update `Py_InteractiveFlag` deprecation notice (GH-133749) ...
Miss Islington (bot)
2025-05-09
1
-1/+1
*
gh-132775: Drop PyUnstable_InterpreterState_GetMainModule() (gh-132978)
Eric Snow
2025-04-28
1
-10/+0
*
gh-87135: Raise PythonFinalizationError when joining a blocked daemon thread ...
Petr Viktorin
2025-04-28
1
-1/+1
*
gh-127989: C API: Refer to "attached thread states" instead of the GIL (GH-12...
Peter Bierma
2025-03-20
1
-144/+157
*
gh-101100: Docs: Fix some typos in the document (#129988)
Yuki Kobayashi
2025-02-11
1
-4/+4
*
gh-118915: Fix bad link in documentation (GH-129691)
Miro HronĨok
2025-02-06
1
-1/+1
*
gh-129342: Explain how to replace Py_GetProgramName() in C (#129361)
Victor Stinner
2025-02-03
1
-11/+17
*
Complete doc of pending C API removals in Python 3.15 (#129032)
Victor Stinner
2025-01-19
1
-20/+20
*
gh-118915: Document `PyUnstable_InterpreterState_GetMainModule` (GH-128483)
Peter Bierma
2025-01-09
1
-0/+11
*
gh-127791: Fix, document, and test `PyUnstable_AtExit` (#127793)
Peter Bierma
2024-12-11
1
-0/+9
*
Fix macro expansions in critical section docs (#127226)
da-woods
2024-11-24
1
-2/+2
*
Doc: C API: Fix `Py_NewInterpreterFromConfig` example code (#126667)
Richard Hansen
2024-11-23
1
-1/+5
*
Doc: C API: `PyThreadState::on_delete` was removed in v3.13 (#126536)
Richard Hansen
2024-11-20
1
-0/+3
*
gh-125313: Prefer `sys.base_*` paths in `Py_Get(Exec)Prefix` deprecation note...
Y5
2024-10-21
1
-4/+7
*
Doc: Fix typos (#125728)
ember91
2024-10-21
1
-1/+1
*
Python 3.14.0a1
v3.14.0a1
Hugo van Kemenade
2024-10-15
1
-3/+3
*
bpo-34206: Improve docs and test coverage for pre-init functions (#8023)
Alyssa Coghlan
2024-10-08
1
-20/+142
*
gh-115145: Update documentation about ``PyThreadState_DeleteCurrent`` (gh-124...
Donghee Na
2024-10-03
1
-1/+1
*
gh-87135: Hang non-main threads that attempt to acquire the GIL during finali...
Jeremy Maitin-Shepard
2024-10-02
1
-16/+60
*
gh-107954, PEP 741: Add PyInitConfig C API (#123502)
Victor Stinner
2024-09-03
1
-1/+1
*
Fix typos in docs, error messages and comments (#123336)
Wulian
2024-08-28
1
-1/+1
*
gh-113190: Reenable non-debug interned string cleanup (GH-113601)
Eddie Elizondo
2024-08-15
1
-6/+12
*
gh-119344: Make critical section API public (#119353)
Sam Gross
2024-06-21
1
-0/+104
*
gh-120838: Add a Note in the Docs About Expectations for Py_Finalize() (gh-12...
Eric Snow
2024-06-21
1
-3/+10
*
gh-117511: Make PyMutex public in the non-limited API (#117731)
Sam Gross
2024-06-20
1
-0/+43
*
gh-93502: Add new C-API functions to trace object creation and destruction (#...
Pablo Galindo Salgado
2024-05-02
1
-0/+52
*
Docs: Fix CVE link (#118077)
Jelle Zijlstra
2024-04-19
1
-1/+1
*
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Victor Stinner
2024-04-18
1
-0/+130
*
gh-117929: Restore removed PyEval_InitThreads() function (#117931)
Victor Stinner
2024-04-17
1
-1/+29
*
gh-115664: Fix ordering of more versionadded and versionchanged directives (G...
Serhiy Storchaka
2024-03-07
1
-2/+2
*
gh-115172: Fix explicit index extries for the C API (GH-115173)
Serhiy Storchaka
2024-02-11
1
-14/+11
*
gh-101100: Properly document frame object attributes (#112735)
Alex Waygood
2023-12-05
1
-2/+3
*
gh-110481, doc: Add "immortal" term to the glossary (#112180)
Victor Stinner
2023-11-17
1
-1/+1
*
gh-108867: Add PyThreadState_GetUnchecked() function (#108870)
Victor Stinner
2023-10-03
1
-0/+13
*
gh-108014: Add Py_IsFinalizing() function (#108032)
Victor Stinner
2023-08-18
1
-3/+11
*
gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters (#107403)
Eric Snow
2023-07-31
1
-0/+1
[next]