COMMITS
/ Doc/api/refcounts.dat September 24, 2001
F
Add more reference count information.
Fred Drake committed
September 23, 2001
F
Added API information for the PyCallIter_*() and PySeqIter_*() functions.
Fred Drake committed
September 20, 2001
F
Document all the Py*_CheckExact() functions.
Fred Drake committed
September 6, 2001
F
Fix parameter for PyInt_Check().
Fred Drake committed
August 28, 2001
B
Refcount info for PyString_FromFormat() and PyString_FromFormatV().
Barry Warsaw committed
August 8, 2001
F
Reference counting information for PyNumber_*FloorDivide() and
Fred Drake committed
July 20, 2001
F
Added information on Py_BuildValue().
Fred Drake committed
July 10, 2001
F
Corrected the refcount information for PyList_SET_ITEM().
Fred Drake committed
July 6, 2001
F
More reference count information.
Fred Drake committed
May 29, 2001
F
Removed information on the old third parameter to _PyTuple_Resize().
Fred Drake committed
January 28, 2001
F
Document the PyInstance_*() functions and data.
Fred Drake committed
January 8, 2001
F
The Python/C API deals in PyObject*, not PyDictObject*.
Fred Drake committed
December 19, 2000
G
Oops. The value "0 or +1" for the category argument of PyErr_Warn()
Guido van Rossum committed
G
Document Pyerr_Warn().
Guido van Rossum committed
November 28, 2000
F
Added documentation for the Py_InitModule*() family of functions.
Fred Drake committed
September 22, 2000
F
Added refcount information for the *_InPlace*() API series.
Fred Drake committed
September 19, 2000
M
This patch adds a new Python C API called PyString_AsStringAndSize()
Marc-André Lemburg committed
September 12, 2000
F
Vladimir Marangozov <Vladimir.Marangozov@inrialpes.fr>:
Fred Drake committed
F
Added documentation for PySequence_Fast() and PySequence_Fast_GET_ITEM().
Fred Drake committed
August 15, 2000
F
Correct the reference count information for the parameters of
Fred Drake committed
August 12, 2000
F
Added information for PyEval_EvalCode().
Fred Drake committed
July 13, 2000
A
Document PyObject_AsFileDescriptor
Andrew M. Kuchling committed
July 7, 2000
M
Added new APIs and fixed some other Unicode ones (missing * or
Marc-André Lemburg committed
June 16, 2000
F
Updates from Marc-Andre Lemburg <mal@leburg.com> for the Unicode support.
Fred Drake committed
F
Added reference count information for PySequence_List().
Fred Drake committed
April 10, 2000
F
Added reference count information for Py_FindMethod().
Fred Drake committed
J
document PyErr_Format
Jeremy Hylton committed
F
Add to the comment a description of the "null" value for returned
Fred Drake committed
F
The reference count field for PyErr_NoMemory() and
Fred Drake committed
April 3, 2000
F
Merged changes from the 1.5.2p2 release.
Fred Drake committed
March 30, 2000
J
Add PyDict_Copy() function to C API for dicts. It returns a new
Jeremy Hylton committed
October 20, 1999
F
Added note that Skip created the initial version of this file.
Fred Drake committed
F
Initial version as provided by Skip Montanaro <skip@mojam.com>.
Fred Drake committed