COMMITS
/ Doc/c-api/init_config.rst February 17, 2026
S
[3.13] Fix typos and grammar errors across documentation (GH-144709) (#144804)
Stan Ulbrych committed
March 13, 2025
R
[3.13] gh-130940: Remove PyConfig.use_system_logger (#131129)
Russell Keith-Magee committed
December 10, 2024
M
[3.13] gh-126821: Add versionadded annotation to use_system_logger feature. (GH-127755) (#127806)
Miss Islington (bot) committed
December 9, 2024
R
[3.13] gh-126925: Modify how iOS test results are gathered (GH-127592) (#127754)
Russell Keith-Magee committed
October 8, 2024
A
[3.13] bpo-34206: Improve docs and test coverage for pre-init functions (GH-8023) (#125092)
Alyssa Coghlan committed
September 5, 2024
M
[3.13] Swap the and from in sentence in init_config.rst (GH-120086) (#123744)
Miss Islington (bot) committed
July 22, 2024
M
[3.13] Docs: spelling and grammar fixes (GH-122084) (#122106)
Miss Islington (bot) committed
May 7, 2024
H
gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#118693)
Hugo van Kemenade committed
May 5, 2024
P
gh-118518: Allow perf to work without frame pointers (#112254)
Pablo Galindo Salgado committed
November 17, 2023
V
gh-110481, doc: Add "immortal" term to the glossary (#112180)
Victor Stinner committed
October 30, 2023
D
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland committed
October 14, 2023
Ł
gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (#110769)
Łukasz Langa committed
October 10, 2023
D
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Donghee Na committed
August 22, 2023
S
gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)
Serhiy Storchaka committed
August 7, 2023
E
gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)
Eric Snow committed
July 27, 2023
S
gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)
Serhiy Storchaka committed
V
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Victor Stinner committed
July 26, 2023
S
gh-107091: Fix some uses of :c:member: role (GH-107129)
Serhiy Storchaka committed
June 1, 2023
V
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner committed
January 28, 2023
P
gh-101386: fix typos found by codespell (#101387)
Peter Jiping Xie committed
November 18, 2022
R
Doc: Replace question mark with fullstop (#99558)
Rafael Fontenelle committed
October 26, 2022
E
October 3, 2022
G
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Gregory P. Smith committed
August 30, 2022
P
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado committed
June 9, 2022
C
Doc: Update references and examples of old, unsupported OSes and uarches (GH-92791)
CAM Gerlach committed
May 24, 2022
V
gh-93103: Enhance PyConfig.parser_debug documentation (#93186)
Victor Stinner committed
May 23, 2022
S
gh-92913: Fix typos in documentation (GH-93129)
Steve Dower committed
V
gh-93103: Deprecate global configuration variable (#93104)
Victor Stinner committed
May 19, 2022
S
gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (GH-92980)
Steve Dower committed
May 9, 2022
V
Enhance PyConfig documentation (#92394)
Victor Stinner committed
May 5, 2022
V
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner committed
April 2, 2022
J
More minor fixes to C API docs (GH-31714)
Jelle Zijlstra committed
January 20, 2022
P
no-issue: Fix documentation typos. (GH-30576)
Piotr Fusik committed
December 3, 2021
S
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower committed
December 2, 2021
V
bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)
Victor Stinner committed
October 5, 2021
C
[doc] Fix typos found using codespell (GH-28744)
Christian Clauss committed
July 7, 2021
A
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Ammar Askar committed
June 23, 2021
V
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)
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