Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added refcount information for PyObject_GetIter(). | Fred Drake | 2002-10-04 | 1 | -0/+3 |
| | |||||
* | Add refcount info for PyErr_SetFromWindowsErr() and | Fred Drake | 2002-07-02 | 1 | -0/+7 |
| | | | | PyErr_SetFromWindowsErrWithFilename(). | ||||
* | Corrected return type and value information for PyUnicode_Count() and | Fred Drake | 2002-06-20 | 1 | -2/+2 |
| | | | | | PyUnicode_Find(). This closes SF bug #566631. | ||||
* | Clean up descriptions of PyObject_RichCompare() and PyObject_RichCompareBool() | Fred Drake | 2002-06-14 | 1 | -0/+10 |
| | | | | | based on comments from David Abrahams. Added refcount information for these functions. | ||||
* | Add refcount information for PySequence_ITEM(). | Fred Drake | 2002-05-23 | 1 | -0/+4 |
| | |||||
* | Correct the refcount information for the PyWeakref_GetObject() function. | Fred Drake | 2002-02-20 | 1 | -1/+1 |
| | | | | This closes SF bug #520087. | ||||
* | Update the signature of PyFile_WriteString(). | Fred Drake | 2001-11-29 | 1 | -1/+1 |
| | |||||
* | Add documentation for the PyCell* APIs. | Fred Drake | 2001-11-26 | 1 | -0/+17 |
| | |||||
* | More refcount information. | Fred Drake | 2001-10-29 | 1 | -0/+40 |
| | |||||
* | PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs() | Fred Drake | 2001-10-28 | 1 | -7/+7 |
| | | | | PyObject_CallMethodObArgs() ---> PyObject_CallMethodObjArgs() | ||||
* | Added refcount data for PyObject_CallFunctionObArgs() and | Fred Drake | 2001-10-26 | 1 | -0/+9 |
| | | | | PyObject_CallMethodObArgs(). | ||||
* | Add more reference count information. | Fred Drake | 2001-09-24 | 1 | -0/+28 |
| | |||||
* | Added API information for the PyCallIter_*() and PySeqIter_*() functions. | Fred Drake | 2001-09-23 | 1 | -0/+7 |
| | | | | Added signatures for some new PyType_*() functions. | ||||
* | Document all the Py*_CheckExact() functions. | Fred Drake | 2001-09-20 | 1 | -0/+14 |
| | | | | Document many more of the PyLong_{As,From}*() functions. | ||||
* | Fix parameter for PyInt_Check(). | Fred Drake | 2001-09-06 | 1 | -1/+31 |
| | | | | Add refcount information for other recently documented APIs. | ||||
* | Refcount info for PyString_FromFormat() and PyString_FromFormatV(). | Barry Warsaw | 2001-08-28 | 1 | -0/+8 |
| | | | | Closes SF patch #455666. | ||||
* | Reference counting information for PyNumber_*FloorDivide() and | Fred Drake | 2001-08-08 | 1 | -0/+16 |
| | | | | PyNumber_*TrueDivide(). | ||||
* | Added information on Py_BuildValue(). | Fred Drake | 2001-07-20 | 1 | -0/+3 |
| | |||||
* | Corrected the refcount information for PyList_SET_ITEM(). | Fred Drake | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | More reference count information. | Fred Drake | 2001-07-06 | 1 | -1/+9 |
| | |||||
* | Removed information on the old third parameter to _PyTuple_Resize(). | Fred Drake | 2001-05-29 | 1 | -1/+20 |
| | | | | | | Added information on PyIter_Check(), PyIter_Next(), PyObject_Unicode(), PyString_AsDecodedObject(), PyString_AsEncodedObject(), and PyThreadState_GetDict(). | ||||
* | Document the PyInstance_*() functions and data. | Fred Drake | 2001-01-28 | 1 | -0/+9 |
| | |||||
* | The Python/C API deals in PyObject*, not PyDictObject*. | Fred Drake | 2001-01-08 | 1 | -12/+12 |
| | |||||
* | Oops. The value "0 or +1" for the category argument of PyErr_Warn() | Guido van Rossum | 2000-12-19 | 1 | -1/+1 |
| | | | | | | doesn't work. Make it 0. (Although it really *should* be 0 or +1 -- the refcount is incremented when it is raised as an exception, but not otherwise.) | ||||
* | Document Pyerr_Warn(). | Guido van Rossum | 2000-12-19 | 1 | -0/+11 |
| | | | | | Add an XXX comment at the beginning expressing disappointment over the confusing way refcount behavior of arguments is documented. | ||||
* | Added documentation for the Py_InitModule*() family of functions. | Fred Drake | 2000-11-28 | 1 | -0/+16 |
| | |||||
* | Added refcount information for the *_InPlace*() API series. | Fred Drake | 2000-09-22 | 1 | -0/+53 |
| | | | | This closes SourceForge bug #114287. | ||||
* | This patch adds a new Python C API called PyString_AsStringAndSize() | Marc-André Lemburg | 2000-09-19 | 1 | -0/+5 |
| | | | | | | | | | | | | | which implements the automatic conversion from Unicode to a string object using the default encoding. The new API is then put to use to have eval() and exec accept Unicode objects as code parameter. This closes bugs #110924 and #113890. As side-effect, the traditional C APIs PyString_Size() and PyString_AsString() will also accept Unicode objects as parameters. | ||||
* | Vladimir Marangozov <Vladimir.Marangozov@inrialpes.fr>: | Fred Drake | 2000-09-12 | 1 | -1/+10 |
| | | | | | | | Here are some changes to the C API docs. The memory examples & API have been updated because one malloc family is gone (Py_Malloc). You'll see other small additions to the "building new types" section for completeness and some cleanup at the end of the memory section. | ||||
* | Added documentation for PySequence_Fast() and PySequence_Fast_GET_ITEM(). | Fred Drake | 2000-09-12 | 1 | -0/+8 |
| | |||||
* | Correct the reference count information for the parameters of | Fred Drake | 2000-08-15 | 1 | -3/+3 |
| | | | | PyErr_Restore(). | ||||
* | Added information for PyEval_EvalCode(). | Fred Drake | 2000-08-12 | 1 | -2/+7 |
| | | | | Fixed a couple of typos (new references are represented by "+1", not "1"). | ||||
* | Document PyObject_AsFileDescriptor | Andrew M. Kuchling | 2000-07-13 | 1 | -0/+3 |
| | |||||
* | Added new APIs and fixed some other Unicode ones (missing * or | Marc-André Lemburg | 2000-07-07 | 1 | -56/+78 |
| | | | | extra ' '). | ||||
* | Updates from Marc-Andre Lemburg <mal@leburg.com> for the Unicode support. | Fred Drake | 2000-06-16 | 1 | -0/+271 |
| | |||||
* | Added reference count information for PySequence_List(). | Fred Drake | 2000-06-16 | 1 | -0/+3 |
| | |||||
* | Added reference count information for Py_FindMethod(). | Fred Drake | 2000-04-10 | 1 | -0/+5 |
| | |||||
* | document PyErr_Format | Jeremy Hylton | 2000-04-10 | 1 | -0/+5 |
| | |||||
* | Add to the comment a description of the "null" value for returned | Fred Drake | 2000-04-10 | 1 | -1/+4 |
| | | | | PyObject* values. | ||||
* | The reference count field for PyErr_NoMemory() and | Fred Drake | 2000-04-10 | 1 | -2/+2 |
| | | | | PyErr_SetFromErrno() should be "null". | ||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -3/+24 |
| | |||||
* | Add PyDict_Copy() function to C API for dicts. It returns a new | Jeremy Hylton | 2000-03-30 | 1 | -1/+4 |
| | | | | dictionary that contains the same key/value pairs as p. | ||||
* | Added note that Skip created the initial version of this file. | Fred Drake | 1999-10-20 | 1 | -17/+14 |
| | | | | Fixed up a few of his ??? comments. | ||||
* | Initial version as provided by Skip Montanaro <skip@mojam.com>. | Fred Drake | 1999-10-20 | 1 | -0/+906 |