Commits
User selector
Commit History
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 Mar 17, 2025
Commits on Feb 20, 2025
gh-111178: fix UBSan failures in `Modules/_operator.c` (GH-129785)
Show description for 4466e91authored
Commits on Jan 30, 2025
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Show description for 3bebe46authored
Commits on Dec 11, 2024
gh-127065: Make methodcaller thread-safe and re-entrant (GH-127746)
Show description for b0f278fauthored
Commits on Nov 22, 2024
gh-127065: Make `methodcaller` thread-safe in free threading build (#127109)
Show description for f83ca69authored
Commits on Aug 10, 2024
gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814)
Show description for 5580f31andauthored
Commits on Jun 21, 2024
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520)
Show description for 6f1d448andauthored
Commits on May 3, 2024
gh-116322: Add Py_mod_gil module slot (#116882)
Show description for c2627d6authored
Commits on Apr 29, 2024
gh-118285: Fix signatures of operator.{attrgetter,itemgetter,methodcaller} instances (GH-118316)
Show description for 444ac0bauthored
Commits on Aug 1, 2023
Commits on Jul 25, 2023
gh-106869: Use new PyMemberDef constant names (#106871)
Show description for 1a3fabaauthored
Commits on Jul 3, 2023
gh-106320: Create pycore_modsupport.h header file (#106355)
Show description for 35963daauthored
Commits on Jun 1, 2023
gh-92536: Remove PyUnicode_READY() calls (#105210)
Show description for ef30093authored
Commits on May 5, 2023
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Show description for a9c6e06authored
Commits on Feb 24, 2023
Commits on Nov 14, 2022
gh-99300: Use Py_NewRef() in Modules/ directory (#99467)
Show description for 7e4dec0authored
Commits on Oct 29, 2022
Commits on Oct 6, 2022
gh-94590: add signatures to operator itemgetter, attrgetter, methodcaller (#94591)
Show description for 1c4728cauthored
Commits on Jun 21, 2022
Commits on Jun 14, 2022
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Show description for 6fd4c8eauthored
Commits on May 13, 2022
gh-89653: Use int type for Unicode kind (#92704)
Show description for f62ad4fauthored
Commits on May 3, 2022
gh-91320: Use _PyCFunction_CAST() (#92251)
Show description for 804f252authored
Commits on Feb 10, 2022
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204authored
Commits on Sep 29, 2021
Commits on Sep 24, 2021
bpo-44019: Implement operator.call(). (GH-27888)
Show description for 6587fc6authored
Commits on Jul 7, 2021
Commits on Jun 17, 2021
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Show description for 00710e6authored
Erlend Egeberg Aasland
Commits on May 27, 2021
- authored
Erlend Egeberg Aasland
Commits on Apr 21, 2021
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Show description for cdad272authored
Commits on Nov 21, 2020
bpo-40791: Make compare_digest more constant-time. (GH-20444)
Show description for 3172936authored
Commits on Aug 26, 2020
Commits on May 27, 2020
bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456)
Show description for db5aed9authored