blob: 4cfd4b86639fcb54972af91e23ed976bc30d1fff [file] [log] [blame]
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001LIBRARY python24 INITINSTANCE TERMINSTANCE
2DESCRIPTION "Python 2.4 Core DLL"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00003PROTMODE
4DATA MULTIPLE NONSHARED
5EXPORTS
6
Andrew MacIntyre96b37252004-10-03 08:11:30 +00007; From python24_s.lib(config)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00008 "_PyImport_Inittab"
9
Andrew MacIntyre96b37252004-10-03 08:11:30 +000010; From python24_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
Andrew MacIntyre96b37252004-10-03 08:11:30 +000016; From python24_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
Andrew MacIntyre96b37252004-10-03 08:11:30 +000022; From python24_s.lib(getbuildinfo)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000023 "Py_GetBuildInfo"
24
Andrew MacIntyre96b37252004-10-03 08:11:30 +000025; From python24_s.lib(main)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000026 "Py_Main"
27 "Py_GetArgcArgv"
28
Andrew MacIntyre96b37252004-10-03 08:11:30 +000029; From python24_s.lib(acceler)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000030 "PyGrammar_AddAccelerators"
31 "PyGrammar_RemoveAccelerators"
32
Andrew MacIntyre96b37252004-10-03 08:11:30 +000033; From python24_s.lib(grammar1)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000034 "PyGrammar_FindDFA"
35 "PyGrammar_LabelRepr"
36
Andrew MacIntyre96b37252004-10-03 08:11:30 +000037; From python24_s.lib(listnode)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000038 "PyNode_ListTree"
39
Andrew MacIntyre96b37252004-10-03 08:11:30 +000040; From python24_s.lib(node)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000041 "PyNode_AddChild"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +000042 "PyNode_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000043 "PyNode_Free"
44
Andrew MacIntyre96b37252004-10-03 08:11:30 +000045; From python24_s.lib(parser)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +000046 "PyParser_AddToken"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000047 "PyParser_New"
48 "PyParser_Delete"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000049
Andrew MacIntyre96b37252004-10-03 08:11:30 +000050; From python24_s.lib(parsetok)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000051 "Py_TabcheckFlag"
52 "PyParser_ParseString"
53 "PyParser_ParseStringFlags"
54 "PyParser_ParseFile"
55 "PyParser_ParseFileFlags"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +000056 "PyParser_ParseStringFlagsFilename"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000057
Andrew MacIntyre96b37252004-10-03 08:11:30 +000058; From python24_s.lib(bitset)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000059 "_Py_newbitset"
60 "_Py_delbitset"
61 "_Py_addbit"
62 "_Py_samebitset"
63 "_Py_mergebitset"
64
Andrew MacIntyre96b37252004-10-03 08:11:30 +000065; From python24_s.lib(metagrammar)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000066 "_Py_meta_grammar"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +000067 "Py_meta_grammar"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000068
Andrew MacIntyre96b37252004-10-03 08:11:30 +000069; From python24_s.lib(tokenizer)
Andrew MacIntyreab495052002-12-31 11:25:42 +000070 "PyToken_OneChar"
71 "PyToken_TwoChars"
72 "PyToken_ThreeChars"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +000073 "PyTokenizer_FromString"
74 "PyTokenizer_FromFile"
75 "PyTokenizer_Free"
Andrew MacIntyreab495052002-12-31 11:25:42 +000076 "PyTokenizer_Get"
77 "_PyParser_TokenNames"
78
Andrew MacIntyre96b37252004-10-03 08:11:30 +000079; From python24_s.lib(myreadline)
80 "_PyOS_ReadlineTState"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000081 "PyOS_ReadlineFunctionPointer"
82 "PyOS_StdioReadline"
83 "PyOS_Readline"
84 "PyOS_InputHook"
85
Andrew MacIntyre96b37252004-10-03 08:11:30 +000086; From python24_s.lib(abstract)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000087 "PyObject_GetItem"
88 "PySequence_GetItem"
89 "PyObject_SetItem"
90 "PySequence_SetItem"
91 "PyObject_DelItem"
92 "PySequence_DelItem"
Andrew MacIntyreab495052002-12-31 11:25:42 +000093 "PyNumber_Multiply"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000094 "PyNumber_InPlaceAdd"
95 "PyNumber_InPlaceMultiply"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000096 "PyNumber_Int"
97 "PyNumber_Long"
98 "PyNumber_Float"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000099 "PySequence_GetSlice"
100 "PySequence_SetSlice"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000101 "PySequence_Tuple"
102 "PyObject_GetIter"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000103 "PyMapping_Size"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000104 "PyIter_Next"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000105 "_PySequence_IterSearch"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000106 "PyObject_CallFunction"
107 "PyObject_CallMethod"
108 "PyObject_CallMethodObjArgs"
109 "PyObject_CallFunctionObjArgs"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000110 "PyObject_Cmp"
111 "PyObject_Call"
112 "PyObject_CallObject"
113 "PyObject_Type"
114 "PyObject_Size"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000115 "PyObject_Length"
116 "PyObject_DelItemString"
117 "PyObject_AsCharBuffer"
118 "PyObject_CheckReadBuffer"
119 "PyObject_AsReadBuffer"
120 "PyObject_AsWriteBuffer"
121 "PyNumber_Check"
122 "PyNumber_Add"
123 "PyNumber_Subtract"
124 "PyNumber_Divide"
125 "PyNumber_FloorDivide"
126 "PyNumber_TrueDivide"
127 "PyNumber_Remainder"
128 "PyNumber_Divmod"
129 "PyNumber_Power"
130 "PyNumber_Negative"
131 "PyNumber_Positive"
132 "PyNumber_Absolute"
133 "PyNumber_Invert"
134 "PyNumber_Lshift"
135 "PyNumber_Rshift"
136 "PyNumber_And"
137 "PyNumber_Xor"
138 "PyNumber_Or"
139 "PyNumber_InPlaceSubtract"
140 "PyNumber_InPlaceDivide"
141 "PyNumber_InPlaceFloorDivide"
142 "PyNumber_InPlaceTrueDivide"
143 "PyNumber_InPlaceRemainder"
144 "PyNumber_InPlacePower"
145 "PyNumber_InPlaceLshift"
146 "PyNumber_InPlaceRshift"
147 "PyNumber_InPlaceAnd"
148 "PyNumber_InPlaceXor"
149 "PyNumber_InPlaceOr"
150 "PySequence_Check"
151 "PySequence_Size"
152 "PySequence_Length"
153 "PySequence_Concat"
154 "PySequence_Repeat"
155 "PySequence_DelSlice"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000156 "PySequence_List"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000157 "PySequence_Fast"
158 "PySequence_Count"
159 "PySequence_Contains"
160 "PySequence_In"
161 "PySequence_Index"
162 "PySequence_InPlaceConcat"
163 "PySequence_InPlaceRepeat"
164 "PyMapping_Check"
165 "PyMapping_Length"
166 "PyMapping_HasKeyString"
167 "PyMapping_HasKey"
168 "PyMapping_GetItemString"
169 "PyMapping_SetItemString"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000170 "PyObject_IsInstance"
171 "PyObject_IsSubclass"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000172
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000173; From python24_s.lib(boolobject)
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000174 "PyBool_FromLong"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000175 "PyBool_Type"
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000176 "_Py_ZeroStruct"
177 "_Py_TrueStruct"
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000178
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000179; From python24_s.lib(bufferobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000180 "PyBuffer_FromObject"
181 "PyBuffer_FromReadWriteObject"
182 "PyBuffer_FromMemory"
183 "PyBuffer_FromReadWriteMemory"
184 "PyBuffer_New"
185 "PyBuffer_Type"
186
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000187; From python24_s.lib(cellobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000188 "PyCell_New"
189 "PyCell_Get"
190 "PyCell_Set"
191 "PyCell_Type"
192
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000193; From python24_s.lib(classobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000194 "PyClass_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000195 "PyClass_IsSubclass"
196 "PyInstance_New"
197 "PyInstance_NewRaw"
198 "PyMethod_New"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000199 "PyMethod_Function"
200 "PyMethod_Self"
201 "PyMethod_Class"
202 "_PyInstance_Lookup"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000203 "PyMethod_Fini"
204 "PyClass_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000205 "PyInstance_Type"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000206 "PyMethod_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000207
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000208; From python24_s.lib(cobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000209 "PyCObject_FromVoidPtr"
210 "PyCObject_FromVoidPtrAndDesc"
211 "PyCObject_AsVoidPtr"
212 "PyCObject_GetDesc"
213 "PyCObject_Import"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000214 "PyCObject_SetVoidPtr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000215 "PyCObject_Type"
216
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000217; From python24_s.lib(complexobject)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000218 "_Py_c_pow"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000219 "_Py_c_sum"
220 "_Py_c_diff"
221 "_Py_c_neg"
222 "_Py_c_prod"
223 "_Py_c_quot"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000224 "PyComplex_FromCComplex"
225 "PyComplex_FromDoubles"
226 "PyComplex_RealAsDouble"
227 "PyComplex_ImagAsDouble"
228 "PyComplex_AsCComplex"
229 "PyComplex_Type"
230
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000231; From python24_s.lib(descrobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000232 "PyWrapper_New"
233 "PyDescr_NewMethod"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000234 "PyDescr_NewClassMethod"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000235 "PyDescr_NewMember"
236 "PyDescr_NewGetSet"
237 "PyDescr_NewWrapper"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000238 "PyDictProxy_New"
239 "PyWrapperDescr_Type"
240 "PyProperty_Type"
241
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000242; From python24_s.lib(dictobject)
243 "PyDict_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000244 "PyDict_SetItem"
245 "PyDict_DelItem"
246 "PyDict_Clear"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000247 "PyDict_MergeFromSeq2"
248 "PyDict_Merge"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000249 "PyDict_Keys"
250 "PyDict_Values"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000251 "PyDict_Contains"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000252 "PyDict_GetItem"
253 "PyDict_Next"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000254 "PyDict_Items"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000255 "PyDict_Size"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000256 "PyDict_Copy"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000257 "PyDict_Update"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000258 "PyDict_GetItemString"
259 "PyDict_SetItemString"
260 "PyDict_DelItemString"
261 "PyDict_Type"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000262 "PyDictIterKey_Type"
263 "PyDictIterValue_Type"
264 "PyDictIterItem_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000265
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000266; From python24_s.lib(enumobject)
Andrew MacIntyre63c9d502002-04-30 12:06:23 +0000267 "PyEnum_Type"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000268 "PyReversed_Type"
Andrew MacIntyre63c9d502002-04-30 12:06:23 +0000269
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000270; From python24_s.lib(fileobject)
Andrew MacIntyreab495052002-12-31 11:25:42 +0000271 "Py_UniversalNewlineFread"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000272 "PyFile_GetLine"
273 "PyFile_SoftSpace"
274 "PyFile_WriteObject"
275 "PyFile_WriteString"
276 "PyObject_AsFileDescriptor"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000277 "Py_UniversalNewlineFgets"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000278 "PyFile_FromString"
279 "PyFile_SetBufSize"
280 "PyFile_SetEncoding"
281 "PyFile_FromFile"
282 "PyFile_AsFile"
283 "PyFile_Name"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000284 "PyFile_Type"
285
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000286; From python24_s.lib(floatobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000287 "PyFloat_FromString"
288 "PyFloat_AsDouble"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000289 "PyFloat_Fini"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000290 "_PyFloat_Pack4"
291 "_PyFloat_Pack8"
292 "PyFloat_FromDouble"
293 "PyFloat_AsReprString"
294 "PyFloat_AsString"
295 "_PyFloat_Unpack4"
296 "_PyFloat_Unpack8"
297 "PyFloat_AsStringEx"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000298 "PyFloat_Type"
299
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000300; From python24_s.lib(frameobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000301 "PyFrame_New"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000302 "PyFrame_FastToLocals"
303 "PyFrame_LocalsToFast"
304 "_PyFrame_Init"
305 "PyFrame_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000306 "PyFrame_BlockSetup"
307 "PyFrame_BlockPop"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000308 "PyFrame_Type"
309
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000310; From python24_s.lib(funcobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000311 "PyFunction_New"
312 "PyFunction_GetCode"
313 "PyFunction_GetGlobals"
Andrew MacIntyre4f28c4d2003-02-19 12:42:36 +0000314 "PyFunction_GetModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000315 "PyFunction_GetDefaults"
316 "PyFunction_SetDefaults"
317 "PyFunction_GetClosure"
318 "PyFunction_SetClosure"
319 "PyClassMethod_New"
320 "PyStaticMethod_New"
321 "PyFunction_Type"
322 "PyClassMethod_Type"
323 "PyStaticMethod_Type"
324
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000325; From python24_s.lib(genobject)
326 "PyGen_New"
327 "PyGen_Type"
328
329; From python24_s.lib(intobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000330 "PyInt_AsLong"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000331 "PyInt_AsUnsignedLongMask"
332 "PyInt_AsUnsignedLongLongMask"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000333 "PyInt_FromString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000334 "PyInt_Fini"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000335 "PyInt_FromUnicode"
336 "PyInt_FromLong"
337 "PyInt_GetMax"
338 "_PyInt_Init"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000339 "PyInt_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000340
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000341; From python24_s.lib(iterobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000342 "PySeqIter_New"
343 "PyCallIter_New"
344 "PySeqIter_Type"
345 "PyCallIter_Type"
346
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000347; From python24_s.lib(listobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000348 "PyList_New"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000349 "PyList_Append"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000350 "PyList_Size"
351 "PyList_GetItem"
352 "PyList_SetItem"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000353 "PyList_Insert"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000354 "PyList_GetSlice"
355 "PyList_SetSlice"
356 "PyList_Sort"
357 "PyList_Reverse"
358 "PyList_AsTuple"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000359 "_PyList_Extend"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000360 "PyList_Type"
Andrew MacIntyreb3bfa7f2002-06-10 08:05:26 +0000361 "PyListIter_Type"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000362 "PyListRevIter_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000363
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000364; From python24_s.lib(longobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000365 "PyLong_FromDouble"
366 "PyLong_AsLong"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000367 "PyLong_AsUnsignedLong"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000368 "_PyLong_FromByteArray"
369 "_PyLong_AsByteArray"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000370 "PyLong_AsDouble"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000371 "PyLong_FromString"
372 "PyLong_FromLong"
373 "PyLong_FromUnsignedLong"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000374 "PyLong_AsUnsignedLongMask"
375 "_PyLong_AsScaledDouble"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000376 "PyLong_FromVoidPtr"
377 "PyLong_AsVoidPtr"
378 "PyLong_FromLongLong"
379 "PyLong_FromUnsignedLongLong"
380 "PyLong_AsLongLong"
381 "PyLong_AsUnsignedLongLong"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000382 "PyLong_AsUnsignedLongLongMask"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000383 "PyLong_FromUnicode"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000384 "_PyLong_Sign"
385 "_PyLong_NumBits"
386 "_PyLong_New"
387 "_PyLong_Copy"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000388 "PyLong_Type"
389
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000390; From python24_s.lib(methodobject)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000391 "PyCFunction_Call"
392 "Py_FindMethodInChain"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000393 "PyCFunction_GetFunction"
394 "PyCFunction_GetSelf"
395 "PyCFunction_GetFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000396 "Py_FindMethod"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000397 "PyCFunction_NewEx"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000398 "PyCFunction_Fini"
Andrew MacIntyre4f28c4d2003-02-19 12:42:36 +0000399 "PyCFunction_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000400 "PyCFunction_Type"
401
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000402; From python24_s.lib(moduleobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000403 "PyModule_New"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000404 "_PyModule_Clear"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000405 "PyModule_GetDict"
406 "PyModule_GetName"
407 "PyModule_GetFilename"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000408 "PyModule_Type"
409
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000410; From python24_s.lib(object)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000411 "Py_DivisionWarningFlag"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000412 "PyObject_Str"
413 "PyObject_Repr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000414 "PyObject_Unicode"
415 "PyObject_GetAttr"
416 "PyObject_IsTrue"
417 "PyNumber_CoerceEx"
418 "PyObject_Compare"
419 "PyObject_RichCompare"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000420 "_Py_HashDouble"
421 "PyObject_Hash"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000422 "PyObject_SetAttr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000423 "PyObject_GenericGetAttr"
424 "PyObject_GenericSetAttr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000425 "PyCallable_Check"
426 "PyObject_Dir"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000427 "PyMem_Malloc"
428 "PyMem_Realloc"
429 "PyMem_Free"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000430 "PyObject_Print"
431 "_PyObject_Dump"
432 "PyObject_RichCompareBool"
433 "PyObject_GetAttrString"
434 "PyObject_SetAttrString"
435 "PyObject_HasAttrString"
436 "PyObject_HasAttr"
437 "_PyObject_GetDictPtr"
438 "PyObject_SelfIter"
439 "PyObject_Not"
440 "PyNumber_Coerce"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000441 "Py_ReprEnter"
442 "Py_ReprLeave"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000443 "_Py_HashPointer"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000444 "Py_IncRef"
445 "Py_DecRef"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000446 "_PyTrash_deposit_object"
447 "_PyTrash_destroy_chain"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000448 "PyObject_Init"
449 "PyObject_InitVar"
450 "_PyObject_New"
451 "_PyObject_NewVar"
452 "_PyObject_Del"
453 "_Py_ReadyTypes"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000454 "_Py_SwappedOp"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000455 "_Py_NotImplementedStruct"
456 "_Py_NoneStruct"
457 "_Py_cobject_hack"
458 "_Py_abstract_hack"
459 "_PyTrash_delete_nesting"
460 "_PyTrash_delete_later"
461
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000462; From python24_s.lib(obmalloc)
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000463 "PyObject_Malloc"
464 "PyObject_Realloc"
465 "PyObject_Free"
466
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000467; From python24_s.lib(rangeobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000468 "PyRange_New"
469 "PyRange_Type"
470
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000471; From python24_s.lib(setobject)
472 "PySet_Type"
473 "PyFrozenSet_Type"
474
475; From python24_s.lib(sliceobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000476 "PySlice_GetIndices"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000477 "PySlice_GetIndicesEx"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000478 "PySlice_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000479 "_Py_EllipsisObject"
480 "PySlice_Type"
481
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000482; From python24_s.lib(stringobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000483 "PyString_FromStringAndSize"
484 "PyString_InternInPlace"
485 "PyString_FromString"
486 "PyString_FromFormatV"
487 "PyString_AsString"
488 "_PyString_Resize"
489 "PyString_FromFormat"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000490 "PyString_AsDecodedString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000491 "PyString_AsEncodedString"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000492 "PyString_DecodeEscape"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000493 "PyString_Size"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000494 "PyString_Repr"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000495 "PyString_AsStringAndSize"
496 "_PyString_FormatLong"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000497 "PyString_Format"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000498 "_Py_ReleaseInternedStrings"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000499 "PyString_Concat"
500 "PyString_ConcatAndDel"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000501 "_PyString_Eq"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000502 "PyString_InternImmortal"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000503 "PyString_InternFromString"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000504 "_PyString_Join"
505 "PyString_Decode"
506 "PyString_Encode"
507 "PyString_AsEncodedObject"
508 "PyString_AsDecodedObject"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000509 "PyString_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000510 "PyString_Type"
Andrew MacIntyreb3bfa7f2002-06-10 08:05:26 +0000511 "PyBaseString_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000512
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000513; From python24_s.lib(structseq)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000514 "PyStructSequence_InitType"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000515 "PyStructSequence_New"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000516 "PyStructSequence_UnnamedField"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000517
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000518; From python24_s.lib(tupleobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000519 "PyTuple_New"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000520 "PyTuple_Pack"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000521 "_PyTuple_Resize"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000522 "PyTuple_Size"
523 "PyTuple_GetItem"
524 "PyTuple_SetItem"
525 "PyTuple_GetSlice"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000526 "PyTuple_Fini"
527 "PyTuple_Type"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000528 "PyTupleIter_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000529
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000530; From python24_s.lib(typeobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000531 "PyType_IsSubtype"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000532 "_PyType_Lookup"
533 "PyType_Ready"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000534 "PyType_GenericAlloc"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000535 "_PyObject_SlotCompare"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000536 "PyType_GenericNew"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000537 "PyType_Type"
538 "PyBaseObject_Type"
539 "PySuper_Type"
540
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000541; From python24_s.lib(unicodeobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000542 "PyUnicodeUCS2_Resize"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000543 "PyUnicodeUCS2_FromOrdinal"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000544 "PyUnicodeUCS2_FromObject"
545 "PyUnicodeUCS2_FromEncodedObject"
546 "PyUnicodeUCS2_Decode"
547 "PyUnicodeUCS2_GetDefaultEncoding"
548 "PyUnicodeUCS2_DecodeUTF8"
549 "PyUnicodeUCS2_DecodeLatin1"
550 "PyUnicodeUCS2_DecodeASCII"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000551 "PyUnicodeUCS2_AsEncodedString"
552 "PyUnicodeUCS2_AsUTF8String"
553 "PyUnicodeUCS2_AsLatin1String"
554 "PyUnicodeUCS2_AsASCIIString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000555 "PyUnicode_DecodeUTF7"
556 "PyUnicode_EncodeUTF7"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000557 "PyUnicodeUCS2_DecodeUTF8Stateful"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000558 "PyUnicodeUCS2_EncodeUTF8"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000559 "PyUnicodeUCS2_DecodeUTF16Stateful"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000560 "PyUnicodeUCS2_AsUTF16String"
561 "PyUnicodeUCS2_DecodeUnicodeEscape"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000562 "PyUnicodeUCS2_DecodeRawUnicodeEscape"
563 "PyUnicodeUCS2_EncodeRawUnicodeEscape"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000564 "PyUnicodeUCS2_DecodeCharmap"
565 "PyUnicodeUCS2_EncodeCharmap"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000566 "PyUnicodeUCS2_TranslateCharmap"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000567 "PyUnicodeUCS2_EncodeDecimal"
568 "PyUnicodeUCS2_Count"
569 "PyUnicodeUCS2_Find"
570 "PyUnicodeUCS2_Tailmatch"
571 "PyUnicodeUCS2_Join"
572 "PyUnicodeUCS2_Splitlines"
573 "PyUnicodeUCS2_Compare"
574 "PyUnicodeUCS2_Contains"
575 "PyUnicodeUCS2_Concat"
Andrew MacIntyre63c9d502002-04-30 12:06:23 +0000576 "_PyUnicode_XStrip"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000577 "PyUnicodeUCS2_Replace"
578 "PyUnicodeUCS2_Split"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000579 "PyUnicodeUCS2_RSplit"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000580 "PyUnicodeUCS2_Format"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000581 "_PyUnicodeUCS2_Fini"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000582 "PyUnicodeUCS2_FromUnicode"
583 "PyUnicodeUCS2_AsUnicode"
584 "PyUnicodeUCS2_GetSize"
585 "PyUnicodeUCS2_GetMax"
586 "_PyUnicodeUCS2_AsDefaultEncodedString"
587 "PyUnicodeUCS2_SetDefaultEncoding"
588 "PyUnicodeUCS2_Encode"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000589 "PyUnicodeUCS2_AsEncodedObject"
590 "PyUnicodeUCS2_DecodeUTF16"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000591 "PyUnicodeUCS2_EncodeUTF16"
592 "PyUnicodeUCS2_AsUnicodeEscapeString"
593 "PyUnicodeUCS2_EncodeUnicodeEscape"
594 "PyUnicodeUCS2_AsRawUnicodeEscapeString"
595 "PyUnicodeUCS2_EncodeLatin1"
596 "PyUnicodeUCS2_EncodeASCII"
597 "PyUnicodeUCS2_AsCharmapString"
598 "PyUnicodeUCS2_Translate"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000599 "PyUnicode_AsDecodedObject"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000600 "_PyUnicodeUCS2_Init"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000601 "PyUnicode_Type"
602
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000603; From python24_s.lib(unicodectype)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000604 "_PyUnicode_TypeRecords"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000605 "_PyUnicodeUCS2_ToNumeric"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000606 "_PyUnicodeUCS2_IsLowercase"
607 "_PyUnicodeUCS2_IsUppercase"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000608 "_PyUnicodeUCS2_IsTitlecase"
609 "_PyUnicodeUCS2_IsWhitespace"
610 "_PyUnicodeUCS2_IsLinebreak"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000611 "_PyUnicodeUCS2_ToLowercase"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000612 "_PyUnicodeUCS2_ToUppercase"
613 "_PyUnicodeUCS2_ToTitlecase"
614 "_PyUnicodeUCS2_ToDecimalDigit"
615 "_PyUnicodeUCS2_ToDigit"
616 "_PyUnicodeUCS2_IsDecimalDigit"
617 "_PyUnicodeUCS2_IsDigit"
618 "_PyUnicodeUCS2_IsNumeric"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000619 "_PyUnicodeUCS2_IsAlpha"
620
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000621; From python24_s.lib(weakrefobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000622 "PyWeakref_NewRef"
623 "PyWeakref_NewProxy"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000624 "PyObject_ClearWeakRefs"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000625 "PyWeakref_GetObject"
626 "_PyWeakref_GetWeakrefCount"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000627 "_PyWeakref_ClearRef"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000628 "_PyWeakref_RefType"
629 "_PyWeakref_ProxyType"
630 "_PyWeakref_CallableProxyType"
631
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000632; From python24_s.lib(bltinmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000633 "_PyBuiltin_Init"
634 "Py_FileSystemDefaultEncoding"
635
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000636; From python24_s.lib(exceptions)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000637 "PyExc_Exception"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000638 "PyExc_TypeError"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000639 "PyExc_StopIteration"
640 "PyExc_StandardError"
641 "PyExc_SystemExit"
642 "PyExc_KeyboardInterrupt"
643 "PyExc_ImportError"
644 "PyExc_EnvironmentError"
645 "PyExc_IOError"
646 "PyExc_OSError"
647 "PyExc_EOFError"
648 "PyExc_RuntimeError"
649 "PyExc_NotImplementedError"
650 "PyExc_NameError"
651 "PyExc_UnboundLocalError"
652 "PyExc_AttributeError"
653 "PyExc_SyntaxError"
654 "PyExc_IndentationError"
655 "PyExc_TabError"
656 "PyExc_AssertionError"
657 "PyExc_LookupError"
658 "PyExc_IndexError"
659 "PyExc_KeyError"
660 "PyExc_ArithmeticError"
661 "PyExc_OverflowError"
662 "PyExc_ZeroDivisionError"
663 "PyExc_FloatingPointError"
664 "PyExc_ValueError"
665 "PyExc_UnicodeError"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000666 "PyExc_UnicodeEncodeError"
667 "PyExc_UnicodeDecodeError"
668 "PyExc_UnicodeTranslateError"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000669 "PyExc_ReferenceError"
670 "PyExc_SystemError"
671 "PyExc_MemoryError"
672 "PyExc_Warning"
673 "PyExc_UserWarning"
674 "PyExc_DeprecationWarning"
Andrew MacIntyreb3bfa7f2002-06-10 08:05:26 +0000675 "PyExc_PendingDeprecationWarning"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000676 "PyExc_SyntaxWarning"
677 "PyExc_OverflowWarning"
678 "PyExc_RuntimeWarning"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000679 "PyExc_FutureWarning"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000680 "PyExc_MemoryErrorInst"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000681 "PyUnicodeEncodeError_GetStart"
682 "PyUnicodeDecodeError_GetStart"
683 "PyUnicodeEncodeError_GetEnd"
684 "PyUnicodeDecodeError_GetEnd"
685 "_PyExc_Init"
686 "_PyExc_Fini"
687 "PyUnicodeDecodeError_Create"
688 "PyUnicodeEncodeError_Create"
689 "PyUnicodeTranslateError_Create"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000690 "PyUnicodeEncodeError_GetEncoding"
691 "PyUnicodeDecodeError_GetEncoding"
692 "PyUnicodeEncodeError_GetObject"
693 "PyUnicodeDecodeError_GetObject"
694 "PyUnicodeTranslateError_GetObject"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000695 "PyUnicodeTranslateError_GetStart"
696 "PyUnicodeEncodeError_SetStart"
697 "PyUnicodeDecodeError_SetStart"
698 "PyUnicodeTranslateError_SetStart"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000699 "PyUnicodeTranslateError_GetEnd"
700 "PyUnicodeEncodeError_SetEnd"
701 "PyUnicodeDecodeError_SetEnd"
702 "PyUnicodeTranslateError_SetEnd"
703 "PyUnicodeEncodeError_GetReason"
704 "PyUnicodeDecodeError_GetReason"
705 "PyUnicodeTranslateError_GetReason"
706 "PyUnicodeEncodeError_SetReason"
707 "PyUnicodeDecodeError_SetReason"
708 "PyUnicodeTranslateError_SetReason"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000709
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000710; From python24_s.lib(ceval)
711 "PyEval_EvalFrame"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000712 "PyEval_CallObjectWithKeywords"
713 "PyEval_EvalCodeEx"
714 "_PyEval_SliceIndex"
715 "PyEval_GetFrame"
716 "PyEval_CallObject"
717 "PyEval_SetProfile"
718 "PyEval_SetTrace"
719 "PyEval_GetBuiltins"
720 "PyEval_GetGlobals"
721 "PyEval_GetLocals"
722 "PyEval_GetRestricted"
723 "PyEval_MergeCompilerFlags"
724 "Py_FlushLine"
725 "Py_AddPendingCall"
726 "Py_MakePendingCalls"
727 "Py_SetRecursionLimit"
728 "Py_GetRecursionLimit"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000729 "_Py_CheckRecursiveCall"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000730 "PyEval_GetFuncName"
731 "PyEval_GetFuncDesc"
Andrew MacIntyre4f28c4d2003-02-19 12:42:36 +0000732 "PyEval_GetCallStats"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000733 "PyEval_SaveThread"
734 "PyEval_RestoreThread"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000735 "PyEval_InitThreads"
736 "PyEval_AcquireLock"
737 "PyEval_ReleaseLock"
738 "PyEval_AcquireThread"
739 "PyEval_ReleaseThread"
740 "PyEval_ReInitThreads"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000741 "PyEval_EvalCode"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000742 "_PyEval_CallTracing"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000743 "_Py_CheckRecursionLimit"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000744 "_Py_CheckInterval"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000745 "_Py_Ticker"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000746
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000747; From python24_s.lib(compile)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000748 "PyCode_New"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000749 "PySymtable_Free"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000750 "PyNode_Compile"
751 "PyNode_CompileFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000752 "PyCode_Addr2Line"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000753 "_Py_Mangle"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000754 "PyNode_CompileSymtable"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000755 "Py_OptimizeFlag"
756 "PyCode_Type"
757
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000758; From python24_s.lib(codecs)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000759 "_PyCodec_Lookup"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000760 "PyCodec_StreamReader"
761 "PyCodec_StreamWriter"
762 "PyCodec_Encode"
763 "PyCodec_Decode"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000764 "PyCodec_IgnoreErrors"
765 "PyCodec_ReplaceErrors"
766 "PyCodec_XMLCharRefReplaceErrors"
767 "PyCodec_BackslashReplaceErrors"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000768 "PyCodec_Register"
769 "PyCodec_Encoder"
770 "PyCodec_Decoder"
771 "PyCodec_RegisterError"
772 "PyCodec_LookupError"
773 "PyCodec_StrictErrors"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000774
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000775; From python24_s.lib(errors)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000776 "PyErr_SetNone"
777 "PyErr_SetString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000778 "PyErr_ExceptionMatches"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000779 "PyErr_GivenExceptionMatches"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000780 "PyErr_NormalizeException"
781 "PyErr_Fetch"
782 "PyErr_Clear"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000783 "PyErr_NoMemory"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000784 "PyErr_SetFromErrnoWithFilenameObject"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000785 "PyErr_Format"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000786 "PyErr_NewException"
787 "PyErr_WriteUnraisable"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000788 "PyErr_SyntaxLocation"
789 "PyErr_ProgramText"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000790 "PyErr_SetObject"
791 "PyErr_Occurred"
792 "PyErr_Restore"
793 "PyErr_BadArgument"
794 "PyErr_SetFromErrno"
795 "PyErr_SetFromErrnoWithFilename"
796 "PyErr_BadInternalCall"
797 "_PyErr_BadInternalCall"
798 "PyErr_Warn"
799 "PyErr_WarnExplicit"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000800
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000801; From python24_s.lib(frozen)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000802 "PyImport_FrozenModules"
803
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000804; From python24_s.lib(frozenmain)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000805 "Py_FrozenMain"
806
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000807; From python24_s.lib(future)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000808 "PyNode_Future"
809
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000810; From python24_s.lib(getargs)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000811 "PyArg_Parse"
812 "PyArg_ParseTuple"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000813 "PyArg_ParseTupleAndKeywords"
814 "PyArg_UnpackTuple"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000815 "PyArg_VaParse"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000816 "PyArg_VaParseTupleAndKeywords"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000817
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000818; From python24_s.lib(getcompiler)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000819 "Py_GetCompiler"
820
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000821; From python24_s.lib(getcopyright)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000822 "Py_GetCopyright"
823
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000824; From python24_s.lib(getmtime)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000825 "PyOS_GetLastModificationTime"
826
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000827; From python24_s.lib(getplatform)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000828 "Py_GetPlatform"
829
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000830; From python24_s.lib(getversion)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000831 "Py_GetVersion"
832
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000833; From python24_s.lib(graminit)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000834 "_PyParser_Grammar"
835
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000836; From python24_s.lib(import)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000837 "_PyImport_Init"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000838 "_PyImportHooks_Init"
839 "PyImport_ImportModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000840 "PyImport_Cleanup"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000841 "_PyImport_FixupExtension"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000842 "PyImport_AddModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000843 "PyImport_ExecCodeModuleEx"
844 "PyImport_ImportFrozenModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000845 "PyImport_ImportModuleEx"
846 "PyImport_ReloadModule"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000847 "PyImport_Import"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000848; "initimp"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000849 "_PyImport_Fini"
850 "PyImport_GetMagicNumber"
851 "PyImport_ExecCodeModule"
852 "PyImport_GetModuleDict"
853 "_PyImport_FindExtension"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000854 "PyImport_AppendInittab"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000855 "PyImport_ExtendInittab"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000856 "PyImport_Inittab"
857 "_PyImport_Filetab"
858
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000859; From python24_s.lib(importdl)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000860 "_PyImport_LoadDynamicModule"
861
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000862; From python24_s.lib(marshal)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000863 "PyMarshal_ReadLongFromFile"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000864 "PyMarshal_WriteObjectToString"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000865 "PyMarshal_WriteLongToFile"
866 "PyMarshal_WriteObjectToFile"
867 "PyMarshal_ReadShortFromFile"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000868 "PyMarshal_ReadObjectFromFile"
869 "PyMarshal_ReadLastObjectFromFile"
870 "PyMarshal_ReadObjectFromString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000871 "PyMarshal_Init"
872
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000873; From python24_s.lib(modsupport)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000874 "Py_InitModule4"
875 "Py_BuildValue"
876 "Py_VaBuildValue"
877 "PyEval_CallFunction"
878 "PyEval_CallMethod"
879 "PyModule_AddObject"
880 "PyModule_AddIntConstant"
881 "PyModule_AddStringConstant"
882 "_Py_PackageContext"
883
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000884; From python24_s.lib(mysnprintf)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000885 "PyOS_snprintf"
886 "PyOS_vsnprintf"
887
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000888; From python24_s.lib(mystrtoul)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000889 "PyOS_strtoul"
890 "PyOS_strtol"
891
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000892; From python24_s.lib(pyfpe)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000893 "PyFPE_dummy"
894
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000895; From python24_s.lib(pystate)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000896 "PyInterpreterState_Clear"
897 "PyThreadState_Clear"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000898 "PyGILState_Ensure"
899 "PyGILState_Release"
900 "PyInterpreterState_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000901 "PyInterpreterState_Delete"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000902 "PyThreadState_Delete"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000903 "PyThreadState_New"
904 "PyThreadState_DeleteCurrent"
905 "PyThreadState_Get"
906 "PyThreadState_Swap"
907 "PyThreadState_GetDict"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000908 "PyThreadState_SetAsyncExc"
909 "PyGILState_GetThisThreadState"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000910 "PyInterpreterState_Head"
911 "PyInterpreterState_Next"
912 "PyInterpreterState_ThreadHead"
913 "PyThreadState_Next"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000914 "_PyGILState_Init"
915 "_PyGILState_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000916 "_PyThreadState_Current"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000917 "_PyThreadState_GetFrame"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000918
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000919; From python24_s.lib(pystrtod)
920 "PyOS_ascii_strtod"
921 "PyOS_ascii_formatd"
922 "PyOS_ascii_atof"
923
924; From python24_s.lib(pythonrun)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000925 "Py_IgnoreEnvironmentFlag"
926 "Py_DebugFlag"
927 "Py_VerboseFlag"
928 "Py_NoSiteFlag"
929 "Py_InteractiveFlag"
930 "Py_FrozenFlag"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000931 "Py_InitializeEx"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000932 "Py_FatalError"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000933 "Py_NewInterpreter"
934 "PyErr_Print"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000935 "PyRun_InteractiveOneFlags"
936 "PyRun_SimpleFileExFlags"
937 "PyRun_FileExFlags"
938 "Py_Exit"
939 "PyErr_PrintEx"
940 "PyErr_Display"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000941 "Py_SetProgramName"
942 "Py_GetProgramName"
943 "Py_SetPythonHome"
944 "Py_GetPythonHome"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000945 "Py_Initialize"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000946 "Py_Finalize"
947 "Py_IsInitialized"
948 "Py_EndInterpreter"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000949 "PyRun_AnyFile"
950 "PyRun_AnyFileExFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000951 "PyRun_AnyFileEx"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000952 "PyRun_AnyFileFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000953 "Py_FdIsInteractive"
954 "PyRun_InteractiveLoopFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000955 "PyRun_SimpleString"
956 "PyRun_SimpleStringFlags"
957 "PyRun_StringFlags"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000958 "PyRun_SimpleFile"
959 "PyRun_SimpleFileEx"
960 "PyRun_InteractiveOne"
961 "PyRun_InteractiveLoop"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000962 "PyParser_SimpleParseString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000963 "PyParser_SimpleParseFile"
964 "PyParser_SimpleParseStringFlags"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000965 "PyParser_SimpleParseStringFlagsFilename"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000966 "PyParser_SimpleParseFileFlags"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000967 "PyRun_String"
968 "PyRun_File"
969 "PyRun_FileEx"
970 "PyRun_FileFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000971 "Py_CompileString"
972 "Py_CompileStringFlags"
973 "Py_SymtableString"
974 "Py_AtExit"
975 "PyOS_getsig"
976 "PyOS_setsig"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000977 "PyParser_SetError"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000978 "PyModule_GetWarningsModule"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000979 "PyParser_SimpleParseStringFilename"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000980 "Py_UseClassExceptionsFlag"
981 "Py_UnicodeFlag"
982 "_Py_QnewFlag"
983 "_PyThread_Started"
984
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000985; From python24_s.lib(structmember)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000986 "PyMember_Get"
987 "PyMember_GetOne"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000988 "PyMember_SetOne"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000989 "PyMember_Set"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000990
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000991; From python24_s.lib(symtable)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000992 "PySymtableEntry_New"
993 "PySymtableEntry_Type"
994
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000995; From python24_s.lib(sysmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000996 "_PySys_Init"
997 "PySys_SetPath"
998 "PySys_SetArgv"
999 "PySys_WriteStdout"
1000 "PySys_WriteStderr"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001001 "PySys_GetObject"
1002 "PySys_SetObject"
1003 "PySys_GetFile"
1004 "PySys_ResetWarnOptions"
1005 "PySys_AddWarnOption"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001006
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001007; From python24_s.lib(traceback)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001008 "PyTraceBack_Here"
1009 "PyTraceBack_Print"
1010 "PyTraceBack_Type"
1011
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001012; From python24_s.lib(getopt)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001013 "_PyOS_GetOpt"
1014 "_PyOS_opterr"
1015 "_PyOS_optind"
1016 "_PyOS_optarg"
1017
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001018; From python24_s.lib(dynload_shlib)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001019 "_PyImport_DynLoadFiletab"
1020 "_PyImport_GetDynLoadFunc"
1021
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001022; From python24_s.lib(thread)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001023 "PyThread_delete_key_value"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001024 "PyThread_init_thread"
1025 "PyThread_start_new_thread"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001026 "PyThread_exit_thread"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001027 "PyThread_get_thread_ident"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001028 "PyThread_allocate_lock"
1029 "PyThread_free_lock"
1030 "PyThread_acquire_lock"
1031 "PyThread_release_lock"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001032 "PyThread_create_key"
1033 "PyThread_delete_key"
1034 "PyThread_set_key_value"
1035 "PyThread_get_key_value"
1036 "PyThread__exit_thread"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001037
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001038; From python24_s.lib(gcmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001039; "initgc"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001040 "_PyObject_GC_New"
1041 "_PyObject_GC_NewVar"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001042 "PyGC_Collect"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001043 "_PyObject_GC_Resize"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001044 "_PyObject_GC_Malloc"
1045 "PyObject_GC_Track"
1046 "PyObject_GC_UnTrack"
Andrew MacIntyre6c655312002-04-15 12:09:45 +00001047 "PyObject_GC_Del"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001048 "_PyGC_Dump"
1049 "_PyObject_GC_Track"
1050 "_PyObject_GC_UnTrack"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001051 "_PyObject_GC_Del"
1052 "_PyGC_generation0"
1053
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001054; From python24_s.lib(signalmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001055; "initsignal"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001056 "PyErr_CheckSignals"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001057 "PyErr_SetInterrupt"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001058 "PyOS_FiniInterrupts"
1059 "PyOS_InterruptOccurred"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001060 "PyOS_InitInterrupts"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001061 "PyOS_AfterFork"
1062
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001063; From python24_s.lib(posixmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001064; "initos2"
1065
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001066; From python24_s.lib(threadmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001067; "initthread"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001068
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001069; From python24_s.lib(arraymodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001070; "initarray"
1071; "array_methods"
1072
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001073; From python24_s.lib(binascii)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001074; "initbinascii"
1075
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001076; From python24_s.lib(cmathmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001077; "initcmath"
1078
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001079; From python24_s.lib(_codecsmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001080; "init_codecs"
1081
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001082; From python24_s.lib(collectionsmodule)
1083; "initcollections"
1084 "dequeiter_type"
1085 "dequereviter_type"
1086
1087; From python24_s.lib(cPickle)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001088; "initcPickle"
1089; "fast_save_leave"
1090
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001091; From python24_s.lib(cStringIO)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001092; "initcStringIO"
1093
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001094; From python24_s.lib(_csv)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001095; "init_csv"
1096
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001097; From python24_s.lib(datetimemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001098; "initdatetime"
1099
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001100; From python24_s.lib(dlmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001101; "initdl"
1102
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001103; From python24_s.lib(errnomodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001104; "initerrno"
1105
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001106; From python24_s.lib(fcntlmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001107; "initfcntl"
1108
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001109; From python24_s.lib(_heapqmodule)
1110; "init_heapq"
1111
1112; From python24_s.lib(imageop)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001113; "initimageop"
1114
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001115; From python24_s.lib(itertoolsmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001116; "inititertools"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001117
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001118; From python24_s.lib(_localemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001119; "init_locale"
1120
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001121; From python24_s.lib(mathmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001122; "initmath"
1123
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001124; From python24_s.lib(md5c)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001125; "_Py_MD5Final"
1126; "_Py_MD5Init"
1127; "_Py_MD5Update"
1128
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001129; From python24_s.lib(md5module)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001130; "initmd5"
1131
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001132; From python24_s.lib(operator)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001133; "initoperator"
1134
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001135; From python24_s.lib(_randommodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001136; "init_random"
1137
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001138; From python24_s.lib(regexmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001139; "initregex"
1140
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001141; From python24_s.lib(regexpr)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001142; "_Py_re_syntax_table"
1143; "_Py_re_compile_initialize"
1144; "_Py_re_compile_pattern"
1145; "_Py_re_match"
1146; "_Py_re_search"
1147; "_Py_re_set_syntax"
1148; "_Py_re_compile_fastmap"
1149; "_Py_re_syntax"
1150
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001151; From python24_s.lib(rgbimgmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001152; "initrgbimg"
1153
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001154; From python24_s.lib(shamodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001155; "initsha"
1156
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001157; From python24_s.lib(_sre)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001158; "init_sre"
1159
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001160; From python24_s.lib(stropmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001161; "initstrop"
1162
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001163; From python24_s.lib(structmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001164; "initstruct"
1165
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001166; From python24_s.lib(symtablemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001167; "init_symtable"
1168
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001169; From python24_s.lib(termios)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001170; "inittermios"
1171
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001172; From python24_s.lib(timemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001173; "inittime"
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001174 "_PyTime_DoubleToTimet"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001175; "inittimezone"
1176
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001177; From python24_s.lib(timingmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001178; "inittiming"
1179
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001180; From python24_s.lib(_weakref)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001181; "init_weakref"
1182
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001183; From python24_s.lib(xxsubtype)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001184; "initxxsubtype"
1185
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001186; From python24_s.lib(zipimport)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001187; "initzipimport"