COMMITS
/ Doc/c-api/init_config.rst January 20, 2025
V
Add Configuration Options table to PyInitConfig API doc (#129062)
Victor Stinner committed
V
Reorganize the PyInitConfig documentation (#129047)
Victor Stinner committed
V
gh-129033: Remove _Py_InitializeMain() function (#129034)
Victor Stinner committed
December 10, 2024
R
gh-126821: Add versionadded annotation to use_system_logger feature. (#127755)
Russell Keith-Magee committed
December 9, 2024
R
gh-126925: Modify how iOS test results are gathered (#127592)
Russell Keith-Magee committed
November 26, 2024
F
GH-126985: move pyvenv.cfg detection from site to getpath (#126987)
Filipe Laíns 🇵🇸 committed
November 25, 2024
V
gh-107954: Document PEP 741 in What's New 3.14 (#127056)
Victor Stinner committed
October 15, 2024
S
gh-125517: Fix unreachable code warnings in `_testembed.c` (#125518)
sobolevn committed
R
gh-125234: Make PyInitConfig_Free(NULL) a no-op (#125266)
RUANG (Roy James) committed
October 8, 2024
A
bpo-34206: Improve docs and test coverage for pre-init functions (#8023)
Alyssa Coghlan committed
September 27, 2024
P
gh-107954: Fix configuration type for the perf profiler (#124636)
Pablo Galindo Salgado committed
September 5, 2024
R
Swap the and from in sentence in init_config.rst (#120086)
Rafael Fontenelle committed
September 4, 2024
V
gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)
Victor Stinner committed
September 3, 2024
V
gh-107954, PEP 741: Add PyInitConfig C API (#123502)
Victor Stinner committed
September 2, 2024
V
gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)
Victor Stinner committed
July 22, 2024
V
Docs: spelling and grammar fixes (#122084)
Ville Skyttä 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