COMMITS
/ Python/pylifecycle.c July 22, 2023
V
gh-106320: Move private _PySet API to the internal API (#107041)
Victor Stinner committed
July 20, 2023
B
GH-104584: Miscellaneous fixes for -Xuops (GH-106908)
Brandt Bucher committed
June 30, 2023
V
Remove private _PyCodec_Lookup() function (#106269)
Victor Stinner committed
June 27, 2023
V
gh-106084: Remove _PyObject_CallMethod() function (#106159)
Victor Stinner committed
G
gh-104584: Baby steps towards generating and executing traces (#105924)
Guido van Rossum committed
June 21, 2023
V
gh-105927: finalize_modules_clear_weaklist() uses _PyWeakref_GET_REF() (#105971)
Victor Stinner committed
June 14, 2023
June 13, 2023
E
gh-104812: Run Pending Calls in any Thread (gh-104813)
Eric Snow committed
E
gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620)
Eric Snow committed
June 8, 2023
E
gh-100227: Lock Around Use of the Global "atexit" State (gh-105514)
Eric Snow committed
June 1, 2023
E
V
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner committed
May 21, 2023
G
gh-103295: expose API for writing perf map files (#103546)
gsallam committed
May 17, 2023
M
GH-101520: Move tracemalloc functionality into core, leaving interface in Modules. (#104508)
Mark Shannon committed
May 16, 2023
J
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra committed
May 15, 2023
E
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