COMMITS
/ Doc/c-api/init_config.rst March 4, 2026
V
gh-142417: Restore private _Py_InitializeMain() function (#145472)
Victor Stinner committed
February 11, 2026
R
Fix typos and grammar errors across documentation (#144709)
Ronald Eddy Jr committed
November 3, 2025
P
Fix minor typos and wording in C API docs (#140955)
Petr Viktorin committed
September 14, 2025
S
gh-136355: Deprecate `-b` and `-bb` CLI flags in 3.15 (#136363)
sobolevn committed
August 19, 2025
S
gh-120037: Disable user site packages when a ._pth file is used (GH-137428)
Steve Dower committed
July 15, 2025
A
GH-133711: Enable UTF-8 mode by default (PEP 686) (#133712)
Adam Turner committed
May 28, 2025
S
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Serhiy Storchaka committed
May 6, 2025
H
Python 3.14.0b1
Hugo van Kemenade committed
April 25, 2025
V
gh-107954: Add audit event to PyConfig_Set() (#132958)
Victor Stinner committed
V
gh-107954: Allow setting cpu_count in PyConfig_Set() (#132954)
Victor Stinner committed
March 20, 2025
P
gh-127989: C API: Refer to "attached thread states" instead of the GIL (GH-127990)
Peter Bierma committed
March 13, 2025
R
gh-130940: Modify default behavior of `PyConfig.use_system_logger` to enable on iOS (#131172)
Russell Keith-Magee committed
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