From 1bd0a712ad4339df67415228d8a954ed5a40fc9d Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Sat, 12 May 2001 21:09:45 +0000 Subject: Added iterobject.c to the project. And trying my first checkin at the same time. --- Mac/Build/PythonCore.exp | 11 +++++++++++ Mac/Build/PythonCore.mcp | Bin 151778 -> 151778 bytes Mac/Build/PythonCoreCarbon.exp | 11 +++++++++++ Mac/Build/PythonStandSmall.mcp | Bin 262235 -> 262235 bytes Mac/Build/PythonStandalone.mcp | Bin 149425 -> 149425 bytes 5 files changed, 22 insertions(+) diff --git a/Mac/Build/PythonCore.exp b/Mac/Build/PythonCore.exp index 75329f5..3715c88 100644 --- a/Mac/Build/PythonCore.exp +++ b/Mac/Build/PythonCore.exp @@ -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 diff --git a/Mac/Build/PythonCore.mcp b/Mac/Build/PythonCore.mcp index 5103cb9..e2c18d7 100644 Binary files a/Mac/Build/PythonCore.mcp and b/Mac/Build/PythonCore.mcp differ diff --git a/Mac/Build/PythonCoreCarbon.exp b/Mac/Build/PythonCoreCarbon.exp index 33ee4b4..c9c1f5b 100644 --- a/Mac/Build/PythonCoreCarbon.exp +++ b/Mac/Build/PythonCoreCarbon.exp @@ -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 diff --git a/Mac/Build/PythonStandSmall.mcp b/Mac/Build/PythonStandSmall.mcp index 590332c..dd73e7a 100644 Binary files a/Mac/Build/PythonStandSmall.mcp and b/Mac/Build/PythonStandSmall.mcp differ diff --git a/Mac/Build/PythonStandalone.mcp b/Mac/Build/PythonStandalone.mcp index 4b55672..040ccaa 100644 Binary files a/Mac/Build/PythonStandalone.mcp and b/Mac/Build/PythonStandalone.mcp differ -- cgit v0.12