COMMITS
/ Python/initconfig.c 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
July 3, 2023
J
Document PYTHONSAFEPATH along side -P (#106122)
Jeremy Paige committed
July 1, 2023
M
Fix duplicate word typos in comments (#106225)
Md Sadman Chowdhury committed
June 1, 2023
V
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner committed
April 5, 2023
N
February 28, 2023
I
February 8, 2023
M
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon committed
December 30, 2022
É
gh-95778: add doc missing in some places (GH-100627)
Éric committed
December 12, 2022
M
GH-100143: Improve collecting pystats for parts of runs (GH-100144)
Michael Droettboom committed
December 7, 2022
E
gh-81057: Move More Globals to _PyRuntimeState (gh-100092)
Eric Snow committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Python/ directory (#99302)
Victor Stinner committed
October 26, 2022
E
October 3, 2022
G
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Gregory P. Smith committed
September 26, 2022
V
gh-96848: Fix -X int_max_str_digits option parsing (#96988)
Victor Stinner committed
September 2, 2022
G
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith committed
August 30, 2022
P
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado committed
July 31, 2022
P
bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)" (#94745)
Pablo Galindo Salgado committed