COMMITS
/ Python/initconfig.c March 25, 2026
March 15, 2026
G
gh-145990: sort `--help-env` sections by environment variable name (GH-145997)
Gregory P. Smith committed
G
gh-145990: Sort `python --help-xoptions` by option name (GH-145991)
Gregory P. Smith committed
March 2, 2026
F
GH-145275: add -X pathconfig_warnings and PYTHON_PATHCONFIG_WARNINGS (#145277)
Filipe Laíns committed
February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
January 30, 2026
P
gh-144319: Fix huge page safety in pymalloc arenas (#144331)
Pablo Galindo Salgado committed
December 24, 2025
S
gh-143135: Fix sys.flags.inspect when PYTHONINSPECT=0 (GH-143136)
Stan Ulbrych committed
November 3, 2025
N
gh-131253: free-threaded build support for pystats (gh-137189)
Neil Schemenauer committed
September 14, 2025
S
gh-136355: Deprecate `-b` and `-bb` CLI flags in 3.15 (#136363)
sobolevn committed
September 12, 2025
V
gh-138756: Fix leak of inittab memory in PyInitConfig_Free() (GH-138792)
Victor Stinner committed
September 11, 2025
V
gh-138756: Fix memory leak in PyInitConfig_Free() (#138759)
Victor Stinner committed
July 15, 2025
A
GH-133711: Enable UTF-8 mode by default (PEP 686) (#133712)
Adam Turner committed
July 8, 2025
H
gh-102567: Add missing newline to `--help-all` (GH-136391)
Hugo van Kemenade committed
May 28, 2025
S
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Serhiy Storchaka committed
May 10, 2025
B
gh-133336: Remove comment about reserved -J in ``initconfig.c`` (#133821)
Bénédikt Tran committed
May 6, 2025
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
April 9, 2025
N
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer committed
April 3, 2025
P
gh-131591: Implement PEP 768 (#131937)
Pablo Galindo Salgado committed
March 28, 2025
H
gh-131818: Add imply `-P` in `-I`'s help message (#131819)
Hang committed
March 17, 2025
M
GH-131238: Core header refactor (GH-131250)
Mark Shannon committed
March 13, 2025
R
gh-130940: Modify default behavior of `PyConfig.use_system_logger` to enable on iOS (#131172)
Russell Keith-Magee committed
February 25, 2025
S
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka committed
February 20, 2025
S
gh-111924: Fix data races when swapping allocators (gh-130287)
Sam Gross committed
February 12, 2025
S
Update manpage environment variables and command line arguments (#129623)
Stefano Rivera committed
January 21, 2025
V
gh-126925: Make PyConfig.use_system_logger read-only (#129124)
Victor Stinner committed
December 9, 2024
R
gh-126925: Modify how iOS test results are gathered (#127592)
Russell Keith-Magee committed
November 4, 2024
October 15, 2024
R
gh-125234: Make PyInitConfig_Free(NULL) a no-op (#125266)
RUANG (Roy James) committed
September 27, 2024
P
gh-107954: Fix configuration type for the perf profiler (#124636)
Pablo Galindo Salgado committed
September 5, 2024
P
gh-123275: Support `-Xgil=1` and `PYTHON_GIL=1` on non-free-threaded builds (gh-123276)
Peter Bierma committed
September 4, 2024
V
gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)
Victor Stinner committed
V
gh-107954, PEP 741: Adjust Python initialization config (#123663)
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
June 18, 2024
D
gh-119574: Add some missing environment variables to '--help-env'. (GH-120006)
devdanzin committed
May 7, 2024
H
gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#118693)
Hugo van Kemenade committed
May 6, 2024
P
gh-118518: Correct type of perf_profiling in config (#118646)
Pablo Galindo Salgado committed
May 5, 2024
P
gh-118518: Allow perf to work without frame pointers (#112254)
Pablo Galindo Salgado committed
April 2, 2024
E
gh-76785: Add PyInterpreterConfig Helpers (gh-117170)
Eric Snow committed
March 19, 2024
S
gh-117041: Add "-X gil" in the Python CLI help (GH-117042)
Serhiy Storchaka committed
S
gh-90300: Improve the Python CLI help output (GH-115853)
Serhiy Storchaka committed
March 14, 2024
S
gh-90300: Fix undocumented envvars in the Python CLI help (GH-116765)
Serhiy Storchaka committed
March 13, 2024
S
gh-90300: Document equivalent -X options for envvars in the Python CLI help (GH-116756)
Serhiy Storchaka committed
S
gh-90300: Sort the -X options and some envvars in the Python CLI help (GH-116739)
Serhiy Storchaka committed
S
gh-90300: Fix cmdline.rst (GH-116721)
Serhiy Storchaka committed
March 11, 2024
B
gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)
Brett Simmers committed
March 6, 2024
V
gh-107954: Add PyConfig_MEMBER_BOOL type to PyConfigSpec (#116359)
Victor Stinner committed
February 23, 2024
S
gh-90300: Reformat the Python CLI help output (GH-93415)
Serhiy Storchaka committed