COMMITS
/ Doc/c-api/init.rst 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
November 30, 2017
V
bpo-20891: Fix PyGILState_Ensure() (#4650)
Victor Stinner committed
November 24, 2017
V
bpo-32124: Document C functions safe before init (#4540)
Victor Stinner committed
October 24, 2017
M
Fix wording about Py_tss_NEEDS_INIT in docs (GH-4096)
Masayuki Yamamoto committed
October 6, 2017
M
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto committed
May 28, 2017
A
Doc nits for bpo-16500 (#1841)
Antoine Pitrou committed
May 23, 2017
E
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
Eric Snow committed
March 23, 2017
S
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka committed
November 28, 2016
V
Remove CALL_PROFILE special build
Victor Stinner committed
October 27, 2016
S
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka committed
S
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka committed
September 9, 2016
S
Closes #22731: Documents change of console mode.
Steve Dower committed
S
Closes #22731: Documents change of console mode.
Steve Dower committed
May 7, 2016
S
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka committed
S
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka committed
November 30, 2015
M
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
Martin Panter committed
July 3, 2015
N
Close #24458: PEP 489 documentation
Nick Coghlan committed
June 21, 2015
S
Fixed documentation of functions with const char* arguments.
Serhiy Storchaka committed
S
Fixed documentation of functions with const char* arguments.
Serhiy Storchaka committed
January 13, 2015
B
merge 3.4 (#23221)
Benjamin Peterson committed
B
fix instances of consecutive articles (closes #23221)
Benjamin Peterson committed
December 24, 2014
B
merge 3.4 (#23110)
Benjamin Peterson committed
B
doucment that Py_SetPath copies its argument (closes #23110)
Benjamin Peterson committed
October 11, 2014
G
merge with 3.4
Georg Brandl committed
G
Closes #21687: delimiter in Py_SetPath is platform dependent
Georg Brandl committed
August 1, 2014
V
Issue #18395, #22108: Update embedded Python examples to decode correctly
Victor Stinner committed
March 16, 2014
L
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings committed
March 12, 2014
É
Merge 3.3 (#16805)
Éric Araujo committed
É
Fix note markup (#16805).
Éric Araujo committed