blob: bb3d64f30ce6f8ba9aa0a1d4e9c6cd7929a6914e [file] [log] [blame]
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001LIBRARY python25 INITINSTANCE TERMINSTANCE
2DESCRIPTION "Python 2.5 Core DLL"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00003PROTMODE
4DATA MULTIPLE NONSHARED
5EXPORTS
6
Thomas Wouters0e3f5912006-08-11 14:57:12 +00007; From python25_s.lib(config)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00008 "_PyImport_Inittab"
9
Thomas Wouters0e3f5912006-08-11 14:57:12 +000010; From python25_s.lib(dlfcn)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +000011; "dlopen"
12; "dlsym"
13; "dlclose"
14; "dlerror"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000015
Thomas Wouters0e3f5912006-08-11 14:57:12 +000016; From python25_s.lib(getpathp)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +000017 "Py_GetProgramFullPath"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000018 "Py_GetPrefix"
19 "Py_GetExecPrefix"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +000020 "Py_GetPath"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000021
Thomas Wouters0e3f5912006-08-11 14:57:12 +000022; From python25_s.lib(getbuildinfo)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000023 "Py_GetBuildInfo"
Thomas Wouters0e3f5912006-08-11 14:57:12 +000024 "_Py_svnversion"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000025
Thomas Wouters0e3f5912006-08-11 14:57:12 +000026; From python25_s.lib(main)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000027 "Py_Main"
28 "Py_GetArgcArgv"
29
Thomas Wouters0e3f5912006-08-11 14:57:12 +000030; From python25_s.lib(acceler)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000031 "PyGrammar_AddAccelerators"
32 "PyGrammar_RemoveAccelerators"
33
Thomas Wouters0e3f5912006-08-11 14:57:12 +000034; From python25_s.lib(grammar1)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000035 "PyGrammar_FindDFA"
36 "PyGrammar_LabelRepr"
37
Thomas Wouters0e3f5912006-08-11 14:57:12 +000038; From python25_s.lib(listnode)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000039 "PyNode_ListTree"
40
Thomas Wouters0e3f5912006-08-11 14:57:12 +000041; From python25_s.lib(node)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +000042 "PyNode_New"
Thomas Wouters0e3f5912006-08-11 14:57:12 +000043 "PyNode_AddChild"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000044 "PyNode_Free"
45
Thomas Wouters0e3f5912006-08-11 14:57:12 +000046; From python25_s.lib(parser)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +000047 "PyParser_AddToken"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000048 "PyParser_New"
49 "PyParser_Delete"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000050
Thomas Wouters0e3f5912006-08-11 14:57:12 +000051; From python25_s.lib(parsetok)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000052 "Py_TabcheckFlag"
53 "PyParser_ParseString"
Thomas Wouters0e3f5912006-08-11 14:57:12 +000054 "PyParser_ParseStringFlagsFilename"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000055 "PyParser_ParseFile"
56 "PyParser_ParseFileFlags"
Thomas Wouters0e3f5912006-08-11 14:57:12 +000057 "PyParser_ParseStringFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000058
Thomas Wouters0e3f5912006-08-11 14:57:12 +000059; From python25_s.lib(bitset)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000060 "_Py_newbitset"
61 "_Py_delbitset"
62 "_Py_addbit"
63 "_Py_samebitset"
64 "_Py_mergebitset"
65
Thomas Wouters0e3f5912006-08-11 14:57:12 +000066; From python25_s.lib(metagrammar)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000067 "_Py_meta_grammar"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +000068 "Py_meta_grammar"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000069
Thomas Wouters0e3f5912006-08-11 14:57:12 +000070; From python25_s.lib(tokenizer)
Andrew MacIntyreab495052002-12-31 11:25:42 +000071 "PyToken_OneChar"
72 "PyToken_TwoChars"
73 "PyToken_ThreeChars"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +000074 "PyTokenizer_FromString"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +000075 "PyTokenizer_Free"
Thomas Wouters0e3f5912006-08-11 14:57:12 +000076 "PyTokenizer_FromFile"
Andrew MacIntyreab495052002-12-31 11:25:42 +000077 "PyTokenizer_Get"
78 "_PyParser_TokenNames"
79
Thomas Wouters0e3f5912006-08-11 14:57:12 +000080; From python25_s.lib(myreadline)
Andrew MacIntyre96b37252004-10-03 08:11:30 +000081 "_PyOS_ReadlineTState"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000082 "PyOS_ReadlineFunctionPointer"
83 "PyOS_StdioReadline"
84 "PyOS_Readline"
85 "PyOS_InputHook"
86
Thomas Wouters0e3f5912006-08-11 14:57:12 +000087; From python25_s.lib(abstract)
88 "_PyObject_LengthHint"
89 "PyMapping_Size"
90 "PyObject_CallMethod"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000091 "PyObject_GetItem"
92 "PySequence_GetItem"
93 "PyObject_SetItem"
94 "PySequence_SetItem"
95 "PyObject_DelItem"
96 "PySequence_DelItem"
Andrew MacIntyreab495052002-12-31 11:25:42 +000097 "PyNumber_Multiply"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000098 "PyNumber_InPlaceAdd"
99 "PyNumber_InPlaceMultiply"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000100 "PyNumber_Int"
101 "PyNumber_Long"
102 "PyNumber_Float"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000103 "PySequence_Concat"
104 "PySequence_Repeat"
105 "PySequence_InPlaceConcat"
106 "PySequence_InPlaceRepeat"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000107 "PySequence_GetSlice"
108 "PySequence_SetSlice"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000109 "PySequence_Tuple"
110 "PyObject_GetIter"
111 "PyIter_Next"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000112 "PySequence_Fast"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000113 "_PySequence_IterSearch"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000114 "PyObject_CallFunction"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000115 "_PyObject_CallFunction_SizeT"
116 "_PyObject_CallMethod_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000117 "PyObject_CallMethodObjArgs"
118 "PyObject_CallFunctionObjArgs"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000119 "PyObject_Cmp"
120 "PyObject_Call"
121 "PyObject_CallObject"
122 "PyObject_Type"
123 "PyObject_Size"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000124 "PyObject_Length"
125 "PyObject_DelItemString"
126 "PyObject_AsCharBuffer"
127 "PyObject_CheckReadBuffer"
128 "PyObject_AsReadBuffer"
129 "PyObject_AsWriteBuffer"
130 "PyNumber_Check"
131 "PyNumber_Add"
132 "PyNumber_Subtract"
133 "PyNumber_Divide"
134 "PyNumber_FloorDivide"
135 "PyNumber_TrueDivide"
136 "PyNumber_Remainder"
137 "PyNumber_Divmod"
138 "PyNumber_Power"
139 "PyNumber_Negative"
140 "PyNumber_Positive"
141 "PyNumber_Absolute"
142 "PyNumber_Invert"
143 "PyNumber_Lshift"
144 "PyNumber_Rshift"
145 "PyNumber_And"
146 "PyNumber_Xor"
147 "PyNumber_Or"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000148 "PyNumber_Index"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000149 "PyNumber_InPlaceSubtract"
150 "PyNumber_InPlaceDivide"
151 "PyNumber_InPlaceFloorDivide"
152 "PyNumber_InPlaceTrueDivide"
153 "PyNumber_InPlaceRemainder"
154 "PyNumber_InPlacePower"
155 "PyNumber_InPlaceLshift"
156 "PyNumber_InPlaceRshift"
157 "PyNumber_InPlaceAnd"
158 "PyNumber_InPlaceXor"
159 "PyNumber_InPlaceOr"
160 "PySequence_Check"
161 "PySequence_Size"
162 "PySequence_Length"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000163 "PySequence_DelSlice"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000164 "PySequence_List"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000165 "PySequence_Count"
166 "PySequence_Contains"
167 "PySequence_In"
168 "PySequence_Index"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000169 "PyMapping_Check"
170 "PyMapping_Length"
171 "PyMapping_HasKeyString"
172 "PyMapping_HasKey"
173 "PyMapping_GetItemString"
174 "PyMapping_SetItemString"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000175 "PyObject_IsInstance"
176 "PyObject_IsSubclass"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000177
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000178; From python25_s.lib(boolobject)
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000179 "PyBool_FromLong"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000180 "PyBool_Type"
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000181 "_Py_ZeroStruct"
182 "_Py_TrueStruct"
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000183
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000184; From python25_s.lib(bufferobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000185 "PyBuffer_FromObject"
186 "PyBuffer_FromReadWriteObject"
187 "PyBuffer_FromMemory"
188 "PyBuffer_FromReadWriteMemory"
189 "PyBuffer_New"
190 "PyBuffer_Type"
191
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000192; From python25_s.lib(cellobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000193 "PyCell_New"
194 "PyCell_Get"
195 "PyCell_Set"
196 "PyCell_Type"
197
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000198; From python25_s.lib(classobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000199 "PyClass_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000200 "PyClass_IsSubclass"
201 "PyInstance_New"
202 "PyInstance_NewRaw"
203 "PyMethod_New"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000204 "PyMethod_Function"
205 "PyMethod_Self"
206 "PyMethod_Class"
207 "_PyInstance_Lookup"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000208 "PyMethod_Fini"
209 "PyClass_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000210 "PyInstance_Type"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000211 "PyMethod_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000212
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000213; From python25_s.lib(cobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000214 "PyCObject_FromVoidPtr"
215 "PyCObject_FromVoidPtrAndDesc"
216 "PyCObject_AsVoidPtr"
217 "PyCObject_GetDesc"
218 "PyCObject_Import"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000219 "PyCObject_SetVoidPtr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000220 "PyCObject_Type"
221
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000222; From python25_s.lib(codeobject)
223 "PyCode_New"
224 "PyCode_Addr2Line"
225 "PyCode_CheckLineNumber"
226 "PyCode_Type"
227
228; From python25_s.lib(complexobject)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000229 "_Py_c_pow"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000230 "_Py_c_sum"
231 "_Py_c_diff"
232 "_Py_c_neg"
233 "_Py_c_prod"
234 "_Py_c_quot"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000235 "PyComplex_FromCComplex"
236 "PyComplex_FromDoubles"
237 "PyComplex_RealAsDouble"
238 "PyComplex_ImagAsDouble"
239 "PyComplex_AsCComplex"
240 "PyComplex_Type"
241
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000242; From python25_s.lib(descrobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000243 "PyWrapper_New"
244 "PyDescr_NewMethod"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000245 "PyDescr_NewClassMethod"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000246 "PyDescr_NewMember"
247 "PyDescr_NewGetSet"
248 "PyDescr_NewWrapper"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000249 "PyDictProxy_New"
250 "PyWrapperDescr_Type"
251 "PyProperty_Type"
252
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000253; From python25_s.lib(dictobject)
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000254 "PyDict_New"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000255 "PyDict_GetItem"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000256 "PyDict_SetItem"
257 "PyDict_DelItem"
258 "PyDict_Clear"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000259 "PyDict_MergeFromSeq2"
260 "PyDict_Merge"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000261 "PyDict_Keys"
262 "PyDict_Values"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000263 "PyDict_Contains"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000264 "PyDict_Next"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000265 "PyDict_Items"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000266 "PyDict_Size"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000267 "PyDict_Copy"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000268 "PyDict_Update"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000269 "PyDict_GetItemString"
270 "PyDict_SetItemString"
271 "PyDict_DelItemString"
272 "PyDict_Type"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000273 "PyDictIterKey_Type"
274 "PyDictIterValue_Type"
275 "PyDictIterItem_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000276
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000277; From python25_s.lib(enumobject)
Andrew MacIntyre63c9d502002-04-30 12:06:23 +0000278 "PyEnum_Type"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000279 "PyReversed_Type"
Andrew MacIntyre63c9d502002-04-30 12:06:23 +0000280
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000281; From python25_s.lib(fileobject)
282 "PyFile_FromString"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000283 "Py_UniversalNewlineFread"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000284 "PyFile_GetLine"
285 "PyFile_SoftSpace"
286 "PyFile_WriteObject"
287 "PyFile_WriteString"
288 "PyObject_AsFileDescriptor"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000289 "Py_UniversalNewlineFgets"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000290 "PyFile_SetBufSize"
291 "PyFile_SetEncoding"
292 "PyFile_FromFile"
293 "PyFile_AsFile"
294 "PyFile_Name"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000295 "PyFile_Type"
296
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000297; From python25_s.lib(floatobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000298 "PyFloat_FromString"
299 "PyFloat_AsDouble"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000300 "PyFloat_Fini"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000301 "_PyFloat_Pack4"
302 "_PyFloat_Pack8"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000303 "_PyFloat_Unpack4"
304 "_PyFloat_Unpack8"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000305 "PyFloat_FromDouble"
306 "PyFloat_AsReprString"
307 "PyFloat_AsString"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000308 "_PyFloat_Init"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000309 "PyFloat_AsStringEx"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000310 "PyFloat_Type"
311
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000312; From python25_s.lib(frameobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000313 "PyFrame_New"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000314 "PyFrame_FastToLocals"
315 "PyFrame_LocalsToFast"
316 "_PyFrame_Init"
317 "PyFrame_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000318 "PyFrame_BlockSetup"
319 "PyFrame_BlockPop"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000320 "PyFrame_Type"
321
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000322; From python25_s.lib(funcobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000323 "PyFunction_New"
324 "PyFunction_GetCode"
325 "PyFunction_GetGlobals"
Andrew MacIntyre4f28c4d2003-02-19 12:42:36 +0000326 "PyFunction_GetModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000327 "PyFunction_GetDefaults"
328 "PyFunction_SetDefaults"
329 "PyFunction_GetClosure"
330 "PyFunction_SetClosure"
331 "PyClassMethod_New"
332 "PyStaticMethod_New"
333 "PyFunction_Type"
334 "PyClassMethod_Type"
335 "PyStaticMethod_Type"
336
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000337; From python25_s.lib(genobject)
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000338 "PyGen_New"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000339 "PyGen_NeedsFinalizing"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000340 "PyGen_Type"
341
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000342; From python25_s.lib(iterobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000343 "PySeqIter_New"
344 "PyCallIter_New"
345 "PySeqIter_Type"
346 "PyCallIter_Type"
347
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000348; From python25_s.lib(listobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000349 "PyList_New"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000350 "PyList_Append"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000351 "PyList_Size"
352 "PyList_GetItem"
353 "PyList_SetItem"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000354 "PyList_Insert"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000355 "PyList_GetSlice"
356 "PyList_SetSlice"
357 "PyList_Sort"
358 "PyList_Reverse"
359 "PyList_AsTuple"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000360 "_PyList_Extend"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000361 "PyList_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000362 "PyList_Type"
Andrew MacIntyreb3bfa7f2002-06-10 08:05:26 +0000363 "PyListIter_Type"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000364 "PyListRevIter_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000365
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000366; From python25_s.lib(longobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000367 "PyLong_FromDouble"
368 "PyLong_AsLong"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000369 "_PyLong_AsSsize_t"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000370 "PyLong_AsUnsignedLong"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000371 "_PyLong_FromByteArray"
372 "_PyLong_AsByteArray"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000373 "PyLong_AsDouble"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000374 "PyLong_FromLongLong"
375 "PyLong_AsLongLong"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000376 "PyLong_FromString"
377 "PyLong_FromLong"
378 "PyLong_FromUnsignedLong"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000379 "PyLong_AsUnsignedLongMask"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000380 "_PyLong_FromSize_t"
381 "_PyLong_FromSsize_t"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000382 "_PyLong_AsScaledDouble"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000383 "PyLong_FromVoidPtr"
384 "PyLong_AsVoidPtr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000385 "PyLong_FromUnsignedLongLong"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000386 "PyLong_AsUnsignedLongLong"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000387 "PyLong_AsUnsignedLongLongMask"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000388 "PyLong_FromUnicode"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000389 "_PyLong_Sign"
390 "_PyLong_NumBits"
391 "_PyLong_New"
392 "_PyLong_Copy"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000393 "PyLong_Type"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000394 "_PyLong_DigitValue"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000395
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000396; From python25_s.lib(methodobject)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000397 "PyCFunction_Call"
398 "Py_FindMethodInChain"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000399 "PyCFunction_GetFunction"
400 "PyCFunction_GetSelf"
401 "PyCFunction_GetFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000402 "Py_FindMethod"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000403 "PyCFunction_NewEx"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000404 "PyCFunction_Fini"
Andrew MacIntyre4f28c4d2003-02-19 12:42:36 +0000405 "PyCFunction_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000406 "PyCFunction_Type"
407
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000408; From python25_s.lib(moduleobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000409 "PyModule_New"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000410 "_PyModule_Clear"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000411 "PyModule_GetDict"
412 "PyModule_GetName"
413 "PyModule_GetFilename"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000414 "PyModule_Type"
415
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000416; From python25_s.lib(object)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000417 "Py_DivisionWarningFlag"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000418 "PyObject_Str"
419 "PyObject_Repr"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000420 "_PyObject_Str"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000421 "PyObject_Unicode"
422 "PyObject_GetAttr"
423 "PyObject_IsTrue"
424 "PyNumber_CoerceEx"
425 "PyObject_Compare"
426 "PyObject_RichCompare"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000427 "_Py_HashDouble"
428 "PyObject_Hash"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000429 "PyObject_SetAttr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000430 "PyObject_GenericGetAttr"
431 "PyObject_GenericSetAttr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000432 "PyCallable_Check"
433 "PyObject_Dir"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000434 "PyMem_Malloc"
435 "PyMem_Realloc"
436 "PyMem_Free"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000437 "PyObject_Print"
438 "_PyObject_Dump"
439 "PyObject_RichCompareBool"
440 "PyObject_GetAttrString"
441 "PyObject_SetAttrString"
442 "PyObject_HasAttrString"
443 "PyObject_HasAttr"
444 "_PyObject_GetDictPtr"
445 "PyObject_SelfIter"
446 "PyObject_Not"
447 "PyNumber_Coerce"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000448 "Py_ReprEnter"
449 "Py_ReprLeave"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000450 "_Py_HashPointer"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000451 "Py_IncRef"
452 "Py_DecRef"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000453 "_PyTrash_deposit_object"
454 "_PyTrash_destroy_chain"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000455 "PyObject_Init"
456 "PyObject_InitVar"
457 "_PyObject_New"
458 "_PyObject_NewVar"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000459 "_Py_ReadyTypes"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000460 "_Py_SwappedOp"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000461 "_Py_NotImplementedStruct"
462 "_Py_NoneStruct"
463 "_Py_cobject_hack"
464 "_Py_abstract_hack"
465 "_PyTrash_delete_nesting"
466 "_PyTrash_delete_later"
467
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000468; From python25_s.lib(obmalloc)
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000469 "PyObject_Malloc"
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000470 "PyObject_Free"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000471 "PyObject_Realloc"
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000472
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000473; From python25_s.lib(rangeobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000474 "PyRange_Type"
475
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000476; From python25_s.lib(setobject)
477 "PySet_Pop"
478 "PySet_New"
479 "PyFrozenSet_New"
480 "PySet_Size"
481 "PySet_Clear"
482 "PySet_Contains"
483 "PySet_Discard"
484 "PySet_Add"
485 "_PySet_Next"
486 "_PySet_Update"
487 "PySet_Fini"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000488 "PySet_Type"
489 "PyFrozenSet_Type"
490
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000491; From python25_s.lib(sliceobject)
492 "_PySlice_FromIndices"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000493 "PySlice_GetIndices"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000494 "PySlice_GetIndicesEx"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000495 "PySlice_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000496 "_Py_EllipsisObject"
497 "PySlice_Type"
498
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000499; From python25_s.lib(stringobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000500 "PyString_FromStringAndSize"
501 "PyString_InternInPlace"
502 "PyString_FromString"
503 "PyString_FromFormatV"
504 "PyString_AsString"
505 "_PyString_Resize"
506 "PyString_FromFormat"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000507 "PyString_AsDecodedString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000508 "PyString_AsEncodedString"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000509 "PyString_DecodeEscape"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000510 "PyString_Repr"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000511 "PyString_AsStringAndSize"
512 "_PyString_FormatLong"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000513 "PyString_Format"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000514 "_Py_ReleaseInternedStrings"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000515 "PyString_Size"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000516 "PyString_Concat"
517 "PyString_ConcatAndDel"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000518 "_PyString_Eq"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000519 "PyString_InternImmortal"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000520 "PyString_InternFromString"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000521 "_PyString_Join"
522 "PyString_Decode"
523 "PyString_Encode"
524 "PyString_AsEncodedObject"
525 "PyString_AsDecodedObject"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000526 "PyString_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000527 "PyString_Type"
Andrew MacIntyreb3bfa7f2002-06-10 08:05:26 +0000528 "PyBaseString_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000529
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000530; From python25_s.lib(structseq)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000531 "PyStructSequence_InitType"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000532 "PyStructSequence_New"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000533 "PyStructSequence_UnnamedField"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000534
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000535; From python25_s.lib(tupleobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000536 "PyTuple_New"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000537 "PyTuple_Pack"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000538 "_PyTuple_Resize"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000539 "PyTuple_Size"
540 "PyTuple_GetItem"
541 "PyTuple_SetItem"
542 "PyTuple_GetSlice"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000543 "PyTuple_Fini"
544 "PyTuple_Type"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000545 "PyTupleIter_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000546
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000547; From python25_s.lib(typeobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000548 "PyType_IsSubtype"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000549 "_PyType_Lookup"
550 "PyType_Ready"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000551 "PyType_GenericAlloc"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000552 "_PyObject_SlotCompare"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000553 "PyType_GenericNew"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000554 "PyType_Type"
555 "PyBaseObject_Type"
556 "PySuper_Type"
557
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000558; From python25_s.lib(unicodeobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000559 "PyUnicodeUCS2_Resize"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000560 "PyUnicodeUCS2_FromOrdinal"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000561 "PyUnicodeUCS2_FromObject"
562 "PyUnicodeUCS2_FromEncodedObject"
563 "PyUnicodeUCS2_Decode"
564 "PyUnicodeUCS2_GetDefaultEncoding"
565 "PyUnicodeUCS2_DecodeUTF8"
566 "PyUnicodeUCS2_DecodeLatin1"
567 "PyUnicodeUCS2_DecodeASCII"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000568 "PyUnicodeUCS2_AsEncodedString"
569 "PyUnicodeUCS2_AsUTF8String"
570 "PyUnicodeUCS2_AsLatin1String"
571 "PyUnicodeUCS2_AsASCIIString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000572 "PyUnicode_DecodeUTF7"
573 "PyUnicode_EncodeUTF7"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000574 "PyUnicodeUCS2_DecodeUTF8Stateful"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000575 "PyUnicodeUCS2_EncodeUTF8"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000576 "PyUnicodeUCS2_DecodeUTF16Stateful"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000577 "PyUnicodeUCS2_AsUTF16String"
578 "PyUnicodeUCS2_DecodeUnicodeEscape"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000579 "PyUnicodeUCS2_DecodeRawUnicodeEscape"
580 "PyUnicodeUCS2_EncodeRawUnicodeEscape"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000581 "_PyUnicode_DecodeUnicodeInternal"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000582 "PyUnicodeUCS2_DecodeCharmap"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000583 "PyUnicode_BuildEncodingMap"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000584 "PyUnicodeUCS2_EncodeCharmap"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000585 "PyUnicodeUCS2_TranslateCharmap"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000586 "PyUnicodeUCS2_EncodeDecimal"
587 "PyUnicodeUCS2_Count"
588 "PyUnicodeUCS2_Find"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000589 "PyUnicodeUCS2_Join"
590 "PyUnicodeUCS2_Splitlines"
591 "PyUnicodeUCS2_Compare"
592 "PyUnicodeUCS2_Contains"
593 "PyUnicodeUCS2_Concat"
Andrew MacIntyre63c9d502002-04-30 12:06:23 +0000594 "_PyUnicode_XStrip"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000595 "PyUnicodeUCS2_Replace"
596 "PyUnicodeUCS2_Split"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000597 "PyUnicodeUCS2_RSplit"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000598 "PyUnicodeUCS2_Format"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000599 "_PyUnicodeUCS2_Init"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000600 "_PyUnicodeUCS2_Fini"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000601 "PyUnicodeUCS2_FromUnicode"
602 "PyUnicodeUCS2_AsUnicode"
603 "PyUnicodeUCS2_GetSize"
604 "PyUnicodeUCS2_GetMax"
605 "_PyUnicodeUCS2_AsDefaultEncodedString"
606 "PyUnicodeUCS2_SetDefaultEncoding"
607 "PyUnicodeUCS2_Encode"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000608 "PyUnicodeUCS2_AsEncodedObject"
609 "PyUnicodeUCS2_DecodeUTF16"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000610 "PyUnicodeUCS2_EncodeUTF16"
611 "PyUnicodeUCS2_AsUnicodeEscapeString"
612 "PyUnicodeUCS2_EncodeUnicodeEscape"
613 "PyUnicodeUCS2_AsRawUnicodeEscapeString"
614 "PyUnicodeUCS2_EncodeLatin1"
615 "PyUnicodeUCS2_EncodeASCII"
616 "PyUnicodeUCS2_AsCharmapString"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000617 "PyUnicodeUCS2_Partition"
618 "PyUnicodeUCS2_RPartition"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000619 "PyUnicodeUCS2_Translate"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000620 "PyUnicodeUCS2_Tailmatch"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000621 "PyUnicode_AsDecodedObject"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000622 "PyUnicode_Type"
623
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000624; From python25_s.lib(unicodectype)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000625 "_PyUnicode_TypeRecords"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000626 "_PyUnicodeUCS2_ToNumeric"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000627 "_PyUnicodeUCS2_IsLowercase"
628 "_PyUnicodeUCS2_IsUppercase"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000629 "_PyUnicodeUCS2_IsTitlecase"
630 "_PyUnicodeUCS2_IsWhitespace"
631 "_PyUnicodeUCS2_IsLinebreak"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000632 "_PyUnicodeUCS2_ToLowercase"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000633 "_PyUnicodeUCS2_ToUppercase"
634 "_PyUnicodeUCS2_ToTitlecase"
635 "_PyUnicodeUCS2_ToDecimalDigit"
636 "_PyUnicodeUCS2_ToDigit"
637 "_PyUnicodeUCS2_IsDecimalDigit"
638 "_PyUnicodeUCS2_IsDigit"
639 "_PyUnicodeUCS2_IsNumeric"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000640 "_PyUnicodeUCS2_IsAlpha"
641
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000642; From python25_s.lib(weakrefobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000643 "PyWeakref_NewRef"
644 "PyWeakref_NewProxy"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000645 "PyObject_ClearWeakRefs"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000646 "PyWeakref_GetObject"
647 "_PyWeakref_GetWeakrefCount"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000648 "_PyWeakref_ClearRef"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000649 "_PyWeakref_RefType"
650 "_PyWeakref_ProxyType"
651 "_PyWeakref_CallableProxyType"
652
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000653; From python25_s.lib(Python-ast)
654; "init_ast"
655 "Module"
656 "Interactive"
657 "Expression"
658 "Suite"
659 "FunctionDef"
660 "ClassDef"
661 "Return"
662 "Delete"
663 "Assign"
664 "AugAssign"
665 "Print"
666 "For"
667 "While"
668 "If"
669 "With"
670 "Raise"
671 "TryExcept"
672 "TryFinally"
673 "Assert"
674 "Import"
675 "ImportFrom"
676 "Exec"
677 "Global"
678 "Expr"
679 "Pass"
680 "Break"
681 "Continue"
682 "BoolOp"
683 "BinOp"
684 "UnaryOp"
685 "Lambda"
686 "IfExp"
687 "Dict"
688 "ListComp"
689 "GeneratorExp"
690 "Yield"
691 "Compare"
692 "Call"
693 "Repr"
694 "Num"
695 "Str"
696 "Attribute"
697 "Subscript"
698 "Name"
699 "List"
700 "Tuple"
701 "Ellipsis"
702 "Slice"
703 "ExtSlice"
704 "Index"
705 "comprehension"
706 "excepthandler"
707 "arguments"
708 "keyword"
709 "alias"
710 "PyAST_mod2obj"
711
712; From python25_s.lib(asdl)
713 "asdl_seq_new"
714 "asdl_int_seq_new"
715
716; From python25_s.lib(ast)
717 "PyAST_FromNode"
718
719; From python25_s.lib(bltinmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000720 "_PyBuiltin_Init"
721 "Py_FileSystemDefaultEncoding"
722
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000723; From python25_s.lib(exceptions)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000724 "PyUnicodeEncodeError_GetStart"
725 "PyUnicodeDecodeError_GetStart"
726 "PyUnicodeEncodeError_GetEnd"
727 "PyUnicodeDecodeError_GetEnd"
728 "_PyExc_Init"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000729 "PyUnicodeDecodeError_Create"
730 "PyUnicodeEncodeError_Create"
731 "PyUnicodeTranslateError_Create"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000732 "PyUnicodeEncodeError_GetEncoding"
733 "PyUnicodeDecodeError_GetEncoding"
734 "PyUnicodeEncodeError_GetObject"
735 "PyUnicodeDecodeError_GetObject"
736 "PyUnicodeTranslateError_GetObject"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000737 "PyUnicodeTranslateError_GetStart"
738 "PyUnicodeEncodeError_SetStart"
739 "PyUnicodeDecodeError_SetStart"
740 "PyUnicodeTranslateError_SetStart"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000741 "PyUnicodeTranslateError_GetEnd"
742 "PyUnicodeEncodeError_SetEnd"
743 "PyUnicodeDecodeError_SetEnd"
744 "PyUnicodeTranslateError_SetEnd"
745 "PyUnicodeEncodeError_GetReason"
746 "PyUnicodeDecodeError_GetReason"
747 "PyUnicodeTranslateError_GetReason"
748 "PyUnicodeEncodeError_SetReason"
749 "PyUnicodeDecodeError_SetReason"
750 "PyUnicodeTranslateError_SetReason"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000751 "_PyExc_Fini"
752 "PyExc_BaseException"
753 "PyExc_Exception"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000754 "PyExc_TypeError"
755 "PyExc_StopIteration"
756 "PyExc_GeneratorExit"
757 "PyExc_SystemExit"
758 "PyExc_KeyboardInterrupt"
759 "PyExc_ImportError"
760 "PyExc_EnvironmentError"
761 "PyExc_IOError"
762 "PyExc_OSError"
763 "PyExc_EOFError"
764 "PyExc_RuntimeError"
765 "PyExc_NotImplementedError"
766 "PyExc_NameError"
767 "PyExc_UnboundLocalError"
768 "PyExc_AttributeError"
769 "PyExc_IndexError"
770 "PyExc_SyntaxError"
771 "PyExc_IndentationError"
772 "PyExc_TabError"
773 "PyExc_LookupError"
774 "PyExc_KeyError"
775 "PyExc_ValueError"
776 "PyExc_UnicodeError"
777 "PyExc_UnicodeEncodeError"
778 "PyExc_UnicodeDecodeError"
779 "PyExc_UnicodeTranslateError"
780 "PyExc_AssertionError"
781 "PyExc_ArithmeticError"
782 "PyExc_FloatingPointError"
783 "PyExc_OverflowError"
784 "PyExc_ZeroDivisionError"
785 "PyExc_SystemError"
786 "PyExc_ReferenceError"
787 "PyExc_MemoryError"
788 "PyExc_Warning"
789 "PyExc_UserWarning"
790 "PyExc_DeprecationWarning"
791 "PyExc_PendingDeprecationWarning"
792 "PyExc_SyntaxWarning"
793 "PyExc_RuntimeWarning"
794 "PyExc_FutureWarning"
795 "PyExc_ImportWarning"
796 "PyExc_MemoryErrorInst"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000797
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000798; From python25_s.lib(ceval)
799 "PyEval_EvalFrameEx"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000800 "PyEval_CallObjectWithKeywords"
801 "PyEval_EvalCodeEx"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000802 "PyEval_GetFrame"
803 "PyEval_CallObject"
804 "PyEval_SetProfile"
805 "PyEval_SetTrace"
806 "PyEval_GetBuiltins"
807 "PyEval_GetGlobals"
808 "PyEval_GetLocals"
809 "PyEval_GetRestricted"
810 "PyEval_MergeCompilerFlags"
811 "Py_FlushLine"
812 "Py_AddPendingCall"
813 "Py_MakePendingCalls"
814 "Py_SetRecursionLimit"
815 "Py_GetRecursionLimit"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000816 "_Py_CheckRecursiveCall"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000817 "PyEval_GetFuncName"
818 "PyEval_GetFuncDesc"
Andrew MacIntyre4f28c4d2003-02-19 12:42:36 +0000819 "PyEval_GetCallStats"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000820 "PyEval_EvalFrame"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000821 "PyEval_SaveThread"
822 "PyEval_RestoreThread"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000823 "PyEval_ThreadsInitialized"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000824 "PyEval_InitThreads"
825 "PyEval_AcquireLock"
826 "PyEval_ReleaseLock"
827 "PyEval_AcquireThread"
828 "PyEval_ReleaseThread"
829 "PyEval_ReInitThreads"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000830 "_PyEval_SliceIndex"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000831 "PyEval_EvalCode"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000832 "_PyEval_CallTracing"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000833 "_Py_CheckRecursionLimit"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000834 "_Py_CheckInterval"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000835 "_Py_Ticker"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000836
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000837; From python25_s.lib(compile)
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000838 "_Py_Mangle"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000839 "PyAST_Compile"
840 "PyNode_Compile"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000841 "Py_OptimizeFlag"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000842
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000843; From python25_s.lib(codecs)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000844 "_PyCodec_Lookup"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000845 "PyCodec_Encode"
846 "PyCodec_Decode"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000847 "PyCodec_IgnoreErrors"
848 "PyCodec_ReplaceErrors"
849 "PyCodec_XMLCharRefReplaceErrors"
850 "PyCodec_BackslashReplaceErrors"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000851 "PyCodec_Register"
852 "PyCodec_Encoder"
853 "PyCodec_Decoder"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000854 "PyCodec_IncrementalEncoder"
855 "PyCodec_IncrementalDecoder"
856 "PyCodec_StreamReader"
857 "PyCodec_StreamWriter"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000858 "PyCodec_RegisterError"
859 "PyCodec_LookupError"
860 "PyCodec_StrictErrors"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000861
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000862; From python25_s.lib(errors)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000863 "PyErr_SetNone"
864 "PyErr_SetString"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000865 "PyErr_GivenExceptionMatches"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000866 "PyErr_NormalizeException"
867 "PyErr_Fetch"
868 "PyErr_Clear"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000869 "PyErr_NoMemory"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000870 "PyErr_SetFromErrnoWithFilenameObject"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000871 "PyErr_Format"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000872 "PyErr_NewException"
873 "PyErr_WriteUnraisable"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000874 "PyErr_SyntaxLocation"
875 "PyErr_ProgramText"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000876 "PyErr_SetObject"
877 "PyErr_Occurred"
878 "PyErr_Restore"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000879 "PyErr_ExceptionMatches"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000880 "PyErr_BadArgument"
881 "PyErr_SetFromErrno"
882 "PyErr_SetFromErrnoWithFilename"
883 "PyErr_BadInternalCall"
884 "_PyErr_BadInternalCall"
885 "PyErr_Warn"
886 "PyErr_WarnExplicit"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000887
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000888; From python25_s.lib(frozen)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000889 "PyImport_FrozenModules"
890
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000891; From python25_s.lib(frozenmain)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000892 "Py_FrozenMain"
893
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000894; From python25_s.lib(future)
895 "PyFuture_FromAST"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000896
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000897; From python25_s.lib(getargs)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000898 "PyArg_Parse"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000899 "_PyArg_Parse_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000900 "PyArg_ParseTuple"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000901 "_PyArg_ParseTuple_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000902 "PyArg_ParseTupleAndKeywords"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000903 "_PyArg_ParseTupleAndKeywords_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000904 "PyArg_UnpackTuple"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000905 "_PyArg_NoKeywords"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000906 "PyArg_VaParse"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000907 "PyArg_VaParseTupleAndKeywords"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000908 "_PyArg_VaParse_SizeT"
909 "_PyArg_VaParseTupleAndKeywords_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000910
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000911; From python25_s.lib(getcompiler)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000912 "Py_GetCompiler"
913
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000914; From python25_s.lib(getcopyright)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000915 "Py_GetCopyright"
916
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000917; From python25_s.lib(getmtime)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000918 "PyOS_GetLastModificationTime"
919
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000920; From python25_s.lib(getplatform)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000921 "Py_GetPlatform"
922
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000923; From python25_s.lib(getversion)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000924 "Py_GetVersion"
925
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000926; From python25_s.lib(graminit)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000927 "_PyParser_Grammar"
928
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000929; From python25_s.lib(import)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000930 "_PyImport_Init"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000931 "_PyImportHooks_Init"
932 "PyImport_ImportModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000933 "PyImport_Cleanup"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000934 "_PyImport_FixupExtension"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000935 "PyImport_AddModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000936 "PyImport_ExecCodeModuleEx"
937 "PyImport_ImportFrozenModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000938 "PyImport_ImportModuleEx"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000939 "PyImport_ImportModuleLevel"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000940 "PyImport_ReloadModule"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000941 "PyImport_Import"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000942; "initimp"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000943 "_PyImport_Fini"
944 "PyImport_GetMagicNumber"
945 "PyImport_ExecCodeModule"
946 "PyImport_GetModuleDict"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000947 "_PyImport_FindModule"
948 "_PyImport_IsScript"
949 "_PyImport_ReInitLock"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000950 "_PyImport_FindExtension"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000951 "PyImport_AppendInittab"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000952 "PyImport_ExtendInittab"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000953 "PyImport_Inittab"
954 "_PyImport_Filetab"
955
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000956; From python25_s.lib(importdl)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000957 "_PyImport_LoadDynamicModule"
958
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000959; From python25_s.lib(marshal)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000960 "PyMarshal_ReadLongFromFile"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000961 "PyMarshal_WriteObjectToString"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000962 "PyMarshal_WriteLongToFile"
963 "PyMarshal_WriteObjectToFile"
964 "PyMarshal_ReadShortFromFile"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000965 "PyMarshal_ReadObjectFromFile"
966 "PyMarshal_ReadLastObjectFromFile"
967 "PyMarshal_ReadObjectFromString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000968 "PyMarshal_Init"
969
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000970; From python25_s.lib(modsupport)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000971 "Py_InitModule4"
972 "Py_BuildValue"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000973 "_Py_BuildValue_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000974 "PyEval_CallFunction"
975 "PyEval_CallMethod"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000976 "_Py_VaBuildValue_SizeT"
977 "Py_VaBuildValue"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000978 "PyModule_AddObject"
979 "PyModule_AddIntConstant"
980 "PyModule_AddStringConstant"
981 "_Py_PackageContext"
982
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000983; From python25_s.lib(mysnprintf)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000984 "PyOS_snprintf"
985 "PyOS_vsnprintf"
986
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000987; From python25_s.lib(mystrtoul)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000988 "PyOS_strtoul"
989 "PyOS_strtol"
990
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000991; From python25_s.lib(pyarena)
992 "PyArena_New"
993 "PyArena_Free"
994 "PyArena_Malloc"
995 "PyArena_AddPyObject"
996
997; From python25_s.lib(pyfpe)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000998 "PyFPE_dummy"
999
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001000; From python25_s.lib(pystate)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001001 "PyInterpreterState_Clear"
1002 "PyThreadState_Clear"
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001003 "_PyThread_CurrentFrames"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001004 "PyGILState_Ensure"
1005 "PyGILState_Release"
1006 "PyInterpreterState_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001007 "PyInterpreterState_Delete"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001008 "PyThreadState_Delete"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001009 "PyThreadState_New"
1010 "PyThreadState_DeleteCurrent"
1011 "PyThreadState_Get"
1012 "PyThreadState_Swap"
1013 "PyThreadState_GetDict"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001014 "PyThreadState_SetAsyncExc"
1015 "PyGILState_GetThisThreadState"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001016 "PyInterpreterState_Head"
1017 "PyInterpreterState_Next"
1018 "PyInterpreterState_ThreadHead"
1019 "PyThreadState_Next"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001020 "_PyGILState_Init"
1021 "_PyGILState_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001022 "_PyThreadState_Current"
Andrew MacIntyreab495052002-12-31 11:25:42 +00001023 "_PyThreadState_GetFrame"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001024
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001025; From python25_s.lib(pystrtod)
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001026 "PyOS_ascii_strtod"
1027 "PyOS_ascii_formatd"
1028 "PyOS_ascii_atof"
1029
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001030; From python25_s.lib(pythonrun)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001031 "Py_IgnoreEnvironmentFlag"
1032 "Py_DebugFlag"
1033 "Py_VerboseFlag"
1034 "Py_NoSiteFlag"
1035 "Py_InteractiveFlag"
1036 "Py_FrozenFlag"
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001037 "Py_InitializeEx"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001038 "Py_FatalError"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001039 "Py_NewInterpreter"
1040 "PyErr_Print"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001041 "PyRun_InteractiveOneFlags"
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001042 "PyParser_ASTFromFile"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001043 "PyRun_SimpleFileExFlags"
1044 "PyRun_FileExFlags"
1045 "Py_Exit"
1046 "PyErr_PrintEx"
1047 "PyErr_Display"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001048 "Py_SetProgramName"
1049 "Py_GetProgramName"
1050 "Py_SetPythonHome"
1051 "Py_GetPythonHome"
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001052 "Py_Initialize"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001053 "Py_Finalize"
1054 "Py_IsInitialized"
1055 "Py_EndInterpreter"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001056 "PyRun_AnyFileFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001057 "Py_FdIsInteractive"
1058 "PyRun_InteractiveLoopFlags"
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001059 "PyRun_AnyFileExFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001060 "PyRun_SimpleStringFlags"
1061 "PyRun_StringFlags"
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001062 "PyParser_ASTFromString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001063 "PyParser_SimpleParseStringFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001064 "PyParser_SimpleParseFileFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001065 "Py_CompileStringFlags"
1066 "Py_SymtableString"
1067 "Py_AtExit"
1068 "PyOS_getsig"
1069 "PyOS_setsig"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001070 "PyParser_SetError"
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001071 "PyModule_GetWarningsModule"
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001072 "PyParser_SimpleParseStringFlagsFilename"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001073 "PyParser_SimpleParseStringFilename"
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001074 "PyParser_SimpleParseFile"
1075 "PyParser_SimpleParseString"
1076 "PyRun_AnyFile"
1077 "PyRun_AnyFileEx"
1078 "PyRun_File"
1079 "PyRun_FileEx"
1080 "PyRun_FileFlags"
1081 "PyRun_SimpleFile"
1082 "PyRun_SimpleFileEx"
1083 "PyRun_String"
1084 "PyRun_SimpleString"
1085 "Py_CompileString"
1086 "PyRun_InteractiveOne"
1087 "PyRun_InteractiveLoop"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001088 "Py_UseClassExceptionsFlag"
1089 "Py_UnicodeFlag"
1090 "_Py_QnewFlag"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001091
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001092; From python25_s.lib(structmember)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001093 "PyMember_GetOne"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001094 "PyMember_SetOne"
1095
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001096; From python25_s.lib(symtable)
1097 "PySymtable_Build"
1098 "PySymtable_Free"
1099 "PyST_GetScope"
1100 "PySymtable_Lookup"
1101 "PySTEntry_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001102
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001103; From python25_s.lib(sysmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001104 "_PySys_Init"
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001105 "PySys_WriteStderr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001106 "PySys_SetPath"
1107 "PySys_SetArgv"
1108 "PySys_WriteStdout"
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001109 "Py_SubversionRevision"
1110 "Py_SubversionShortBranch"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001111 "PySys_GetObject"
1112 "PySys_SetObject"
1113 "PySys_GetFile"
1114 "PySys_ResetWarnOptions"
1115 "PySys_AddWarnOption"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001116
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001117; From python25_s.lib(traceback)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001118 "PyTraceBack_Here"
1119 "PyTraceBack_Print"
1120 "PyTraceBack_Type"
1121
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001122; From python25_s.lib(getopt)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001123 "_PyOS_GetOpt"
1124 "_PyOS_opterr"
1125 "_PyOS_optind"
1126 "_PyOS_optarg"
1127
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001128; From python25_s.lib(dynload_shlib)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001129 "_PyImport_DynLoadFiletab"
1130 "_PyImport_GetDynLoadFunc"
1131
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001132; From python25_s.lib(thread)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001133 "PyThread_delete_key_value"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001134 "PyThread_init_thread"
1135 "PyThread_start_new_thread"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001136 "PyThread_exit_thread"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001137 "PyThread_get_thread_ident"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001138 "PyThread_allocate_lock"
1139 "PyThread_free_lock"
1140 "PyThread_acquire_lock"
1141 "PyThread_release_lock"
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001142 "PyThread_get_stacksize"
1143 "PyThread_set_stacksize"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001144 "PyThread_create_key"
1145 "PyThread_delete_key"
1146 "PyThread_set_key_value"
1147 "PyThread_get_key_value"
1148 "PyThread__exit_thread"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001149
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001150; From python25_s.lib(gcmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001151; "initgc"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001152 "_PyObject_GC_New"
1153 "_PyObject_GC_NewVar"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001154 "PyGC_Collect"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001155 "_PyObject_GC_Resize"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001156 "_PyObject_GC_Malloc"
1157 "PyObject_GC_Track"
1158 "PyObject_GC_UnTrack"
Andrew MacIntyre6c655312002-04-15 12:09:45 +00001159 "PyObject_GC_Del"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001160 "_PyGC_Dump"
1161 "_PyObject_GC_Track"
1162 "_PyObject_GC_UnTrack"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001163 "_PyObject_GC_Del"
1164 "_PyGC_generation0"
1165
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001166; From python25_s.lib(signalmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001167; "initsignal"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001168 "PyErr_CheckSignals"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001169 "PyErr_SetInterrupt"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001170 "PyOS_FiniInterrupts"
1171 "PyOS_InterruptOccurred"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001172 "PyOS_InitInterrupts"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001173 "PyOS_AfterFork"
1174
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001175; From python25_s.lib(posixmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001176; "initos2"
1177
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001178; From python25_s.lib(threadmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001179; "initthread"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001180
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001181; From python25_s.lib(arraymodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001182; "initarray"
1183; "array_methods"
1184
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001185; From python25_s.lib(binascii)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001186; "initbinascii"
1187
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001188; From python25_s.lib(cmathmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001189; "initcmath"
1190
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001191; From python25_s.lib(_codecsmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001192; "init_codecs"
1193
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001194; From python25_s.lib(collectionsmodule)
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001195; "initcollections"
1196 "dequeiter_type"
1197 "dequereviter_type"
1198
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001199; From python25_s.lib(cStringIO)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001200; "initcStringIO"
1201
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001202; From python25_s.lib(_csv)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001203; "init_csv"
1204
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001205; From python25_s.lib(datetimemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001206; "initdatetime"
1207
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001208; From python25_s.lib(dlmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001209; "initdl"
1210
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001211; From python25_s.lib(errnomodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001212; "initerrno"
1213
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001214; From python25_s.lib(fcntlmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001215; "initfcntl"
1216
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001217; From python25_s.lib(_functoolsmodule)
1218; "init_functools"
1219
1220; From python25_s.lib(_heapqmodule)
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001221; "init_heapq"
1222
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001223; From python25_s.lib(imageop)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001224; "initimageop"
1225
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001226; From python25_s.lib(itertoolsmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001227; "inititertools"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001228
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001229; From python25_s.lib(_localemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001230; "init_locale"
1231
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001232; From python25_s.lib(mathmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001233; "initmath"
1234
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001235; From python25_s.lib(operator)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001236; "initoperator"
1237
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001238; From python25_s.lib(_randommodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001239; "init_random"
1240
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001241; From python25_s.lib(sha256module)
1242; "init_sha256"
1243
1244; From python25_s.lib(sha512module)
1245; "init_sha512"
1246
1247; From python25_s.lib(_sre)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001248; "init_sre"
1249
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001250; From python25_s.lib(_struct)
1251; "init_struct"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001252
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001253; From python25_s.lib(symtablemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001254; "init_symtable"
1255
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001256; From python25_s.lib(termios)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001257; "inittermios"
1258
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001259; From python25_s.lib(timemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001260; "inittime"
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001261 "_PyTime_DoubleToTimet"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001262; "inittimezone"
1263
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001264; From python25_s.lib(_weakref)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001265; "init_weakref"
1266
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001267; From python25_s.lib(xxsubtype)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001268; "initxxsubtype"
1269
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001270; From python25_s.lib(zipimport)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001271; "initzipimport"