Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. | Martin v. Löwis | 2003-03-29 | 1 | -1/+1 |
* | Fix SF bug #697256, PyMarshal_WriteShortToFile() documented, but not implemented | Neal Norwitz | 2003-03-06 | 1 | -6/+0 |
* | Clarify that PyImport_AddModule() and PyImport_ExecCodeModule() don't | Fred Drake | 2002-11-13 | 1 | -3/+7 |
* | The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added | Tim Peters | 2002-07-09 | 1 | -1/+1 |
* | Fix documentation for PyMarshal_WriteObjectToFile() and | Fred Drake | 2002-06-17 | 1 | -5/+5 |
* | Move reference material on PyArg_Parse*() out of the Extending & Embedding | Fred Drake | 2002-04-05 | 1 | -9/+404 |
* | Documentation for the new PyArg_UnpackTuple() function. | Fred Drake | 2001-10-23 | 1 | -0/+47 |
* | Added documentation for the functions listed in marshal.h. | Fred Drake | 2001-10-14 | 1 | -0/+80 |
* | Break the Python/C API manual into smaller files by chapter. This manual | Fred Drake | 2001-10-12 | 1 | -0/+320 |