summaryrefslogtreecommitdiffstats
path: root/Doc/api/utilities.tex
Commit message (Expand)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-1023/+0
* Patch #1684834: document some utility C API functions.Georg Brandl2007-03-211-0/+91
* markup glitch (spotted by George Yoshida)Fredrik Lundh2006-03-011-1/+1
* Document new Py_ssize_t API.Martin v. Löwis2006-03-011-0/+8
* Make documentation match the implementation.Martin v. Löwis2006-03-011-12/+12
* bug #1281408: make Py_BuildValue work with unsigned longs and long longsGeorg Brandl2005-11-241-2/+24
* fix typoGeorg Brandl2005-09-151-1/+1
* bug [ 1061920 ] "k" specifier in PyArg_ParseTuple incomplete documentatedGeorg Brandl2005-07-171-2/+2
* Update references specifying "Macintosh" to mean OS X semantics and not Mac OSBrett Cannon2005-02-131-1/+1
* Spelling fixAndrew M. Kuchling2004-08-101-1/+1
* Typo repair.Tim Peters2004-08-021-1/+1
* Completed a sentence I left dangling.Tim Peters2004-08-021-1/+2
* PyImport_ImportModule, PyImport_ImportModuleEx, PyImport_ExecCodeModule:Tim Peters2004-08-021-10/+28
* Add PyArg_VaParseTupleAndKeywords(). Document this function andBrett Cannon2004-07-101-1/+14
* Change signatures for arguments to "s" and friends to be the proper ``constBrett Cannon2004-07-011-6/+6
* Patch #923098: Share interned strings in marshal.Martin v. Löwis2004-06-271-3/+14
* Drop claims that Unicode always means UCS-2. Fixes #881861.Martin v. Löwis2004-06-031-6/+6
* Removed 'U' from the documentation for Py_BuildValue to bring it in lineNicholas Bastin2004-05-041-3/+0
* SF 810242. Fix doubled word errors.Raymond Hettinger2003-09-221-1/+1
* Document the new format codes B, H, I, k, K.Thomas Heller2003-04-231-0/+22
* Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.Martin v. Löwis2003-03-291-1/+1
* Fix SF bug #697256, PyMarshal_WriteShortToFile() documented, but not implementedNeal Norwitz2003-03-061-6/+0
* Clarify that PyImport_AddModule() and PyImport_ExecCodeModule() don'tFred Drake2002-11-131-3/+7
* The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: addedTim Peters2002-07-091-1/+1
* Fix documentation for PyMarshal_WriteObjectToFile() andFred Drake2002-06-171-5/+5
* Move reference material on PyArg_Parse*() out of the Extending & EmbeddingFred Drake2002-04-051-9/+404
* Documentation for the new PyArg_UnpackTuple() function.Fred Drake2001-10-231-0/+47
* Added documentation for the functions listed in marshal.h.Fred Drake2001-10-141-0/+80
* Break the Python/C API manual into smaller files by chapter. This manualFred Drake2001-10-121-0/+320