[Python-checkins] python/dist/src/PC/os2emx python23.def,1.4,1.5

aimacintyre@users.sourceforge.net aimacintyre@users.sourceforge.net
Tue, 31 Dec 2002 03:25:45 -0800


Update of /cvsroot/python/python/dist/src/PC/os2emx
In directory sc8-pr-cvs1:/tmp/cvs-serv14065

Modified Files:
	python23.def 
Log Message:
DLL export definition refresh

Index: python23.def
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/os2emx/python23.def,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** python23.def	10 Jun 2002 08:05:26 -0000	1.4
--- python23.def	31 Dec 2002 11:25:42 -0000	1.5
***************
*** 52,68 ****
    "PyParser_ParseString"
    "PyParser_ParseStringFlags"
    "PyParser_ParseFile"
    "PyParser_ParseFileFlags"
  
- ; From python23_s.lib(tokenizer)
-   "PyTokenizer_FromString"
-   "PyTokenizer_FromFile"
-   "PyTokenizer_Free"
-   "PyToken_OneChar"
-   "PyToken_TwoChars"
-   "PyToken_ThreeChars"
-   "PyTokenizer_Get"
-   "_PyParser_TokenNames"
- 
  ; From python23_s.lib(bitset)
    "_Py_newbitset"
--- 52,59 ----
    "PyParser_ParseString"
    "PyParser_ParseStringFlags"
+   "PyParser_ParseStringFlagsFilename"
    "PyParser_ParseFile"
    "PyParser_ParseFileFlags"
  
  ; From python23_s.lib(bitset)
    "_Py_newbitset"
***************
*** 75,78 ****
--- 66,79 ----
    "_Py_meta_grammar"
  
+ ; From python23_s.lib(tokenizer)
+   "PyTokenizer_FromString"
+   "PyTokenizer_FromFile"
+   "PyTokenizer_Free"
+   "PyToken_OneChar"
+   "PyToken_TwoChars"
+   "PyToken_ThreeChars"
+   "PyTokenizer_Get"
+   "_PyParser_TokenNames"
+ 
  ; From python23_s.lib(myreadline)
    "PyOS_ReadlineFunctionPointer"
***************
*** 105,112 ****
    "PyNumber_Rshift"
    "PyNumber_Subtract"
-   "PyNumber_Multiply"
    "PyNumber_Divide"
    "PyNumber_Divmod"
    "PyNumber_Add"
    "PyNumber_FloorDivide"
    "PyNumber_TrueDivide"
--- 106,113 ----
    "PyNumber_Rshift"
    "PyNumber_Subtract"
    "PyNumber_Divide"
    "PyNumber_Divmod"
    "PyNumber_Add"
+   "PyNumber_Multiply"
    "PyNumber_FloorDivide"
    "PyNumber_TrueDivide"
***************
*** 169,175 ****
  
  ; From python23_s.lib(boolobject)
-   "bool_repr"
    "PyBool_FromLong"
-   "bool_new"
    "_Py_ZeroStruct"
    "_Py_TrueStruct"
--- 170,174 ----
***************
*** 229,236 ****
    "PyWrapper_New"
    "PyDescr_NewMethod"
    "PyDescr_NewMember"
    "PyDescr_NewGetSet"
    "PyDescr_NewWrapper"
-   "PyDescr_IsData"
    "PyDictProxy_New"
    "PyWrapperDescr_Type"
--- 228,235 ----
    "PyWrapper_New"
    "PyDescr_NewMethod"
+   "PyDescr_NewClassMethod"
    "PyDescr_NewMember"
    "PyDescr_NewGetSet"
    "PyDescr_NewWrapper"
    "PyDictProxy_New"
    "PyWrapperDescr_Type"
***************
*** 267,270 ****
--- 266,270 ----
    "PyFile_FromString"
    "PyFile_SetBufSize"
+   "Py_UniversalNewlineFread"
    "PyFile_GetLine"
    "PyFile_SoftSpace"
***************
*** 272,275 ****
--- 272,276 ----
    "PyFile_WriteString"
    "PyObject_AsFileDescriptor"
+   "Py_UniversalNewlineFgets"
    "PyFile_Type"
  
***************
*** 286,289 ****
--- 287,291 ----
  ; From python23_s.lib(frameobject)
    "PyFrame_FastToLocals"
+   "_PyFrame_Init"
    "PyFrame_New"
    "PyFrame_BlockSetup"
***************
*** 313,316 ****
--- 315,319 ----
    "PyInt_FromString"
    "PyInt_FromUnicode"
+   "_PyInt_Init"
    "PyInt_Fini"
    "PyInt_Type"
***************
*** 438,441 ****
--- 441,445 ----
    "PySlice_New"
    "PySlice_GetIndices"
+   "PySlice_GetIndicesEx"
    "_Py_EllipsisObject"
    "PySlice_Type"
***************
*** 455,466 ****
    "PyString_AsEncodedString"
    "PyString_AsEncodedObject"
!   "PyString_AsStringAndSize"
    "PyString_Size"
    "_PyString_Eq"
    "_PyString_Join"
    "PyString_Concat"
    "PyString_ConcatAndDel"
    "_PyString_FormatLong"
!   "PyString_Format"
    "PyString_InternFromString"
    "PyString_Fini"
--- 459,473 ----
    "PyString_AsEncodedString"
    "PyString_AsEncodedObject"
!   "PyString_DecodeEscape"
    "PyString_Size"
+   "PyString_AsStringAndSize"
+   "PyString_Repr"
    "_PyString_Eq"
    "_PyString_Join"
+   "PyString_Format"
    "PyString_Concat"
    "PyString_ConcatAndDel"
    "_PyString_FormatLong"
!   "PyString_InternImmortal"
    "PyString_InternFromString"
    "PyString_Fini"
