summaryrefslogtreecommitdiffstats
path: root/Doc/api/refcounts.dat
Commit message (Expand)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-1751/+0
* Remove the deprecated and useless "pend" argument fromGeorg Brandl2007-03-181-1/+0
* Get rid of more coerce cruft (really check in this time :-)Neal Norwitz2006-08-291-4/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+5
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+123
* Bug #1013800: document PyFunction_* functionsGeorg Brandl2006-02-201-10/+37
* SF#1383115Fredrik Lundh2005-12-181-0/+5
* Fix PySet_Pop() notes.Raymond Hettinger2005-08-211-2/+1
* Add info about the set API.Raymond Hettinger2005-08-201-0/+19
* Added refcount information for PyObject_GetIter().Fred Drake2002-10-041-0/+3
* Add refcount info for PyErr_SetFromWindowsErr() andFred Drake2002-07-021-0/+7
* Corrected return type and value information for PyUnicode_Count() andFred Drake2002-06-201-2/+2
* Clean up descriptions of PyObject_RichCompare() and PyObject_RichCompareBool()Fred Drake2002-06-141-0/+10
* Add refcount information for PySequence_ITEM().Fred Drake2002-05-231-0/+4
* Correct the refcount information for the PyWeakref_GetObject() function.Fred Drake2002-02-201-1/+1
* Update the signature of PyFile_WriteString().Fred Drake2001-11-291-1/+1
* Add documentation for the PyCell* APIs.Fred Drake2001-11-261-0/+17
* More refcount information.Fred Drake2001-10-291-0/+40
* PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs()Fred Drake2001-10-281-7/+7
* Added refcount data for PyObject_CallFunctionObArgs() andFred Drake2001-10-261-0/+9
* Add more reference count information.Fred Drake2001-09-241-0/+28
* Added API information for the PyCallIter_*() and PySeqIter_*() functions.Fred Drake2001-09-231-0/+7
* Document all the Py*_CheckExact() functions.Fred Drake2001-09-201-0/+14
* Fix parameter for PyInt_Check().Fred Drake2001-09-061-1/+31
* Refcount info for PyString_FromFormat() and PyString_FromFormatV().Barry Warsaw2001-08-281-0/+8
* Reference counting information for PyNumber_*FloorDivide() andFred Drake2001-08-081-0/+16
* Added information on Py_BuildValue().Fred Drake2001-07-201-0/+3
* Corrected the refcount information for PyList_SET_ITEM().Fred Drake2001-07-101-1/+1
* More reference count information.Fred Drake2001-07-061-1/+9
* Removed information on the old third parameter to _PyTuple_Resize().Fred Drake2001-05-291-1/+20
* Document the PyInstance_*() functions and data.Fred Drake2001-01-281-0/+9
* The Python/C API deals in PyObject*, not PyDictObject*.Fred Drake2001-01-081-12/+12
* Oops. The value "0 or +1" for the category argument of PyErr_Warn()Guido van Rossum2000-12-191-1/+1
* Document Pyerr_Warn().Guido van Rossum2000-12-191-0/+11
* 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