COMMITS
/ Include/internal/pycore_pylifecycle.h March 20, 2025
V
gh-131238: Cleanup pycore_runtime.h includes (#131486)
Victor Stinner committed
March 19, 2025
V
gh-130931: Add pycore_typedefs.h internal header (#131396)
Victor Stinner committed
February 13, 2025
S
gh-128130: Fix unhandled keyboard interrupt data race (gh-129975)
Sam Gross committed
April 22, 2024
G
Remove more remnants of deepfreeze (#118159)
Guido van Rossum committed
April 2, 2024
E
gh-76785: Add PyInterpreterConfig Helpers (gh-117170)
Eric Snow committed
December 13, 2023
S
gh-112723: Call `PyThreadState_Clear()` from the correct interpreter (#112776)
Sam Gross committed
December 1, 2023
V
gh-112567: Add _Py_GetTicksPerSecond() function (#112587)
Victor Stinner committed
October 26, 2023
P
gh-67224: Show source lines in tracebacks when using the -c option when running Python (#111200)
Pablo Galindo Salgado committed
August 24, 2023
V
gh-107211: No longer export internal functions (7) (#108425)
Victor Stinner committed
August 18, 2023
V
gh-108014: Add Py_IsFinalizing() function (#108032)
Victor Stinner committed
July 25, 2023
V
gh-107211: No longer export internal functions (4) (#107217)
Victor Stinner committed
July 4, 2023
V
gh-106320: Remove private pylifecycle.h functions (#106400)
Victor Stinner committed
June 1, 2023
V
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner committed
May 17, 2023
M
GH-101520: Move tracemalloc functionality into core, leaving interface in Modules. (#104508)
Mark Shannon committed
May 2, 2023
April 24, 2023
E
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow committed
March 16, 2023
I
gh-102755: Add PyErr_DisplayException(exc) (#102756)
Irit Katriel committed
February 15, 2023
E
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow committed
January 19, 2023
E
gh-59956: Clarify GILState-related Code (gh-101161)
Eric Snow committed
December 8, 2022
E
gh-81057: Move time Globals to _PyRuntimeState (gh-100122)
Eric Snow 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
April 25, 2022
V
gh-64783: Fix signal.NSIG value on FreeBSD (#91929)
Victor Stinner committed
February 26, 2022
K
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
Kumar Aditya committed
February 25, 2022
V
bpo-45316: Move _PyArg_Fini() to internal C API (GH-31580)
Victor Stinner committed
February 24, 2022
K
bpo-46430: Fix memory leak in interned strings of deep-frozen modules (GH-31549)
Kumar Aditya committed
January 27, 2022
K
bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853)
Kumar Aditya committed
January 22, 2022
V
bpo-46417: Factorize _PyExc_InitTypes() code (GH-30804)
Victor Stinner committed
January 21, 2022
V
bpo-46417: Finalize structseq types at exit (GH-30645)
Victor Stinner committed
December 9, 2021
October 28, 2021
M
Store actual ints, not pointers to them in the interpreter state. (GH-29274)
Mark Shannon committed
October 22, 2021
I
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (GH-28569)
Irit Katriel committed
September 28, 2021
E
bpo-45211: Remember the stdlib dir during startup. (gh-28586)
Eric Snow committed
April 2, 2021
V
bpo-43687: Py_Initialize() creates singletons earlier (GH-25147)
Victor Stinner committed
March 11, 2021
A
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Antoine Pitrou committed
March 10, 2021
V
bpo-43311: Create GIL autoTSSkey ealier (GH-24819)
Victor Stinner committed
February 19, 2021
V
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner committed
December 26, 2020
V
bpo-42745: Make the type cache per-interpreter (GH-23947)
Victor Stinner committed
December 15, 2020
V
bpo-42639: Move atexit state to PyInterpreterState (GH-23763)
Victor Stinner committed
December 14, 2020
V
bpo-42639: atexit now logs callbacks exceptions (GH-23771)
Victor Stinner committed
November 17, 2020
V
bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342)
Victor Stinner committed
November 12, 2020
V
bpo-42260: Initialize time and warnings earlier at startup (GH-23249)
Victor Stinner committed
November 4, 2020
V
bpo-42260: Main init modify sys.flags in-place (GH-23150)
Victor Stinner committed
November 3, 2020
V
bpo-41796: Call _PyAST_Fini() earlier to fix a leak (GH-23131)
Victor Stinner committed
September 15, 2020
V
bpo-41631: _ast module uses again a global state (#21961)
Victor Stinner committed
July 1, 2020
V
bpo-1635741: Release Unicode interned strings at exit (GH-21269)
Victor Stinner committed
June 25, 2020
V
bpo-40521: Optimize PyBytes_FromStringAndSize(str, 0) (GH-21142)
Victor Stinner committed
June 24, 2020
V
bpo-40521: Always create the empty tuple singleton (GH-21116)
Victor Stinner committed
June 23, 2020
V
bpo-40521: Make empty Unicode string per interpreter (GH-21096)
Victor Stinner committed