summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/buffer.rst
Commit message (Collapse)AuthorAgeFilesLines
* #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