Commits
User selector
Commit History
Commits on Feb 12, 2026
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Show description for 46d5106authored
Commits on Jan 30, 2026
gh-144319: Fix huge page safety in pymalloc arenas (#144331)
Show description for 96e4cd6authored
Commits on Jul 15, 2025
GH-133711: Enable UTF-8 mode by default (PEP 686) (#133712)
Show description for c89a66fandauthored
Commits on Apr 9, 2025
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Show description for d687900andauthored
Commits on Apr 3, 2025
gh-131591: Implement PEP 768 (#131937)
Show description for 943cc14authored
Commits on Dec 9, 2024
gh-126925: Modify how iOS test results are gathered (#127592)
Show description for 2041a95authored
Commits on Nov 4, 2024
gh-115999: Implement thread-local bytecode and enable specialization for `BINARY_OP` (#123926)
Show description for 2e95c5bauthored
Commits on Sep 4, 2024
Commits on Sep 3, 2024
gh-107954, PEP 741: Add PyInitConfig C API (#123502)
Show description for ef9d547authored
Commits on Sep 2, 2024
gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)
Show description for 33b7909andauthored
Commits on Mar 11, 2024
gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)
Show description for 2731913authored
Commits on Oct 14, 2023
Commits on Oct 10, 2023
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Show description for 0362cbfauthored
Commits on Oct 2, 2023
gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994)
Show description for a040a32authored
Commits on Sep 6, 2023
gh-108753: Enhance pystats (#108754)
Show description for a0773b8andauthored
Commits on Aug 31, 2023
gh-106320: Remove private _PyErr_ChainExceptions() (#108713)
Show description for 79823c1authored
Commits on Jul 24, 2023
gh-98608: Move PyInterpreterConfig to pylifecycle.h (#107191)
Show description for e717b47authored
Commits on Jun 13, 2023
gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620)
Show description for b97e14aauthored
Commits on May 5, 2023
gh-99113: Add PyInterpreterConfig.own_gil (gh-104204)
Show description for f3e7eb4authored
Commits on May 3, 2023
gh-104109: Expose Py_NewInterpreterFromConfig() in the Public C-API (gh-104110)
Show description for 292076aauthored
Commits on Apr 24, 2023
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Show description for df3173dauthored
Commits on Mar 21, 2023
gh-98608: Stop Treating All Errors from _Py_NewInterpreterFromConfig() as Fatal (gh-102657)
Show description for 3bb4756authored
Commits on Feb 16, 2023
gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibility (gh-99040)
Show description for 89ac665authored
Commits on Oct 31, 2022
gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)
Show description for 4702552authored
Commits on Oct 26, 2022
gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-98609)
Show description for f323694authored
Commits on Oct 3, 2022
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Show description for b0f89cbauthored
Commits on Aug 30, 2022
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Show description for 6d791a9authored
Commits on May 5, 2022
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Show description for ada8b6dauthored
Commits on Dec 3, 2021
bpo-45582: Port getpath[p].c to Python (GH-29041)
Show description for 99fcf15authored
Commits on Dec 2, 2021
bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)
Show description for a6c3b0fauthored
Commits on Nov 24, 2021
bpo-45893: Add missing extern C to initconfig.h (GH-29761)
Show description for f4afc53andauthored
Commits on Sep 28, 2021
bpo-45211: Remember the stdlib dir during startup. (gh-28586)
Show description for 0c50b8cauthored
Commits on Sep 14, 2021
bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen modules. (gh-28320)
Show description for a65c868authored
Commits on Aug 17, 2021
Commits on Jul 7, 2021
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Show description for 4823d9aauthored