COMMITS
/ Python/pylifecycle.c December 26, 2020
V
bpo-42745: finalize_interp_types() calls _PyType_Fini() (GH-23953)
Victor Stinner committed
V
bpo-40521: Per-interpreter interned strings (GH-20085)
Victor Stinner committed
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
V
bpo-42639: Cleanup atexitmodule.c (GH-23770)
Victor Stinner committed
December 9, 2020
V
bpo-32381: Add _PyRun_AnyFileObject() (GH-23723)
Victor Stinner committed
December 8, 2020
H
bpo-42599: Remove useless PyModule_GetWarningsModule() (GH-23691)
Hai Shi committed
November 18, 2020
V
bpo-1635741: Convert _imp to multi-phase init (GH-23378)
Victor Stinner committed
C
bpo-40998: Address compiler warnings found by ubsan (GH-20929)
Christian Heimes committed
November 17, 2020
V
bpo-41686: Move _Py_RestoreSignals() to signalmodule.c (GH-23353)
Victor Stinner committed
V
bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342)
Victor Stinner committed
November 16, 2020
V
bpo-37205: time.time() cannot fail with fatal error (GH-23314)
Victor Stinner committed
November 12, 2020
V
bpo-42260: Initialize time and warnings earlier at startup (GH-23249)
Victor Stinner committed
November 10, 2020
V
bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220)
Victor Stinner committed
V
bpo-42260: Compute the path config in the main init (GH-23211)
Victor Stinner committed
November 4, 2020
V
bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)
Victor Stinner committed
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
October 30, 2020
V
bpo-42208: Call GC collect earlier in PyInterpreterState_Clear() (GH-23044)
Victor Stinner committed
V
bpo-42208: Move _PyImport_Cleanup() to pylifecycle.c (GH-23040)
Victor Stinner committed
V
bpo-42208: Pass tstate to _PyGC_CollectNoFail() (GH-23038)
Victor Stinner committed
October 26, 2020
S
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648)
Serhiy Storchaka committed
September 15, 2020
V
bpo-41631: _ast module uses again a global state (#21961)
Victor Stinner committed
August 17, 2020
H
July 3, 2020
K
July 1, 2020
V
bpo-1635741: Release Unicode interned strings at exit (GH-21269)
Victor Stinner committed
V
bpo-40521: Cleanup finalize_interp_types() (GH-21265)
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
V
bpo-40521: Make MemoryError free list per interpreter (GH-21086)
Victor Stinner committed
R
bpo-40521: Empty frozenset is no longer a singleton (GH-21085)
Raymond Hettinger committed
V
Call _PyWarnings_InitState() in subinterpreters (GH-21078)
Victor Stinner committed
V
bpo-40521: Make bytes singletons per interpreter (GH-21074)
Victor Stinner committed
V
bpo-40521: Make the empty frozenset per interpreter (GH-21068)
Victor Stinner committed
V
bpo-40521: Make dict free lists per-interpreter (GH-20645)
Victor Stinner committed
June 17, 2020
V
bpo-41006: Remove init_sys_streams() hack (GH-20954)
Victor Stinner committed
June 11, 2020
P
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo committed
June 8, 2020
V
bpo-40910: Export Py_GetArgcArgv() function (GH-20721)
Victor Stinner committed
June 7, 2020
V
bpo-40887: Fix finalize_interp_clear() for free lists (GH-20698)
Victor Stinner committed
June 5, 2020
V
bpo-40521: Make context free list per-interpreter (GH-20644)
Victor Stinner committed
V
bpo-40521: Make async gen free lists per-interpreter (GH-20643)
Victor Stinner committed
V
bpo-40521: Make list free list per-interpreter (GH-20642)
Victor Stinner committed
June 4, 2020
V
bpo-40521: Make frame free list per-interpreter (GH-20638)
Victor Stinner committed
V
bpo-40521: Make slice cache per-interpreter (GH-20637)
Victor Stinner committed
V
bpo-40521: Make float free list per-interpreter (GH-20636)
Victor Stinner committed
V
bpo-40521: Make tuple free list per-interpreter (GH-20247)
Victor Stinner committed
May 5, 2020
V
bpo-40513: Per-interpreter GIL (GH-19943)
Victor Stinner committed
V
bpo-40513: new_interpreter() init GIL earlier (GH-19942)
Victor Stinner committed