Commits
User selector
Commit History
Commits on Jun 12, 2026
Commits on Jun 2, 2026
gh-150319: Replace all documentation which says "See PEP 585" (#150325)
Show description for 50fe49cauthored
Commits on May 15, 2026
- authored
gh-149707: Fix compiler warning in _ctypes_test on strchr() (#149791)
Show description for 5465b69authored
Commits on May 4, 2026
gh-148675: Add Zd/Zf formats to array, ctypes, memoryview, struct (#148676)
Show description for 6e6f905authored
Commits on May 1, 2026
Commits on Apr 17, 2026
gh-148464: Add missing ``__ctype_le/be__`` attributes for complex types in the ctype module (GH-148485)
Show description for 769cc83andauthored
Commits on Apr 8, 2026
gh-145921: Add "_DuringGC" functions for tp_traverse (GH-145925)
Show description for 8923ca4authored
Commits on Apr 2, 2026
GH-145247: Use _PyTuple_FromPair in Modules (part 2) (#148003)
Show description for c1b20a6andauthored
Commits on Mar 24, 2026
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Show description for 1887a95andauthored
Commits on Jan 26, 2026
gh-142966: Make ctypes.POINTER.set_type also reset format (GH-142967)
Show description for 9181d77andauthoredgh-144100: Fix crash for POINTER(str) used in ctypes argtypes (#144108)
Show description for 8f45925andauthored
Commits on Dec 25, 2025
gh-143164: Fix incorrect error message for ctypes bitfield overflow (GH-143165)
Show description for b9a4806authoredgh-143145: Fix possible reference leak in ctypes _build_result() (GH-143131)
Show description for 579c5b4authored
Commits on Dec 15, 2025
Commits on Dec 11, 2025
Commits on Dec 8, 2025
Commits on Oct 25, 2025
Commits on Sep 10, 2025
gh-138008: Fix segfaults in _ctypes due to invalid argtypes (GH-138285)
Show description for 1ce0553authored
Commits on Sep 2, 2025
Commits on Aug 18, 2025
Commits on Aug 7, 2025
gh-137514: Add a free-threading wrapper for mutexes (GH-137515)
Show description for 082f370authored
Commits on Jul 22, 2025
Commits on Jul 21, 2025
gh-133296: Publicly expose critical section API that accepts PyMutex (gh-135899)
Show description for 89c220bauthored
Commits on Jul 19, 2025
Fix typo: "occured" =>"occurred" (#134928)
Show description for 09ac8e0andauthored
Commits on Jun 26, 2025
Commits on May 26, 2025
gh-134637: Fix performance regression in calling `ctypes` function pointer in `free threading`. (#134702)
Show description for 3c05251authored
Commits on May 23, 2025
gh-134486: Fix missing alloca() symbol in _ctypes on NetBSD (#134487)
Show description for b8f5526authored
Commits on May 15, 2025
Commits on May 11, 2025
Commits on May 10, 2025
Commits on May 8, 2025
Commits on May 5, 2025
gh-61103: drop unused Py_HAVE_C_COMPLEX define (GH-133435)
Show description for 1bc1650authoredgh-61103: don't use C _Complex types to implement F/D/G in ctypes (GH-133237)
Show description for 8d0e07eauthored
Commits on May 2, 2025
gh-100926: Move ctype's pointers cache from _pointer_type_cache to StgInfo (GH-131282)
Show description for a0bc0c4authored