COMMITS
/ Doc/c-api/buffer.rst May 27, 2024
M
[3.12] gh-119467: Fix Py_buffer.format type and correct documentation typo (GH-119475) (#119603)
Miss Islington (bot) committed
February 11, 2024
S
[3.12] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-115292)
Serhiy Storchaka committed
August 16, 2023
S
[3.12] gh-107298: Fix C API Buffer documentation (GH-108011). (#108048)
Serhiy Storchaka committed
August 11, 2023
M
[3.12] Docs: Document PyBUF_MAX_NDIM (GH-107865) (#107871)
Miss Islington (bot) committed
August 8, 2023
M
[3.12] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552) (#107752)
Miss Islington (bot) committed
July 28, 2023
S
[3.12] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107375)
Serhiy Storchaka committed
July 23, 2023
M
[3.12] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107113)
Miss Islington (bot) 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
December 12, 2010
A
Merged revisions 87188-87190,87192-87194 via svnmerge from
Antoine Pitrou committed
A
Better explain the buffer interface (hopefully)
Antoine Pitrou committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
G
Merged revisions 76923,76926,77009,77082-77083,77085,77087,77121 via svnmerge from
Georg Brandl committed
G
Work around a bug in Sphinx 0.6.x.
Georg Brandl committed