summaryrefslogtreecommitdiffstats
path: root/PC/python.def
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-06-28 19:12:06 (GMT)
committerGuido van Rossum <guido@python.org>1996-06-28 19:12:06 (GMT)
commit1bc716f2fc2aeb4ef4481089727450eb7357f696 (patch)
treea725dce1097dd3344a0c2cf9c17cc899bd21e658 /PC/python.def
parentc012547142cfa91192f562ea0204fcf6f5275708 (diff)
downloadcpython-1bc716f2fc2aeb4ef4481089727450eb7357f696.zip
cpython-1bc716f2fc2aeb4ef4481089727450eb7357f696.tar.gz
cpython-1bc716f2fc2aeb4ef4481089727450eb7357f696.tar.bz2
Added PC files from Jim Ahlstrom.
Diffstat (limited to 'PC/python.def')
-rw-r--r--PC/python.def231
1 files changed, 231 insertions, 0 deletions
diff --git a/PC/python.def b/PC/python.def
new file mode 100644
index 0000000..77f26d3
--- /dev/null
+++ b/PC/python.def
@@ -0,0 +1,231 @@
+EXPORTS
+ Py_GetCopyright
+ Py_GetVersion
+ Py_FindMethod
+ _PyObject_New
+ _PyString_Resize
+ PySys_SetArgv
+ PyObject_Cmp
+ PyObject_CallObject
+ PyObject_CallFunction
+ PyObject_CallMethod
+ PyObject_Type
+ PyObject_Length
+ PyObject_GetItem
+ PyObject_SetItem
+ PyNumber_Check
+ PyNumber_Add
+ PyNumber_Subtract
+ PyNumber_Multiply
+ PyNumber_Divide
+ PyNumber_Remainder
+ PyNumber_Divmod
+ PyNumber_Power
+ PyNumber_Negative
+ PyNumber_Positive
+ PyNumber_Absolute
+ PyNumber_Invert
+ PyNumber_Lshift
+ PyNumber_Rshift
+ PyNumber_And
+ PyNumber_Xor
+ PyNumber_Or
+ PyNumber_Int
+ PyNumber_Long
+ PyNumber_Float
+ PySequence_Check
+ PySequence_Concat
+ PySequence_Repeat
+ PySequence_GetItem
+ PySequence_GetSlice
+ PySequence_SetItem
+ PySequence_SetSlice
+ PySequence_Tuple
+ PySequence_Count
+ PySequence_In
+ PySequence_Index
+ PyMapping_Check
+ PyMapping_Length
+ PyMapping_HasKeyString
+ PyMapping_HasKey
+ PyMapping_GetItemString
+ PyMapping_SetItemString
+ PyAccess_FromValue
+ PyAccess_AsValue
+ PyAccess_SetValue
+ PyAccess_SetOwner
+ PyAccess_Clone
+ PyAccess_HasValue
+ PyEval_CallObject
+ PyEval_GetBuiltins
+ PyEval_GetGlobals
+ PyEval_GetLocals
+ PyEval_GetOwner
+ PyEval_GetFrame
+ PyEval_GetRestricted
+ Py_FlushLine
+ Py_AddPendingCall
+ Py_MakePendingCalls
+ PyEval_InitThreads
+ PyEval_SaveThread
+ PyEval_RestoreThread
+ PyArg_GetObject
+ PyArg_GetLong
+ PyArg_GetShort
+ PyArg_GetFloat
+ PyArg_GetString
+ PyClass_New
+ PyInstance_New
+ PyMethod_New
+ PyMethod_Function
+ PyMethod_Self
+ PyMethod_Class
+ PyClass_IsSubclass
+ PyNode_Compile
+ PyCode_New
+ PyErr_SetNone
+ PyErr_SetObject
+ PyErr_SetString
+ PyErr_Occurred
+ PyErr_Clear
+ PyErr_Fetch
+ PyErr_Restore
+ PyErr_BadArgument
+ PyErr_NoMemory
+ PyErr_SetFromErrno
+ PyErr_BadInternalCall
+ PyErr_CheckSignals
+ PyEval_EvalCode
+ PyFile_FromFile
+ PyFile_FromString
+ PyFile_SetBufSize
+ PyFile_AsFile
+ PyFile_Name
+ PyFile_GetLine
+ PyFloat_FromDouble
+ PyFloat_AsDouble
+ PyFrame_BlockSetup
+ PyFrame_BlockPop
+ PyFrame_LocalsToFast
+ PyFrame_FastToLocals
+ PyFunction_New
+ PyFunction_GetCode
+ PyFunction_GetGlobals
+ PyFunction_GetDefaults
+ PyFunction_SetDefaults
+ PyGrammar_FindDFA
+ PyGrammar_LabelRepr
+ PyGrammar_AddAccelerators
+ PyImport_GetMagicNumber
+ PyImport_ExecCodeModule
+ PyImport_GetModuleDict
+ PyImport_AddModule
+ PyImport_ImportModule
+ PyImport_ReloadModule
+ PyImport_Cleanup
+ PyInt_FromLong
+ PyInt_AsLong
+ PyOS_InterruptOccurred
+ PyOS_InitInterrupts
+ PyList_New
+ PyList_Size
+ PyList_GetItem
+ PyList_SetItem
+ PyList_Insert
+ PyList_Append
+ PyList_GetSlice
+ PyList_SetSlice
+ PyList_Sort
+ PyList_Reverse
+ PyList_AsTuple
+ PyLong_FromLong
+ PyLong_FromDouble
+ PyLong_AsLong
+ PyLong_AsDouble
+ PyLong_FromString
+ PyDict_New
+ PyDict_GetItem
+ PyDict_SetItem
+ PyDict_DelItem
+ PyDict_Clear
+ PyDict_Keys
+ PyDict_Values
+ PyDict_Items
+ PyDict_Size
+ PyDict_GetItemString
+ PyDict_SetItemString
+ PyDict_DelItemString
+ PyMarshal_WriteLongToFile
+ PyMarshal_WriteObjectToFile
+ PyMarshal_ReadLongFromFile
+ PyMarshal_ReadObjectFromFile
+ PyMarshal_ReadObjectFromString
+ PyCFunction_GetFunction
+ PyCFunction_GetSelf
+ PyCFunction_GetFlags
+ PyArg_Parse
+ PyArg_ParseTuple
+ Py_BuildValue
+ Py_VaBuildValue
+ Py_InitModule4
+ PyModule_New
+ PyModule_GetDict
+ PyModule_GetName
+ PyNode_New
+ PyNode_AddChild
+ PyNode_Free
+ PyObject_Print
+ PyObject_Repr
+ PyObject_Str
+ PyObject_Compare
+ PyObject_GetAttrString
+ PyObject_SetAttrString
+ PyObject_HasAttrString
+ PyObject_GetAttr
+ PyObject_SetAttr
+ PyObject_Hash
+ PyObject_IsTrue
+ PyCallable_Check
+ PyParser_ParseString
+ PyParser_ParseFile
+ Py_FatalError
+ Py_Initialize
+ PyRun_AnyFile
+ PyRun_SimpleString
+ PyRun_SimpleFile
+ PyRun_InteractiveOne
+ PyRun_InteractiveLoop
+ PyParser_SimpleParseString
+ PyParser_SimpleParseFile
+ PyRun_String
+ PyRun_File
+ Py_CompileString
+ PyErr_Print
+ Py_AtExit
+ Py_Exit
+ Py_Cleanup
+ PyRange_New
+ PyString_FromStringAndSize
+ PyString_FromString
+ PyString_Size
+ PyString_AsString
+ PyString_Concat
+ PyString_ConcatAndDel
+ PyString_Format
+ PyMember_Get
+ PyMember_Set
+ PySys_GetObject
+ PySys_SetObject
+ PySys_GetFile
+ PySys_Init
+ PyToken_OneChar
+ PyToken_TwoChars
+ PyTraceBack_Here
+ PyTraceBack_Fetch
+ PyTraceBack_Store
+ PyTraceBack_Print
+ PyTuple_New
+ PyTuple_Size
+ PyTuple_GetItem
+ PyTuple_SetItem
+ PyTuple_GetSlice