COMMITS
/ Doc/c-api/buffer.rst 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
October 1, 2010
G
Merged revisions 85132 via svnmerge from
Georg Brandl committed
G
Fix weird markup that caused latex to fail.
Georg Brandl committed
September 29, 2010
A
Merged revisions 85084 via svnmerge from
Antoine Pitrou committed
September 28, 2010
A
Give a dedicated page to memoryview objects, so that they can be part
Antoine Pitrou committed
A
Merged revisions 85082 via svnmerge from
Antoine Pitrou committed
A
Buffers are not sequence objects (!). Put them in the abstract objects layers
Antoine Pitrou committed
A
Merged revisions 85080 via svnmerge from
Antoine Pitrou committed
A
Various improvements to the docs of the buffer API
Antoine Pitrou committed
A
Merged revisions 85066 via svnmerge from
Antoine Pitrou committed
A
Issue #9970: improve C API documentation for memoryview objects
Antoine Pitrou committed
June 8, 2010
B
Merged revisions 81851 via svnmerge from
Brian Curtin committed