summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/memoryview.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst` (GH-114669)Nikita Sobolev2024-01-291-0/+13
* GH-97950: Use new-style index directive ('object') (#104158)Adam Turner2023-05-041-1/+1
* Fix types in buffer/memoryview docs (#98118)da-woods2022-10-101-1/+1
* bpo-46140: take more Py_buffer arguments as const * (GH-30217)David Hewitt2021-12-221-2/+1
* bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)Antonio Cuni2021-01-061-1/+2
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-1/+1
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* Issue #23756: Clarify the terms "contiguous" and "bytes-like object".Stefan Krah2015-08-081-1/+1
* Add PyMemoryView_FromMemory() to whatsnew/3.3.Stefan Krah2012-02-291-0/+2
* - Issue #10181: New memoryview implementation fixes multiple ownershipStefan Krah2012-02-251-10/+19
* fix some typos in Doc/c-api/memoryview.rstEli Bendersky2011-11-251-2/+2
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-6/+6
* Give a dedicated page to memoryview objects, so that they can be partAntoine Pitrou2010-09-281-0/+52