Commits
User selector
Commit History
Commits on May 24, 2026
Commits on Apr 2, 2026
Commits on Mar 24, 2026
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Show description for 1887a95andauthored
Commits on Jan 9, 2026
gh-143191: Use _PyOS_MIN_STACK_SIZE in _thread.stack_size() (#143601)
Show description for ba10100authored
Commits on Nov 12, 2025
Commits on Sep 18, 2025
Commits on Sep 15, 2025
Commits on Sep 2, 2025
gh-138004: Fix setting a thread name on OpenIndiana (GH-138017)
Show description for c19db1dandauthored
Commits on Sep 1, 2025
gh-138342: Use a common utility for visiting an object's type (GH-138343)
Show description for 4f6ecd1authored
Commits on Aug 15, 2025
Commits on Jul 22, 2025
Commits on Jul 12, 2025
Commits on Jul 1, 2025
gh-87135: threading.Lock: Raise rather than hang on Python finalization (GH-135991)
Show description for fe119a0authored
Commits on Jun 30, 2025
gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614)
Show description for b1056c2authored
Commits on May 28, 2025
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Show description for bac3fcbauthored
Commits on May 23, 2025
Commits on May 22, 2025
gh-134322: Fix `repr(threading.RLock)` (#134389)
Show description for fade146authoredgh-134323: Fix the new `threading.RLock.locked` method (#134368)
Show description for 3effedeandauthored
Commits on May 19, 2025
gh-134087: enforce signature of `threading.RLock` (#134178)
Show description for d6dc33eauthored
Commits on Apr 28, 2025
gh-87135: Raise PythonFinalizationError when joining a blocked daemon thread (gh-130402)
Show description for 4ebbfcfauthored
Commits on Apr 8, 2025
- authored
gh-115942: Add `locked` to several multiprocessing locks (#115944)
Show description for f7305a0authored
Commits on Mar 24, 2025
Commits on Mar 21, 2025
gh-131238: Remove pycore_object_deferred.h from pycore_object.h (#131549)
Show description for 1a08208authored- authored
Commits on Mar 17, 2025
GH-131238: More refactoring of core header files (GH-131351)
Show description for a45f253authored
Commits on Mar 14, 2025
Commits on Mar 13, 2025
Commits on Mar 6, 2025
gh-124878: Fix race conditions during interpreter finalization (#130649)
Show description for 052cb71authored
Commits on Feb 25, 2025
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Show description for 0ef4ffeauthored
Commits on Feb 24, 2025
gh-111178: fix UBSan failures in `Modules/_threadmodule.c` (GH-129794)
Show description for f8eefc2authored