blob: 0f8e04dcadc5e703e4fb4441224cf73272a475d9 [file] [log] [blame]
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001EXPORTS
2 Py_GetCopyright
3 Py_GetVersion
4 Py_FindMethod
5 _PyObject_New
6 _PyString_Resize
7 PySys_SetArgv
8 PyObject_Cmp
9 PyObject_CallObject
10 PyObject_CallFunction
11 PyObject_CallMethod
12 PyObject_Type
13 PyObject_Length
14 PyObject_GetItem
15 PyObject_SetItem
16 PyNumber_Check
17 PyNumber_Add
18 PyNumber_Subtract
19 PyNumber_Multiply
20 PyNumber_Divide
21 PyNumber_Remainder
22 PyNumber_Divmod
23 PyNumber_Power
24 PyNumber_Negative
25 PyNumber_Positive
26 PyNumber_Absolute
27 PyNumber_Invert
28 PyNumber_Lshift
29 PyNumber_Rshift
30 PyNumber_And
31 PyNumber_Xor
32 PyNumber_Or
33 PyNumber_Int
34 PyNumber_Long
35 PyNumber_Float
36 PySequence_Check
37 PySequence_Concat
38 PySequence_Repeat
39 PySequence_GetItem
40 PySequence_GetSlice
41 PySequence_SetItem
42 PySequence_SetSlice
43 PySequence_Tuple
44 PySequence_Count
45 PySequence_In
46 PySequence_Index
47 PyMapping_Check
48 PyMapping_Length
49 PyMapping_HasKeyString
50 PyMapping_HasKey
51 PyMapping_GetItemString
52 PyMapping_SetItemString
53 PyAccess_FromValue
54 PyAccess_AsValue
55 PyAccess_SetValue
56 PyAccess_SetOwner
57 PyAccess_Clone
58 PyAccess_HasValue
59 PyEval_CallObject
60 PyEval_GetBuiltins
61 PyEval_GetGlobals
62 PyEval_GetLocals
63 PyEval_GetOwner
64 PyEval_GetFrame
65 PyEval_GetRestricted
66 Py_FlushLine
67 Py_AddPendingCall
68 Py_MakePendingCalls
69 PyEval_InitThreads
70 PyEval_SaveThread
71 PyEval_RestoreThread
72 PyArg_GetObject
73 PyArg_GetLong
74 PyArg_GetShort
75 PyArg_GetFloat
76 PyArg_GetString
77 PyClass_New
78 PyInstance_New
79 PyMethod_New
80 PyMethod_Function
81 PyMethod_Self
82 PyMethod_Class
83 PyClass_IsSubclass
84 PyNode_Compile
85 PyCode_New
86 PyErr_SetNone
87 PyErr_SetObject
88 PyErr_SetString
89 PyErr_Occurred
90 PyErr_Clear
91 PyErr_Fetch
92 PyErr_Restore
93 PyErr_BadArgument
94 PyErr_NoMemory
95 PyErr_SetFromErrno
96 PyErr_BadInternalCall
97 PyErr_CheckSignals
98 PyEval_EvalCode
99 PyFile_FromFile
100 PyFile_FromString
101 PyFile_SetBufSize
102 PyFile_AsFile
103 PyFile_Name
104 PyFile_GetLine
105 PyFloat_FromDouble
106 PyFloat_AsDouble
107 PyFrame_BlockSetup
108 PyFrame_BlockPop
109 PyFrame_LocalsToFast
110 PyFrame_FastToLocals
111 PyFunction_New
112 PyFunction_GetCode
113 PyFunction_GetGlobals
114 PyFunction_GetDefaults
115 PyFunction_SetDefaults
116 PyGrammar_FindDFA
117 PyGrammar_LabelRepr
118 PyGrammar_AddAccelerators
119 PyImport_GetMagicNumber
120 PyImport_ExecCodeModule
121 PyImport_GetModuleDict
122 PyImport_AddModule
123 PyImport_ImportModule
Guido van Rossum950a1261996-07-30 17:38:17 +0000124 PyImport_ImportFrozenModule
125 PyImport_FrozenModules
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000126 PyImport_ReloadModule
127 PyImport_Cleanup
128 PyInt_FromLong
129 PyInt_AsLong
130 PyOS_InterruptOccurred
131 PyOS_InitInterrupts
132 PyList_New
133 PyList_Size
134 PyList_GetItem
135 PyList_SetItem
136 PyList_Insert
137 PyList_Append
138 PyList_GetSlice
139 PyList_SetSlice
140 PyList_Sort
141 PyList_Reverse
142 PyList_AsTuple
143 PyLong_FromLong
144 PyLong_FromDouble
145 PyLong_AsLong
146 PyLong_AsDouble
147 PyLong_FromString
148 PyDict_New
149 PyDict_GetItem
150 PyDict_SetItem
151 PyDict_DelItem
152 PyDict_Clear
153 PyDict_Keys
154 PyDict_Values
155 PyDict_Items
156 PyDict_Size
157 PyDict_GetItemString
158 PyDict_SetItemString
159 PyDict_DelItemString
160 PyMarshal_WriteLongToFile
161 PyMarshal_WriteObjectToFile
162 PyMarshal_ReadLongFromFile
163 PyMarshal_ReadObjectFromFile
164 PyMarshal_ReadObjectFromString
165 PyCFunction_GetFunction
166 PyCFunction_GetSelf
167 PyCFunction_GetFlags
168 PyArg_Parse
169 PyArg_ParseTuple
170 Py_BuildValue
171 Py_VaBuildValue
172 Py_InitModule4
173 PyModule_New
174 PyModule_GetDict
175 PyModule_GetName
176 PyNode_New
177 PyNode_AddChild
178 PyNode_Free
179 PyObject_Print
180 PyObject_Repr
181 PyObject_Str
182 PyObject_Compare
183 PyObject_GetAttrString
184 PyObject_SetAttrString
185 PyObject_HasAttrString
186 PyObject_GetAttr
187 PyObject_SetAttr
188 PyObject_Hash
189 PyObject_IsTrue
190 PyCallable_Check
191 PyParser_ParseString
192 PyParser_ParseFile
193 Py_FatalError
194 Py_Initialize
195 PyRun_AnyFile
196 PyRun_SimpleString
197 PyRun_SimpleFile
198 PyRun_InteractiveOne
199 PyRun_InteractiveLoop
200 PyParser_SimpleParseString
201 PyParser_SimpleParseFile
202 PyRun_String
203 PyRun_File
204 Py_CompileString
205 PyErr_Print
206 Py_AtExit
207 Py_Exit
208 Py_Cleanup
209 PyRange_New
210 PyString_FromStringAndSize
211 PyString_FromString
212 PyString_Size
213 PyString_AsString
214 PyString_Concat
215 PyString_ConcatAndDel
216 PyString_Format
217 PyMember_Get
218 PyMember_Set
219 PySys_GetObject
220 PySys_SetObject
221 PySys_GetFile
222 PySys_Init
223 PyToken_OneChar
224 PyToken_TwoChars
225 PyTraceBack_Here
226 PyTraceBack_Fetch
227 PyTraceBack_Store
228 PyTraceBack_Print
229 PyTuple_New
230 PyTuple_Size
231 PyTuple_GetItem
232 PyTuple_SetItem
233 PyTuple_GetSlice