COMMITS
/ Modules/_interpretersmodule.c April 2, 2026
S
GH-145247: Use _PyTuple_FromPair in Modules (part 2) (#148003)
Sergey Miryanov committed
March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
August 18, 2025
A
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner committed
August 12, 2025
A
A
GH-137630: Convert ``_interpreters`` to use Argument Clinic (#137631)
Adam Turner committed
July 22, 2025
S
Revert "gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)" (#136991)
Serhiy Storchaka committed
July 19, 2025
R
Fix typo: "occured" =>"occurred" (#134928)
Roman committed
June 25, 2025
June 24, 2025
B
June 17, 2025
E
gh-132775: Fix Interpreter.call() __main__ Visibility (gh-135595)
Eric Snow committed
June 13, 2025
E
gh-132775: Clean Up Cross-Interpreter Error Handling (gh-135369)
Eric Snow committed
May 30, 2025
E
gh-132775: Expand the Capability of Interpreter.call() (gh-133484)
Eric Snow committed
May 26, 2025
E
gh-132775: Unrevert "Use _PyCode GetScriptXIData()" (gh-134735)
Eric Snow committed
May 23, 2025
E
gh-134557: Revert "gh-132775: Use _PyCode GetScriptXIData()" (gh-134599)
Eric Snow committed
May 22, 2025
E
gh-132775: Make _PyXI_session Opaque (gh-134452)
Eric Snow committed
E
gh-132775: Use _PyCode GetScriptXIData() (gh-134511)
Eric Snow committed
May 21, 2025
E
E
gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-133482)
Eric Snow committed
May 1, 2025
N
Add missing whitespace in `is_running_main` comment (#133174)
Nybblista committed
April 28, 2025
E
gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)
Eric Snow committed
April 25, 2025
E
gh-132781: Cleanup Code Related to NotShareableError (gh-132782)
Eric Snow committed
E
gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)
Eric Snow committed
E
gh-132776: Cleanup for XIBufferViewType (gh-132821)
Eric Snow committed
April 22, 2025
E
gh-132776: Minor Fixes for XIBufferViewType (gh-132779)
Eric Snow committed
April 8, 2025
S
gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)
Serhiy Storchaka committed
April 7, 2025
S
gh-132171: Fix `_interpreters.run_string` crash on string subclass (#132173)
sobolevn committed
March 20, 2025
V
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner committed
February 17, 2025
B
gh-111178: fix UBSan failures in `Modules/_interp*module.c` (GH-129779)
Bénédikt Tran committed
January 9, 2025
November 12, 2024
E
gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2) (gh-126707)
Eric Snow committed
November 11, 2024
E
gh-76785: Minor Cleanup of Exception-related Cross-interpreter State (gh-126602)
Eric Snow committed
S
November 7, 2024
E
gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)
Eric Snow committed
October 31, 2024
P
gh-126223: Propagate unicode errors in `_interpreters.create()` (#126224)
Peter Bierma committed
June 24, 2024
S
Use _PyLong_IsNegative instead of _PyLong_Sign if appropriate. (GH-120493)
Serhiy Storchaka committed
May 22, 2024
G
Remove almost all unpaired backticks in docstrings (#119231)
Geoffrey Thomas committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
April 24, 2024
E
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow committed