COMMITS
/ Python/initconfig.c 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
January 8, 2024
H
gh-73965: Move PYTHON_HISTORY into the correct usage section (#113798)
Hugo van Kemenade committed
January 7, 2024
Z
gh-73965: New environment variable PYTHON_HISTORY (#13208)
Zackery Spytz committed
December 6, 2023
P
gh-112730: Use color to highlight error locations (gh-112732)
Pablo Galindo Salgado committed
November 1, 2023
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
October 2, 2023
E
gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994)
Eric Snow committed
September 30, 2023
V
gh-107954: Refactor initconfig.c: add CONFIG_SPEC (#110146)
Victor Stinner committed
September 6, 2023
V
gh-108753: Enhance pystats (#108754)
Victor Stinner committed
September 1, 2023
V
gh-108634: PyInterpreterState_New() no longer calls Py_FatalError() (#108748)
Victor Stinner committed
August 24, 2023
V
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner committed
August 23, 2023
V
gh-108308: config_dict_get() uses PyDict_GetItemRef() (#108371)
Victor Stinner committed
August 22, 2023
V
gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)
Victor Stinner committed