Commits
User selector
Commit History
Commits on Jun 2, 2026
gh-150319: Replace all documentation which says "See PEP 585" (#150325)
Show description for 50fe49cauthored
Commits on May 24, 2026
gh-150285: Fix too long docstrings in builtins (GH-150293)
Show description for e1e06beauthored
Commits on May 15, 2026
Commits on May 11, 2026
gh-149402: Don't assume single-character type codes (struct/array/ctypes) (#149483)
Show description for ef87731andauthored
Commits on May 4, 2026
- authored
gh-148675: Add Zd/Zf formats to array, ctypes, memoryview, struct (#148676)
Show description for 6e6f905authored
Commits on Apr 15, 2026
Commits on Apr 1, 2026
gh-147944: Increase range of bytes_per_sep (GH-147946)
Show description for 473d2a3authored
Commits on Mar 31, 2026
Commits on Mar 26, 2026
gh-146151: memoryview supports 'F' and 'D' format types (complex) (#146241)
Show description for c68a194andauthored
Commits on Mar 3, 2026
gh-144995: Optimize memoryview == memoryview (#144996)
Show description for c9d1234andauthored
Commits on Dec 27, 2025
Commits on Sep 13, 2025
gh-129813, PEP 782: Use PyBytesWriter in memoryview (#138836)
Show description for 703da5eauthored
Commits on Aug 18, 2025
Commits on Apr 25, 2025
gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)
Show description for 2a28b21authoredgh-132776: Cleanup for XIBufferViewType (gh-132821)
Show description for e54e828authored
Commits on Mar 11, 2025
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Show description for 9d759b6authored
Commits on Jan 30, 2025
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Show description for 3bebe46authored
Commits on Dec 16, 2024
Commits on Nov 13, 2024
gh-126341: add release check to `__iter__` method of `memoryview` (#126759)
Show description for a12690eauthored
Commits on Oct 27, 2024
gh-126012: Add `__class_getitem__` to `memoryview` (#126013)
Show description for dc76a4aauthored
Commits on Sep 11, 2024
gh-77894: Fix a crash when the GC breaks a loop containing a memoryview (GH-123898)
Show description for a1dbf2eauthored
Commits on Aug 30, 2024
Commits on Jun 7, 2024
gh-120155: Fix copy/paste error in HAVE_SUBOFFSETS_IN_LAST_DIM() (#120228)
Show description for 90b7540authored
Commits on Apr 12, 2024
Commits on Dec 11, 2023
gh-111178: Avoid calling functions from incompatible pointer types in memoryobject.c (GH-112863)
Show description for f4fe65eauthored
Commits on Aug 24, 2023
gh-106320: Remove private _PyManagedBuffer_Type (#108431)
Show description for 773b803authored
Commits on May 8, 2023
gh-104223: Fix issues with inheriting from buffer classes (#104227)
Show description for 405eaccandauthored
Commits on May 4, 2023
gh-102500: Implement PEP 688 (#102521)
Show description for 04f6733andauthored
Commits on Apr 22, 2023
gh-83791: Raise TypeError for len(memoryview_0d) (#18463)
Show description for 3d2a468authored
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Objects/ directory (#99354)
Show description for 3a1dde8authored