COMMITS
/ Doc/extending/embedding.rst May 26, 2025
N
gh-134160: Use multi-phase init in documentation examples (#134296)
neonene committed
March 7, 2025
B
Correct function name in `Doc/extending/embedding.rst` (#127539)
Boris Verkhovskiy committed
July 27, 2023
S
gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)
Serhiy Storchaka committed
July 2, 2023
I
gh-104922: Doc: add note about PY_SSIZE_T_CLEAN (#106314)
Inada Naoki committed
June 1, 2023
V
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner committed
October 29, 2022
E
gh-93358: Fix python-config docs for how to embed Python (#98649)
Erlend E. Aasland committed
October 30, 2019
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
April 13, 2019
I
Doc: define PY_SSIZE_T_CLEAN always (GH-12794)
Inada Naoki committed
April 8, 2018
S
Improve highlighting of some code blocks. (GH-6401)
Serhiy Storchaka committed
July 29, 2016
M
Issue #26462: Merge code block fixes from 3.5
Martin Panter committed
July 26, 2016
M
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter committed
November 30, 2015
M
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
Martin Panter committed
August 1, 2014
V
Issue #18395, #22108: Update embedded Python examples to decode correctly
Victor Stinner committed
June 24, 2013
N
Issue #18164: merge from 3.3
Ned Deily committed
N
Issue #18164: Clarify the embedding docs regarding link options.
Ned Deily committed
May 27, 2013
N
Fix typo in embedding doc and update examples to 3.3.
Ned Deily committed
N
Fix typo in embedding doc and update examples to 3.4.
Ned Deily committed
February 22, 2013
E
#17256: fix syntax highlight in embedding example. Patch by Kushal Das.
Ezio Melotti committed
November 2, 2012
G
Grammar touchup.
Georg Brandl committed
October 31, 2012
A
Issue #16370: Mention Py_SetProgramName in example for very high level embedding.
Andrew Svetlov committed
July 1, 2012
G
Fix inconsistent function name in embedding howto.
Georg Brandl committed
January 15, 2012
É
Markup improvements for the embedding CPython doc patch from #1040439
Éric Araujo committed
November 30, 2011
A
Issue #1040439: better document how to compile and link an embedded Python interpreter.
Antoine Pitrou committed
December 30, 2010
G
Remove mentions of the Demo directory.
Georg Brandl committed
November 26, 2010
G
Use PyLong_FromLong where appropriate.
Georg Brandl committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
December 9, 2008
G
#4592: fix embedding example with new C API changes.
Georg Brandl committed
December 7, 2008
G
#4586: fix usage of Py_InitModule.
Georg Brandl committed
September 13, 2008
G
Merged revisions 66452 via svnmerge from
Georg Brandl committed
December 31, 2007
C
Merged revisions 59605-59624 via svnmerge from
Christian Heimes committed
September 4, 2007
G
Convert all print statements in the docs.
Georg Brandl committed
August 15, 2007
G
Move the 3k reST doc tree in place.
Georg Brandl committed