COMMITS
/ Python/pylifecycle.c May 15, 2023
E
gh-101819: Isolate `_io` (#101948)
Erlend E. Aasland committed
May 6, 2023
E
gh-99113: Make Sure the GIL is Acquired at the Right Places (gh-104208)
Eric Snow committed
May 5, 2023
E
gh-99113: Add PyInterpreterConfig.own_gil (gh-104204)
Eric Snow committed
May 4, 2023
V
gh-103323: Remove PyRuntimeState_GetThreadState() (#104171)
Victor Stinner committed
May 3, 2023
E
gh-104109: Expose Py_NewInterpreterFromConfig() in the Public C-API (gh-104110)
Eric Snow committed
May 2, 2023
April 28, 2023
B
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw committed
April 27, 2023
E
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow committed
April 24, 2023
E
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow committed
April 22, 2023
E
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo committed
April 6, 2023
E
gh-101659: Add _Py_AtExit() (gh-103298)
Eric Snow committed
March 27, 2023
March 23, 2023
E
March 21, 2023
E
gh-94673: Isolate the _io module to Each Interpreter (gh-102663)
Eric Snow committed
E
gh-98608: Fix Failure-handling in new_interpreter() (gh-102658)
Eric Snow committed
E
gh-102304: Move the Total Refcount to PyInterpreterState (gh-102545)
Eric Snow committed
March 20, 2023
E
gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)
Eric Snow committed
March 19, 2023
I
gh-102755: fix refleak (#102826)
Irit Katriel committed
March 18, 2023
I
March 16, 2023
I
gh-102755: Add PyErr_DisplayException(exc) (#102756)
Irit Katriel committed
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
February 16, 2023
February 15, 2023
E
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow committed
E
gh-101819: Remove _PyWindowsConsoleIO_Type from the Windows DLL (GH-101904)
Erlend E. Aasland committed
January 30, 2023
E
gh-59956: Clarify Runtime State Status Expectations (gh-101308)
Eric Snow committed
January 19, 2023
E
gh-59956: Clarify GILState-related Code (gh-101161)
Eric Snow committed
December 12, 2022
E
gh-81057: Move Signal-Related Globals to _PyRuntimeState (gh-100085)
Eric Snow committed
December 8, 2022
E
gh-81057: Move time Globals to _PyRuntimeState (gh-100122)
Eric Snow committed
November 21, 2022
R
gh-99337: Fix compile errors with gcc 12 on macOS (#99470)
Ronald Oussoren committed
November 16, 2022
E
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow committed
November 15, 2022
E
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow committed
November 12, 2022
E
gh-81057: Move PyImport_Inittab to _PyRuntimeState (gh-99402)
Eric Snow committed
November 11, 2022
E
gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)
Eric Snow committed
E
gh-81057: Add PyInterpreterState.static_objects (gh-99397)
Eric Snow committed
November 10, 2022
M
GH-96421: Insert shim frame on entry to interpreter (GH-96319)
Mark Shannon committed
V
gh-99300: Use Py_NewRef() in Python/ directory (#99302)
Victor Stinner committed
November 8, 2022
E
gh-90868: Adjust the Generated Objects (gh-99223)
Eric Snow committed
October 31, 2022
E
gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)
Eric Snow committed
October 30, 2022
N
gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98212)
Nick Coghlan committed
October 26, 2022
E
October 19, 2022
E
gh-98417: Store int_max_str_digits on the Interpreter State (GH-98418)
Eric Snow committed
September 7, 2022
K
GH-90699: use statically allocated interned strings in typeobject's slotdefs (GH-94706)
Kumar Aditya committed
August 30, 2022
P
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado committed
August 17, 2022
K
July 25, 2022
E
gh-94673: Always Finalize Static Builtin Types (#95153)
Eric Snow committed
K
GH-94851: check refcnt of immortal objects after finalization (GH-95001)
Kumar Aditya committed
June 25, 2022
S
gh-77560: Report possible errors in restoring builtins at finalization (GH-94255)
Serhiy Storchaka committed
June 17, 2022
V
gh-77782: Py_FdIsInteractive() now uses PyConfig.interactive (#93916)
Victor Stinner committed
June 14, 2022
S
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Serhiy Storchaka committed