Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, | Mark Dickinson | 2009-11-15 | 1 | -0/+16 |
| | | | | PyFormat_FromStringV and PyErr_Format. | ||||
* | Issue #4129: more int -> Py_ssize_t documentation. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -0/+16 |
| | |||||
* | Issue #4129: Belatedly document which C API functions had their argument(s) or | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -0/+11 |
| | | | | | return type changed from int or int * to Py_ssize_t or Py_ssize_t * as this might cause problems on 64-bit platforms. | ||||
* | note functions that are not aliased to PyBytes_ #5280 | Benjamin Peterson | 2009-02-16 | 1 | -2/+28 |
| | |||||
* | fix a minor typo | Benjamin Peterson | 2008-05-26 | 1 | -1/+1 |
| | |||||
* | note that PyString and has been aliased to PyBytes | Benjamin Peterson | 2008-05-26 | 1 | -2/+6 |
| | |||||
* | Split the monstrous C API manual files in smaller parts. | Georg Brandl | 2008-01-19 | 1 | -0/+260 |