summaryrefslogtreecommitdiffstats
path: root/Doc/api
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-05-29 15:34:06 (GMT)
committerFred Drake <fdrake@acm.org>2001-05-29 15:34:06 (GMT)
commitb2625eb10e181c01bd3708f72b6b2728adb1b9b7 (patch)
tree80b295da88d7c61cc79cfdcd6be04dbe44deae2b /Doc/api
parent404ac9720705e5245e0737f4e35d4acd9142da67 (diff)
downloadcpython-b2625eb10e181c01bd3708f72b6b2728adb1b9b7.zip
cpython-b2625eb10e181c01bd3708f72b6b2728adb1b9b7.tar.gz
cpython-b2625eb10e181c01bd3708f72b6b2728adb1b9b7.tar.bz2
Removed information on the old third parameter to _PyTuple_Resize().
Added information on PyIter_Check(), PyIter_Next(), PyObject_Unicode(), PyString_AsDecodedObject(), PyString_AsEncodedObject(), and PyThreadState_GetDict().
Diffstat (limited to 'Doc/api')
-rw-r--r--Doc/api/refcounts.dat21
1 files changed, 20 insertions, 1 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat
index 2a3cc00..d7dec67 100644
--- a/Doc/api/refcounts.dat
+++ b/Doc/api/refcounts.dat
@@ -363,6 +363,11 @@ PyInterpreterState_Delete:PyInterpreterState*:interp::
PyInterpreterState_New:PyInterpreterState*:::
+PyIter_Check:int:o:0:
+
+PyIter_Next:PyObject*::+1:
+PyIter_Next:PyObject*:o:0:
+
PyList_Append:int:::
PyList_Append:PyObject*:list:0:
PyList_Append:PyObject*:item:+1:
@@ -728,6 +733,9 @@ PyObject_Str:PyObject*:o:0:
PyObject_Type:PyObject*::+1:
PyObject_Type:PyObject*:o:0:
+PyObject_Unicode:PyObject*::+1:
+PyObject_Unicode:PyObject*:o:0:
+
PyParser_SimpleParseFile:struct _node*:::
PyParser_SimpleParseFile:FILE*:fp::
PyParser_SimpleParseFile:char*:filename::
@@ -846,6 +854,16 @@ PySequence_Tuple:PyObject*:o:0:
PyString_AS_STRING:char*:::
PyString_AS_STRING:PyObject*:string:0:
+PyString_AsDecodedObject:PyObject*::+1:
+PyString_AsDecodedObject:PyObject*:str:0:
+PyString_AsDecodedObject:const char*:encoding::
+PyString_AsDecodedObject:const char*:errors::
+
+PyString_AsEncodedObject:PyObject*::+1:
+PyString_AsEncodedObject:PyObject*:str:0:
+PyString_AsEncodedObject:const char*:encoding::
+PyString_AsEncodedObject:const char*:errors::
+
PyString_AsString:char*:::
PyString_AsString:PyObject*:string:0:
@@ -917,6 +935,8 @@ PyThreadState_Delete:PyThreadState*:tstate::
PyThreadState_Get:PyThreadState*:::
+PyThreadState_GetDict:PyObject*::0:
+
PyThreadState_New:PyThreadState*:::
PyThreadState_New:PyInterpreterState*:interp::
@@ -1329,7 +1349,6 @@ _PyString_Resize:int:newsize::
_PyTuple_Resize:int:::
_PyTuple_Resize:PyTupleObject**:p:+1:
_PyTuple_Resize:int:new::
-_PyTuple_Resize:int:last_is_sticky::
_Py_c_diff:Py_complex:::
_Py_c_diff:Py_complex:left::