COMMITS
/ Doc/c-api/buffer.rst 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
B
Fix #8946. Extra PyObject* parameter documented which doesn't exist.
Brian Curtin committed
December 28, 2009
G
Merged revisions 77081 via svnmerge from
Georg Brandl committed
August 26, 2009
B
Merged revisions 74551 via svnmerge from
Benjamin Peterson committed
B
the old buffer object doesn't exist in Python 3 #6659
Benjamin Peterson committed
August 13, 2009
G
G
Merged revisions 74328,74332-74333,74365 via svnmerge from
Georg Brandl committed
June 1, 2009
April 26, 2009
J
Merged revisions 71898-71900,71910,71914-71919 via svnmerge from
Jeroen Ruigrok van der Werven committed
April 11, 2009
March 13, 2009
G
#5486: typos.
Georg Brandl committed
March 2, 2009
H
Fixed typo.
Hirokazu Yamamoto committed