COMMITS
/ Doc/c-api/init.rst September 23, 2021
M
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523)
Miss Islington (bot) committed
January 14, 2021
K
Docs: Remove stray semicolon in init.rst (GH-23974)
Ken Jin committed
November 10, 2020
V
bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220)
Victor Stinner committed
November 9, 2020
V
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
Victor Stinner committed
November 2, 2020
V
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner committed
August 13, 2020
V
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner committed
April 29, 2020
V
bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781)
Victor Stinner committed
April 28, 2020
V
bpo-40421: Add PyFrame_GetCode() function (GH-19757)
Victor Stinner committed
April 17, 2020
V
bpo-40302: Replace PY_INT64_T with int64_t (GH-19573)
Victor Stinner committed
March 26, 2020
V
bpo-38644: Make tstate more explicit inside pystate.c (GH-19182)
Victor Stinner committed
March 25, 2020
V
bpo-39947: Add PyThreadState_GetID() function (GH-19163)
Victor Stinner committed
March 20, 2020
V
bpo-39947: Add PyThreadState_GetFrame() function (GH-19092)
Victor Stinner committed
March 19, 2020
V
bpo-39984: Move pending calls to PyInterpreterState (GH-19066)
Victor Stinner committed
March 13, 2020
V
bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981)
Victor Stinner committed
V
bpo-39947: Add PyInterpreterState_Get() function (GH-18979)
Victor Stinner committed
V
bpo-35370: Add _PyEval_SetTrace() function (GH-18975)
Victor Stinner committed
March 12, 2020
V
bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340)
Victor Stinner committed
March 10, 2020
V
bpo-39877: Deprecate PyEval_InitThreads() (GH-18892)
Victor Stinner committed
February 1, 2020
V
bpo-39511: PyThreadState_Clear() calls on_delete (GH-18296)
Victor Stinner committed
January 30, 2020
V
bpo-38631: Replace Py_FatalError() with assert() in ceval.c (GH-18279)
Victor Stinner committed
January 9, 2020
P
bpo-39161: Document multi-phase init modules under Py_NewInterpreter() (GH-17896)
Petr Viktorin committed
December 28, 2019
G
bpo-39136: Fixed typos (GH-17720)
Gurupad Hegde committed
November 15, 2019
E
bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176)
Eric Snow committed
October 30, 2019
S
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka committed
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
October 4, 2019
J
bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-16558)
Joannah Nanjekye committed
September 24, 2019
V
bpo-38234: Py_SetPath() uses the program full path (GH-16357)
Victor Stinner committed
September 12, 2019
C
bpo-37363: Document internal audit events (GH-14663)
Christian Heimes committed
August 23, 2019
V
bpo-36763, doc: Add links in the new C API init doc (GH-15433)
Victor Stinner committed
August 2, 2019
J
bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-12666)
Joannah Nanjekye committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
May 13, 2019
V
bpo-36728: Remove PyEval_ReInitThreads documentation (GH-13282)
Victor Stinner committed
April 29, 2019
J
bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly (GH-12667)
Joannah Nanjekye committed
April 13, 2019
April 1, 2019
J
bpo-36157:Document PyInterpreterState_Main() (GH-12238)
Joannah Nanjekye committed
March 30, 2019
N
C API docs: Py_IsInitialized is always safe to call (GH-12630)
Nick Coghlan committed
March 15, 2019
E
bpo-36124: Add PyInterpreterState.dict. (gh-12132)
Eric Snow committed
October 12, 2018
C
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella committed
September 29, 2018
Z
bpo-31370: Remove references to threadless builds (#8805)
Zackery Spytz committed
March 25, 2018
N
bpo-33042: Fix pre-initialization sys module configuration (GH-6157)
Nick Coghlan committed
February 9, 2018
S
Make formatting of some return codes conforming to the general style. (#5587)
Serhiy Storchaka committed
January 29, 2018
V
bpo-20891: Py_Initialize() now creates the GIL (#4700)
Victor Stinner committed
January 28, 2018
X
Fix PyTrace_RETURN documentation (GH-5384)
Xiang Zhang committed
X
bpo-32649: Add C API docs for per-opcode tracing & profiling (GH-5360)
Xiang Zhang committed
X
bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (#5361)
Xiang Zhang committed
January 24, 2018
P
bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (#4056)
Pablo Galindo committed
December 12, 2017
S
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748)
Serhiy Storchaka committed
December 4, 2017
V
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694)
Victor Stinner committed
December 2, 2017
S
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
Serhiy Storchaka committed
V
bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)
Victor Stinner committed