COMMITS
/ Doc/c-api/init.rst 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
October 18, 2013
N
Issue #16129: Py_SetStandardStreamEncoding cleanups
Nick Coghlan committed
October 17, 2013
N
Issue #16129: Add `Py_SetStandardStreamEncoding`
Nick Coghlan committed
September 30, 2013
A
Add a "skull and crossbones" to Py_AddPendingCall.
Antoine Pitrou committed
A
Add a "skull and crossbones" to Py_AddPendingCall.
Antoine Pitrou committed
August 10, 2013
C
Issue #16400: Add command line option for isolated mode.
Christian Heimes committed
March 23, 2013
K
Issue #17522: Minor documentation fix
Kristján Valur Jónsson committed
K
Issue #17522: Add the PyGILState_Check() API.
Kristján Valur Jónsson committed
June 3, 2012
E
Issue #14090: fix some minor C API problems in default branch (3.3)
Eli Bendersky committed
January 7, 2012
S
Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@
Sandro Tosi committed