aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/pylifecycle.c
Commit message (Expand)AuthorAge
* Fix a typo in Python/pylifecycle.c (#132350)Chu2025-04-10
* gh-131738: optimize builtin any/all/tuple calls with a generator expression a...Irit Katriel2025-03-28
* gh-131238: Add pycore_interpframe_structs.h header (#131553)Victor Stinner2025-03-21
* GH-131498: Remove conditional stack effects (GH-131499)Mark Shannon2025-03-20
* gh-131238: Remove includes from pycore_interp.h (#131495)Victor Stinner2025-03-20
* gh-131238: Remove more includes from pycore_interp.h (#131480)Victor Stinner2025-03-19
* GH-131238: Core header refactor (GH-131250)Mark Shannon2025-03-17
* gh-124878: Fix race conditions during interpreter finalization (#130649)Sam Gross2025-03-06
* gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)Serhiy Storchaka2025-02-25
* gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)Victor Stinner2025-01-31
* gh-128911: Add PyImport_ImportModuleAttr() function (#128912)Victor Stinner2025-01-30
* GH-126599: Remove the PyOptimizer API (GH-129194)Brandt Bucher2025-01-28
* gh-129185: Simplify PyTraceMalloc_Track() (#129256)Victor Stinner2025-01-24
* gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191)Victor Stinner2025-01-23
* GH-91048: Add utils for capturing async call stack for asyncio programs and e...Yury Selivanov2025-01-22
* gh-129033: Remove _PyInterpreterState_SetConfig() function (#129048)Victor Stinner2025-01-20
* gh-129033: Remove _Py_InitializeMain() function (#129034)Victor Stinner2025-01-20
* gh-128679: Redesign tracemalloc locking (#128888)Victor Stinner2025-01-15
* gh-128400: Only show the current thread in `Py_FatalError` on the free-thread...Peter Bierma2025-01-13
* gh-128146: Exclude os/log.h import on older macOS versions. (#128165)Russell Keith-Magee2025-01-07
* gh-126925: Modify how iOS test results are gathered (#127592)Russell Keith-Magee2024-12-09
* gh-126881: fix finalization of dtoa state (#126904)Kumar Aditya2024-11-29
* gh-126255: Ignore warning about JIT being deactivated when perf support is ac...mpage2024-11-01
* gh-124855: Don't allow the JIT and perf support to be active at the same time...Pablo Galindo Salgado2024-10-30
* gh-125286: Share the Main Refchain With Legacy Interpreters (gh-125709)Eric Snow2024-10-23
* gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)Eric Snow2024-10-18
* gh-124218: Use per-thread refcounts for code objects (#125216)Sam Gross2024-10-15
* gh-87135: Hang non-main threads that attempt to acquire the GIL during finali...Jeremy Maitin-Shepard2024-10-02
* gh-124218: Refactor per-thread reference counting (#124844)Sam Gross2024-10-01
* gh-119180: No longer set `__annotations__` in `__main__` (#124634)Jelle Zijlstra2024-09-27
* Add debug offsets for free threaded builds (#123041)Pablo Galindo Salgado2024-08-15
* gh-122697: Fix free-threading memory leaks at shutdown (#122703)Sam Gross2024-08-08
* gh-100240: Use a consistent implementation for freelists (#121934)Sam Gross2024-07-22
* gh-120837: Update _Py_DumpExtensionModules to be async-signal-safe (gh-121051)Donghee Na2024-06-28
* gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() (gh-121060)Eric Snow2024-06-26
* gh-120642: Move private PyCode APIs to the internal C API (#120643)Victor Stinner2024-06-26
* gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121010)Eric Snow2024-06-25
* gh-120834: fix type of *_iframe field in _PyGenObject_HEAD declaration (#120835)Irit Katriel2024-06-24
* gh-120161: Fix a Crash in the _datetime Module (gh-120182)Eric Snow2024-06-14
* gh-111499: Fix PYTHONMALLOCSTATS at Python exit (#120021)Victor Stinner2024-06-04
* gh-118527: Intern code consts in free-threaded build (#118667)Sam Gross2024-05-06
* gh-118518: Allow perf to work without frame pointers (#112254)Pablo Galindo Salgado2024-05-05
* gh-118527: Use `_Py_ID(__main__)` for main module name (#118528)Sam Gross2024-05-03
* gh-118335: Configure Tier 2 interpreter at build time (#118339)Guido van Rossum2024-04-30
* gh-118422: Fix run_fileexflags() test (#118429)Victor Stinner2024-04-30
* gh-116622: Redirect stdout and stderr to system log when embedded in an Andro...Malcolm Smith2024-04-30
* gh-117953: Cleanups For fix_up_extension() in import.c (gh-118192)Eric Snow2024-04-24
* gh-112069: Add _PySet_NextEntryRef to be thread-safe. (gh-117990)Donghee Na2024-04-19
* gh-117649: Raise ImportError for unsupported modules in free-threaded build (...Sam Gross2024-04-11
* gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)Eric Snow2024-04-10