COMMITS
/ Python/pylifecycle.c September 30, 2023
V
gh-110014: Include explicitly <unistd.h> header (#110155)
Victor Stinner committed
September 29, 2023
V
gh-110079: Remove extern "C" { ...} in C code (#110080)
Victor Stinner committed
September 23, 2023
S
gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612)
Serhiy Storchaka committed
September 8, 2023
M
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
Mark Shannon committed
September 6, 2023
V
gh-108765: Cleanup #include in Python/*.c files (#108977)
Victor Stinner committed
September 1, 2023
V
gh-108634: PyInterpreterState_New() no longer calls Py_FatalError() (#108748)
Victor Stinner committed
August 31, 2023
V
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner committed
August 24, 2023
V
gh-108314: Add PyDict_ContainsString() function (#108323)
Victor Stinner committed
August 23, 2023
V
gh-108308: Replace _PyDict_GetItemStringWithError() (#108372)
Victor Stinner committed
V
gh-108308: Replace PyDict_GetItem() with PyDict_GetItemRef() (#108309)
Victor Stinner committed
August 22, 2023
V
Ignore _Py_write_noraise() result: cast to (void) (#108291)
Victor Stinner committed
August 18, 2023
V
gh-108014: Add Py_IsFinalizing() function (#108032)
Victor Stinner committed
August 17, 2023
M
August 7, 2023
E
gh-107630: Initialize Each Interpreter's refchain Properly (gh-107733)
Eric Snow committed
August 3, 2023
E
gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567)
Eric Snow committed
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