Fred Drake
|
34c391d743
|
Correct the reference count information for the parameters of
PyErr_Restore().
|
2000-08-15 04:36:16 +00:00 |
Fred Drake
|
4ca744c70e
|
Added information for PyEval_EvalCode().
Fixed a couple of typos (new references are represented by "+1", not "1").
|
2000-08-12 03:39:47 +00:00 |
Andrew M. Kuchling
|
8c46b30e0a
|
Document PyObject_AsFileDescriptor
|
2000-07-13 23:58:16 +00:00 |
Marc-André Lemburg
|
4707320566
|
Added new APIs and fixed some other Unicode ones (missing * or
extra ' ').
|
2000-07-07 15:48:54 +00:00 |
Fred Drake
|
992fe5a83e
|
Updates from Marc-Andre Lemburg <mal@leburg.com> for the Unicode support.
|
2000-06-16 21:04:15 +00:00 |
Fred Drake
|
1c2d06acaf
|
Added reference count information for PySequence_List().
|
2000-06-16 20:00:04 +00:00 |
Fred Drake
|
8520cc2328
|
Added reference count information for Py_FindMethod().
|
2000-04-10 19:38:24 +00:00 |
Jeremy Hylton
|
98605b54b4
|
document PyErr_Format
|
2000-04-10 18:40:57 +00:00 |
Fred Drake
|
8394595f3b
|
Add to the comment a description of the "null" value for returned
PyObject* values.
|
2000-04-10 18:29:21 +00:00 |
Fred Drake
|
db2764d941
|
The reference count field for PyErr_NoMemory() and
PyErr_SetFromErrno() should be "null".
|
2000-04-10 18:25:09 +00:00 |
Fred Drake
|
eb725cd045
|
Merged changes from the 1.5.2p2 release.
|
2000-04-03 15:06:40 +00:00 |
Jeremy Hylton
|
a12c7a7620
|
Add PyDict_Copy() function to C API for dicts. It returns a new
dictionary that contains the same key/value pairs as p.
|
2000-03-30 22:27:31 +00:00 |
Fred Drake
|
805bf1b330
|
Added note that Skip created the initial version of this file.
Fixed up a few of his ??? comments.
|
1999-10-20 16:03:38 +00:00 |
Fred Drake
|
7b7dc6b49d
|
Initial version as provided by Skip Montanaro <skip@mojam.com>.
|
1999-10-20 15:06:24 +00:00 |