summaryrefslogtreecommitdiffstats
path: root/Doc/api/memory.tex
Commit message (Collapse)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-204/+0
|
* Bugs #1668032, #1668036, #1669304: clarify behavior of PyMem_Realloc and ↵Georg Brandl2007-03-021-2/+5
| | | | _Resize.
* Patch #702933: Undocument PyObject_NEW, PyObject_NEW_VAR,Martin v. Löwis2006-04-141-3/+1
| | | | and PyObject_DEL.
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-011-1/+1
|
* Minor clarification about what's actually promised for PyMem_Malloc(0).Tim Peters2002-04-061-6/+8
| | | | | I probably didn't do a correct thing for the LaTeX spelling of the integer 1.
* Break the Python/C API manual into smaller files by chapter. This manualFred Drake2001-10-121-0/+201
has grown beyond what font-lock will work with using the default (X)Emacs settings. Indentation of the description has been made consistent, and a number of smaller markup adjustments have been made as well.