***************
*** 472,475 ****
--- 479,483 ----
    "PyStructSequence_New"
    "PyStructSequence_InitType"
+   "PyStructSequence_UnnamedField"
  
  ; From python23_s.lib(tupleobject)
***************
*** 482,485 ****
--- 490,494 ----
    "PyTuple_Fini"
    "PyTuple_Type"
+   "PyTupleIter_Type"
  
  ; From python23_s.lib(typeobject)
***************
*** 498,501 ****
--- 507,511 ----
    "PyUnicodeUCS2_Resize"
    "PyUnicodeUCS2_FromUnicode"
+   "PyUnicodeUCS2_FromOrdinal"
    "PyUnicodeUCS2_FromObject"
    "PyUnicodeUCS2_FromEncodedObject"
***************
*** 585,588 ****
--- 595,601 ----
    "PyExc_TypeError"
    "PyExc_Exception"
+   "PyExc_UnicodeEncodeError"
+   "PyExc_UnicodeDecodeError"
+   "PyExc_UnicodeTranslateError"
    "PyExc_StopIteration"
    "PyExc_StandardError"
***************
*** 622,626 ****
--- 635,666 ----
    "PyExc_OverflowWarning"
    "PyExc_RuntimeWarning"
+   "PyExc_FutureWarning"
    "PyExc_MemoryErrorInst"
+   "PyUnicodeEncodeError_GetEncoding"
+   "PyUnicodeDecodeError_GetEncoding"
+   "PyUnicodeEncodeError_GetObject"
+   "PyUnicodeDecodeError_GetObject"
+   "PyUnicodeTranslateError_GetObject"
+   "PyUnicodeEncodeError_GetStart"
+   "PyUnicodeDecodeError_GetStart"
+   "PyUnicodeTranslateError_GetStart"
+   "PyUnicodeEncodeError_SetStart"
+   "PyUnicodeDecodeError_SetStart"
+   "PyUnicodeTranslateError_SetStart"
+   "PyUnicodeEncodeError_GetEnd"
+   "PyUnicodeDecodeError_GetEnd"
+   "PyUnicodeTranslateError_GetEnd"
+   "PyUnicodeEncodeError_SetEnd"
+   "PyUnicodeDecodeError_SetEnd"
+   "PyUnicodeTranslateError_SetEnd"
+   "PyUnicodeEncodeError_GetReason"
+   "PyUnicodeDecodeError_GetReason"
+   "PyUnicodeTranslateError_GetReason"
+   "PyUnicodeEncodeError_SetReason"
+   "PyUnicodeDecodeError_SetReason"
+   "PyUnicodeTranslateError_SetReason"
+   "PyUnicodeEncodeError_Create"
+   "PyUnicodeDecodeError_Create"
+   "PyUnicodeTranslateError_Create"
    "_PyExc_Init"
    "_PyExc_Fini"
***************
*** 645,651 ****
    "PyEval_SetTrace"
    "PyEval_GetBuiltins"
    "PyEval_GetLocals"
    "PyEval_GetGlobals"
-   "PyEval_GetFrame"
    "PyEval_GetRestricted"
    "PyEval_MergeCompilerFlags"
--- 685,691 ----
    "PyEval_SetTrace"
    "PyEval_GetBuiltins"
+   "PyEval_GetFrame"
    "PyEval_GetLocals"
    "PyEval_GetGlobals"
    "PyEval_GetRestricted"
    "PyEval_MergeCompilerFlags"
***************
*** 655,661 ****
--- 695,704 ----
    "PyEval_GetFuncDesc"
    "_PyEval_SliceIndex"
+   "_Py_Ticker"
+   "_Py_CheckInterval"
  
  ; From python23_s.lib(compile)
    "PyCode_New"
+   "_Py_Mangle"
    "PyNode_Compile"
    "PyNode_CompileFlags"
***************
*** 675,678 ****
--- 718,728 ----
    "PyCodec_Encode"
    "PyCodec_Decode"
+   "PyCodec_RegisterError"
+   "PyCodec_LookupError"
+   "PyCodec_StrictErrors"
+   "PyCodec_IgnoreErrors"
+   "PyCodec_ReplaceErrors"
+   "PyCodec_XMLCharRefReplaceErrors"
+   "PyCodec_BackslashReplaceErrors"
    "_PyCodecRegistry_Init"
    "_PyCodecRegistry_Fini"
***************
*** 691,694 ****
--- 741,745 ----
    "PyErr_BadArgument"
    "PyErr_NoMemory"
+   "PyErr_SetFromErrnoWithFilenameObject"
    "PyErr_SetFromErrnoWithFilename"
    "PyErr_SetFromErrno"
***************
*** 739,742 ****
--- 790,795 ----
  ; From python23_s.lib(import)
    "_PyImport_Init"
+   "_PyImportHooks_Init"
+   "PyImport_ImportModule"
    "_PyImport_Fini"
    "PyImport_GetModuleDict"
***************
*** 749,753 ****
    "PyImport_ExecCodeModuleEx"
    "PyImport_ImportFrozenModule"
-   "PyImport_ImportModule"
    "PyImport_Import"
    "PyImport_ImportModuleEx"
--- 802,805 ----
***************
*** 811,814 ****
--- 863,867 ----
    "PyThreadState_Next"
    "_PyThreadState_Current"
+   "_PyThreadState_GetFrame"
  
  ; From python23_s.lib(pythonrun)
***************
*** 859,863 ****
--- 912,918 ----
    "Py_CompileString"
    "Py_CompileStringFlags"
+   "PyParser_SimpleParseStringFlagsFilename"
    "Py_SymtableString"
+   "PyParser_SimpleParseStringFilename"
    "Py_AtExit"
    "PyOS_getsig"