blob: 55242ea71b8195370e189996a21f082855b28ae7 [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(cellobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000185 "PyCell_New"
186 "PyCell_Get"
187 "PyCell_Set"
188 "PyCell_Type"
189
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000190; From python25_s.lib(classobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000191 "PyClass_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000192 "PyClass_IsSubclass"
193 "PyInstance_New"
194 "PyInstance_NewRaw"
195 "PyMethod_New"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000196 "PyMethod_Function"
197 "PyMethod_Self"
198 "PyMethod_Class"
199 "_PyInstance_Lookup"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000200 "PyMethod_Fini"
201 "PyClass_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000202 "PyInstance_Type"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000203 "PyMethod_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000204
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000205; From python25_s.lib(cobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000206 "PyCObject_FromVoidPtr"
207 "PyCObject_FromVoidPtrAndDesc"
208 "PyCObject_AsVoidPtr"
209 "PyCObject_GetDesc"
210 "PyCObject_Import"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000211 "PyCObject_SetVoidPtr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000212 "PyCObject_Type"
213
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000214; From python25_s.lib(codeobject)
215 "PyCode_New"
216 "PyCode_Addr2Line"
217 "PyCode_CheckLineNumber"
218 "PyCode_Type"
219
220; From python25_s.lib(complexobject)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000221 "_Py_c_pow"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000222 "_Py_c_sum"
223 "_Py_c_diff"
224 "_Py_c_neg"
225 "_Py_c_prod"
226 "_Py_c_quot"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000227 "PyComplex_FromCComplex"
228 "PyComplex_FromDoubles"
229 "PyComplex_RealAsDouble"
230 "PyComplex_ImagAsDouble"
231 "PyComplex_AsCComplex"
232 "PyComplex_Type"
233
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000234; From python25_s.lib(descrobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000235 "PyWrapper_New"
236 "PyDescr_NewMethod"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000237 "PyDescr_NewClassMethod"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000238 "PyDescr_NewMember"
239 "PyDescr_NewGetSet"
240 "PyDescr_NewWrapper"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000241 "PyDictProxy_New"
242 "PyWrapperDescr_Type"
243 "PyProperty_Type"
244
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000245; From python25_s.lib(dictobject)
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000246 "PyDict_New"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000247 "PyDict_GetItem"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000248 "PyDict_SetItem"
249 "PyDict_DelItem"
250 "PyDict_Clear"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000251 "PyDict_MergeFromSeq2"
252 "PyDict_Merge"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000253 "PyDict_Keys"
254 "PyDict_Values"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000255 "PyDict_Contains"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000256 "PyDict_Next"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000257 "PyDict_Items"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000258 "PyDict_Size"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000259 "PyDict_Copy"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000260 "PyDict_Update"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000261 "PyDict_GetItemString"
262 "PyDict_SetItemString"
263 "PyDict_DelItemString"
264 "PyDict_Type"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000265 "PyDictIterKey_Type"
266 "PyDictIterValue_Type"
267 "PyDictIterItem_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000268
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000269; From python25_s.lib(enumobject)
Andrew MacIntyre63c9d502002-04-30 12:06:23 +0000270 "PyEnum_Type"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000271 "PyReversed_Type"
Andrew MacIntyre63c9d502002-04-30 12:06:23 +0000272
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000273; From python25_s.lib(fileobject)
274 "PyFile_FromString"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000275 "Py_UniversalNewlineFread"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000276 "PyFile_GetLine"
277 "PyFile_SoftSpace"
278 "PyFile_WriteObject"
279 "PyFile_WriteString"
280 "PyObject_AsFileDescriptor"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000281 "Py_UniversalNewlineFgets"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000282 "PyFile_SetBufSize"
283 "PyFile_SetEncoding"
284 "PyFile_FromFile"
285 "PyFile_AsFile"
286 "PyFile_Name"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000287 "PyFile_Type"
288
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000289; From python25_s.lib(floatobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000290 "PyFloat_FromString"
291 "PyFloat_AsDouble"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000292 "PyFloat_Fini"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000293 "_PyFloat_Pack4"
294 "_PyFloat_Pack8"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000295 "_PyFloat_Unpack4"
296 "_PyFloat_Unpack8"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000297 "PyFloat_FromDouble"
298 "PyFloat_AsReprString"
299 "PyFloat_AsString"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000300 "_PyFloat_Init"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000301 "PyFloat_AsStringEx"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000302 "PyFloat_Type"
303
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000304; From python25_s.lib(frameobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000305 "PyFrame_New"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000306 "PyFrame_FastToLocals"
307 "PyFrame_LocalsToFast"
308 "_PyFrame_Init"
309 "PyFrame_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000310 "PyFrame_BlockSetup"
311 "PyFrame_BlockPop"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000312 "PyFrame_Type"
313
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000314; From python25_s.lib(funcobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000315 "PyFunction_New"
316 "PyFunction_GetCode"
317 "PyFunction_GetGlobals"
Andrew MacIntyre4f28c4d2003-02-19 12:42:36 +0000318 "PyFunction_GetModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000319 "PyFunction_GetDefaults"
320 "PyFunction_SetDefaults"
321 "PyFunction_GetClosure"
322 "PyFunction_SetClosure"
323 "PyClassMethod_New"
324 "PyStaticMethod_New"
325 "PyFunction_Type"
326 "PyClassMethod_Type"
327 "PyStaticMethod_Type"
328
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000329; From python25_s.lib(genobject)
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000330 "PyGen_New"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000331 "PyGen_NeedsFinalizing"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000332 "PyGen_Type"
333
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000334; From python25_s.lib(iterobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000335 "PySeqIter_New"
336 "PyCallIter_New"
337 "PySeqIter_Type"
338 "PyCallIter_Type"
339
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000340; From python25_s.lib(listobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000341 "PyList_New"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000342 "PyList_Append"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000343 "PyList_Size"
344 "PyList_GetItem"
345 "PyList_SetItem"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000346 "PyList_Insert"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000347 "PyList_GetSlice"
348 "PyList_SetSlice"
349 "PyList_Sort"
350 "PyList_Reverse"
351 "PyList_AsTuple"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000352 "_PyList_Extend"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000353 "PyList_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000354 "PyList_Type"
Andrew MacIntyreb3bfa7f2002-06-10 08:05:26 +0000355 "PyListIter_Type"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000356 "PyListRevIter_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000357
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000358; From python25_s.lib(longobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000359 "PyLong_FromDouble"
360 "PyLong_AsLong"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000361 "_PyLong_AsSsize_t"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000362 "PyLong_AsUnsignedLong"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000363 "_PyLong_FromByteArray"
364 "_PyLong_AsByteArray"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000365 "PyLong_AsDouble"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000366 "PyLong_FromLongLong"
367 "PyLong_AsLongLong"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000368 "PyLong_FromString"
369 "PyLong_FromLong"
370 "PyLong_FromUnsignedLong"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000371 "PyLong_AsUnsignedLongMask"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000372 "_PyLong_FromSize_t"
373 "_PyLong_FromSsize_t"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000374 "_PyLong_AsScaledDouble"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000375 "PyLong_FromVoidPtr"
376 "PyLong_AsVoidPtr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000377 "PyLong_FromUnsignedLongLong"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000378 "PyLong_AsUnsignedLongLong"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000379 "PyLong_AsUnsignedLongLongMask"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000380 "PyLong_FromUnicode"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000381 "_PyLong_Sign"
382 "_PyLong_NumBits"
383 "_PyLong_New"
384 "_PyLong_Copy"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000385 "PyLong_Type"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000386 "_PyLong_DigitValue"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000387
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000388; From python25_s.lib(methodobject)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000389 "PyCFunction_Call"
390 "Py_FindMethodInChain"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000391 "PyCFunction_GetFunction"
392 "PyCFunction_GetSelf"
393 "PyCFunction_GetFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000394 "Py_FindMethod"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000395 "PyCFunction_NewEx"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000396 "PyCFunction_Fini"
Andrew MacIntyre4f28c4d2003-02-19 12:42:36 +0000397 "PyCFunction_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000398 "PyCFunction_Type"
399
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000400; From python25_s.lib(moduleobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000401 "PyModule_New"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000402 "_PyModule_Clear"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000403 "PyModule_GetDict"
404 "PyModule_GetName"
405 "PyModule_GetFilename"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000406 "PyModule_Type"
407
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000408; From python25_s.lib(object)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000409 "Py_DivisionWarningFlag"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000410 "PyObject_Str"
411 "PyObject_Repr"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000412 "_PyObject_Str"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000413 "PyObject_Unicode"
414 "PyObject_GetAttr"
415 "PyObject_IsTrue"
416 "PyNumber_CoerceEx"
417 "PyObject_Compare"
418 "PyObject_RichCompare"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000419 "_Py_HashDouble"
420 "PyObject_Hash"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000421 "PyObject_SetAttr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000422 "PyObject_GenericGetAttr"
423 "PyObject_GenericSetAttr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000424 "PyCallable_Check"
425 "PyObject_Dir"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000426 "PyMem_Malloc"
427 "PyMem_Realloc"
428 "PyMem_Free"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000429 "PyObject_Print"
430 "_PyObject_Dump"
431 "PyObject_RichCompareBool"
432 "PyObject_GetAttrString"
433 "PyObject_SetAttrString"
434 "PyObject_HasAttrString"
435 "PyObject_HasAttr"
436 "_PyObject_GetDictPtr"
437 "PyObject_SelfIter"
438 "PyObject_Not"
439 "PyNumber_Coerce"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000440 "Py_ReprEnter"
441 "Py_ReprLeave"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000442 "_Py_HashPointer"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000443 "Py_IncRef"
444 "Py_DecRef"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000445 "_PyTrash_deposit_object"
446 "_PyTrash_destroy_chain"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000447 "PyObject_Init"
448 "PyObject_InitVar"
449 "_PyObject_New"
450 "_PyObject_NewVar"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000451 "_Py_ReadyTypes"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000452 "_Py_SwappedOp"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000453 "_Py_NotImplementedStruct"
454 "_Py_NoneStruct"
455 "_Py_cobject_hack"
456 "_Py_abstract_hack"
457 "_PyTrash_delete_nesting"
458 "_PyTrash_delete_later"
459
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000460; From python25_s.lib(obmalloc)
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000461 "PyObject_Malloc"
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000462 "PyObject_Free"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000463 "PyObject_Realloc"
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000464
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000465; From python25_s.lib(rangeobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000466 "PyRange_Type"
467
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000468; From python25_s.lib(setobject)
469 "PySet_Pop"
470 "PySet_New"
471 "PyFrozenSet_New"
472 "PySet_Size"
473 "PySet_Clear"
474 "PySet_Contains"
475 "PySet_Discard"
476 "PySet_Add"
477 "_PySet_Next"
478 "_PySet_Update"
479 "PySet_Fini"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000480 "PySet_Type"
481 "PyFrozenSet_Type"
482
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000483; From python25_s.lib(sliceobject)
484 "_PySlice_FromIndices"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000485 "PySlice_GetIndices"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000486 "PySlice_GetIndicesEx"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000487 "PySlice_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000488 "_Py_EllipsisObject"
489 "PySlice_Type"
490
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000491; From python25_s.lib(stringobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000492 "PyString_FromStringAndSize"
493 "PyString_InternInPlace"
494 "PyString_FromString"
495 "PyString_FromFormatV"
496 "PyString_AsString"
497 "_PyString_Resize"
498 "PyString_FromFormat"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000499 "PyString_AsDecodedString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000500 "PyString_AsEncodedString"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000501 "PyString_DecodeEscape"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000502 "PyString_Repr"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000503 "PyString_AsStringAndSize"
504 "_PyString_FormatLong"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000505 "PyString_Format"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000506 "_Py_ReleaseInternedStrings"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000507 "PyString_Size"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000508 "PyString_Concat"
509 "PyString_ConcatAndDel"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000510 "_PyString_Eq"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000511 "PyString_InternImmortal"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000512 "PyString_InternFromString"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000513 "_PyString_Join"
514 "PyString_Decode"
515 "PyString_Encode"
516 "PyString_AsEncodedObject"
517 "PyString_AsDecodedObject"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000518 "PyString_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000519 "PyString_Type"
Andrew MacIntyreb3bfa7f2002-06-10 08:05:26 +0000520 "PyBaseString_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000521
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000522; From python25_s.lib(structseq)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000523 "PyStructSequence_InitType"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000524 "PyStructSequence_New"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000525 "PyStructSequence_UnnamedField"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000526
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000527; From python25_s.lib(tupleobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000528 "PyTuple_New"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000529 "PyTuple_Pack"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000530 "_PyTuple_Resize"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000531 "PyTuple_Size"
532 "PyTuple_GetItem"
533 "PyTuple_SetItem"
534 "PyTuple_GetSlice"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000535 "PyTuple_Fini"
536 "PyTuple_Type"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000537 "PyTupleIter_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000538
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000539; From python25_s.lib(typeobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000540 "PyType_IsSubtype"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000541 "_PyType_Lookup"
542 "PyType_Ready"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000543 "PyType_GenericAlloc"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000544 "_PyObject_SlotCompare"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000545 "PyType_GenericNew"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000546 "PyType_Type"
547 "PyBaseObject_Type"
548 "PySuper_Type"
549
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000550; From python25_s.lib(unicodeobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000551 "PyUnicodeUCS2_Resize"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000552 "PyUnicodeUCS2_FromOrdinal"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000553 "PyUnicodeUCS2_FromObject"
554 "PyUnicodeUCS2_FromEncodedObject"
555 "PyUnicodeUCS2_Decode"
556 "PyUnicodeUCS2_GetDefaultEncoding"
557 "PyUnicodeUCS2_DecodeUTF8"
558 "PyUnicodeUCS2_DecodeLatin1"
559 "PyUnicodeUCS2_DecodeASCII"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000560 "PyUnicodeUCS2_AsEncodedString"
561 "PyUnicodeUCS2_AsUTF8String"
562 "PyUnicodeUCS2_AsLatin1String"
563 "PyUnicodeUCS2_AsASCIIString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000564 "PyUnicode_DecodeUTF7"
565 "PyUnicode_EncodeUTF7"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000566 "PyUnicodeUCS2_DecodeUTF8Stateful"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000567 "PyUnicodeUCS2_EncodeUTF8"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000568 "PyUnicodeUCS2_DecodeUTF16Stateful"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000569 "PyUnicodeUCS2_AsUTF16String"
570 "PyUnicodeUCS2_DecodeUnicodeEscape"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000571 "PyUnicodeUCS2_DecodeRawUnicodeEscape"
572 "PyUnicodeUCS2_EncodeRawUnicodeEscape"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000573 "_PyUnicode_DecodeUnicodeInternal"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000574 "PyUnicodeUCS2_DecodeCharmap"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000575 "PyUnicode_BuildEncodingMap"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000576 "PyUnicodeUCS2_EncodeCharmap"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000577 "PyUnicodeUCS2_TranslateCharmap"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000578 "PyUnicodeUCS2_EncodeDecimal"
579 "PyUnicodeUCS2_Count"
580 "PyUnicodeUCS2_Find"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000581 "PyUnicodeUCS2_Join"
582 "PyUnicodeUCS2_Splitlines"
583 "PyUnicodeUCS2_Compare"
584 "PyUnicodeUCS2_Contains"
585 "PyUnicodeUCS2_Concat"
Andrew MacIntyre63c9d502002-04-30 12:06:23 +0000586 "_PyUnicode_XStrip"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000587 "PyUnicodeUCS2_Replace"
588 "PyUnicodeUCS2_Split"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000589 "PyUnicodeUCS2_RSplit"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000590 "PyUnicodeUCS2_Format"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000591 "_PyUnicodeUCS2_Init"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000592 "_PyUnicodeUCS2_Fini"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000593 "PyUnicodeUCS2_FromUnicode"
594 "PyUnicodeUCS2_AsUnicode"
595 "PyUnicodeUCS2_GetSize"
596 "PyUnicodeUCS2_GetMax"
597 "_PyUnicodeUCS2_AsDefaultEncodedString"
598 "PyUnicodeUCS2_SetDefaultEncoding"
599 "PyUnicodeUCS2_Encode"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000600 "PyUnicodeUCS2_AsEncodedObject"
601 "PyUnicodeUCS2_DecodeUTF16"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000602 "PyUnicodeUCS2_EncodeUTF16"
603 "PyUnicodeUCS2_AsUnicodeEscapeString"
604 "PyUnicodeUCS2_EncodeUnicodeEscape"
605 "PyUnicodeUCS2_AsRawUnicodeEscapeString"
606 "PyUnicodeUCS2_EncodeLatin1"
607 "PyUnicodeUCS2_EncodeASCII"
608 "PyUnicodeUCS2_AsCharmapString"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000609 "PyUnicodeUCS2_Partition"
610 "PyUnicodeUCS2_RPartition"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000611 "PyUnicodeUCS2_Translate"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000612 "PyUnicodeUCS2_Tailmatch"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000613 "PyUnicode_AsDecodedObject"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000614 "PyUnicode_Type"
615
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000616; From python25_s.lib(unicodectype)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000617 "_PyUnicode_TypeRecords"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000618 "_PyUnicodeUCS2_ToNumeric"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000619 "_PyUnicodeUCS2_IsLowercase"
620 "_PyUnicodeUCS2_IsUppercase"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000621 "_PyUnicodeUCS2_IsTitlecase"
622 "_PyUnicodeUCS2_IsWhitespace"
623 "_PyUnicodeUCS2_IsLinebreak"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000624 "_PyUnicodeUCS2_ToLowercase"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000625 "_PyUnicodeUCS2_ToUppercase"
626 "_PyUnicodeUCS2_ToTitlecase"
627 "_PyUnicodeUCS2_ToDecimalDigit"
628 "_PyUnicodeUCS2_ToDigit"
629 "_PyUnicodeUCS2_IsDecimalDigit"
630 "_PyUnicodeUCS2_IsDigit"
631 "_PyUnicodeUCS2_IsNumeric"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000632 "_PyUnicodeUCS2_IsAlpha"
633
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000634; From python25_s.lib(weakrefobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000635 "PyWeakref_NewRef"
636 "PyWeakref_NewProxy"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000637 "PyObject_ClearWeakRefs"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000638 "PyWeakref_GetObject"
639 "_PyWeakref_GetWeakrefCount"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000640 "_PyWeakref_ClearRef"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000641 "_PyWeakref_RefType"
642 "_PyWeakref_ProxyType"
643 "_PyWeakref_CallableProxyType"
644
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000645; From python25_s.lib(Python-ast)
646; "init_ast"
647 "Module"
648 "Interactive"
649 "Expression"
650 "Suite"
651 "FunctionDef"
652 "ClassDef"
653 "Return"
654 "Delete"
655 "Assign"
656 "AugAssign"
657 "Print"
658 "For"
659 "While"
660 "If"
661 "With"
662 "Raise"
663 "TryExcept"
664 "TryFinally"
665 "Assert"
666 "Import"
667 "ImportFrom"
668 "Exec"
669 "Global"
670 "Expr"
671 "Pass"
672 "Break"
673 "Continue"
674 "BoolOp"
675 "BinOp"
676 "UnaryOp"
677 "Lambda"
678 "IfExp"
679 "Dict"
680 "ListComp"
681 "GeneratorExp"
682 "Yield"
683 "Compare"
684 "Call"
685 "Repr"
686 "Num"
687 "Str"
688 "Attribute"
689 "Subscript"
690 "Name"
691 "List"
692 "Tuple"
693 "Ellipsis"
694 "Slice"
695 "ExtSlice"
696 "Index"
697 "comprehension"
698 "excepthandler"
699 "arguments"
700 "keyword"
701 "alias"
702 "PyAST_mod2obj"
703
704; From python25_s.lib(asdl)
705 "asdl_seq_new"
706 "asdl_int_seq_new"
707
708; From python25_s.lib(ast)
709 "PyAST_FromNode"
710
711; From python25_s.lib(bltinmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000712 "_PyBuiltin_Init"
713 "Py_FileSystemDefaultEncoding"
714
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000715; From python25_s.lib(exceptions)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000716 "PyUnicodeEncodeError_GetStart"
717 "PyUnicodeDecodeError_GetStart"
718 "PyUnicodeEncodeError_GetEnd"
719 "PyUnicodeDecodeError_GetEnd"
720 "_PyExc_Init"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000721 "PyUnicodeDecodeError_Create"
722 "PyUnicodeEncodeError_Create"
723 "PyUnicodeTranslateError_Create"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000724 "PyUnicodeEncodeError_GetEncoding"
725 "PyUnicodeDecodeError_GetEncoding"
726 "PyUnicodeEncodeError_GetObject"
727 "PyUnicodeDecodeError_GetObject"
728 "PyUnicodeTranslateError_GetObject"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000729 "PyUnicodeTranslateError_GetStart"
730 "PyUnicodeEncodeError_SetStart"
731 "PyUnicodeDecodeError_SetStart"
732 "PyUnicodeTranslateError_SetStart"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000733 "PyUnicodeTranslateError_GetEnd"
734 "PyUnicodeEncodeError_SetEnd"
735 "PyUnicodeDecodeError_SetEnd"
736 "PyUnicodeTranslateError_SetEnd"
737 "PyUnicodeEncodeError_GetReason"
738 "PyUnicodeDecodeError_GetReason"
739 "PyUnicodeTranslateError_GetReason"
740 "PyUnicodeEncodeError_SetReason"
741 "PyUnicodeDecodeError_SetReason"
742 "PyUnicodeTranslateError_SetReason"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000743 "_PyExc_Fini"
744 "PyExc_BaseException"
745 "PyExc_Exception"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000746 "PyExc_TypeError"
747 "PyExc_StopIteration"
748 "PyExc_GeneratorExit"
749 "PyExc_SystemExit"
750 "PyExc_KeyboardInterrupt"
751 "PyExc_ImportError"
752 "PyExc_EnvironmentError"
753 "PyExc_IOError"
754 "PyExc_OSError"
755 "PyExc_EOFError"
756 "PyExc_RuntimeError"
757 "PyExc_NotImplementedError"
758 "PyExc_NameError"
759 "PyExc_UnboundLocalError"
760 "PyExc_AttributeError"
761 "PyExc_IndexError"
762 "PyExc_SyntaxError"
763 "PyExc_IndentationError"
764 "PyExc_TabError"
765 "PyExc_LookupError"
766 "PyExc_KeyError"
767 "PyExc_ValueError"
768 "PyExc_UnicodeError"
769 "PyExc_UnicodeEncodeError"
770 "PyExc_UnicodeDecodeError"
771 "PyExc_UnicodeTranslateError"
772 "PyExc_AssertionError"
773 "PyExc_ArithmeticError"
774 "PyExc_FloatingPointError"
775 "PyExc_OverflowError"
776 "PyExc_ZeroDivisionError"
777 "PyExc_SystemError"
778 "PyExc_ReferenceError"
779 "PyExc_MemoryError"
780 "PyExc_Warning"
781 "PyExc_UserWarning"
782 "PyExc_DeprecationWarning"
783 "PyExc_PendingDeprecationWarning"
784 "PyExc_SyntaxWarning"
785 "PyExc_RuntimeWarning"
786 "PyExc_FutureWarning"
787 "PyExc_ImportWarning"
788 "PyExc_MemoryErrorInst"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000789
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000790; From python25_s.lib(ceval)
791 "PyEval_EvalFrameEx"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000792 "PyEval_CallObjectWithKeywords"
793 "PyEval_EvalCodeEx"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000794 "PyEval_GetFrame"
795 "PyEval_CallObject"
796 "PyEval_SetProfile"
797 "PyEval_SetTrace"
798 "PyEval_GetBuiltins"
799 "PyEval_GetGlobals"
800 "PyEval_GetLocals"
801 "PyEval_GetRestricted"
802 "PyEval_MergeCompilerFlags"
803 "Py_FlushLine"
804 "Py_AddPendingCall"
805 "Py_MakePendingCalls"
806 "Py_SetRecursionLimit"
807 "Py_GetRecursionLimit"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000808 "_Py_CheckRecursiveCall"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000809 "PyEval_GetFuncName"
810 "PyEval_GetFuncDesc"
Andrew MacIntyre4f28c4d2003-02-19 12:42:36 +0000811 "PyEval_GetCallStats"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000812 "PyEval_EvalFrame"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000813 "PyEval_SaveThread"
814 "PyEval_RestoreThread"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000815 "PyEval_ThreadsInitialized"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000816 "PyEval_InitThreads"
817 "PyEval_AcquireLock"
818 "PyEval_ReleaseLock"
819 "PyEval_AcquireThread"
820 "PyEval_ReleaseThread"
821 "PyEval_ReInitThreads"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000822 "_PyEval_SliceIndex"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000823 "PyEval_EvalCode"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000824 "_PyEval_CallTracing"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000825 "_Py_CheckRecursionLimit"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000826 "_Py_CheckInterval"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000827 "_Py_Ticker"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000828
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000829; From python25_s.lib(compile)
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000830 "_Py_Mangle"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000831 "PyAST_Compile"
832 "PyNode_Compile"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000833 "Py_OptimizeFlag"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000834
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000835; From python25_s.lib(codecs)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000836 "_PyCodec_Lookup"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000837 "PyCodec_Encode"
838 "PyCodec_Decode"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000839 "PyCodec_IgnoreErrors"
840 "PyCodec_ReplaceErrors"
841 "PyCodec_XMLCharRefReplaceErrors"
842 "PyCodec_BackslashReplaceErrors"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000843 "PyCodec_Register"
844 "PyCodec_Encoder"
845 "PyCodec_Decoder"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000846 "PyCodec_IncrementalEncoder"
847 "PyCodec_IncrementalDecoder"
848 "PyCodec_StreamReader"
849 "PyCodec_StreamWriter"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000850 "PyCodec_RegisterError"
851 "PyCodec_LookupError"
852 "PyCodec_StrictErrors"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000853
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000854; From python25_s.lib(errors)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000855 "PyErr_SetNone"
856 "PyErr_SetString"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000857 "PyErr_GivenExceptionMatches"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000858 "PyErr_NormalizeException"
859 "PyErr_Fetch"
860 "PyErr_Clear"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000861 "PyErr_NoMemory"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000862 "PyErr_SetFromErrnoWithFilenameObject"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000863 "PyErr_Format"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000864 "PyErr_NewException"
865 "PyErr_WriteUnraisable"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000866 "PyErr_SyntaxLocation"
867 "PyErr_ProgramText"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000868 "PyErr_SetObject"
869 "PyErr_Occurred"
870 "PyErr_Restore"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000871 "PyErr_ExceptionMatches"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000872 "PyErr_BadArgument"
873 "PyErr_SetFromErrno"
874 "PyErr_SetFromErrnoWithFilename"
875 "PyErr_BadInternalCall"
876 "_PyErr_BadInternalCall"
877 "PyErr_Warn"
878 "PyErr_WarnExplicit"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000879
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000880; From python25_s.lib(frozen)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000881 "PyImport_FrozenModules"
882
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000883; From python25_s.lib(frozenmain)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000884 "Py_FrozenMain"
885
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000886; From python25_s.lib(future)
887 "PyFuture_FromAST"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000888
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000889; From python25_s.lib(getargs)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000890 "PyArg_Parse"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000891 "_PyArg_Parse_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000892 "PyArg_ParseTuple"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000893 "_PyArg_ParseTuple_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000894 "PyArg_ParseTupleAndKeywords"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000895 "_PyArg_ParseTupleAndKeywords_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000896 "PyArg_UnpackTuple"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000897 "_PyArg_NoKeywords"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000898 "PyArg_VaParse"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000899 "PyArg_VaParseTupleAndKeywords"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000900 "_PyArg_VaParse_SizeT"
901 "_PyArg_VaParseTupleAndKeywords_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000902
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000903; From python25_s.lib(getcompiler)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000904 "Py_GetCompiler"
905
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000906; From python25_s.lib(getcopyright)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000907 "Py_GetCopyright"
908
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000909; From python25_s.lib(getmtime)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000910 "PyOS_GetLastModificationTime"
911
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000912; From python25_s.lib(getplatform)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000913 "Py_GetPlatform"
914
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000915; From python25_s.lib(getversion)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000916 "Py_GetVersion"
917
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000918; From python25_s.lib(graminit)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000919 "_PyParser_Grammar"
920
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000921; From python25_s.lib(import)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000922 "_PyImport_Init"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000923 "_PyImportHooks_Init"
924 "PyImport_ImportModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000925 "PyImport_Cleanup"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000926 "_PyImport_FixupExtension"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000927 "PyImport_AddModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000928 "PyImport_ExecCodeModuleEx"
929 "PyImport_ImportFrozenModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000930 "PyImport_ImportModuleEx"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000931 "PyImport_ImportModuleLevel"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000932 "PyImport_ReloadModule"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000933 "PyImport_Import"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000934; "initimp"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000935 "_PyImport_Fini"
936 "PyImport_GetMagicNumber"
937 "PyImport_ExecCodeModule"
938 "PyImport_GetModuleDict"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000939 "_PyImport_FindModule"
940 "_PyImport_IsScript"
941 "_PyImport_ReInitLock"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000942 "_PyImport_FindExtension"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000943 "PyImport_AppendInittab"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000944 "PyImport_ExtendInittab"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000945 "PyImport_Inittab"
946 "_PyImport_Filetab"
947
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000948; From python25_s.lib(importdl)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000949 "_PyImport_LoadDynamicModule"
950
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000951; From python25_s.lib(marshal)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000952 "PyMarshal_ReadLongFromFile"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000953 "PyMarshal_WriteObjectToString"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000954 "PyMarshal_WriteLongToFile"
955 "PyMarshal_WriteObjectToFile"
956 "PyMarshal_ReadShortFromFile"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000957 "PyMarshal_ReadObjectFromFile"
958 "PyMarshal_ReadLastObjectFromFile"
959 "PyMarshal_ReadObjectFromString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000960 "PyMarshal_Init"
961
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000962; From python25_s.lib(modsupport)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000963 "Py_InitModule4"
964 "Py_BuildValue"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000965 "_Py_BuildValue_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000966 "PyEval_CallFunction"
967 "PyEval_CallMethod"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000968 "_Py_VaBuildValue_SizeT"
969 "Py_VaBuildValue"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000970 "PyModule_AddObject"
971 "PyModule_AddIntConstant"
972 "PyModule_AddStringConstant"
973 "_Py_PackageContext"
974
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000975; From python25_s.lib(mysnprintf)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000976 "PyOS_snprintf"
977 "PyOS_vsnprintf"
978
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000979; From python25_s.lib(mystrtoul)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000980 "PyOS_strtoul"
981 "PyOS_strtol"
982
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000983; From python25_s.lib(pyarena)
984 "PyArena_New"
985 "PyArena_Free"
986 "PyArena_Malloc"
987 "PyArena_AddPyObject"
988
989; From python25_s.lib(pyfpe)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000990 "PyFPE_dummy"
991
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000992; From python25_s.lib(pystate)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000993 "PyInterpreterState_Clear"
994 "PyThreadState_Clear"
Thomas Wouters0e3f5912006-08-11 14:57:12 +0000995 "_PyThread_CurrentFrames"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000996 "PyGILState_Ensure"
997 "PyGILState_Release"
998 "PyInterpreterState_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000999 "PyInterpreterState_Delete"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001000 "PyThreadState_Delete"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001001 "PyThreadState_New"
1002 "PyThreadState_DeleteCurrent"
1003 "PyThreadState_Get"
1004 "PyThreadState_Swap"
1005 "PyThreadState_GetDict"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001006 "PyThreadState_SetAsyncExc"
1007 "PyGILState_GetThisThreadState"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001008 "PyInterpreterState_Head"
1009 "PyInterpreterState_Next"
1010 "PyInterpreterState_ThreadHead"
1011 "PyThreadState_Next"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001012 "_PyGILState_Init"
1013 "_PyGILState_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001014 "_PyThreadState_Current"
Andrew MacIntyreab495052002-12-31 11:25:42 +00001015 "_PyThreadState_GetFrame"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001016
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001017; From python25_s.lib(pystrtod)
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001018 "PyOS_ascii_strtod"
1019 "PyOS_ascii_formatd"
1020 "PyOS_ascii_atof"
1021
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001022; From python25_s.lib(pythonrun)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001023 "Py_IgnoreEnvironmentFlag"
1024 "Py_DebugFlag"
1025 "Py_VerboseFlag"
1026 "Py_NoSiteFlag"
1027 "Py_InteractiveFlag"
1028 "Py_FrozenFlag"
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001029 "Py_InitializeEx"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001030 "Py_FatalError"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001031 "Py_NewInterpreter"
1032 "PyErr_Print"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001033 "PyRun_InteractiveOneFlags"
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001034 "PyParser_ASTFromFile"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001035 "PyRun_SimpleFileExFlags"
1036 "PyRun_FileExFlags"
1037 "Py_Exit"
1038 "PyErr_PrintEx"
1039 "PyErr_Display"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001040 "Py_SetProgramName"
1041 "Py_GetProgramName"
1042 "Py_SetPythonHome"
1043 "Py_GetPythonHome"
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001044 "Py_Initialize"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001045 "Py_Finalize"
1046 "Py_IsInitialized"
1047 "Py_EndInterpreter"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001048 "PyRun_AnyFileFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001049 "Py_FdIsInteractive"
1050 "PyRun_InteractiveLoopFlags"
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001051 "PyRun_AnyFileExFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001052 "PyRun_SimpleStringFlags"
1053 "PyRun_StringFlags"
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001054 "PyParser_ASTFromString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001055 "PyParser_SimpleParseStringFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001056 "PyParser_SimpleParseFileFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001057 "Py_CompileStringFlags"
1058 "Py_SymtableString"
1059 "Py_AtExit"
1060 "PyOS_getsig"
1061 "PyOS_setsig"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001062 "PyParser_SetError"
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001063 "PyModule_GetWarningsModule"
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001064 "PyParser_SimpleParseStringFlagsFilename"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001065 "PyParser_SimpleParseStringFilename"
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001066 "PyParser_SimpleParseFile"
1067 "PyParser_SimpleParseString"
1068 "PyRun_AnyFile"
1069 "PyRun_AnyFileEx"
1070 "PyRun_File"
1071 "PyRun_FileEx"
1072 "PyRun_FileFlags"
1073 "PyRun_SimpleFile"
1074 "PyRun_SimpleFileEx"
1075 "PyRun_String"
1076 "PyRun_SimpleString"
1077 "Py_CompileString"
1078 "PyRun_InteractiveOne"
1079 "PyRun_InteractiveLoop"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001080 "Py_UseClassExceptionsFlag"
1081 "Py_UnicodeFlag"
1082 "_Py_QnewFlag"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001083
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001084; From python25_s.lib(structmember)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001085 "PyMember_GetOne"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001086 "PyMember_SetOne"
1087
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001088; From python25_s.lib(symtable)
1089 "PySymtable_Build"
1090 "PySymtable_Free"
1091 "PyST_GetScope"
1092 "PySymtable_Lookup"
1093 "PySTEntry_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001094
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001095; From python25_s.lib(sysmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001096 "_PySys_Init"
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001097 "PySys_WriteStderr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001098 "PySys_SetPath"
1099 "PySys_SetArgv"
1100 "PySys_WriteStdout"
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001101 "Py_SubversionRevision"
1102 "Py_SubversionShortBranch"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001103 "PySys_GetObject"
1104 "PySys_SetObject"
1105 "PySys_GetFile"
1106 "PySys_ResetWarnOptions"
1107 "PySys_AddWarnOption"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001108
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001109; From python25_s.lib(traceback)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001110 "PyTraceBack_Here"
1111 "PyTraceBack_Print"
1112 "PyTraceBack_Type"
1113
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001114; From python25_s.lib(getopt)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001115 "_PyOS_GetOpt"
1116 "_PyOS_opterr"
1117 "_PyOS_optind"
1118 "_PyOS_optarg"
1119
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001120; From python25_s.lib(dynload_shlib)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001121 "_PyImport_DynLoadFiletab"
1122 "_PyImport_GetDynLoadFunc"
1123
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001124; From python25_s.lib(thread)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001125 "PyThread_delete_key_value"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001126 "PyThread_init_thread"
1127 "PyThread_start_new_thread"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001128 "PyThread_exit_thread"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001129 "PyThread_get_thread_ident"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001130 "PyThread_allocate_lock"
1131 "PyThread_free_lock"
1132 "PyThread_acquire_lock"
1133 "PyThread_release_lock"
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001134 "PyThread_get_stacksize"
1135 "PyThread_set_stacksize"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001136 "PyThread_create_key"
1137 "PyThread_delete_key"
1138 "PyThread_set_key_value"
1139 "PyThread_get_key_value"
1140 "PyThread__exit_thread"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001141
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001142; From python25_s.lib(gcmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001143; "initgc"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001144 "_PyObject_GC_New"
1145 "_PyObject_GC_NewVar"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001146 "PyGC_Collect"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001147 "_PyObject_GC_Resize"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001148 "_PyObject_GC_Malloc"
1149 "PyObject_GC_Track"
1150 "PyObject_GC_UnTrack"
Andrew MacIntyre6c655312002-04-15 12:09:45 +00001151 "PyObject_GC_Del"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001152 "_PyGC_Dump"
1153 "_PyObject_GC_Track"
1154 "_PyObject_GC_UnTrack"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001155 "_PyObject_GC_Del"
1156 "_PyGC_generation0"
1157
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001158; From python25_s.lib(signalmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001159; "initsignal"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001160 "PyErr_CheckSignals"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001161 "PyErr_SetInterrupt"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001162 "PyOS_FiniInterrupts"
1163 "PyOS_InterruptOccurred"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001164 "PyOS_InitInterrupts"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001165 "PyOS_AfterFork"
1166
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001167; From python25_s.lib(posixmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001168; "initos2"
1169
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001170; From python25_s.lib(threadmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001171; "initthread"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001172
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001173; From python25_s.lib(arraymodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001174; "initarray"
1175; "array_methods"
1176
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001177; From python25_s.lib(binascii)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001178; "initbinascii"
1179
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001180; From python25_s.lib(cmathmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001181; "initcmath"
1182
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001183; From python25_s.lib(_codecsmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001184; "init_codecs"
1185
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001186; From python25_s.lib(collectionsmodule)
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001187; "initcollections"
1188 "dequeiter_type"
1189 "dequereviter_type"
1190
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001191; From python25_s.lib(cStringIO)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001192; "initcStringIO"
1193
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001194; From python25_s.lib(_csv)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001195; "init_csv"
1196
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001197; From python25_s.lib(datetimemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001198; "initdatetime"
1199
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001200; From python25_s.lib(dlmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001201; "initdl"
1202
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001203; From python25_s.lib(errnomodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001204; "initerrno"
1205
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001206; From python25_s.lib(fcntlmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001207; "initfcntl"
1208
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001209; From python25_s.lib(_functoolsmodule)
1210; "init_functools"
1211
1212; From python25_s.lib(_heapqmodule)
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001213; "init_heapq"
1214
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001215; From python25_s.lib(imageop)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001216; "initimageop"
1217
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001218; From python25_s.lib(itertoolsmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001219; "inititertools"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001220
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001221; From python25_s.lib(_localemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001222; "init_locale"
1223
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001224; From python25_s.lib(mathmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001225; "initmath"
1226
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001227; From python25_s.lib(operator)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001228; "initoperator"
1229
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001230; From python25_s.lib(_randommodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001231; "init_random"
1232
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001233; From python25_s.lib(sha256module)
1234; "init_sha256"
1235
1236; From python25_s.lib(sha512module)
1237; "init_sha512"
1238
1239; From python25_s.lib(_sre)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001240; "init_sre"
1241
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001242; From python25_s.lib(_struct)
1243; "init_struct"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001244
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001245; From python25_s.lib(symtablemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001246; "init_symtable"
1247
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001248; From python25_s.lib(termios)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001249; "inittermios"
1250
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001251; From python25_s.lib(timemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001252; "inittime"
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001253 "_PyTime_DoubleToTimet"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001254; "inittimezone"
1255
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001256; From python25_s.lib(_weakref)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001257; "init_weakref"
1258
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001259; From python25_s.lib(xxsubtype)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001260; "initxxsubtype"
1261
Thomas Wouters0e3f5912006-08-11 14:57:12 +00001262; From python25_s.lib(zipimport)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001263; "initzipimport"