Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix arg types of et#. | Georg Brandl | 2009-07-24 | 1 | -1/+1 |
| | |||||
* | Reference to an int type, whereas it's a Py_ssize_t as the synopsis states. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -3/+3 |
| | |||||
* | Issue #4129: Belatedly document which C API functions had their argument(s) or | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -0/+4 |
| | | | | | return type changed from int or int * to Py_ssize_t or Py_ssize_t * as this might cause problems on 64-bit platforms. | ||||
* | Reformat file prior to editing. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -239/+252 |
| | |||||
* | #4811: fix markup glitches (mostly remains of the conversion), | Georg Brandl | 2009-01-02 | 1 | -6/+7 |
| | | | | found by Gabriel Genellina. | ||||
* | Document Py_VaBuildValue. | Alexandre Vassalotti | 2008-12-28 | 1 | -0/+5 |
| | |||||
* | #4682: 'b' is actually unsigned char. | Georg Brandl | 2008-12-27 | 1 | -2/+3 |
| | |||||
* | less attitude | Benjamin Peterson | 2008-12-22 | 1 | -2/+2 |
| | |||||
* | w# requires Py_ssize_t | Christian Heimes | 2008-11-30 | 1 | -1/+1 |
| | |||||
* | Document PY_SSIZE_T_CLEAN for PyArg_ParseTuple. | Gregory P. Smith | 2008-11-24 | 1 | -1/+6 |
| | |||||
* | fix markup | Benjamin Peterson | 2008-08-16 | 1 | -0/+1 |
| | |||||
* | Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, | Martin v. Löwis | 2008-08-12 | 1 | -0/+16 |
| | | | | | | | by denying s# to parse objects that have a releasebuffer procedure, and introducing s*. More module might need to get converted to use s*. | ||||
* | #2230: document that PyArg_* leaves addresses alone on error. | Georg Brandl | 2008-03-04 | 1 | -4/+8 |
| | |||||
* | Missed one big file to split up. | Georg Brandl | 2008-01-19 | 1 | -0/+509 |