blob: 1a258e793538885c804b8d402b4fe134cc192d93 [file] [log] [blame]
Christian Heimesed2f4232008-12-04 14:34:40 +00001LIBRARY python27 INITINSTANCE TERMINSTANCE
Andrew MacIntyree6d90102008-02-03 06:58:06 +00002DESCRIPTION "Python 2.6 Core DLL"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00003PROTMODE
4DATA MULTIPLE NONSHARED
5EXPORTS
6
Christian Heimesed2f4232008-12-04 14:34:40 +00007; From python27_s.lib(config)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00008 "_PyImport_Inittab"
9
Christian Heimesed2f4232008-12-04 14:34:40 +000010; From python27_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
Christian Heimesed2f4232008-12-04 14:34:40 +000016; From python27_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
Christian Heimesed2f4232008-12-04 14:34:40 +000022; From python27_s.lib(getbuildinfo)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000023 "Py_GetBuildInfo"
Andrew MacIntyrebb450372006-07-23 12:57:02 +000024 "_Py_svnversion"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000025
Christian Heimesed2f4232008-12-04 14:34:40 +000026; From python27_s.lib(main)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000027 "Py_Main"
28 "Py_GetArgcArgv"
29
Christian Heimesed2f4232008-12-04 14:34:40 +000030; From python27_s.lib(acceler)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000031 "PyGrammar_AddAccelerators"
32 "PyGrammar_RemoveAccelerators"
33
Christian Heimesed2f4232008-12-04 14:34:40 +000034; From python27_s.lib(grammar1)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000035 "PyGrammar_FindDFA"
36 "PyGrammar_LabelRepr"
37
Christian Heimesed2f4232008-12-04 14:34:40 +000038; From python27_s.lib(listnode)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000039 "PyNode_ListTree"
40
Christian Heimesed2f4232008-12-04 14:34:40 +000041; From python27_s.lib(node)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +000042 "PyNode_New"
Andrew MacIntyrebb450372006-07-23 12:57:02 +000043 "PyNode_AddChild"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000044 "PyNode_Free"
45
Christian Heimesed2f4232008-12-04 14:34:40 +000046; From python27_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
Christian Heimesed2f4232008-12-04 14:34:40 +000051; From python27_s.lib(parsetok)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000052 "Py_TabcheckFlag"
53 "PyParser_ParseString"
Andrew MacIntyrebb450372006-07-23 12:57:02 +000054 "PyParser_ParseStringFlagsFilename"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000055 "PyParser_ParseFile"
56 "PyParser_ParseFileFlags"
Andrew MacIntyrebb450372006-07-23 12:57:02 +000057 "PyParser_ParseStringFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +000058
Christian Heimesed2f4232008-12-04 14:34:40 +000059; From python27_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
Christian Heimesed2f4232008-12-04 14:34:40 +000066; From python27_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
Christian Heimesed2f4232008-12-04 14:34:40 +000070; From python27_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"
Andrew MacIntyrebb450372006-07-23 12:57:02 +000076 "PyTokenizer_FromFile"
Andrew MacIntyreab495052002-12-31 11:25:42 +000077 "PyTokenizer_Get"
78 "_PyParser_TokenNames"
79
Christian Heimesed2f4232008-12-04 14:34:40 +000080; From python27_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
Christian Heimesed2f4232008-12-04 14:34:40 +000087; From python27_s.lib(abstract)
Andrew MacIntyrebb450372006-07-23 12:57:02 +000088 "_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"
Andrew MacIntyrebb450372006-07-23 12:57:02 +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"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000112 "PySequence_Fast"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000113 "_PySequence_IterSearch"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000114 "PyObject_CallFunction"
Andrew MacIntyrebb450372006-07-23 12:57:02 +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"
Andrew MacIntyrebb450372006-07-23 12:57:02 +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
Christian Heimesed2f4232008-12-04 14:34:40 +0000178; From python27_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
Christian Heimesed2f4232008-12-04 14:34:40 +0000184; From python27_s.lib(bufferobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000185 "PyBuffer_FromObject"
186 "PyBuffer_FromReadWriteObject"
187 "PyBuffer_FromMemory"
188 "PyBuffer_FromReadWriteMemory"
189 "PyBuffer_New"
190 "PyBuffer_Type"
191
Christian Heimesed2f4232008-12-04 14:34:40 +0000192; From python27_s.lib(cellobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000193 "PyCell_New"
194 "PyCell_Get"
195 "PyCell_Set"
196 "PyCell_Type"
197
Christian Heimesed2f4232008-12-04 14:34:40 +0000198; From python27_s.lib(classobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000199 "PyClass_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000200 "PyClass_IsSubclass"
201 "PyInstance_New"
202 "PyInstance_NewRaw"
203 "PyMethod_New"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000204 "PyMethod_Function"
205 "PyMethod_Self"
206 "PyMethod_Class"
207 "_PyInstance_Lookup"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000208 "PyMethod_Fini"
209 "PyClass_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000210 "PyInstance_Type"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000211 "PyMethod_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000212
Christian Heimesed2f4232008-12-04 14:34:40 +0000213; From python27_s.lib(cobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000214 "PyCObject_FromVoidPtr"
215 "PyCObject_FromVoidPtrAndDesc"
216 "PyCObject_AsVoidPtr"
217 "PyCObject_GetDesc"
218 "PyCObject_Import"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000219 "PyCObject_SetVoidPtr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000220 "PyCObject_Type"
221
Christian Heimesed2f4232008-12-04 14:34:40 +0000222; From python27_s.lib(codeobject)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000223 "PyCode_New"
224 "PyCode_Addr2Line"
225 "PyCode_CheckLineNumber"
226 "PyCode_Type"
227
Christian Heimesed2f4232008-12-04 14:34:40 +0000228; From python27_s.lib(complexobject)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000229 "_Py_c_pow"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000230 "_Py_c_sum"
231 "_Py_c_diff"
232 "_Py_c_neg"
233 "_Py_c_prod"
234 "_Py_c_quot"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000235 "PyComplex_FromCComplex"
236 "PyComplex_FromDoubles"
237 "PyComplex_RealAsDouble"
238 "PyComplex_ImagAsDouble"
239 "PyComplex_AsCComplex"
240 "PyComplex_Type"
241
Christian Heimesed2f4232008-12-04 14:34:40 +0000242; From python27_s.lib(descrobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000243 "PyWrapper_New"
244 "PyDescr_NewMethod"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000245 "PyDescr_NewClassMethod"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000246 "PyDescr_NewMember"
247 "PyDescr_NewGetSet"
248 "PyDescr_NewWrapper"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000249 "PyDictProxy_New"
250 "PyWrapperDescr_Type"
251 "PyProperty_Type"
252
Christian Heimesed2f4232008-12-04 14:34:40 +0000253; From python27_s.lib(dictobject)
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000254 "PyDict_New"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000255 "PyDict_GetItem"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000256 "PyDict_SetItem"
257 "PyDict_DelItem"
258 "PyDict_Clear"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000259 "PyDict_MergeFromSeq2"
260 "PyDict_Merge"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000261 "PyDict_Keys"
262 "PyDict_Values"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000263 "PyDict_Contains"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000264 "PyDict_Next"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000265 "PyDict_Items"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000266 "PyDict_Size"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000267 "PyDict_Copy"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000268 "PyDict_Update"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000269 "PyDict_GetItemString"
270 "PyDict_SetItemString"
271 "PyDict_DelItemString"
272 "PyDict_Type"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000273 "PyDictIterKey_Type"
274 "PyDictIterValue_Type"
275 "PyDictIterItem_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000276
Christian Heimesed2f4232008-12-04 14:34:40 +0000277; From python27_s.lib(enumobject)
Andrew MacIntyre63c9d502002-04-30 12:06:23 +0000278 "PyEnum_Type"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000279 "PyReversed_Type"
Andrew MacIntyre63c9d502002-04-30 12:06:23 +0000280
Christian Heimesed2f4232008-12-04 14:34:40 +0000281; From python27_s.lib(fileobject)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000282 "PyFile_FromString"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000283 "Py_UniversalNewlineFread"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000284 "PyFile_GetLine"
285 "PyFile_SoftSpace"
286 "PyFile_WriteObject"
287 "PyFile_WriteString"
288 "PyObject_AsFileDescriptor"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000289 "Py_UniversalNewlineFgets"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000290 "PyFile_SetBufSize"
291 "PyFile_SetEncoding"
292 "PyFile_FromFile"
293 "PyFile_AsFile"
294 "PyFile_Name"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000295 "PyFile_Type"
296
Christian Heimesed2f4232008-12-04 14:34:40 +0000297; From python27_s.lib(floatobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000298 "PyFloat_FromString"
299 "PyFloat_AsDouble"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000300 "PyFloat_Fini"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000301 "_PyFloat_Pack4"
302 "_PyFloat_Pack8"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000303 "_PyFloat_Unpack4"
304 "_PyFloat_Unpack8"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000305 "PyFloat_FromDouble"
306 "PyFloat_AsReprString"
307 "PyFloat_AsString"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000308 "_PyFloat_Init"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000309 "PyFloat_AsStringEx"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000310 "PyFloat_Type"
311
Christian Heimesed2f4232008-12-04 14:34:40 +0000312; From python27_s.lib(frameobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000313 "PyFrame_New"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000314 "PyFrame_FastToLocals"
315 "PyFrame_LocalsToFast"
316 "_PyFrame_Init"
317 "PyFrame_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000318 "PyFrame_BlockSetup"
319 "PyFrame_BlockPop"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000320 "PyFrame_Type"
321
Christian Heimesed2f4232008-12-04 14:34:40 +0000322; From python27_s.lib(funcobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000323 "PyFunction_New"
324 "PyFunction_GetCode"
325 "PyFunction_GetGlobals"
Andrew MacIntyre4f28c4d2003-02-19 12:42:36 +0000326 "PyFunction_GetModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000327 "PyFunction_GetDefaults"
328 "PyFunction_SetDefaults"
329 "PyFunction_GetClosure"
330 "PyFunction_SetClosure"
331 "PyClassMethod_New"
332 "PyStaticMethod_New"
333 "PyFunction_Type"
334 "PyClassMethod_Type"
335 "PyStaticMethod_Type"
336
Christian Heimesed2f4232008-12-04 14:34:40 +0000337; From python27_s.lib(genobject)
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000338 "PyGen_New"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000339 "PyGen_NeedsFinalizing"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000340 "PyGen_Type"
341
Christian Heimesed2f4232008-12-04 14:34:40 +0000342; From python27_s.lib(intobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000343 "PyInt_AsLong"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000344 "PyInt_AsUnsignedLongMask"
345 "PyInt_AsUnsignedLongLongMask"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000346 "PyInt_FromString"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000347 "PyInt_AsSsize_t"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000348 "PyInt_Fini"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000349 "PyInt_FromUnicode"
350 "PyInt_FromLong"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000351 "PyInt_FromSize_t"
352 "PyInt_FromSsize_t"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000353 "PyInt_GetMax"
354 "_PyInt_Init"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000355 "PyInt_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000356
Christian Heimesed2f4232008-12-04 14:34:40 +0000357; From python27_s.lib(iterobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000358 "PySeqIter_New"
359 "PyCallIter_New"
360 "PySeqIter_Type"
361 "PyCallIter_Type"
362
Christian Heimesed2f4232008-12-04 14:34:40 +0000363; From python27_s.lib(listobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000364 "PyList_New"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000365 "PyList_Append"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000366 "PyList_Size"
367 "PyList_GetItem"
368 "PyList_SetItem"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000369 "PyList_Insert"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000370 "PyList_GetSlice"
371 "PyList_SetSlice"
372 "PyList_Sort"
373 "PyList_Reverse"
374 "PyList_AsTuple"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000375 "_PyList_Extend"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000376 "PyList_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000377 "PyList_Type"
Andrew MacIntyreb3bfa7f2002-06-10 08:05:26 +0000378 "PyListIter_Type"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000379 "PyListRevIter_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000380
Christian Heimesed2f4232008-12-04 14:34:40 +0000381; From python27_s.lib(longobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000382 "PyLong_FromDouble"
383 "PyLong_AsLong"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000384 "_PyLong_AsSsize_t"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000385 "PyLong_AsUnsignedLong"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000386 "_PyLong_FromByteArray"
387 "_PyLong_AsByteArray"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000388 "PyLong_AsDouble"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000389 "PyLong_FromLongLong"
390 "PyLong_AsLongLong"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000391 "PyLong_FromString"
392 "PyLong_FromLong"
393 "PyLong_FromUnsignedLong"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000394 "PyLong_AsUnsignedLongMask"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000395 "_PyLong_FromSize_t"
396 "_PyLong_FromSsize_t"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000397 "_PyLong_AsScaledDouble"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000398 "PyLong_FromVoidPtr"
399 "PyLong_AsVoidPtr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000400 "PyLong_FromUnsignedLongLong"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000401 "PyLong_AsUnsignedLongLong"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000402 "PyLong_AsUnsignedLongLongMask"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000403 "PyLong_FromUnicode"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000404 "_PyLong_Sign"
405 "_PyLong_NumBits"
406 "_PyLong_New"
407 "_PyLong_Copy"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000408 "PyLong_Type"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000409 "_PyLong_DigitValue"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000410
Christian Heimesed2f4232008-12-04 14:34:40 +0000411; From python27_s.lib(methodobject)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000412 "PyCFunction_Call"
413 "Py_FindMethodInChain"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000414 "PyCFunction_GetFunction"
415 "PyCFunction_GetSelf"
416 "PyCFunction_GetFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000417 "Py_FindMethod"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000418 "PyCFunction_NewEx"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000419 "PyCFunction_Fini"
Andrew MacIntyre4f28c4d2003-02-19 12:42:36 +0000420 "PyCFunction_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000421 "PyCFunction_Type"
422
Christian Heimesed2f4232008-12-04 14:34:40 +0000423; From python27_s.lib(moduleobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000424 "PyModule_New"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000425 "_PyModule_Clear"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000426 "PyModule_GetDict"
427 "PyModule_GetName"
428 "PyModule_GetFilename"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000429 "PyModule_Type"
430
Christian Heimesed2f4232008-12-04 14:34:40 +0000431; From python27_s.lib(object)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000432 "Py_DivisionWarningFlag"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000433 "PyObject_Str"
434 "PyObject_Repr"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000435 "_PyObject_Str"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000436 "PyObject_Unicode"
437 "PyObject_GetAttr"
438 "PyObject_IsTrue"
439 "PyNumber_CoerceEx"
440 "PyObject_Compare"
441 "PyObject_RichCompare"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000442 "_Py_HashDouble"
443 "PyObject_Hash"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000444 "PyObject_SetAttr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000445 "PyObject_GenericGetAttr"
446 "PyObject_GenericSetAttr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000447 "PyCallable_Check"
448 "PyObject_Dir"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000449 "PyMem_Malloc"
450 "PyMem_Realloc"
451 "PyMem_Free"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000452 "PyObject_Print"
453 "_PyObject_Dump"
454 "PyObject_RichCompareBool"
455 "PyObject_GetAttrString"
456 "PyObject_SetAttrString"
457 "PyObject_HasAttrString"
458 "PyObject_HasAttr"
459 "_PyObject_GetDictPtr"
460 "PyObject_SelfIter"
461 "PyObject_Not"
462 "PyNumber_Coerce"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000463 "Py_ReprEnter"
464 "Py_ReprLeave"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000465 "_Py_HashPointer"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000466 "Py_IncRef"
467 "Py_DecRef"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000468 "_PyTrash_deposit_object"
469 "_PyTrash_destroy_chain"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000470 "PyObject_Init"
471 "PyObject_InitVar"
472 "_PyObject_New"
473 "_PyObject_NewVar"
474 "_PyObject_Del"
475 "_Py_ReadyTypes"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000476 "_Py_SwappedOp"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000477 "_Py_NotImplementedStruct"
478 "_Py_NoneStruct"
479 "_Py_cobject_hack"
480 "_Py_abstract_hack"
481 "_PyTrash_delete_nesting"
482 "_PyTrash_delete_later"
483
Christian Heimesed2f4232008-12-04 14:34:40 +0000484; From python27_s.lib(obmalloc)
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000485 "PyObject_Malloc"
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000486 "PyObject_Free"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000487 "PyObject_Realloc"
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000488
Christian Heimesed2f4232008-12-04 14:34:40 +0000489; From python27_s.lib(rangeobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000490 "PyRange_Type"
491
Christian Heimesed2f4232008-12-04 14:34:40 +0000492; From python27_s.lib(setobject)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000493 "PySet_Pop"
494 "PySet_New"
495 "PyFrozenSet_New"
496 "PySet_Size"
497 "PySet_Clear"
498 "PySet_Contains"
499 "PySet_Discard"
500 "PySet_Add"
501 "_PySet_Next"
502 "_PySet_Update"
503 "PySet_Fini"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000504 "PySet_Type"
505 "PyFrozenSet_Type"
506
Christian Heimesed2f4232008-12-04 14:34:40 +0000507; From python27_s.lib(sliceobject)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000508 "_PySlice_FromIndices"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000509 "PySlice_GetIndices"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000510 "PySlice_GetIndicesEx"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000511 "PySlice_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000512 "_Py_EllipsisObject"
513 "PySlice_Type"
514
Christian Heimesed2f4232008-12-04 14:34:40 +0000515; From python27_s.lib(stringobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000516 "PyString_FromStringAndSize"
517 "PyString_InternInPlace"
518 "PyString_FromString"
519 "PyString_FromFormatV"
520 "PyString_AsString"
521 "_PyString_Resize"
522 "PyString_FromFormat"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000523 "PyString_AsDecodedString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000524 "PyString_AsEncodedString"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000525 "PyString_DecodeEscape"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000526 "PyString_Repr"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000527 "PyString_AsStringAndSize"
528 "_PyString_FormatLong"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000529 "PyString_Format"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000530 "_Py_ReleaseInternedStrings"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000531 "PyString_Size"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000532 "PyString_Concat"
533 "PyString_ConcatAndDel"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000534 "_PyString_Eq"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000535 "PyString_InternImmortal"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000536 "PyString_InternFromString"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000537 "_PyString_Join"
538 "PyString_Decode"
539 "PyString_Encode"
540 "PyString_AsEncodedObject"
541 "PyString_AsDecodedObject"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000542 "PyString_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000543 "PyString_Type"
Andrew MacIntyreb3bfa7f2002-06-10 08:05:26 +0000544 "PyBaseString_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000545
Christian Heimesed2f4232008-12-04 14:34:40 +0000546; From python27_s.lib(structseq)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000547 "PyStructSequence_InitType"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000548 "PyStructSequence_New"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000549 "PyStructSequence_UnnamedField"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000550
Christian Heimesed2f4232008-12-04 14:34:40 +0000551; From python27_s.lib(tupleobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000552 "PyTuple_New"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000553 "PyTuple_Pack"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000554 "_PyTuple_Resize"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000555 "PyTuple_Size"
556 "PyTuple_GetItem"
557 "PyTuple_SetItem"
558 "PyTuple_GetSlice"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000559 "PyTuple_Fini"
560 "PyTuple_Type"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000561 "PyTupleIter_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000562
Christian Heimesed2f4232008-12-04 14:34:40 +0000563; From python27_s.lib(typeobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000564 "PyType_IsSubtype"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000565 "_PyType_Lookup"
566 "PyType_Ready"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000567 "PyType_GenericAlloc"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000568 "_PyObject_SlotCompare"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000569 "PyType_GenericNew"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000570 "PyType_Type"
571 "PyBaseObject_Type"
572 "PySuper_Type"
573
Christian Heimesed2f4232008-12-04 14:34:40 +0000574; From python27_s.lib(unicodeobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000575 "PyUnicodeUCS2_Resize"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000576 "PyUnicodeUCS2_FromOrdinal"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000577 "PyUnicodeUCS2_FromObject"
578 "PyUnicodeUCS2_FromEncodedObject"
579 "PyUnicodeUCS2_Decode"
580 "PyUnicodeUCS2_GetDefaultEncoding"
581 "PyUnicodeUCS2_DecodeUTF8"
582 "PyUnicodeUCS2_DecodeLatin1"
583 "PyUnicodeUCS2_DecodeASCII"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000584 "PyUnicodeUCS2_AsEncodedString"
585 "PyUnicodeUCS2_AsUTF8String"
586 "PyUnicodeUCS2_AsLatin1String"
587 "PyUnicodeUCS2_AsASCIIString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000588 "PyUnicode_DecodeUTF7"
589 "PyUnicode_EncodeUTF7"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000590 "PyUnicodeUCS2_DecodeUTF8Stateful"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000591 "PyUnicodeUCS2_EncodeUTF8"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000592 "PyUnicodeUCS2_DecodeUTF16Stateful"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000593 "PyUnicodeUCS2_AsUTF16String"
594 "PyUnicodeUCS2_DecodeUnicodeEscape"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000595 "PyUnicodeUCS2_DecodeRawUnicodeEscape"
596 "PyUnicodeUCS2_EncodeRawUnicodeEscape"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000597 "_PyUnicode_DecodeUnicodeInternal"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000598 "PyUnicodeUCS2_DecodeCharmap"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000599 "PyUnicode_BuildEncodingMap"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000600 "PyUnicodeUCS2_EncodeCharmap"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000601 "PyUnicodeUCS2_TranslateCharmap"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000602 "PyUnicodeUCS2_EncodeDecimal"
603 "PyUnicodeUCS2_Count"
604 "PyUnicodeUCS2_Find"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000605 "PyUnicodeUCS2_Join"
606 "PyUnicodeUCS2_Splitlines"
607 "PyUnicodeUCS2_Compare"
608 "PyUnicodeUCS2_Contains"
609 "PyUnicodeUCS2_Concat"
Andrew MacIntyre63c9d502002-04-30 12:06:23 +0000610 "_PyUnicode_XStrip"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000611 "PyUnicodeUCS2_Replace"
612 "PyUnicodeUCS2_Split"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000613 "PyUnicodeUCS2_RSplit"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000614 "PyUnicodeUCS2_Format"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000615 "_PyUnicodeUCS2_Init"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000616 "_PyUnicodeUCS2_Fini"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000617 "PyUnicodeUCS2_FromUnicode"
618 "PyUnicodeUCS2_AsUnicode"
619 "PyUnicodeUCS2_GetSize"
620 "PyUnicodeUCS2_GetMax"
621 "_PyUnicodeUCS2_AsDefaultEncodedString"
622 "PyUnicodeUCS2_SetDefaultEncoding"
623 "PyUnicodeUCS2_Encode"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000624 "PyUnicodeUCS2_AsEncodedObject"
625 "PyUnicodeUCS2_DecodeUTF16"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000626 "PyUnicodeUCS2_EncodeUTF16"
627 "PyUnicodeUCS2_AsUnicodeEscapeString"
628 "PyUnicodeUCS2_EncodeUnicodeEscape"
629 "PyUnicodeUCS2_AsRawUnicodeEscapeString"
630 "PyUnicodeUCS2_EncodeLatin1"
631 "PyUnicodeUCS2_EncodeASCII"
632 "PyUnicodeUCS2_AsCharmapString"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000633 "PyUnicodeUCS2_Partition"
634 "PyUnicodeUCS2_RPartition"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000635 "PyUnicodeUCS2_Translate"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000636 "PyUnicodeUCS2_Tailmatch"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000637 "PyUnicode_AsDecodedObject"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000638 "PyUnicode_Type"
639
Christian Heimesed2f4232008-12-04 14:34:40 +0000640; From python27_s.lib(unicodectype)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000641 "_PyUnicode_TypeRecords"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000642 "_PyUnicodeUCS2_ToNumeric"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000643 "_PyUnicodeUCS2_IsLowercase"
644 "_PyUnicodeUCS2_IsUppercase"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000645 "_PyUnicodeUCS2_IsTitlecase"
646 "_PyUnicodeUCS2_IsWhitespace"
647 "_PyUnicodeUCS2_IsLinebreak"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000648 "_PyUnicodeUCS2_ToLowercase"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000649 "_PyUnicodeUCS2_ToUppercase"
650 "_PyUnicodeUCS2_ToTitlecase"
651 "_PyUnicodeUCS2_ToDecimalDigit"
652 "_PyUnicodeUCS2_ToDigit"
653 "_PyUnicodeUCS2_IsDecimalDigit"
654 "_PyUnicodeUCS2_IsDigit"
655 "_PyUnicodeUCS2_IsNumeric"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000656 "_PyUnicodeUCS2_IsAlpha"
657
Christian Heimesed2f4232008-12-04 14:34:40 +0000658; From python27_s.lib(weakrefobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000659 "PyWeakref_NewRef"
660 "PyWeakref_NewProxy"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000661 "PyObject_ClearWeakRefs"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000662 "PyWeakref_GetObject"
663 "_PyWeakref_GetWeakrefCount"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000664 "_PyWeakref_ClearRef"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000665 "_PyWeakref_RefType"
666 "_PyWeakref_ProxyType"
667 "_PyWeakref_CallableProxyType"
668
Christian Heimesed2f4232008-12-04 14:34:40 +0000669; From python27_s.lib(Python-ast)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000670; "init_ast"
671 "Module"
672 "Interactive"
673 "Expression"
674 "Suite"
675 "FunctionDef"
676 "ClassDef"
677 "Return"
678 "Delete"
679 "Assign"
680 "AugAssign"
681 "Print"
682 "For"
683 "While"
684 "If"
685 "With"
686 "Raise"
687 "TryExcept"
688 "TryFinally"
689 "Assert"
690 "Import"
691 "ImportFrom"
692 "Exec"
693 "Global"
694 "Expr"
695 "Pass"
696 "Break"
697 "Continue"
698 "BoolOp"
699 "BinOp"
700 "UnaryOp"
701 "Lambda"
702 "IfExp"
703 "Dict"
704 "ListComp"
705 "GeneratorExp"
706 "Yield"
707 "Compare"
708 "Call"
709 "Repr"
710 "Num"
711 "Str"
712 "Attribute"
713 "Subscript"
714 "Name"
715 "List"
716 "Tuple"
717 "Ellipsis"
718 "Slice"
719 "ExtSlice"
720 "Index"
721 "comprehension"
722 "excepthandler"
723 "arguments"
724 "keyword"
725 "alias"
726 "PyAST_mod2obj"
727
Christian Heimesed2f4232008-12-04 14:34:40 +0000728; From python27_s.lib(asdl)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000729 "asdl_seq_new"
730 "asdl_int_seq_new"
731
Christian Heimesed2f4232008-12-04 14:34:40 +0000732; From python27_s.lib(ast)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000733 "PyAST_FromNode"
734
Christian Heimesed2f4232008-12-04 14:34:40 +0000735; From python27_s.lib(bltinmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000736 "_PyBuiltin_Init"
737 "Py_FileSystemDefaultEncoding"
738
Christian Heimesed2f4232008-12-04 14:34:40 +0000739; From python27_s.lib(exceptions)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000740 "PyUnicodeEncodeError_GetStart"
741 "PyUnicodeDecodeError_GetStart"
742 "PyUnicodeEncodeError_GetEnd"
743 "PyUnicodeDecodeError_GetEnd"
744 "_PyExc_Init"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000745 "PyUnicodeDecodeError_Create"
746 "PyUnicodeEncodeError_Create"
747 "PyUnicodeTranslateError_Create"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000748 "PyUnicodeEncodeError_GetEncoding"
749 "PyUnicodeDecodeError_GetEncoding"
750 "PyUnicodeEncodeError_GetObject"
751 "PyUnicodeDecodeError_GetObject"
752 "PyUnicodeTranslateError_GetObject"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000753 "PyUnicodeTranslateError_GetStart"
754 "PyUnicodeEncodeError_SetStart"
755 "PyUnicodeDecodeError_SetStart"
756 "PyUnicodeTranslateError_SetStart"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000757 "PyUnicodeTranslateError_GetEnd"
758 "PyUnicodeEncodeError_SetEnd"
759 "PyUnicodeDecodeError_SetEnd"
760 "PyUnicodeTranslateError_SetEnd"
761 "PyUnicodeEncodeError_GetReason"
762 "PyUnicodeDecodeError_GetReason"
763 "PyUnicodeTranslateError_GetReason"
764 "PyUnicodeEncodeError_SetReason"
765 "PyUnicodeDecodeError_SetReason"
766 "PyUnicodeTranslateError_SetReason"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000767 "_PyExc_Fini"
768 "PyExc_BaseException"
769 "PyExc_Exception"
770 "PyExc_StandardError"
771 "PyExc_TypeError"
772 "PyExc_StopIteration"
773 "PyExc_GeneratorExit"
774 "PyExc_SystemExit"
775 "PyExc_KeyboardInterrupt"
776 "PyExc_ImportError"
777 "PyExc_EnvironmentError"
778 "PyExc_IOError"
779 "PyExc_OSError"
780 "PyExc_EOFError"
781 "PyExc_RuntimeError"
782 "PyExc_NotImplementedError"
783 "PyExc_NameError"
784 "PyExc_UnboundLocalError"
785 "PyExc_AttributeError"
786 "PyExc_IndexError"
787 "PyExc_SyntaxError"
788 "PyExc_IndentationError"
789 "PyExc_TabError"
790 "PyExc_LookupError"
791 "PyExc_KeyError"
792 "PyExc_ValueError"
793 "PyExc_UnicodeError"
794 "PyExc_UnicodeEncodeError"
795 "PyExc_UnicodeDecodeError"
796 "PyExc_UnicodeTranslateError"
797 "PyExc_AssertionError"
798 "PyExc_ArithmeticError"
799 "PyExc_FloatingPointError"
800 "PyExc_OverflowError"
801 "PyExc_ZeroDivisionError"
802 "PyExc_SystemError"
803 "PyExc_ReferenceError"
804 "PyExc_MemoryError"
805 "PyExc_Warning"
806 "PyExc_UserWarning"
807 "PyExc_DeprecationWarning"
808 "PyExc_PendingDeprecationWarning"
809 "PyExc_SyntaxWarning"
810 "PyExc_RuntimeWarning"
811 "PyExc_FutureWarning"
812 "PyExc_ImportWarning"
813 "PyExc_MemoryErrorInst"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000814
Christian Heimesed2f4232008-12-04 14:34:40 +0000815; From python27_s.lib(ceval)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000816 "PyEval_EvalFrameEx"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000817 "PyEval_CallObjectWithKeywords"
818 "PyEval_EvalCodeEx"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000819 "PyEval_GetFrame"
820 "PyEval_CallObject"
821 "PyEval_SetProfile"
822 "PyEval_SetTrace"
823 "PyEval_GetBuiltins"
824 "PyEval_GetGlobals"
825 "PyEval_GetLocals"
826 "PyEval_GetRestricted"
827 "PyEval_MergeCompilerFlags"
828 "Py_FlushLine"
829 "Py_AddPendingCall"
830 "Py_MakePendingCalls"
831 "Py_SetRecursionLimit"
832 "Py_GetRecursionLimit"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000833 "_Py_CheckRecursiveCall"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000834 "PyEval_GetFuncName"
835 "PyEval_GetFuncDesc"
Andrew MacIntyre4f28c4d2003-02-19 12:42:36 +0000836 "PyEval_GetCallStats"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000837 "PyEval_EvalFrame"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000838 "PyEval_SaveThread"
839 "PyEval_RestoreThread"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000840 "PyEval_ThreadsInitialized"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000841 "PyEval_InitThreads"
842 "PyEval_AcquireLock"
843 "PyEval_ReleaseLock"
844 "PyEval_AcquireThread"
845 "PyEval_ReleaseThread"
846 "PyEval_ReInitThreads"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000847 "_PyEval_SliceIndex"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000848 "PyEval_EvalCode"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000849 "_PyEval_CallTracing"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000850 "_Py_CheckRecursionLimit"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000851 "_Py_CheckInterval"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000852 "_Py_Ticker"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000853
Christian Heimesed2f4232008-12-04 14:34:40 +0000854; From python27_s.lib(compile)
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000855 "_Py_Mangle"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000856 "PyAST_Compile"
857 "PyNode_Compile"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000858 "Py_OptimizeFlag"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000859
Christian Heimesed2f4232008-12-04 14:34:40 +0000860; From python27_s.lib(codecs)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000861 "_PyCodec_Lookup"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000862 "PyCodec_Encode"
863 "PyCodec_Decode"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000864 "PyCodec_IgnoreErrors"
865 "PyCodec_ReplaceErrors"
866 "PyCodec_XMLCharRefReplaceErrors"
867 "PyCodec_BackslashReplaceErrors"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000868 "PyCodec_Register"
869 "PyCodec_Encoder"
870 "PyCodec_Decoder"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000871 "PyCodec_IncrementalEncoder"
872 "PyCodec_IncrementalDecoder"
873 "PyCodec_StreamReader"
874 "PyCodec_StreamWriter"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000875 "PyCodec_RegisterError"
876 "PyCodec_LookupError"
877 "PyCodec_StrictErrors"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000878
Christian Heimesed2f4232008-12-04 14:34:40 +0000879; From python27_s.lib(errors)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000880 "PyErr_SetNone"
881 "PyErr_SetString"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000882 "PyErr_GivenExceptionMatches"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000883 "PyErr_NormalizeException"
884 "PyErr_Fetch"
885 "PyErr_Clear"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000886 "PyErr_NoMemory"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000887 "PyErr_SetFromErrnoWithFilenameObject"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000888 "PyErr_Format"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000889 "PyErr_NewException"
890 "PyErr_WriteUnraisable"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000891 "PyErr_SyntaxLocation"
892 "PyErr_ProgramText"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000893 "PyErr_SetObject"
894 "PyErr_Occurred"
895 "PyErr_Restore"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000896 "PyErr_ExceptionMatches"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000897 "PyErr_BadArgument"
898 "PyErr_SetFromErrno"
899 "PyErr_SetFromErrnoWithFilename"
900 "PyErr_BadInternalCall"
901 "_PyErr_BadInternalCall"
902 "PyErr_Warn"
903 "PyErr_WarnExplicit"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000904
Christian Heimesed2f4232008-12-04 14:34:40 +0000905; From python27_s.lib(frozen)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000906 "PyImport_FrozenModules"
907
Christian Heimesed2f4232008-12-04 14:34:40 +0000908; From python27_s.lib(frozenmain)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000909 "Py_FrozenMain"
910
Christian Heimesed2f4232008-12-04 14:34:40 +0000911; From python27_s.lib(future)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000912 "PyFuture_FromAST"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000913
Christian Heimesed2f4232008-12-04 14:34:40 +0000914; From python27_s.lib(getargs)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000915 "PyArg_Parse"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000916 "_PyArg_Parse_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000917 "PyArg_ParseTuple"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000918 "_PyArg_ParseTuple_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000919 "PyArg_ParseTupleAndKeywords"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000920 "_PyArg_ParseTupleAndKeywords_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000921 "PyArg_UnpackTuple"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000922 "_PyArg_NoKeywords"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000923 "PyArg_VaParse"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000924 "PyArg_VaParseTupleAndKeywords"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000925 "_PyArg_VaParse_SizeT"
926 "_PyArg_VaParseTupleAndKeywords_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000927
Christian Heimesed2f4232008-12-04 14:34:40 +0000928; From python27_s.lib(getcompiler)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000929 "Py_GetCompiler"
930
Christian Heimesed2f4232008-12-04 14:34:40 +0000931; From python27_s.lib(getcopyright)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000932 "Py_GetCopyright"
933
Christian Heimesed2f4232008-12-04 14:34:40 +0000934; From python27_s.lib(getplatform)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000935 "Py_GetPlatform"
936
Christian Heimesed2f4232008-12-04 14:34:40 +0000937; From python27_s.lib(getversion)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000938 "Py_GetVersion"
939
Christian Heimesed2f4232008-12-04 14:34:40 +0000940; From python27_s.lib(graminit)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000941 "_PyParser_Grammar"
942
Christian Heimesed2f4232008-12-04 14:34:40 +0000943; From python27_s.lib(import)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000944 "_PyImport_Init"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000945 "_PyImportHooks_Init"
946 "PyImport_ImportModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000947 "PyImport_Cleanup"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000948 "_PyImport_FixupExtension"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000949 "PyImport_AddModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000950 "PyImport_ExecCodeModuleEx"
951 "PyImport_ImportFrozenModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000952 "PyImport_ImportModuleEx"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000953 "PyImport_ImportModuleLevel"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000954 "PyImport_ReloadModule"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000955 "PyImport_Import"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000956; "initimp"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000957 "_PyImport_Fini"
958 "PyImport_GetMagicNumber"
959 "PyImport_ExecCodeModule"
960 "PyImport_GetModuleDict"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000961 "_PyImport_FindModule"
962 "_PyImport_IsScript"
963 "_PyImport_ReInitLock"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000964 "_PyImport_FindExtension"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000965 "PyImport_AppendInittab"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000966 "PyImport_ExtendInittab"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000967 "PyImport_Inittab"
968 "_PyImport_Filetab"
969
Christian Heimesed2f4232008-12-04 14:34:40 +0000970; From python27_s.lib(importdl)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000971 "_PyImport_LoadDynamicModule"
972
Christian Heimesed2f4232008-12-04 14:34:40 +0000973; From python27_s.lib(marshal)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000974 "PyMarshal_ReadLongFromFile"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000975 "PyMarshal_WriteObjectToString"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000976 "PyMarshal_WriteLongToFile"
977 "PyMarshal_WriteObjectToFile"
978 "PyMarshal_ReadShortFromFile"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000979 "PyMarshal_ReadObjectFromFile"
980 "PyMarshal_ReadLastObjectFromFile"
981 "PyMarshal_ReadObjectFromString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000982 "PyMarshal_Init"
983
Christian Heimesed2f4232008-12-04 14:34:40 +0000984; From python27_s.lib(modsupport)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000985 "Py_InitModule4"
986 "Py_BuildValue"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000987 "_Py_BuildValue_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000988 "PyEval_CallFunction"
989 "PyEval_CallMethod"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000990 "_Py_VaBuildValue_SizeT"
991 "Py_VaBuildValue"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000992 "PyModule_AddObject"
993 "PyModule_AddIntConstant"
994 "PyModule_AddStringConstant"
995 "_Py_PackageContext"
996
Christian Heimesed2f4232008-12-04 14:34:40 +0000997; From python27_s.lib(mysnprintf)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000998 "PyOS_snprintf"
999 "PyOS_vsnprintf"
1000
Christian Heimesed2f4232008-12-04 14:34:40 +00001001; From python27_s.lib(mystrtoul)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001002 "PyOS_strtoul"
1003 "PyOS_strtol"
1004
Christian Heimesed2f4232008-12-04 14:34:40 +00001005; From python27_s.lib(pyarena)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001006 "PyArena_New"
1007 "PyArena_Free"
1008 "PyArena_Malloc"
1009 "PyArena_AddPyObject"
1010
Christian Heimesed2f4232008-12-04 14:34:40 +00001011; From python27_s.lib(pyfpe)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001012 "PyFPE_dummy"
1013
Christian Heimesed2f4232008-12-04 14:34:40 +00001014; From python27_s.lib(pystate)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001015 "PyInterpreterState_Clear"
1016 "PyThreadState_Clear"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001017 "_PyThread_CurrentFrames"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001018 "PyGILState_Ensure"
1019 "PyGILState_Release"
1020 "PyInterpreterState_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001021 "PyInterpreterState_Delete"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001022 "PyThreadState_Delete"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001023 "PyThreadState_New"
1024 "PyThreadState_DeleteCurrent"
1025 "PyThreadState_Get"
1026 "PyThreadState_Swap"
1027 "PyThreadState_GetDict"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001028 "PyThreadState_SetAsyncExc"
1029 "PyGILState_GetThisThreadState"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001030 "PyInterpreterState_Head"
1031 "PyInterpreterState_Next"
1032 "PyInterpreterState_ThreadHead"
1033 "PyThreadState_Next"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001034 "_PyGILState_Init"
1035 "_PyGILState_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001036 "_PyThreadState_Current"
Andrew MacIntyreab495052002-12-31 11:25:42 +00001037 "_PyThreadState_GetFrame"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001038
Christian Heimesed2f4232008-12-04 14:34:40 +00001039; From python27_s.lib(pystrtod)
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001040 "PyOS_ascii_strtod"
1041 "PyOS_ascii_formatd"
1042 "PyOS_ascii_atof"
1043
Christian Heimesed2f4232008-12-04 14:34:40 +00001044; From python27_s.lib(pythonrun)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001045 "Py_IgnoreEnvironmentFlag"
1046 "Py_DebugFlag"
1047 "Py_VerboseFlag"
1048 "Py_NoSiteFlag"
1049 "Py_InteractiveFlag"
1050 "Py_FrozenFlag"
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001051 "Py_InitializeEx"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001052 "Py_FatalError"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001053 "Py_NewInterpreter"
1054 "PyErr_Print"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001055 "PyRun_InteractiveOneFlags"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001056 "PyParser_ASTFromFile"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001057 "PyRun_SimpleFileExFlags"
1058 "PyRun_FileExFlags"
1059 "Py_Exit"
1060 "PyErr_PrintEx"
1061 "PyErr_Display"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001062 "Py_SetProgramName"
1063 "Py_GetProgramName"
1064 "Py_SetPythonHome"
1065 "Py_GetPythonHome"
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001066 "Py_Initialize"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001067 "Py_Finalize"
1068 "Py_IsInitialized"
1069 "Py_EndInterpreter"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001070 "PyRun_AnyFileFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001071 "Py_FdIsInteractive"
1072 "PyRun_InteractiveLoopFlags"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001073 "PyRun_AnyFileExFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001074 "PyRun_SimpleStringFlags"
1075 "PyRun_StringFlags"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001076 "PyParser_ASTFromString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001077 "PyParser_SimpleParseStringFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001078 "PyParser_SimpleParseFileFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001079 "Py_CompileStringFlags"
1080 "Py_SymtableString"
1081 "Py_AtExit"
1082 "PyOS_getsig"
1083 "PyOS_setsig"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001084 "PyParser_SetError"
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001085 "PyModule_GetWarningsModule"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001086 "PyParser_SimpleParseStringFlagsFilename"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001087 "PyParser_SimpleParseStringFilename"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001088 "PyParser_SimpleParseFile"
1089 "PyParser_SimpleParseString"
1090 "PyRun_AnyFile"
1091 "PyRun_AnyFileEx"
1092 "PyRun_File"
1093 "PyRun_FileEx"
1094 "PyRun_FileFlags"
1095 "PyRun_SimpleFile"
1096 "PyRun_SimpleFileEx"
1097 "PyRun_String"
1098 "PyRun_SimpleString"
1099 "Py_CompileString"
1100 "PyRun_InteractiveOne"
1101 "PyRun_InteractiveLoop"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001102 "Py_UseClassExceptionsFlag"
1103 "Py_UnicodeFlag"
1104 "_Py_QnewFlag"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001105
Christian Heimesed2f4232008-12-04 14:34:40 +00001106; From python27_s.lib(structmember)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001107 "PyMember_Get"
1108 "PyMember_GetOne"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001109 "PyMember_SetOne"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001110 "PyMember_Set"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001111
Christian Heimesed2f4232008-12-04 14:34:40 +00001112; From python27_s.lib(symtable)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001113 "PySymtable_Build"
1114 "PySymtable_Free"
1115 "PyST_GetScope"
1116 "PySymtable_Lookup"
1117 "PySTEntry_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001118
Christian Heimesed2f4232008-12-04 14:34:40 +00001119; From python27_s.lib(sysmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001120 "_PySys_Init"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001121 "PySys_WriteStderr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001122 "PySys_SetPath"
1123 "PySys_SetArgv"
1124 "PySys_WriteStdout"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001125 "Py_SubversionRevision"
1126 "Py_SubversionShortBranch"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001127 "PySys_GetObject"
1128 "PySys_SetObject"
1129 "PySys_GetFile"
1130 "PySys_ResetWarnOptions"
1131 "PySys_AddWarnOption"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001132
Christian Heimesed2f4232008-12-04 14:34:40 +00001133; From python27_s.lib(traceback)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001134 "PyTraceBack_Here"
1135 "PyTraceBack_Print"
1136 "PyTraceBack_Type"
1137
Christian Heimesed2f4232008-12-04 14:34:40 +00001138; From python27_s.lib(getopt)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001139 "_PyOS_GetOpt"
1140 "_PyOS_opterr"
1141 "_PyOS_optind"
1142 "_PyOS_optarg"
1143
Christian Heimesed2f4232008-12-04 14:34:40 +00001144; From python27_s.lib(dynload_shlib)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001145 "_PyImport_DynLoadFiletab"
1146 "_PyImport_GetDynLoadFunc"
1147
Christian Heimesed2f4232008-12-04 14:34:40 +00001148; From python27_s.lib(thread)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001149 "PyThread_delete_key_value"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001150 "PyThread_init_thread"
1151 "PyThread_start_new_thread"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001152 "PyThread_exit_thread"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001153 "PyThread_get_thread_ident"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001154 "PyThread_allocate_lock"
1155 "PyThread_free_lock"
1156 "PyThread_acquire_lock"
1157 "PyThread_release_lock"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001158 "PyThread_get_stacksize"
1159 "PyThread_set_stacksize"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001160 "PyThread_create_key"
1161 "PyThread_delete_key"
1162 "PyThread_set_key_value"
1163 "PyThread_get_key_value"
1164 "PyThread__exit_thread"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001165
Christian Heimesed2f4232008-12-04 14:34:40 +00001166; From python27_s.lib(gcmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001167; "initgc"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001168 "_PyObject_GC_New"
1169 "_PyObject_GC_NewVar"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001170 "PyGC_Collect"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001171 "_PyObject_GC_Resize"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001172 "_PyObject_GC_Malloc"
1173 "PyObject_GC_Track"
1174 "PyObject_GC_UnTrack"
Andrew MacIntyre6c655312002-04-15 12:09:45 +00001175 "PyObject_GC_Del"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001176 "_PyGC_Dump"
1177 "_PyObject_GC_Track"
1178 "_PyObject_GC_UnTrack"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001179 "_PyObject_GC_Del"
1180 "_PyGC_generation0"
1181
Christian Heimesed2f4232008-12-04 14:34:40 +00001182; From python27_s.lib(signalmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001183; "initsignal"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001184 "PyErr_CheckSignals"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001185 "PyErr_SetInterrupt"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001186 "PyOS_FiniInterrupts"
1187 "PyOS_InterruptOccurred"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001188 "PyOS_InitInterrupts"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001189 "PyOS_AfterFork"
1190
Christian Heimesed2f4232008-12-04 14:34:40 +00001191; From python27_s.lib(posixmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001192; "initos2"
1193
Christian Heimesed2f4232008-12-04 14:34:40 +00001194; From python27_s.lib(threadmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001195; "initthread"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001196
Christian Heimesed2f4232008-12-04 14:34:40 +00001197; From python27_s.lib(arraymodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001198; "initarray"
1199; "array_methods"
1200
Christian Heimesed2f4232008-12-04 14:34:40 +00001201; From python27_s.lib(binascii)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001202; "initbinascii"
1203
Christian Heimesed2f4232008-12-04 14:34:40 +00001204; From python27_s.lib(cmathmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001205; "initcmath"
1206
Christian Heimesed2f4232008-12-04 14:34:40 +00001207; From python27_s.lib(_codecsmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001208; "init_codecs"
1209
Christian Heimesed2f4232008-12-04 14:34:40 +00001210; From python27_s.lib(collectionsmodule)
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001211; "initcollections"
1212 "dequeiter_type"
1213 "dequereviter_type"
1214
Christian Heimesed2f4232008-12-04 14:34:40 +00001215; From python27_s.lib(cPickle)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001216; "initcPickle"
1217; "fast_save_leave"
1218
Christian Heimesed2f4232008-12-04 14:34:40 +00001219; From python27_s.lib(cStringIO)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001220; "initcStringIO"
1221
Christian Heimesed2f4232008-12-04 14:34:40 +00001222; From python27_s.lib(_csv)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001223; "init_csv"
1224
Christian Heimesed2f4232008-12-04 14:34:40 +00001225; From python27_s.lib(datetimemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001226; "initdatetime"
1227
Christian Heimesed2f4232008-12-04 14:34:40 +00001228; From python27_s.lib(dlmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001229; "initdl"
1230
Christian Heimesed2f4232008-12-04 14:34:40 +00001231; From python27_s.lib(errnomodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001232; "initerrno"
1233
Christian Heimesed2f4232008-12-04 14:34:40 +00001234; From python27_s.lib(fcntlmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001235; "initfcntl"
1236
Christian Heimesed2f4232008-12-04 14:34:40 +00001237; From python27_s.lib(_functoolsmodule)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001238; "init_functools"
1239
Christian Heimesed2f4232008-12-04 14:34:40 +00001240; From python27_s.lib(_heapqmodule)
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001241; "init_heapq"
1242
Christian Heimesed2f4232008-12-04 14:34:40 +00001243; From python27_s.lib(imageop)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001244; "initimageop"
1245
Christian Heimesed2f4232008-12-04 14:34:40 +00001246; From python27_s.lib(itertoolsmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001247; "inititertools"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001248
Christian Heimesed2f4232008-12-04 14:34:40 +00001249; From python27_s.lib(_localemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001250; "init_locale"
1251
Christian Heimesed2f4232008-12-04 14:34:40 +00001252; From python27_s.lib(mathmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001253; "initmath"
1254
Christian Heimesed2f4232008-12-04 14:34:40 +00001255; From python27_s.lib(md5)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001256 "md5_finish"
1257 "md5_init"
1258 "md5_append"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001259
Christian Heimesed2f4232008-12-04 14:34:40 +00001260; From python27_s.lib(md5module)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001261; "init_md5"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001262
Christian Heimesed2f4232008-12-04 14:34:40 +00001263; From python27_s.lib(operator)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001264; "initoperator"
1265
Christian Heimesed2f4232008-12-04 14:34:40 +00001266; From python27_s.lib(_randommodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001267; "init_random"
1268
Christian Heimesed2f4232008-12-04 14:34:40 +00001269; From python27_s.lib(rgbimgmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001270; "initrgbimg"
1271
Christian Heimesed2f4232008-12-04 14:34:40 +00001272; From python27_s.lib(shamodule)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001273; "init_sha"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001274
Christian Heimesed2f4232008-12-04 14:34:40 +00001275; From python27_s.lib(sha256module)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001276; "init_sha256"
1277
Christian Heimesed2f4232008-12-04 14:34:40 +00001278; From python27_s.lib(sha512module)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001279; "init_sha512"
1280
Christian Heimesed2f4232008-12-04 14:34:40 +00001281; From python27_s.lib(_sre)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001282; "init_sre"
1283
Christian Heimesed2f4232008-12-04 14:34:40 +00001284; From python27_s.lib(stropmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001285; "initstrop"
1286
Christian Heimesed2f4232008-12-04 14:34:40 +00001287; From python27_s.lib(_struct)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001288; "init_struct"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001289
Christian Heimesed2f4232008-12-04 14:34:40 +00001290; From python27_s.lib(symtablemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001291; "init_symtable"
1292
Christian Heimesed2f4232008-12-04 14:34:40 +00001293; From python27_s.lib(termios)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001294; "inittermios"
1295
Christian Heimesed2f4232008-12-04 14:34:40 +00001296; From python27_s.lib(timemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001297; "inittime"
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001298 "_PyTime_DoubleToTimet"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001299; "inittimezone"
1300
Christian Heimesed2f4232008-12-04 14:34:40 +00001301; From python27_s.lib(timingmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001302; "inittiming"
1303
Christian Heimesed2f4232008-12-04 14:34:40 +00001304; From python27_s.lib(_weakref)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001305; "init_weakref"
1306
Christian Heimesed2f4232008-12-04 14:34:40 +00001307; From python27_s.lib(xxsubtype)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001308; "initxxsubtype"
1309
Christian Heimesed2f4232008-12-04 14:34:40 +00001310; From python27_s.lib(zipimport)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001311; "initzipimport"