| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | #12072: add missing parenthesis in the doc. Patch by Sandro Tosi. | Ezio Melotti | 2011-05-20 | 1 | -1/+1 |
| | | |||||
| * | Remove documentation to non-existent function PyObject_CopyToObject (fixes ↵ | Antoine Pitrou | 2011-03-13 | 1 | -14/+0 |
| | | | | | #11478) | ||||
| * | Merged revisions 85066 via svnmerge from | Antoine Pitrou | 2010-09-28 | 1 | -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 Brandl | 2009-12-28 | 1 | -1/+1 |
| | | |||||
| * | #6821: fix signature of PyBuffer_Release(). | Georg Brandl | 2009-09-02 | 1 | -2/+2 |
| | | |||||
| * | #6658: fix two typos. | Georg Brandl | 2009-08-06 | 1 | -2/+2 |
| | | |||||
| * | builtin -> built-in. | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
| | | |||||
| * | fix signature | Benjamin Peterson | 2009-05-31 | 1 | -1/+1 |
| | | |||||
| * | Since I edited this file, reformat for future edits. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -68/+72 |
| | | |||||
| * | Issue #4129: Belatedly document which C API functions had their argument(s) or | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -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 Brandl | 2009-04-08 | 1 | -1/+1 |
| | | |||||
| * | Issue #2396: backport the memoryview object. | Antoine Pitrou | 2009-04-02 | 1 | -3/+291 |
| | | |||||
| * | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
| | | |||||
| * | Split the monstrous C API manual files in smaller parts. | Georg Brandl | 2008-01-19 | 1 | -0/+119 |
