COMMITS
/ Doc/c-api/buffer.rst March 19, 2026
C
gh-137696: Rename 'fort' parameter to 'order' in PyBuffer_* functions (#137866)
Carlos Sousa committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
November 8, 2025
P
gh-141004: Document `PyBUF_WRITEABLE` (GH-141255)
Peter Bierma committed
April 8, 2025
C
gh-132246: Add PEP 688 to C Buffer Protocol docs (#132249)
Cody Maloney committed
September 10, 2024
P
gh-123609: Clarify usage of standalone `PyBUF_FORMAT` (GH-123778)
Peter Bierma committed
May 27, 2024
A
gh-119467: Fix Py_buffer.format type and correct documentation typo (#119475)
Aditya Borikar committed
February 11, 2024
S
gh-115172: Fix explicit index extries for the C API (GH-115173)
Serhiy Storchaka committed
August 16, 2023
V
gh-107298: Fix C API Buffer documentation (#108011)
Victor Stinner committed
August 11, 2023
E
Docs: Document PyBUF_MAX_NDIM (#107865)
Erlend E. Aasland committed
August 7, 2023
E
gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)
Eric Snow committed
July 26, 2023
V
gh-107298: Fix Sphinx warnings in the C API doc (#107302)
Victor Stinner committed
July 23, 2023
S
gh-107091: Fix the use of some C domain roles (#107092)
Serhiy Storchaka committed
March 3, 2023
N
gh-102383: [docs] Arguments of `PyObject_CopyData` are `PyObject *` (#102390)
Nikita Sobolev committed
October 10, 2022
D
Fix types in buffer/memoryview docs (#98118)
da-woods committed
February 2, 2022
C
bpo-45459: Add Py_buffer to limited API (GH-29991)
Christian Heimes committed
December 22, 2021
D
bpo-46140: take more Py_buffer arguments as const * (GH-30217)
David Hewitt committed
August 13, 2020
V
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner committed
V
bpo-40204: Fix duplicates in the documentation (GH-21857)
Victor Stinner committed
October 30, 2019
S
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka committed
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
September 11, 2019
H
bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992)
Hai Shi committed
H
bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988)
Hai Shi committed
August 21, 2019
G
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price committed
August 20, 2019
J
bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)
Joannah Nanjekye committed
July 31, 2019
H
bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994)
Hai Shi committed
July 17, 2019
J
Docs: Correct formatting of a multiline code block (GH-13806)
Joseph Fox-Rabinovitz committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
December 18, 2018
S
bpo-35461: Document C API functions which suppress exceptions. (GH-11119)
Serhiy Storchaka committed
December 5, 2018
A
Correct a couple of unbalanced parenthesis. (GH-10779)
Andre Delfino committed
March 28, 2018
A
bpo-33126: Document PyBuffer_ToContiguous() (#6292)
Antoine Pitrou committed
October 15, 2017
October 27, 2016
S
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka committed
November 2, 2015
M
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter committed
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
August 18, 2015
B
merge 3.4 (#24883)
Benjamin Peterson committed
B
'Py_Buffer' should be 'Py_buffer' (closes #24883)
Benjamin Peterson committed
August 8, 2015
S
Issue #23756: Clarify the terms "contiguous" and "bytes-like object".
Stefan Krah committed
February 1, 2015
S
Whitespace.
Stefan Krah committed
S
Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets
Stefan Krah committed
S
Whitespace.
Stefan Krah committed
June 29, 2014
S
Issue #21778: Clarify use of flags if PyBuffer_FillInfo() is used inside a
Stefan Krah committed
June 25, 2014
J
March 28, 2013
November 21, 2012
C
Improve str() and object.__str__() documentation (issue #13538).
Chris Jerdonek committed
March 6, 2012
S
Issue #14181: Improve clarity in the documentation for the multi-purpose
Stefan Krah committed
February 25, 2012
S
- Issue #10181: New memoryview implementation fixes multiple ownership
Stefan Krah committed
May 20, 2011
E
#12072: merge with 3.1.
Ezio Melotti committed
E
#12072: add missing parenthesis in the doc. Patch by Sandro Tosi.
Ezio Melotti committed
March 13, 2011
A
Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478)
Antoine Pitrou committed
A
Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478)
Antoine Pitrou committed