Kaydet (Commit) f62e5bf3 authored tarafından Guido van Rossum's avatar Guido van Rossum

Update based on Python 1.4b3.

üst 694f7010
...@@ -22,16 +22,7 @@ ...@@ -22,16 +22,7 @@
* are defined in the statically-bound modules and libraries. * are defined in the statically-bound modules and libraries.
* ========================================================= * =========================================================
* *
PyAccess_AsValue PyAST_Type
PyAccess_Clone
PyAccess_FromValue
PyAccess_HasValue
PyAccess_SetOwner
PyAccess_SetValue
PyAccess_Type
PyAnyMapping_Type
PyAnyNumber_Type
PyAnySequence_Type
PyArg_GetChar PyArg_GetChar
PyArg_GetDoubleArray PyArg_GetDoubleArray
PyArg_GetFloat PyArg_GetFloat
...@@ -46,6 +37,7 @@ PyArg_GetShortArraySize ...@@ -46,6 +37,7 @@ PyArg_GetShortArraySize
PyArg_GetString PyArg_GetString
PyArg_Parse PyArg_Parse
PyArg_ParseTuple PyArg_ParseTuple
PyArg_ParseTupleAndKeywords
PyArgs_VaParse PyArgs_VaParse
PyBuiltin_GetDict PyBuiltin_GetDict
PyBuiltin_GetModule PyBuiltin_GetModule
...@@ -207,6 +199,7 @@ PyMarshal_ReadObjectFromFile ...@@ -207,6 +199,7 @@ PyMarshal_ReadObjectFromFile
PyMarshal_ReadObjectFromString PyMarshal_ReadObjectFromString
PyMarshal_WriteLongToFile PyMarshal_WriteLongToFile
PyMarshal_WriteObjectToFile PyMarshal_WriteObjectToFile
PyMarshal_WriteObjectToString
PyMember_Get PyMember_Get
PyMember_Set PyMember_Set
PyMethod_Class PyMethod_Class
...@@ -255,6 +248,7 @@ PyObject_CallMethod ...@@ -255,6 +248,7 @@ PyObject_CallMethod
PyObject_CallObject PyObject_CallObject
PyObject_Cmp PyObject_Cmp
PyObject_Compare PyObject_Compare
PyObject_DelItem
PyObject_GetAttr PyObject_GetAttr
PyObject_GetAttrString PyObject_GetAttrString
PyObject_GetItem PyObject_GetItem
...@@ -288,6 +282,8 @@ PyRun_String ...@@ -288,6 +282,8 @@ PyRun_String
PySequence_Check PySequence_Check
PySequence_Concat PySequence_Concat
PySequence_Count PySequence_Count
PySequence_DelItem
PySequence_DelSlice
PySequence_GetItem PySequence_GetItem
PySequence_GetSlice PySequence_GetSlice
PySequence_In PySequence_In
...@@ -424,6 +420,7 @@ initimp ...@@ -424,6 +420,7 @@ initimp
initmath initmath
initmd5 initmd5
initoperator initoperator
initparser
initposix initposix
initpwd initpwd
initregex initregex
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment