summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/buffer.rst
Commit message (Collapse)AuthorAgeFilesLines
* #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 ↵Antoine Pitrou2011-03-131-14/+0
| | | | #11478)
* Merged revisions 85066 via svnmerge fromAntoine Pitrou2010-09-281-6/+37
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85066 | antoine.pitrou | 2010-09-28 17:29:16 +0200 (mar., 28 sept. 2010) | 3 lines Issue #9970: improve C API documentation for memoryview objects ........
* #7577: fix signature of PyBuffer_FillInfo().Georg Brandl2009-12-281-1/+1
|
* #6821: fix signature of PyBuffer_Release().Georg Brandl2009-09-021-2/+2
|
* #6658: fix two typos.Georg Brandl2009-08-061-2/+2
|
* builtin -> built-in.Georg Brandl2009-07-261-1/+1
|
* fix signatureBenjamin Peterson2009-05-311-1/+1
|
* Since I edited this file, reformat for future edits.Jeroen Ruigrok van der Werven2009-04-251-68/+72
|
* Issue #4129: Belatedly document which C API functions had their argument(s) orJeroen Ruigrok van der Werven2009-04-251-0/+22
| | | | | return type changed from int or int * to Py_ssize_t or Py_ssize_t * as this might cause problems on 64-bit platforms.
* Remove redundant backtick.Georg Brandl2009-04-081-1/+1
|
* Issue #2396: backport the memoryview object.Antoine Pitrou2009-04-021-3/+291
|
* Remove trailing whitespace.Georg Brandl2009-01-031-1/+1
|
* Split the monstrous C API manual files in smaller parts.Georg Brandl2008-01-191-0/+119