summaryrefslogtreecommitdiff
path: root/Doc/c-api/buffer.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-6/+9
|\
| * merge 3.4 (#24883)Benjamin Peterson2015-08-171-4/+4
| |\
| * | Issue #23756: Clarify the terms "contiguous" and "bytes-like object".Stefan Krah2015-08-081-6/+9
* | | Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
| |/ |/|
* | 'Py_Buffer' should be 'Py_buffer' (closes #24883)Benjamin Peterson2015-08-171-4/+4
|/
* Whitespace.Stefan Krah2015-02-011-1/+1
* Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsetsStefan Krah2015-02-011-0/+3
* Issue #21778: Clarify use of flags if PyBuffer_FillInfo() is used inside aStefan Krah2014-06-301-2/+2
* Closes #21441: Reorder elements in documentation to match actual order in the...Jesus Cea2014-06-251-10/+10
* Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-1/+4
* Improve str() and object.__str__() documentation (issue #13538).Chris Jerdonek2012-11-201-5/+7
* Issue #14181: Improve clarity in the documentation for the multi-purposeStefan Krah2012-03-061-6/+14
* - Issue #10181: New memoryview implementation fixes multiple ownershipStefan Krah2012-02-251-164/+321
* #12072: merge with 3.1.Ezio Melotti2011-05-201-1/+1
|\
| * #12072: add missing parenthesis in the doc. Patch by Sandro Tosi.Ezio Melotti2011-05-201-1/+1
* | Remove documentation to non-existent function PyObject_CopyToObject (fixes #1...Antoine Pitrou2011-03-131-14/+0
|\ \ | |/
| * Remove documentation to non-existent function PyObject_CopyToObject (fixes #1...Antoine Pitrou2011-03-131-14/+0
| * Merged revisions 87188-87190,87192-87194 via svnmerge fromAntoine Pitrou2010-12-121-15/+25
| * Merged revisions 76923,76926,77009,77082-77083,77085,77087,77121 via svnmerge...Georg Brandl2010-10-061-1/+1
| * Work around a bug in Sphinx 0.6.x.Georg Brandl2010-10-061-2/+4
| * Merged revisions 85132 via svnmerge fromGeorg Brandl2010-10-011-92/+90
| * Merged revisions 85084 via svnmerge fromAntoine Pitrou2010-09-291-48/+2
| * Merged revisions 85082 via svnmerge fromAntoine Pitrou2010-09-281-13/+14
| * Merged revisions 85080 via svnmerge fromAntoine Pitrou2010-09-281-47/+82
| * Merged revisions 85066 via svnmerge fromAntoine Pitrou2010-09-281-6/+28
| * Merged revisions 81851 via svnmerge fromBrian Curtin2010-06-081-3/+3
| * Merged revisions 74551 via svnmerge fromBenjamin Peterson2009-08-261-5/+15
| * Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,...Georg Brandl2009-08-131-1/+1
* | Better explain the buffer interface (hopefully)Antoine Pitrou2010-12-121-15/+25
* | Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-57/+57
* | Fix weird markup that caused latex to fail.Georg Brandl2010-10-011-92/+90
* | Give a dedicated page to memoryview objects, so that they can be partAntoine Pitrou2010-09-281-48/+2
* | Buffers are not sequence objects (!). Put them in the abstract objects layersAntoine Pitrou2010-09-281-13/+14
* | Various improvements to the docs of the buffer APIAntoine Pitrou2010-09-281-47/+82
* | Issue #9970: improve C API documentation for memoryview objectsAntoine Pitrou2010-09-281-6/+28
* | Fix #8946. Extra PyObject* parameter documented which doesn't exist.Brian Curtin2010-06-081-3/+3
* | Merged revisions 77081 via svnmerge fromGeorg Brandl2009-12-281-1/+1
* | the old buffer object doesn't exist in Python 3 #6659Benjamin Peterson2009-08-261-5/+15
* | Merged revisions 74328,74332-74333,74365 via svnmerge fromGeorg Brandl2009-08-131-1/+1
|/
* Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,...Benjamin Peterson2009-06-011-1/+1
* Merged revisions 71898-71900,71910,71914-71919 via svnmerge fromJeroen Ruigrok van der Werven2009-04-261-30/+30
* Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,...Benjamin Peterson2009-04-111-1/+1
* #5486: typos.Georg Brandl2009-03-131-1/+1
* Fixed typo.Hirokazu Yamamoto2009-03-021-1/+1
* Remove trailing whitespace.Georg Brandl2009-01-031-2/+2
* fix Sphinx table warningBenjamin Peterson2008-11-201-89/+89
* shut up a few sphinx warningsBenjamin Peterson2008-09-171-0/+2
* add documentation for the new buffer interface based on PEP 3118; I hope it's...Benjamin Peterson2008-09-161-67/+256
* Split C API docs in Py3k branch.Georg Brandl2008-01-201-0/+119