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
*
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
*
gh-107305: Update the C-API Docs for PEP 684 (gh-107324)
Eric Snow
2023-07-28
1
-15/+194
*
gh-107091: Fix some uses of :attr: role (GH-107318)
Serhiy Storchaka
2023-07-27
1
-2/+5
*
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Victor Stinner
2023-07-27
1
-9/+9
*
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka
2023-07-21
1
-31/+31
*
gh-105373: Remove C API global config vars in Python 3.14 (#106538)
Victor Stinner
2023-07-07
1
-16/+16
*
gh-105145: Deprecate Py_GetPath() function (#105179)
Victor Stinner
2023-06-01
1
-0/+19
*
gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183)
Victor Stinner
2023-06-01
1
-74/+1
*
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner
2023-06-01
1
-224/+10
*
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner
2023-05-04
1
-7/+7
*
gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)
Julien Palard
2023-03-15
1
-1/+1
*
Fix typo in `Py_GetPythonHome` signature (#102168)
Tanner Firl
2023-02-23
1
-1/+1
*
Fix deprecation doc for `PyEval_InitThreads` (#100667)
Alexander Shadchin
2023-01-02
1
-2/+2
*
gh-99377: Revert audit events for thread state creation and free, because the...
Steve Dower
2022-11-17
1
-13/+0
*
gh-99377: Add audit events for thread creation and clear (GH-99378)
Steve Dower
2022-11-16
1
-0/+13
*
Doc: Found some remaining default roles. (GH-98392)
Julien Palard
2022-10-18
1
-1/+1
*
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade
2022-10-07
1
-1/+1
*
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner
2022-10-05
1
-14/+14
*
gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (...
Adam Turner
2022-10-05
1
-3/+3
*
gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (...
Adam Turner
2022-10-04
1
-1/+1
*
gh-93738: Documentation C syntax (:c:type:`PyInterpreterState *` -> :c:expr:`...
Adam Turner
2022-10-04
1
-1/+1
*
GH-93503: Add thread-specific APIs to set profiling and tracing functions in ...
Pablo Galindo Salgado
2022-08-24
1
-0/+24
*
gh-93103: Deprecate global configuration variable (#93104)
Victor Stinner
2022-05-23
1
-0/+109
*
gh-88279: Deprecate PySys_SetArgvEx() (#92363)
Victor Stinner
2022-05-06
1
-0/+13
*
gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (#92048)
Robert Howlett
2022-05-05
1
-1/+1
*
gh-88097: doc: fix link to Py_Version (#92141)
Victor Stinner
2022-05-02
1
-1/+1
[next]