aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-40204, doc: Fix syntax of C variables (GH-21846)Victor Stinner2020-08-131-13/+13
* bpo-40204: Fix duplicates in the documentation (GH-21857)Victor Stinner2020-08-131-1/+1
* bpo-38600: NULL -> ``NULL``. (GH-17001)Serhiy Storchaka2019-10-301-4/+4
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-11/+11
* bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992)Hai Shi2019-09-111-2/+2
* bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988)Hai Shi2019-09-111-0/+7
* Unmark files as executable that can't actually be executed. (GH-15353)Greg Price2019-08-201-0/+0
* bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)Joannah Nanjekye2019-08-201-2/+4
* bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994)Hai Shi2019-07-311-0/+6
* Docs: Correct formatting of a multiline code block (GH-13806)Joseph Fox-Rabinovitz2019-07-171-2/+4
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* bpo-35461: Document C API functions which suppress exceptions. (GH-11119)Serhiy Storchaka2018-12-181-2/+2
* Correct a couple of unbalanced parenthesis. (GH-10779)Andre Delfino2018-12-051-1/+1
* bpo-33126: Document PyBuffer_ToContiguous() (#6292)Antoine Pitrou2018-03-281-3/+9
* bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH-3993)vyas452017-10-151-1/+1
* Issue #28496: Mark up constants 0, 1 and -1 that denote return values orSerhiy Storchaka2016-10-271-6/+6
* Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-1/+1
|\
| * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* | merge 3.4 (#24883)Benjamin Peterson2015-08-171-4/+4
|\|
| * 'Py_Buffer' should be 'Py_buffer' (closes #24883)Benjamin Peterson2015-08-171-4/+4
| * Whitespace.Stefan Krah2015-02-011-1/+1
* | Issue #23756: Clarify the terms "contiguous" and "bytes-like object".Stefan Krah2015-08-081-6/+9
* | 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