diff options
author | Guido van Rossum <guido@python.org> | 1998-09-28 22:02:40 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-09-28 22:02:40 (GMT) |
commit | e8afe516ab841977dd73a80bf4ed334781d25dda (patch) | |
tree | 5cb40d7d38a7924471c4bf9590c6e39b493167c4 /PC/os2vacpp/python.def | |
parent | be70450f03980fc681ffa06e47511bf2418955c0 (diff) | |
download | cpython-e8afe516ab841977dd73a80bf4ed334781d25dda.zip cpython-e8afe516ab841977dd73a80bf4ed334781d25dda.tar.gz cpython-e8afe516ab841977dd73a80bf4ed334781d25dda.tar.bz2 |
New set of files for the OS/2 port by Jeff Rush.
Diffstat (limited to 'PC/os2vacpp/python.def')
-rw-r--r-- | PC/os2vacpp/python.def | 833 |
1 files changed, 468 insertions, 365 deletions
diff --git a/PC/os2vacpp/python.def b/PC/os2vacpp/python.def index b671d83..6477536 100644 --- a/PC/os2vacpp/python.def +++ b/PC/os2vacpp/python.def @@ -4,369 +4,472 @@ PROTMODE DATA MULTIPLE NONSHARED EXPORTS - ; Data - PyCFunction_Type - PyCObject_Type - PyClass_Type - PyCode_Type - PyComplex_Type - PyDict_Type - PyExc_ArithmeticError - PyExc_AttributeError - PyExc_EOFError - PyExc_Exception - PyExc_FloatingPointError - PyExc_IOError - PyExc_ImportError - PyExc_IndexError - PyExc_KeyError - PyExc_KeyboardInterrupt - PyExc_LookupError - PyExc_MemoryError - PyExc_NameError - PyExc_OverflowError - PyExc_RuntimeError - PyExc_StandardError - PyExc_SyntaxError - PyExc_SystemError - PyExc_SystemExit - PyExc_TypeError - PyExc_ValueError - PyExc_ZeroDivisionError - PyFile_Type - PyFloat_Type - PyFrame_Type - PyFunction_Type - PyInstance_Type - PyInt_Type - PyList_Type - PyLong_Type - PyMethod_Type - PyModule_Type - PyOS_InputHook - PyOS_ReadlineFunctionPointer - PyRange_Type - PySlice_Type - PyString_Type - PyTuple_Type - PyType_Type - Py_DebugFlag - Py_InteractiveFlag - Py_NoSiteFlag - Py_UseClassExceptionsFlag - Py_VerboseFlag - _PyParser_Grammar - _PyParser_TokenNames - _PyThread_Started - _Py_EllipsisObject - _Py_NoneStruct - _Py_TrueStruct - _Py_ZeroStruct + ; Data + PyCFunction_Type + PyCObject_Type + PyClass_Type + PyCode_Type + PyComplex_Type + PyDict_Type + PyExc_ArithmeticError + PyExc_AssertionError + PyExc_AttributeError + PyExc_EOFError + PyExc_EnvironmentError + PyExc_Exception + PyExc_FloatingPointError + PyExc_IOError + PyExc_ImportError + PyExc_IndexError + PyExc_KeyError + PyExc_KeyboardInterrupt + PyExc_LookupError + PyExc_MemoryError + PyExc_MemoryErrorInst + PyExc_NameError + PyExc_OSError + PyExc_OverflowError + PyExc_RuntimeError + PyExc_StandardError + PyExc_SyntaxError + PyExc_SystemError + PyExc_SystemExit + PyExc_TypeError + PyExc_ValueError + PyExc_ZeroDivisionError + PyFile_Type + PyFloat_Type + PyFrame_Type + PyFunction_Type + PyImport_FrozenModules + PyImport_Inittab + PyInstance_Type + PyInt_Type + PyList_Type + PyLong_Type + PyMethod_Type + PyModule_Type + PyOS_InputHook + PyOS_ReadlineFunctionPointer + PyRange_Type + PySlice_Type + PyString_Type + PyTraceBack_Type + PyTuple_Type + PyType_Type + Py_DebugFlag + Py_FrozenFlag + Py_InteractiveFlag + Py_NoSiteFlag + Py_OptimizeFlag + Py_TabcheckFlag + Py_UseClassExceptionsFlag + Py_VerboseFlag + _PyImport_Filetab + _PyImport_Inittab + _PyParser_Grammar + _PyParser_TokenNames + _PyThread_Started + _Py_EllipsisObject + _Py_NoneStruct + _Py_PackageContext + _Py_TrueStruct + _Py_ZeroStruct + _Py_abstract_hack + _Py_cobject_hack + _Py_re_syntax + _Py_re_syntax_table + + ; Code + PyArg_Parse + PyArg_ParseTuple + PyArg_ParseTupleAndKeywords + PyArg_VaParse + PyCFunction_Fini + PyCFunction_GetFlags + PyCFunction_GetFunction + PyCFunction_GetSelf + PyCFunction_New + PyCObject_AsVoidPtr + PyCObject_FromVoidPtrAndDesc + PyCObject_FromVoidPtr + PyCObject_GetDesc + PyCObject_Import + PyCallable_Check + PyClass_IsSubclass + PyClass_New + PyCode_Addr2Line + PyCode_New + PyComplex_AsCComplex + PyComplex_FromCComplex + PyComplex_FromDoubles + PyComplex_ImagAsDouble + PyComplex_RealAsDouble + PyDict_Clear + PyDict_DelItem + PyDict_DelItemString + PyDict_GetItem + PyDict_GetItemString + PyDict_Items + PyDict_Keys + PyDict_New + PyDict_Next + PyDict_SetItem + PyDict_SetItemString + PyDict_Size + PyDict_Values + PyErr_BadArgument + PyErr_BadInternalCall + PyErr_CheckSignals + PyErr_Clear + PyErr_ExceptionMatches + PyErr_Fetch + PyErr_Format + PyErr_GivenExceptionMatches + PyErr_NewException + PyErr_NoMemory + PyErr_NormalizeException + PyErr_Occurred + PyErr_Print + PyErr_PrintEx + PyErr_Restore + PyErr_SetFromErrno + PyErr_SetFromErrnoWithFilename + PyErr_SetInterrupt + PyErr_SetNone + PyErr_SetObject + PyErr_SetString + PyEval_AcquireLock + PyEval_AcquireThread + PyEval_CallFunction + PyEval_CallMethod + PyEval_CallObject + PyEval_CallObjectWithKeywords + PyEval_EvalCode + PyEval_GetBuiltins + PyEval_GetFrame + PyEval_GetGlobals + PyEval_GetLocals + PyEval_GetRestricted + PyEval_InitThreads + PyEval_ReleaseLock + PyEval_ReleaseThread + PyEval_RestoreThread + PyEval_SaveThread + PyFile_AsFile + PyFile_FromFile + PyFile_FromString + PyFile_GetLine + PyFile_Name + PyFile_SetBufSize + PyFile_SoftSpace + PyFile_WriteObject + PyFile_WriteString + PyFloat_AsDouble + PyFloat_AsString + PyFloat_Fini + PyFloat_FromDouble + PyFrame_BlockPop + PyFrame_BlockSetup + PyFrame_FastToLocals + PyFrame_Fini + PyFrame_LocalsToFast + PyFrame_New + PyFunction_GetCode + PyFunction_GetDefaults + PyFunction_GetGlobals + PyFunction_New + PyFunction_SetDefaults + PyGrammar_AddAccelerators + PyGrammar_FindDFA + PyGrammar_LabelRepr + PyGrammar_RemoveAccelerators + PyImport_AddModule + PyImport_AppendInittab + PyImport_Cleanup + PyImport_ExecCodeModule + PyImport_ExecCodeModuleEx + PyImport_ExtendInittab + PyImport_GetMagicNumber + PyImport_GetModuleDict + PyImport_Import + PyImport_ImportFrozenModule + PyImport_ImportModule + PyImport_ImportModuleEx + PyImport_ReloadModule + PyInstance_DoBinOp + PyInstance_New + PyInt_AsLong + PyInt_Fini + PyInt_FromLong + PyInt_GetMax + PyInterpreterState_Clear + PyInterpreterState_Delete + PyInterpreterState_New + PyList_Append + PyList_AsTuple + PyList_GetItem + PyList_GetSlice + PyList_Insert + PyList_New + PyList_Reverse + PyList_SetItem + PyList_SetSlice + PyList_Size + PyList_Sort + PyLong_AsDouble + PyLong_AsLong +; PyLong_AsLongLong + PyLong_AsUnsignedLong +; PyLong_AsUnsignedLongLong + PyLong_AsVoidPtr + PyLong_FromDouble + PyLong_FromLong +; PyLong_FromLongLong + PyLong_FromString + PyLong_FromUnsignedLong +; PyLong_FromUnsignedLongLong + PyLong_FromVoidPtr + PyMapping_Check + PyMapping_GetItemString + PyMapping_HasKey + PyMapping_HasKeyString + PyMapping_Length + PyMapping_SetItemString + PyMarshal_Init + PyMarshal_ReadLongFromFile + PyMarshal_ReadObjectFromFile + PyMarshal_ReadObjectFromString + PyMarshal_WriteLongToFile + PyMarshal_WriteObjectToFile + PyMarshal_WriteObjectToString + PyMem_Free + PyMem_Malloc + PyMem_Realloc + PyMember_Get + PyMember_Set + PyMethod_Class + PyMethod_Fini + PyMethod_Function + PyMethod_New + PyMethod_Self + PyModule_GetDict + PyModule_GetName + PyModule_New + PyNode_AddChild + PyNode_Compile + PyNode_Free +; PyNode_ListTree + PyNode_New + PyNumber_Absolute + PyNumber_Add + PyNumber_And + PyNumber_Check + PyNumber_Coerce + PyNumber_CoerceEx + PyNumber_Divide + PyNumber_Divmod + PyNumber_Float + PyNumber_Int + PyNumber_Invert + PyNumber_Long + PyNumber_Lshift + PyNumber_Multiply + PyNumber_Negative + PyNumber_Or + PyNumber_Positive + PyNumber_Power + PyNumber_Remainder + PyNumber_Rshift + PyNumber_Subtract + PyNumber_Xor + PyOS_AfterFork + PyOS_FiniInterrupts + PyOS_GetLastModificationTime + PyOS_InitInterrupts + PyOS_InterruptOccurred + PyOS_Readline + PyOS_StdioReadline + PyOS_strtol + PyOS_strtoul + PyObject_CallFunction + PyObject_CallMethod + PyObject_CallObject + PyObject_Cmp + PyObject_Compare + PyObject_DelItem + PyObject_GetAttr + PyObject_GetAttrString + PyObject_GetItem + PyObject_HasAttr + PyObject_HasAttrString + PyObject_Hash + PyObject_IsTrue + PyObject_Length + PyObject_Not + PyObject_Print + PyObject_Repr + PyObject_SetAttr + PyObject_SetAttrString + PyObject_SetItem + PyObject_Str + PyObject_Type + PyParser_AddToken + PyParser_Delete + PyParser_New + PyParser_ParseFile + PyParser_ParseString + PyParser_SimpleParseFile + PyParser_SimpleParseString + PyRange_New + PyRun_AnyFile + PyRun_File + PyRun_InteractiveLoop + PyRun_InteractiveOne + PyRun_SimpleFile + PyRun_SimpleString + PyRun_String + PySequence_Check + PySequence_Concat + PySequence_Contains + PySequence_Count + PySequence_DelItem + PySequence_DelSlice + PySequence_GetItem + PySequence_GetSlice + PySequence_In + PySequence_Index + PySequence_Length + PySequence_List + PySequence_Repeat + PySequence_SetItem + PySequence_SetSlice + PySequence_Tuple + PySlice_GetIndices + PySlice_New + PyString_AsString + PyString_Concat + PyString_ConcatAndDel + PyString_Fini + PyString_Format + PyString_FromString + PyString_FromStringAndSize + PyString_InternFromString + PyString_InternInPlace + PyString_Size + PySys_GetFile + PySys_GetObject + PySys_SetArgv + PySys_SetObject + PySys_SetPath + PySys_WriteStderr + PySys_WriteStdout + PyThreadState_Clear + PyThreadState_Delete + PyThreadState_Get + PyThreadState_GetDict + PyThreadState_New + PyThreadState_Swap + PyThread__exit_thread + PyThread_acquire_lock + PyThread_allocate_lock + PyThread_allocate_sema + PyThread_down_sema + PyThread_exit_thread + PyThread_free_lock + PyThread_free_sema + PyThread_get_thread_ident + PyThread_init_thread + PyThread_release_lock + PyThread_start_new_thread + PyThread_up_sema + PyToken_OneChar + PyToken_TwoChars + PyTokenizer_Free + PyTokenizer_FromFile + PyTokenizer_FromString + PyTokenizer_Get + PyTraceBack_Here + PyTraceBack_Print + PyTuple_Fini + PyTuple_GetItem + PyTuple_GetSlice + PyTuple_New + PyTuple_SetItem + PyTuple_Size + Py_AddPendingCall + Py_AtExit + Py_BuildValue + Py_CompileString + Py_EndInterpreter + Py_Exit + Py_FatalError + Py_FdIsInteractive + Py_Finalize + Py_FindMethod + Py_FindMethodInChain + Py_FlushLine + Py_Free + Py_GetArgcArgv + Py_GetBuildInfo + Py_GetCompiler + Py_GetCopyright + Py_GetExecPrefix + Py_GetPath + Py_GetPlatform + Py_GetPrefix + Py_GetProgramFullPath + Py_GetProgramName + Py_GetPythonHome + Py_GetVersion + Py_InitModule4 + Py_Initialize + Py_IsInitialized + Py_Main + Py_MakePendingCalls + Py_Malloc + Py_NewInterpreter + Py_Realloc + Py_ReprEnter + Py_ReprLeave + Py_SetProgramName + Py_SetPythonHome + Py_VaBuildValue + _PyBuiltin_Fini_1 + _PyBuiltin_Fini_2 + _PyBuiltin_Init_1 + _PyBuiltin_Init_2 + _PyImport_FindExtension + _PyImport_Fini + _PyImport_FixupExtension + _PyImport_Init + _PyImport_LoadDynamicModule + _PyLong_New + _PyModule_Clear + _PyObject_New + _PyObject_NewVar + _PyString_Resize + _PySys_Init + _PyTuple_Resize + _Py_MD5Final + _Py_MD5Init + _Py_MD5Update +; _Py_addbit + _Py_c_diff + _Py_c_neg + _Py_c_pow + _Py_c_prod + _Py_c_quot + _Py_c_sum +; _Py_delbitset +; _Py_mergebitset +; _Py_meta_grammar +; _Py_newbitset + _Py_re_compile_fastmap + _Py_re_compile_initialize + _Py_re_compile_pattern + _Py_re_match + _Py_re_search + _Py_re_set_syntax +; _Py_samebitset - ; Code - PyArg_Parse - PyArg_ParseTuple - PyArg_ParseTupleAndKeywords - PyArg_VaParse - PyCFunction_GetFunction - PyCFunction_GetSelf - PyCFunction_New - PyCObject_AsVoidPtr - PyCObject_FromVoidPtr - PyCObject_Import - PyCallable_Check - PyClass_IsSubclass - PyClass_New - PyCode_New - PyComplex_AsCComplex - PyComplex_FromCComplex - PyComplex_FromDoubles - PyComplex_ImagAsDouble - PyComplex_RealAsDouble - PyDict_Clear - PyDict_DelItem - PyDict_DelItemString - PyDict_GetItem - PyDict_GetItemString - PyDict_Items - PyDict_Keys - PyDict_New - PyDict_Next - PyDict_SetItem - PyDict_SetItemString - PyDict_Size - PyDict_Values - PyErr_BadArgument - PyErr_BadInternalCall - PyErr_CheckSignals - PyErr_Clear - PyErr_Fetch - PyErr_Format - PyErr_NewException - PyErr_NoMemory - PyErr_Occurred - PyErr_Print - PyErr_Restore - PyErr_SetFromErrno - PyErr_SetInterrupt - PyErr_SetNone - PyErr_SetObject - PyErr_SetString - PyEval_AcquireLock - PyEval_AcquireThread - PyEval_CallObject - PyEval_CallObjectWithKeywords - PyEval_EvalCode - PyEval_GetBuiltins - PyEval_GetFrame - PyEval_GetGlobals - PyEval_GetLocals - PyEval_GetRestricted - PyEval_InitThreads - PyEval_ReleaseLock - PyEval_ReleaseThread - PyEval_RestoreThread - PyEval_SaveThread - PyFile_AsFile - PyFile_FromFile - PyFile_FromString - PyFile_GetLine - PyFile_Name - PyFile_SetBufSize - PyFile_SoftSpace - PyFile_WriteObject - PyFile_WriteString - PyFloat_AsDouble - PyFloat_AsString - PyFloat_FromDouble - PyFrame_BlockPop - PyFrame_BlockSetup - PyFrame_FastToLocals - PyFrame_LocalsToFast - PyFrame_New - PyFunction_GetCode - PyFunction_GetGlobals - PyFunction_New - PyGrammar_AddAccelerators - PyGrammar_FindDFA - PyGrammar_LabelRepr - PyImport_AddModule - PyImport_Cleanup - PyImport_FrozenModules - PyImport_GetMagicNumber - PyImport_GetModuleDict - PyImport_Import - PyImport_ImportFrozenModule - PyImport_ImportModule - PyImport_ImportModuleEx - PyImport_ReloadModule - PyInstance_DoBinOp - PyInstance_New - PyInt_AsLong - PyInt_FromLong - PyInt_GetMax - PyInterpreterState_Clear - PyInterpreterState_Delete - PyInterpreterState_New - PyList_Append - PyList_AsTuple - PyList_GetItem - PyList_GetSlice - PyList_Insert - PyList_New - PyList_Reverse - PyList_SetItem - PyList_SetSlice - PyList_Size - PyList_Sort - PyLong_AsDouble - PyLong_AsLong - PyLong_AsUnsignedLong - PyLong_FromDouble - PyLong_FromLong - PyLong_FromString - PyLong_FromUnsignedLong - PyMapping_Check - PyMapping_GetItemString - PyMapping_HasKey - PyMapping_HasKeyString - PyMapping_Length - PyMapping_SetItemString - PyMarshal_Init - PyMarshal_ReadLongFromFile - PyMarshal_ReadObjectFromFile - PyMarshal_ReadObjectFromString - PyMarshal_WriteLongToFile - PyMarshal_WriteObjectToFile - PyMem_Free - PyMem_Malloc - PyMem_Realloc - PyMember_Get - PyMember_Set - PyMethod_Class - PyMethod_Function - PyMethod_New - PyMethod_Self - PyModule_GetDict - PyModule_GetName - PyModule_New - PyNode_AddChild - PyNode_Compile - PyNode_Free - PyNode_New - PyNumber_Absolute - PyNumber_Add - PyNumber_And - PyNumber_Check - PyNumber_Coerce - PyNumber_Divide - PyNumber_Divmod - PyNumber_Float - PyNumber_Int - PyNumber_Invert - PyNumber_Long - PyNumber_Lshift - PyNumber_Multiply - PyNumber_Negative - PyNumber_Or - PyNumber_Positive - PyNumber_Power - PyNumber_Remainder - PyNumber_Rshift - PyNumber_Subtract - PyNumber_Xor - PyOS_GetLastModificationTime - PyOS_InitInterrupts - PyOS_InterruptOccurred - PyOS_Readline - PyOS_strtol - PyOS_strtoul - PyObject_CallFunction - PyObject_CallMethod - PyObject_CallObject - PyObject_Compare - PyObject_GetAttr - PyObject_GetAttrString - PyObject_GetItem - PyObject_HasAttrString - PyObject_Hash - PyObject_IsTrue - PyObject_Length - PyObject_Print - PyObject_Repr - PyObject_SetAttr - PyObject_SetAttrString - PyObject_SetItem - PyObject_Str - PyObject_Type - PyParser_AddToken - PyParser_Delete - PyParser_New - PyParser_ParseFile - PyParser_ParseString - PyParser_SimpleParseFile - PyParser_SimpleParseString - PyRange_New - PyRun_AnyFile - PyRun_File - PyRun_InteractiveLoop - PyRun_InteractiveOne - PyRun_SimpleFile - PyRun_SimpleString - PyRun_String - PySequence_Check - PySequence_Concat - PySequence_Count - PySequence_GetItem - PySequence_GetSlice - PySequence_In - PySequence_Index - PySequence_Length - PySequence_Repeat - PySequence_SetItem - PySequence_SetSlice - PySequence_Tuple - PySlice_GetIndices - PySlice_New - PyString_AsString - PyString_Concat - PyString_ConcatAndDel - PyString_Format - PyString_FromString - PyString_FromStringAndSize - PyString_Size - PySys_GetFile - PySys_GetObject - PySys_SetArgv - PySys_SetObject - PySys_SetPath - PyThreadState_Clear - PyThreadState_Delete - PyThreadState_Get - PyThreadState_New - PyThreadState_Swap - PyThread_acquire_lock - PyThread_allocate_lock - PyThread_allocate_sema - PyThread_down_sema - PyThread_exit_thread - PyThread_free_lock - PyThread_free_sema - PyThread_get_thread_ident - PyThread_init_thread - PyThread_release_lock - PyThread_start_new_thread - PyThread_up_sema - PyToken_OneChar - PyToken_TwoChars - PyTokenizer_Free - PyTokenizer_FromFile - PyTokenizer_FromString - PyTokenizer_Get - PyTraceBack_Here - PyTraceBack_Print - PyTuple_GetItem - PyTuple_GetSlice - PyTuple_New - PyTuple_SetItem - PyTuple_Size - Py_AtExit - Py_BuildValue - Py_CompileString - Py_EndInterpreter - Py_Exit - Py_FatalError - Py_FdIsInteractive - Py_Finalize - Py_FindMethod - Py_FindMethodInChain - Py_FlushLine - Py_Free - Py_FrozenMain - Py_GetBuildInfo - Py_GetCopyright - Py_GetExecPrefix - Py_GetPath - Py_GetPrefix - Py_GetProgramFullPath - Py_GetProgramName - Py_GetVersion - Py_InitModule4 - Py_Initialize - Py_IsInitialized - Py_Main - Py_Malloc - Py_NewInterpreter - Py_Realloc - Py_SetProgramName - Py_VaBuildValue - _PyObject_New - _PyObject_NewVar - _PyString_Resize - _Py_c_diff - _Py_c_neg - _Py_c_pow - _Py_c_prod - _Py_c_quot - _Py_c_sum - initimp |