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
*
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner
2020-11-02
1
-2/+3
*
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner
2020-08-13
1
-24/+24
*
bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781)
Victor Stinner
2020-04-29
1
-3/+3
*
bpo-40421: Add PyFrame_GetCode() function (GH-19757)
Victor Stinner
2020-04-28
1
-2/+4
*
bpo-40302: Replace PY_INT64_T with int64_t (GH-19573)
Victor Stinner
2020-04-17
1
-1/+1
*
bpo-38644: Make tstate more explicit inside pystate.c (GH-19182)
Victor Stinner
2020-03-26
1
-0/+2
*
bpo-39947: Add PyThreadState_GetID() function (GH-19163)
Victor Stinner
2020-03-25
1
-0/+9
*
bpo-39947: Add PyThreadState_GetFrame() function (GH-19092)
Victor Stinner
2020-03-20
1
-0/+12
*
bpo-39984: Move pending calls to PyInterpreterState (GH-19066)
Victor Stinner
2020-03-19
1
-0/+10
*
bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981)
Victor Stinner
2020-03-13
1
-5/+14
*
bpo-39947: Add PyInterpreterState_Get() function (GH-18979)
Victor Stinner
2020-03-13
1
-0/+12
*
bpo-35370: Add _PyEval_SetTrace() function (GH-18975)
Victor Stinner
2020-03-13
1
-0/+5
*
bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340)
Victor Stinner
2020-03-12
1
-0/+26
*
bpo-39877: Deprecate PyEval_InitThreads() (GH-18892)
Victor Stinner
2020-03-10
1
-5/+9
*
bpo-39511: PyThreadState_Clear() calls on_delete (GH-18296)
Victor Stinner
2020-02-01
1
-0/+4
*
bpo-38631: Replace Py_FatalError() with assert() in ceval.c (GH-18279)
Victor Stinner
2020-01-30
1
-1/+1
*
bpo-39161: Document multi-phase init modules under Py_NewInterpreter() (GH-17...
Petr Viktorin
2020-01-09
1
-17/+35
*
bpo-39136: Fixed typos (GH-17720)
Gurupad Hegde
2019-12-28
1
-1/+1
*
bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176)
Eric Snow
2019-11-15
1
-1/+22
*
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka
2019-10-30
1
-1/+1
*
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka
2019-10-30
1
-38/+38
*
bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-...
Joannah Nanjekye
2019-10-04
1
-0/+8
*
bpo-38234: Py_SetPath() uses the program full path (GH-16357)
Victor Stinner
2019-09-24
1
-2/+6
*
bpo-37363: Document internal audit events (GH-14663)
Christian Heimes
2019-09-12
1
-1/+6
*
bpo-36763, doc: Add links in the new C API init doc (GH-15433)
Victor Stinner
2019-08-23
1
-0/+2
*
bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-12666)
Joannah Nanjekye
2019-08-02
1
-4/+12
*
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel
2019-05-17
1
-1/+1
*
bpo-36728: Remove PyEval_ReInitThreads documentation (GH-13282)
Victor Stinner
2019-05-13
1
-7/+0
*
bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly ...
Joannah Nanjekye
2019-04-29
1
-0/+24
*
bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can termi...
Pablo Galindo
2019-04-13
1
-0/+12
*
bpo-36157:Document PyInterpreterState_Main() (GH-12238)
Joannah Nanjekye
2019-04-01
1
-0/+5
*
C API docs: Py_IsInitialized is always safe to call (GH-12630)
Nick Coghlan
2019-03-30
1
-0/+1
*
bpo-36124: Add PyInterpreterState.dict. (gh-12132)
Eric Snow
2019-03-15
1
-0/+12
*
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella
2018-10-12
1
-2/+2
*
bpo-31370: Remove references to threadless builds (#8805)
Zackery Spytz
2018-09-29
1
-8/+8
*
bpo-33042: Fix pre-initialization sys module configuration (GH-6157)
Nick Coghlan
2018-03-25
1
-0/+3
*
Make formatting of some return codes conforming to the general style. (#5587)
Serhiy Storchaka
2018-02-09
1
-3/+3
*
bpo-20891: Py_Initialize() now creates the GIL (#4700)
Victor Stinner
2018-01-29
1
-40/+23
*
Fix PyTrace_RETURN documentation (GH-5384)
Xiang Zhang
2018-01-28
1
-1/+1
*
bpo-32649: Add C API docs for per-opcode tracing & profiling (GH-5360)
Xiang Zhang
2018-01-28
1
-9/+20
*
bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (...
Xiang Zhang
2018-01-28
1
-2/+2
*
bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (#4056)
Pablo Galindo
2018-01-24
1
-5/+6
*
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#...
Serhiy Storchaka
2017-12-12
1
-2/+2
*
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203...
Victor Stinner
2017-12-04
1
-3/+2
*
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
Serhiy Storchaka
2017-12-02
1
-2/+3
*
bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)
Victor Stinner
2017-12-02
1
-3/+2
*
bpo-20891: Fix PyGILState_Ensure() (#4650)
Victor Stinner
2017-11-30
1
-2/+3
*
bpo-32124: Document C functions safe before init (#4540)
Victor Stinner
2017-11-24
1
-3/+212
*
Fix wording about Py_tss_NEEDS_INIT in docs (GH-4096)
Masayuki Yamamoto
2017-10-24
1
-1/+1
*
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto
2017-10-06
1
-0/+157
[next]