COMMITS
/ Doc/c-api/init_config.rst November 18, 2022
M
Doc: Replace question mark with fullstop (GH-99558)
Miss Islington (bot) committed
June 9, 2022
M
Doc: Update references and examples of old, unsupported OSes and uarches (GH-92791) (GH-93639)
Miss Islington (bot) committed
April 2, 2022
M
More minor fixes to C API docs (GH-31714)
Miss Islington (bot) committed
January 21, 2022
M
no-issue: Fix documentation typos. (GH-30576)
Miss Islington (bot) committed
October 6, 2021
C
[3.10] [doc] Fix typos found using codespell (GH-28744) (GH-28758)
Christian Clauss committed
June 23, 2021
V
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26877)
Victor Stinner committed
April 29, 2021
V
bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)
Victor Stinner committed
April 16, 2021
V
bpo-43862: Enhance -W cmdline option documentation (GH-25439)
Victor Stinner committed
April 12, 2021
V
bpo-43774: Add more links to configure options (GH-25363)
Victor Stinner committed
P
Fix Sphinx errors in the documentation and re-activate the suspicious check (GH-25368)
Pablo Galindo committed
April 8, 2021
V
bpo-43774: Document configure options (GH-25283)
Victor Stinner committed
March 29, 2021
I
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki committed
November 10, 2020
V
bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220)
Victor Stinner committed
November 5, 2020
V
bpo-42260: PyConfig_Read() only parses argv once (GH-23168)
Victor Stinner committed
November 4, 2020
V
bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)
Victor Stinner committed
November 2, 2020
V
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner committed
November 1, 2020
V
bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)
Victor Stinner committed
July 1, 2020
T
Doc: Minor fix to init config C API documentation (GH-21198)
tomerv committed
June 29, 2020
V
bpo-23427: Add sys.orig_argv attribute (GH-20729)
Victor Stinner committed
June 11, 2020
P
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo committed
June 8, 2020
V
bpo-40854: PYTHONPLATLIBDIR env var added to 3.9 (GH-20735)
Victor Stinner committed
V
bpo-40910: Export Py_GetArgcArgv() function (GH-20721)
Victor Stinner committed
S
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605)
Sandro Mani committed
May 1, 2020
V
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)
Victor Stinner committed
April 23, 2020
V
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Victor Stinner committed
February 17, 2020
H
bpo-36465: Update doc of init_config.rst (GH-18520)
Hai Shi committed
February 3, 2020
V
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner committed
January 24, 2020
V
bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)
Victor Stinner committed
December 28, 2019
G
bpo-39136: Fixed typos (GH-17720)
Gurupad Hegde committed
October 30, 2019
S
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka committed
October 1, 2019
V
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
Victor Stinner committed
V
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
Victor Stinner committed
September 29, 2019
V
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Victor Stinner committed
September 28, 2019
V
bpo-38304: Add PyConfig.struct_size (GH-16451)
Victor Stinner committed
September 26, 2019
V
bpo-38234: Complete init config documentation (GH-16404)
Victor Stinner committed
V
bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402)
Victor Stinner committed
September 23, 2019
V
bpo-38236: Dump path config at first import error (GH-16300)
Victor Stinner committed
August 30, 2019
M
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim committed
August 23, 2019
V
bpo-36763, doc: Add links in the new C API init doc (GH-15433)
Victor Stinner committed
V
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
Victor Stinner committed
July 1, 2019
V
bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)
Victor Stinner committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed