Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |