]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added iterobject.c to the project. And trying my first checkin at the same time.
authorJack Jansen <jack.jansen@cwi.nl>
Sat, 12 May 2001 21:09:45 +0000 (21:09 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sat, 12 May 2001 21:09:45 +0000 (21:09 +0000)
Mac/Build/PythonCore.exp
Mac/Build/PythonCore.mcp
Mac/Build/PythonCoreCarbon.exp
Mac/Build/PythonStandSmall.mcp
Mac/Build/PythonStandalone.mcp

index 75329f5d6a6f8006e80be6af3d1221f7891e4941..3715c88c4d25566a541521034b116913b305edf0 100644 (file)
@@ -217,6 +217,8 @@ PyNode_CompileSymtable
 PyNode_CompileFlags
 PyNode_Compile
 PyCode_New
+PyIter_Next
+PyObject_GetIter
 PyObject_IsSubclass
 PyObject_IsInstance
 PyObject_CallMethod
@@ -232,6 +234,7 @@ PyMapping_Check
 PySequence_Index
 PySequence_In
 PySequence_Contains
+_PySequence_IterContains
 PySequence_Count
 PySequence_Fast
 PySequence_List
@@ -321,6 +324,7 @@ _Py_c_neg
 _Py_c_diff
 _Py_c_sum
 PyDict_Type
+PyDictIter_Type
 PyDict_DelItemString
 PyDict_SetItemString
 PyDict_GetItemString
@@ -348,6 +352,7 @@ PyFile_Name
 PyFile_AsFile
 PyFloat_Type
 PyFloat_Fini
+PyFloat_AsReprString
 PyFloat_AsString
 PyFloat_AsStringEx
 PyFloat_AsDouble
@@ -594,6 +599,7 @@ PyMac_GetOSType
 PyMac_PromptGetFile
 PyMac_GetDirectory
 SIOUXDoAboutBox
+PyMac_RaiseConsoleWindow
 PyMac_RestoreMenuBar
 PyMac_InitMenuBar
 PyMac_SetSchedParams
@@ -823,6 +829,7 @@ PyThread_get_thread_ident
 PyThread_start_new_thread
 PyThread_init_thread
 PyExc_Exception
+PyExc_StopIteration
 PyExc_StandardError
 PyExc_ArithmeticError
 PyExc_LookupError
@@ -888,6 +895,10 @@ PyCell_New
 PySymtableEntry_Type
 PySymtableEntry_New
 PyNode_Future
+PySeqIter_Type
+PyCallIter_Type
+PyCallIter_New
+PySeqIter_New
 GUSISetupConsoleStdio
 GUSIStdioFlush
 GUSIStdioClose
index 5103cb9adab2d4ce7abada44921633598578d86a..e2c18d7d14f12799080abdfd657929283e70ae63 100644 (file)
Binary files a/Mac/Build/PythonCore.mcp and b/Mac/Build/PythonCore.mcp differ
index 33ee4b4851c6a0bb8b777a72914cfa213e9b9db0..c9c1f5b726ccc769a99d5850bb945938de78dd12 100644 (file)
@@ -217,6 +217,8 @@ PyNode_CompileSymtable
 PyNode_CompileFlags
 PyNode_Compile
 PyCode_New
+PyIter_Next
+PyObject_GetIter
 PyObject_IsSubclass
 PyObject_IsInstance
 PyObject_CallMethod
@@ -232,6 +234,7 @@ PyMapping_Check
 PySequence_Index
 PySequence_In
 PySequence_Contains
+_PySequence_IterContains
 PySequence_Count
 PySequence_Fast
 PySequence_List
@@ -321,6 +324,7 @@ _Py_c_neg
 _Py_c_diff
 _Py_c_sum
 PyDict_Type
+PyDictIter_Type
 PyDict_DelItemString
 PyDict_SetItemString
 PyDict_GetItemString
@@ -348,6 +352,7 @@ PyFile_Name
 PyFile_AsFile
 PyFloat_Type
 PyFloat_Fini
+PyFloat_AsReprString
 PyFloat_AsString
 PyFloat_AsStringEx
 PyFloat_AsDouble
@@ -592,6 +597,7 @@ PyMac_BuildNumVersion
 PyMac_BuildOSType
 PyMac_GetOSType
 SIOUXDoAboutBox
+PyMac_RaiseConsoleWindow
 PyMac_RestoreMenuBar
 PyMac_InitMenuBar
 PyMac_SetSchedParams
@@ -816,6 +822,7 @@ PyThread_get_thread_ident
 PyThread_start_new_thread
 PyThread_init_thread
 PyExc_Exception
+PyExc_StopIteration
 PyExc_StandardError
 PyExc_ArithmeticError
 PyExc_LookupError
@@ -881,6 +888,10 @@ PyCell_New
 PySymtableEntry_Type
 PySymtableEntry_New
 PyNode_Future
+PySeqIter_Type
+PyCallIter_Type
+PyCallIter_New
+PySeqIter_New
 GUSISetupConsoleStdio
 GUSIStdioFlush
 GUSIStdioClose
index 590332ca89c0475de3f46d9e787d4c5740007a4b..dd73e7a81b81d28b9ccfc8fa1dea2df5792afa03 100644 (file)
Binary files a/Mac/Build/PythonStandSmall.mcp and b/Mac/Build/PythonStandSmall.mcp differ
index 4b556721caf92f465008bcc9ebf3864d2e1d1475..040ccaa3dc27dd19801f83c0b78bb47b1427fae1 100644 (file)
Binary files a/Mac/Build/PythonStandalone.mcp and b/Mac/Build/PythonStandalone.mcp differ