COMMITS
/ Doc/c-api/memoryview.rst November 5, 2025
P
gh-141004: Document `PyMemoryView_Type` (GH-141034)
Peter Bierma committed
January 29, 2024
N
gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst` (GH-114669)
Nikita Sobolev committed
May 4, 2023
A
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner committed
October 10, 2022
D
Fix types in buffer/memoryview docs (#98118)
da-woods committed
December 22, 2021
D
bpo-46140: take more Py_buffer arguments as const * (GH-30217)
David Hewitt committed
January 6, 2021
A
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Antonio Cuni committed
October 30, 2019
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
August 8, 2015
S
Issue #23756: Clarify the terms "contiguous" and "bytes-like object".
Stefan Krah committed
February 29, 2012
S
Add PyMemoryView_FromMemory() to whatsnew/3.3.
Stefan Krah committed
February 25, 2012
S
- Issue #10181: New memoryview implementation fixes multiple ownership
Stefan Krah committed
November 25, 2011
E
fix some typos in Doc/c-api/memoryview.rst
Eli Bendersky committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
September 28, 2010
A
Give a dedicated page to memoryview objects, so that they can be part
Antoine Pitrou committed