summaryrefslogtreecommitdiffstats
path: root/Doc/api/refcounts.dat
Commit message (Expand)AuthorAgeFilesLines
* Added documentation for the Py_InitModule*() family of functions.Fred Drake2000-11-281-0/+16
* Added refcount information for the *_InPlace*() API series.Fred Drake2000-09-221-0/+53
* This patch adds a new Python C API called PyString_AsStringAndSize()Marc-André Lemburg2000-09-191-0/+5
* Vladimir Marangozov <Vladimir.Marangozov@inrialpes.fr>:Fred Drake2000-09-121-1/+10
* Added documentation for PySequence_Fast() and PySequence_Fast_GET_ITEM().Fred Drake2000-09-121-0/+8
* Correct the reference count information for the parameters ofFred Drake2000-08-151-3/+3
* Added information for PyEval_EvalCode().Fred Drake2000-08-121-2/+7
* Document PyObject_AsFileDescriptorAndrew M. Kuchling2000-07-131-0/+3
* Added new APIs and fixed some other Unicode ones (missing * orMarc-André Lemburg2000-07-071-56/+78
* Updates from Marc-Andre Lemburg <mal@leburg.com> for the Unicode support.Fred Drake2000-06-161-0/+271
* Added reference count information for PySequence_List().Fred Drake2000-06-161-0/+3
* Added reference count information for Py_FindMethod().Fred Drake2000-04-101-0/+5
* document PyErr_FormatJeremy Hylton2000-04-101-0/+5
* Add to the comment a description of the "null" value for returnedFred Drake2000-04-101-1/+4
* The reference count field for PyErr_NoMemory() andFred Drake2000-04-101-2/+2
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-3/+24
* Add PyDict_Copy() function to C API for dicts. It returns a newJeremy Hylton2000-03-301-1/+4
* Added note that Skip created the initial version of this file.Fred Drake1999-10-201-17/+14
* Initial version as provided by Skip Montanaro <skip@mojam.com>.Fred Drake1999-10-201-0/+906