blob: 7b728a99ca97dcdc63d5b58a5cb49377def42e67 [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 MacIntyre41d97d62002-02-17 05:23:30 +0000309 "PyFloat_Type"
310
Christian Heimesed2f4232008-12-04 14:34:40 +0000311; From python27_s.lib(frameobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000312 "PyFrame_New"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000313 "PyFrame_FastToLocals"
314 "PyFrame_LocalsToFast"
315 "_PyFrame_Init"
316 "PyFrame_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000317 "PyFrame_BlockSetup"
318 "PyFrame_BlockPop"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000319 "PyFrame_Type"
320
Christian Heimesed2f4232008-12-04 14:34:40 +0000321; From python27_s.lib(funcobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000322 "PyFunction_New"
323 "PyFunction_GetCode"
324 "PyFunction_GetGlobals"
Andrew MacIntyre4f28c4d2003-02-19 12:42:36 +0000325 "PyFunction_GetModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000326 "PyFunction_GetDefaults"
327 "PyFunction_SetDefaults"
328 "PyFunction_GetClosure"
329 "PyFunction_SetClosure"
330 "PyClassMethod_New"
331 "PyStaticMethod_New"
332 "PyFunction_Type"
333 "PyClassMethod_Type"
334 "PyStaticMethod_Type"
335
Christian Heimesed2f4232008-12-04 14:34:40 +0000336; From python27_s.lib(genobject)
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000337 "PyGen_New"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000338 "PyGen_NeedsFinalizing"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000339 "PyGen_Type"
340
Christian Heimesed2f4232008-12-04 14:34:40 +0000341; From python27_s.lib(intobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000342 "PyInt_AsLong"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000343 "PyInt_AsUnsignedLongMask"
344 "PyInt_AsUnsignedLongLongMask"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000345 "PyInt_FromString"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000346 "PyInt_AsSsize_t"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000347 "PyInt_Fini"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000348 "PyInt_FromUnicode"
349 "PyInt_FromLong"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000350 "PyInt_FromSize_t"
351 "PyInt_FromSsize_t"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000352 "PyInt_GetMax"
353 "_PyInt_Init"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000354 "PyInt_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000355
Christian Heimesed2f4232008-12-04 14:34:40 +0000356; From python27_s.lib(iterobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000357 "PySeqIter_New"
358 "PyCallIter_New"
359 "PySeqIter_Type"
360 "PyCallIter_Type"
361
Christian Heimesed2f4232008-12-04 14:34:40 +0000362; From python27_s.lib(listobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000363 "PyList_New"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000364 "PyList_Append"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000365 "PyList_Size"
366 "PyList_GetItem"
367 "PyList_SetItem"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000368 "PyList_Insert"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000369 "PyList_GetSlice"
370 "PyList_SetSlice"
371 "PyList_Sort"
372 "PyList_Reverse"
373 "PyList_AsTuple"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000374 "_PyList_Extend"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000375 "PyList_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000376 "PyList_Type"
Andrew MacIntyreb3bfa7f2002-06-10 08:05:26 +0000377 "PyListIter_Type"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000378 "PyListRevIter_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000379
Christian Heimesed2f4232008-12-04 14:34:40 +0000380; From python27_s.lib(longobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000381 "PyLong_FromDouble"
382 "PyLong_AsLong"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000383 "_PyLong_AsSsize_t"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000384 "PyLong_AsUnsignedLong"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000385 "_PyLong_FromByteArray"
386 "_PyLong_AsByteArray"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000387 "PyLong_AsDouble"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000388 "PyLong_FromLongLong"
389 "PyLong_AsLongLong"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000390 "PyLong_FromString"
391 "PyLong_FromLong"
392 "PyLong_FromUnsignedLong"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000393 "PyLong_AsUnsignedLongMask"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000394 "_PyLong_FromSize_t"
395 "_PyLong_FromSsize_t"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000396 "_PyLong_AsScaledDouble"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000397 "PyLong_FromVoidPtr"
398 "PyLong_AsVoidPtr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000399 "PyLong_FromUnsignedLongLong"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000400 "PyLong_AsUnsignedLongLong"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000401 "PyLong_AsUnsignedLongLongMask"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000402 "PyLong_FromUnicode"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000403 "_PyLong_Sign"
404 "_PyLong_NumBits"
405 "_PyLong_New"
406 "_PyLong_Copy"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000407 "PyLong_Type"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000408 "_PyLong_DigitValue"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000409
Christian Heimesed2f4232008-12-04 14:34:40 +0000410; From python27_s.lib(methodobject)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000411 "PyCFunction_Call"
412 "Py_FindMethodInChain"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000413 "PyCFunction_GetFunction"
414 "PyCFunction_GetSelf"
415 "PyCFunction_GetFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000416 "Py_FindMethod"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000417 "PyCFunction_NewEx"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000418 "PyCFunction_Fini"
Andrew MacIntyre4f28c4d2003-02-19 12:42:36 +0000419 "PyCFunction_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000420 "PyCFunction_Type"
421
Christian Heimesed2f4232008-12-04 14:34:40 +0000422; From python27_s.lib(moduleobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000423 "PyModule_New"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000424 "_PyModule_Clear"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000425 "PyModule_GetDict"
426 "PyModule_GetName"
427 "PyModule_GetFilename"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000428 "PyModule_Type"
429
Christian Heimesed2f4232008-12-04 14:34:40 +0000430; From python27_s.lib(object)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000431 "Py_DivisionWarningFlag"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000432 "PyObject_Str"
433 "PyObject_Repr"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000434 "_PyObject_Str"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000435 "PyObject_Unicode"
436 "PyObject_GetAttr"
437 "PyObject_IsTrue"
438 "PyNumber_CoerceEx"
439 "PyObject_Compare"
440 "PyObject_RichCompare"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000441 "_Py_HashDouble"
442 "PyObject_Hash"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000443 "PyObject_SetAttr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000444 "PyObject_GenericGetAttr"
445 "PyObject_GenericSetAttr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000446 "PyCallable_Check"
447 "PyObject_Dir"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000448 "PyMem_Malloc"
449 "PyMem_Realloc"
450 "PyMem_Free"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000451 "PyObject_Print"
452 "_PyObject_Dump"
453 "PyObject_RichCompareBool"
454 "PyObject_GetAttrString"
455 "PyObject_SetAttrString"
456 "PyObject_HasAttrString"
457 "PyObject_HasAttr"
458 "_PyObject_GetDictPtr"
459 "PyObject_SelfIter"
460 "PyObject_Not"
461 "PyNumber_Coerce"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000462 "Py_ReprEnter"
463 "Py_ReprLeave"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000464 "_Py_HashPointer"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000465 "Py_IncRef"
466 "Py_DecRef"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000467 "_PyTrash_deposit_object"
468 "_PyTrash_destroy_chain"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000469 "PyObject_Init"
470 "PyObject_InitVar"
471 "_PyObject_New"
472 "_PyObject_NewVar"
473 "_PyObject_Del"
474 "_Py_ReadyTypes"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000475 "_Py_SwappedOp"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000476 "_Py_NotImplementedStruct"
477 "_Py_NoneStruct"
478 "_Py_cobject_hack"
479 "_Py_abstract_hack"
480 "_PyTrash_delete_nesting"
481 "_PyTrash_delete_later"
482
Christian Heimesed2f4232008-12-04 14:34:40 +0000483; From python27_s.lib(obmalloc)
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000484 "PyObject_Malloc"
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000485 "PyObject_Free"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000486 "PyObject_Realloc"
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000487
Christian Heimesed2f4232008-12-04 14:34:40 +0000488; From python27_s.lib(rangeobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000489 "PyRange_Type"
490
Christian Heimesed2f4232008-12-04 14:34:40 +0000491; From python27_s.lib(setobject)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000492 "PySet_Pop"
493 "PySet_New"
494 "PyFrozenSet_New"
495 "PySet_Size"
496 "PySet_Clear"
497 "PySet_Contains"
498 "PySet_Discard"
499 "PySet_Add"
500 "_PySet_Next"
501 "_PySet_Update"
502 "PySet_Fini"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000503 "PySet_Type"
504 "PyFrozenSet_Type"
505
Christian Heimesed2f4232008-12-04 14:34:40 +0000506; From python27_s.lib(sliceobject)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000507 "_PySlice_FromIndices"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000508 "PySlice_GetIndices"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000509 "PySlice_GetIndicesEx"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000510 "PySlice_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000511 "_Py_EllipsisObject"
512 "PySlice_Type"
513
Christian Heimesed2f4232008-12-04 14:34:40 +0000514; From python27_s.lib(stringobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000515 "PyString_FromStringAndSize"
516 "PyString_InternInPlace"
517 "PyString_FromString"
518 "PyString_FromFormatV"
519 "PyString_AsString"
520 "_PyString_Resize"
521 "PyString_FromFormat"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000522 "PyString_AsDecodedString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000523 "PyString_AsEncodedString"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000524 "PyString_DecodeEscape"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000525 "PyString_Repr"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000526 "PyString_AsStringAndSize"
527 "_PyString_FormatLong"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000528 "PyString_Format"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000529 "_Py_ReleaseInternedStrings"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000530 "PyString_Size"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000531 "PyString_Concat"
532 "PyString_ConcatAndDel"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000533 "_PyString_Eq"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000534 "PyString_InternImmortal"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000535 "PyString_InternFromString"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000536 "_PyString_Join"
537 "PyString_Decode"
538 "PyString_Encode"
539 "PyString_AsEncodedObject"
540 "PyString_AsDecodedObject"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000541 "PyString_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000542 "PyString_Type"
Andrew MacIntyreb3bfa7f2002-06-10 08:05:26 +0000543 "PyBaseString_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000544
Christian Heimesed2f4232008-12-04 14:34:40 +0000545; From python27_s.lib(structseq)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000546 "PyStructSequence_InitType"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000547 "PyStructSequence_New"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000548 "PyStructSequence_UnnamedField"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000549
Christian Heimesed2f4232008-12-04 14:34:40 +0000550; From python27_s.lib(tupleobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000551 "PyTuple_New"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000552 "PyTuple_Pack"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000553 "_PyTuple_Resize"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000554 "PyTuple_Size"
555 "PyTuple_GetItem"
556 "PyTuple_SetItem"
557 "PyTuple_GetSlice"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000558 "PyTuple_Fini"
559 "PyTuple_Type"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000560 "PyTupleIter_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000561
Christian Heimesed2f4232008-12-04 14:34:40 +0000562; From python27_s.lib(typeobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000563 "PyType_IsSubtype"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000564 "_PyType_Lookup"
565 "PyType_Ready"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000566 "PyType_GenericAlloc"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000567 "_PyObject_SlotCompare"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000568 "PyType_GenericNew"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000569 "PyType_Type"
570 "PyBaseObject_Type"
571 "PySuper_Type"
572
Christian Heimesed2f4232008-12-04 14:34:40 +0000573; From python27_s.lib(unicodeobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000574 "PyUnicodeUCS2_Resize"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000575 "PyUnicodeUCS2_FromOrdinal"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000576 "PyUnicodeUCS2_FromObject"
577 "PyUnicodeUCS2_FromEncodedObject"
578 "PyUnicodeUCS2_Decode"
579 "PyUnicodeUCS2_GetDefaultEncoding"
580 "PyUnicodeUCS2_DecodeUTF8"
581 "PyUnicodeUCS2_DecodeLatin1"
582 "PyUnicodeUCS2_DecodeASCII"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000583 "PyUnicodeUCS2_AsEncodedString"
584 "PyUnicodeUCS2_AsUTF8String"
585 "PyUnicodeUCS2_AsLatin1String"
586 "PyUnicodeUCS2_AsASCIIString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000587 "PyUnicode_DecodeUTF7"
588 "PyUnicode_EncodeUTF7"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000589 "PyUnicodeUCS2_DecodeUTF8Stateful"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000590 "PyUnicodeUCS2_EncodeUTF8"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000591 "PyUnicodeUCS2_DecodeUTF16Stateful"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000592 "PyUnicodeUCS2_AsUTF16String"
593 "PyUnicodeUCS2_DecodeUnicodeEscape"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000594 "PyUnicodeUCS2_DecodeRawUnicodeEscape"
595 "PyUnicodeUCS2_EncodeRawUnicodeEscape"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000596 "_PyUnicode_DecodeUnicodeInternal"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000597 "PyUnicodeUCS2_DecodeCharmap"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000598 "PyUnicode_BuildEncodingMap"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000599 "PyUnicodeUCS2_EncodeCharmap"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000600 "PyUnicodeUCS2_TranslateCharmap"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000601 "PyUnicodeUCS2_EncodeDecimal"
602 "PyUnicodeUCS2_Count"
603 "PyUnicodeUCS2_Find"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000604 "PyUnicodeUCS2_Join"
605 "PyUnicodeUCS2_Splitlines"
606 "PyUnicodeUCS2_Compare"
607 "PyUnicodeUCS2_Contains"
608 "PyUnicodeUCS2_Concat"
Andrew MacIntyre63c9d502002-04-30 12:06:23 +0000609 "_PyUnicode_XStrip"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000610 "PyUnicodeUCS2_Replace"
611 "PyUnicodeUCS2_Split"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000612 "PyUnicodeUCS2_RSplit"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000613 "PyUnicodeUCS2_Format"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000614 "_PyUnicodeUCS2_Init"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000615 "_PyUnicodeUCS2_Fini"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000616 "PyUnicodeUCS2_FromUnicode"
617 "PyUnicodeUCS2_AsUnicode"
618 "PyUnicodeUCS2_GetSize"
619 "PyUnicodeUCS2_GetMax"
620 "_PyUnicodeUCS2_AsDefaultEncodedString"
621 "PyUnicodeUCS2_SetDefaultEncoding"
622 "PyUnicodeUCS2_Encode"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000623 "PyUnicodeUCS2_AsEncodedObject"
624 "PyUnicodeUCS2_DecodeUTF16"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000625 "PyUnicodeUCS2_EncodeUTF16"
626 "PyUnicodeUCS2_AsUnicodeEscapeString"
627 "PyUnicodeUCS2_EncodeUnicodeEscape"
628 "PyUnicodeUCS2_AsRawUnicodeEscapeString"
629 "PyUnicodeUCS2_EncodeLatin1"
630 "PyUnicodeUCS2_EncodeASCII"
631 "PyUnicodeUCS2_AsCharmapString"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000632 "PyUnicodeUCS2_Partition"
633 "PyUnicodeUCS2_RPartition"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000634 "PyUnicodeUCS2_Translate"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000635 "PyUnicodeUCS2_Tailmatch"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000636 "PyUnicode_AsDecodedObject"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000637 "PyUnicode_Type"
638
Christian Heimesed2f4232008-12-04 14:34:40 +0000639; From python27_s.lib(unicodectype)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000640 "_PyUnicode_TypeRecords"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000641 "_PyUnicodeUCS2_ToNumeric"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000642 "_PyUnicodeUCS2_IsLowercase"
643 "_PyUnicodeUCS2_IsUppercase"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000644 "_PyUnicodeUCS2_IsTitlecase"
645 "_PyUnicodeUCS2_IsWhitespace"
646 "_PyUnicodeUCS2_IsLinebreak"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000647 "_PyUnicodeUCS2_ToLowercase"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000648 "_PyUnicodeUCS2_ToUppercase"
649 "_PyUnicodeUCS2_ToTitlecase"
650 "_PyUnicodeUCS2_ToDecimalDigit"
651 "_PyUnicodeUCS2_ToDigit"
652 "_PyUnicodeUCS2_IsDecimalDigit"
653 "_PyUnicodeUCS2_IsDigit"
654 "_PyUnicodeUCS2_IsNumeric"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000655 "_PyUnicodeUCS2_IsAlpha"
656
Christian Heimesed2f4232008-12-04 14:34:40 +0000657; From python27_s.lib(weakrefobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000658 "PyWeakref_NewRef"
659 "PyWeakref_NewProxy"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000660 "PyObject_ClearWeakRefs"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000661 "PyWeakref_GetObject"
662 "_PyWeakref_GetWeakrefCount"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000663 "_PyWeakref_ClearRef"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000664 "_PyWeakref_RefType"
665 "_PyWeakref_ProxyType"
666 "_PyWeakref_CallableProxyType"
667
Christian Heimesed2f4232008-12-04 14:34:40 +0000668; From python27_s.lib(Python-ast)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000669; "init_ast"
670 "Module"
671 "Interactive"
672 "Expression"
673 "Suite"
674 "FunctionDef"
675 "ClassDef"
676 "Return"
677 "Delete"
678 "Assign"
679 "AugAssign"
680 "Print"
681 "For"
682 "While"
683 "If"
684 "With"
685 "Raise"
686 "TryExcept"
687 "TryFinally"
688 "Assert"
689 "Import"
690 "ImportFrom"
691 "Exec"
692 "Global"
693 "Expr"
694 "Pass"
695 "Break"
696 "Continue"
697 "BoolOp"
698 "BinOp"
699 "UnaryOp"
700 "Lambda"
701 "IfExp"
702 "Dict"
703 "ListComp"
704 "GeneratorExp"
705 "Yield"
706 "Compare"
707 "Call"
708 "Repr"
709 "Num"
710 "Str"
711 "Attribute"
712 "Subscript"
713 "Name"
714 "List"
715 "Tuple"
716 "Ellipsis"
717 "Slice"
718 "ExtSlice"
719 "Index"
720 "comprehension"
721 "excepthandler"
722 "arguments"
723 "keyword"
724 "alias"
725 "PyAST_mod2obj"
726
Christian Heimesed2f4232008-12-04 14:34:40 +0000727; From python27_s.lib(asdl)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000728 "asdl_seq_new"
729 "asdl_int_seq_new"
730
Christian Heimesed2f4232008-12-04 14:34:40 +0000731; From python27_s.lib(ast)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000732 "PyAST_FromNode"
733
Christian Heimesed2f4232008-12-04 14:34:40 +0000734; From python27_s.lib(bltinmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000735 "_PyBuiltin_Init"
736 "Py_FileSystemDefaultEncoding"
737
Christian Heimesed2f4232008-12-04 14:34:40 +0000738; From python27_s.lib(exceptions)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000739 "PyUnicodeEncodeError_GetStart"
740 "PyUnicodeDecodeError_GetStart"
741 "PyUnicodeEncodeError_GetEnd"
742 "PyUnicodeDecodeError_GetEnd"
743 "_PyExc_Init"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000744 "PyUnicodeDecodeError_Create"
745 "PyUnicodeEncodeError_Create"
746 "PyUnicodeTranslateError_Create"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000747 "PyUnicodeEncodeError_GetEncoding"
748 "PyUnicodeDecodeError_GetEncoding"
749 "PyUnicodeEncodeError_GetObject"
750 "PyUnicodeDecodeError_GetObject"
751 "PyUnicodeTranslateError_GetObject"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000752 "PyUnicodeTranslateError_GetStart"
753 "PyUnicodeEncodeError_SetStart"
754 "PyUnicodeDecodeError_SetStart"
755 "PyUnicodeTranslateError_SetStart"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000756 "PyUnicodeTranslateError_GetEnd"
757 "PyUnicodeEncodeError_SetEnd"
758 "PyUnicodeDecodeError_SetEnd"
759 "PyUnicodeTranslateError_SetEnd"
760 "PyUnicodeEncodeError_GetReason"
761 "PyUnicodeDecodeError_GetReason"
762 "PyUnicodeTranslateError_GetReason"
763 "PyUnicodeEncodeError_SetReason"
764 "PyUnicodeDecodeError_SetReason"
765 "PyUnicodeTranslateError_SetReason"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000766 "_PyExc_Fini"
767 "PyExc_BaseException"
768 "PyExc_Exception"
769 "PyExc_StandardError"
770 "PyExc_TypeError"
771 "PyExc_StopIteration"
772 "PyExc_GeneratorExit"
773 "PyExc_SystemExit"
774 "PyExc_KeyboardInterrupt"
775 "PyExc_ImportError"
776 "PyExc_EnvironmentError"
777 "PyExc_IOError"
778 "PyExc_OSError"
779 "PyExc_EOFError"
780 "PyExc_RuntimeError"
781 "PyExc_NotImplementedError"
782 "PyExc_NameError"
783 "PyExc_UnboundLocalError"
784 "PyExc_AttributeError"
785 "PyExc_IndexError"
786 "PyExc_SyntaxError"
787 "PyExc_IndentationError"
788 "PyExc_TabError"
789 "PyExc_LookupError"
790 "PyExc_KeyError"
791 "PyExc_ValueError"
792 "PyExc_UnicodeError"
793 "PyExc_UnicodeEncodeError"
794 "PyExc_UnicodeDecodeError"
795 "PyExc_UnicodeTranslateError"
796 "PyExc_AssertionError"
797 "PyExc_ArithmeticError"
798 "PyExc_FloatingPointError"
799 "PyExc_OverflowError"
800 "PyExc_ZeroDivisionError"
801 "PyExc_SystemError"
802 "PyExc_ReferenceError"
803 "PyExc_MemoryError"
804 "PyExc_Warning"
805 "PyExc_UserWarning"
806 "PyExc_DeprecationWarning"
807 "PyExc_PendingDeprecationWarning"
808 "PyExc_SyntaxWarning"
809 "PyExc_RuntimeWarning"
810 "PyExc_FutureWarning"
811 "PyExc_ImportWarning"
812 "PyExc_MemoryErrorInst"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000813
Christian Heimesed2f4232008-12-04 14:34:40 +0000814; From python27_s.lib(ceval)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000815 "PyEval_EvalFrameEx"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000816 "PyEval_CallObjectWithKeywords"
817 "PyEval_EvalCodeEx"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000818 "PyEval_GetFrame"
819 "PyEval_CallObject"
820 "PyEval_SetProfile"
821 "PyEval_SetTrace"
822 "PyEval_GetBuiltins"
823 "PyEval_GetGlobals"
824 "PyEval_GetLocals"
825 "PyEval_GetRestricted"
826 "PyEval_MergeCompilerFlags"
827 "Py_FlushLine"
828 "Py_AddPendingCall"
829 "Py_MakePendingCalls"
830 "Py_SetRecursionLimit"
831 "Py_GetRecursionLimit"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000832 "_Py_CheckRecursiveCall"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000833 "PyEval_GetFuncName"
834 "PyEval_GetFuncDesc"
Andrew MacIntyre4f28c4d2003-02-19 12:42:36 +0000835 "PyEval_GetCallStats"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000836 "PyEval_EvalFrame"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000837 "PyEval_SaveThread"
838 "PyEval_RestoreThread"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000839 "PyEval_ThreadsInitialized"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000840 "PyEval_InitThreads"
841 "PyEval_AcquireLock"
842 "PyEval_ReleaseLock"
843 "PyEval_AcquireThread"
844 "PyEval_ReleaseThread"
845 "PyEval_ReInitThreads"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000846 "_PyEval_SliceIndex"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000847 "PyEval_EvalCode"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000848 "_PyEval_CallTracing"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000849 "_Py_CheckRecursionLimit"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000850 "_Py_CheckInterval"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000851 "_Py_Ticker"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000852
Christian Heimesed2f4232008-12-04 14:34:40 +0000853; From python27_s.lib(compile)
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000854 "_Py_Mangle"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000855 "PyAST_Compile"
856 "PyNode_Compile"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000857 "Py_OptimizeFlag"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000858
Christian Heimesed2f4232008-12-04 14:34:40 +0000859; From python27_s.lib(codecs)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000860 "_PyCodec_Lookup"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000861 "PyCodec_Encode"
862 "PyCodec_Decode"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000863 "PyCodec_IgnoreErrors"
864 "PyCodec_ReplaceErrors"
865 "PyCodec_XMLCharRefReplaceErrors"
866 "PyCodec_BackslashReplaceErrors"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000867 "PyCodec_Register"
868 "PyCodec_Encoder"
869 "PyCodec_Decoder"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000870 "PyCodec_IncrementalEncoder"
871 "PyCodec_IncrementalDecoder"
872 "PyCodec_StreamReader"
873 "PyCodec_StreamWriter"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000874 "PyCodec_RegisterError"
875 "PyCodec_LookupError"
876 "PyCodec_StrictErrors"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000877
Christian Heimesed2f4232008-12-04 14:34:40 +0000878; From python27_s.lib(errors)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000879 "PyErr_SetNone"
880 "PyErr_SetString"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000881 "PyErr_GivenExceptionMatches"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000882 "PyErr_NormalizeException"
883 "PyErr_Fetch"
884 "PyErr_Clear"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000885 "PyErr_NoMemory"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000886 "PyErr_SetFromErrnoWithFilenameObject"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000887 "PyErr_Format"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000888 "PyErr_NewException"
889 "PyErr_WriteUnraisable"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000890 "PyErr_SyntaxLocation"
891 "PyErr_ProgramText"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000892 "PyErr_SetObject"
893 "PyErr_Occurred"
894 "PyErr_Restore"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000895 "PyErr_ExceptionMatches"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000896 "PyErr_BadArgument"
897 "PyErr_SetFromErrno"
898 "PyErr_SetFromErrnoWithFilename"
899 "PyErr_BadInternalCall"
900 "_PyErr_BadInternalCall"
901 "PyErr_Warn"
902 "PyErr_WarnExplicit"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000903
Christian Heimesed2f4232008-12-04 14:34:40 +0000904; From python27_s.lib(frozen)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000905 "PyImport_FrozenModules"
906
Christian Heimesed2f4232008-12-04 14:34:40 +0000907; From python27_s.lib(frozenmain)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000908 "Py_FrozenMain"
909
Christian Heimesed2f4232008-12-04 14:34:40 +0000910; From python27_s.lib(future)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000911 "PyFuture_FromAST"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000912
Christian Heimesed2f4232008-12-04 14:34:40 +0000913; From python27_s.lib(getargs)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000914 "PyArg_Parse"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000915 "_PyArg_Parse_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000916 "PyArg_ParseTuple"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000917 "_PyArg_ParseTuple_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000918 "PyArg_ParseTupleAndKeywords"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000919 "_PyArg_ParseTupleAndKeywords_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000920 "PyArg_UnpackTuple"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000921 "_PyArg_NoKeywords"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000922 "PyArg_VaParse"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000923 "PyArg_VaParseTupleAndKeywords"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000924 "_PyArg_VaParse_SizeT"
925 "_PyArg_VaParseTupleAndKeywords_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000926
Christian Heimesed2f4232008-12-04 14:34:40 +0000927; From python27_s.lib(getcompiler)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000928 "Py_GetCompiler"
929
Christian Heimesed2f4232008-12-04 14:34:40 +0000930; From python27_s.lib(getcopyright)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000931 "Py_GetCopyright"
932
Christian Heimesed2f4232008-12-04 14:34:40 +0000933; From python27_s.lib(getplatform)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000934 "Py_GetPlatform"
935
Christian Heimesed2f4232008-12-04 14:34:40 +0000936; From python27_s.lib(getversion)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000937 "Py_GetVersion"
938
Christian Heimesed2f4232008-12-04 14:34:40 +0000939; From python27_s.lib(graminit)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000940 "_PyParser_Grammar"
941
Christian Heimesed2f4232008-12-04 14:34:40 +0000942; From python27_s.lib(import)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000943 "_PyImport_Init"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000944 "_PyImportHooks_Init"
945 "PyImport_ImportModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000946 "PyImport_Cleanup"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000947 "_PyImport_FixupExtension"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000948 "PyImport_AddModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000949 "PyImport_ExecCodeModuleEx"
950 "PyImport_ImportFrozenModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000951 "PyImport_ImportModuleEx"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000952 "PyImport_ImportModuleLevel"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000953 "PyImport_ReloadModule"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000954 "PyImport_Import"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000955; "initimp"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000956 "_PyImport_Fini"
957 "PyImport_GetMagicNumber"
958 "PyImport_ExecCodeModule"
959 "PyImport_GetModuleDict"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000960 "_PyImport_FindModule"
961 "_PyImport_IsScript"
962 "_PyImport_ReInitLock"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000963 "_PyImport_FindExtension"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000964 "PyImport_AppendInittab"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000965 "PyImport_ExtendInittab"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000966 "PyImport_Inittab"
967 "_PyImport_Filetab"
968
Christian Heimesed2f4232008-12-04 14:34:40 +0000969; From python27_s.lib(importdl)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000970 "_PyImport_LoadDynamicModule"
971
Christian Heimesed2f4232008-12-04 14:34:40 +0000972; From python27_s.lib(marshal)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000973 "PyMarshal_ReadLongFromFile"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000974 "PyMarshal_WriteObjectToString"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000975 "PyMarshal_WriteLongToFile"
976 "PyMarshal_WriteObjectToFile"
977 "PyMarshal_ReadShortFromFile"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000978 "PyMarshal_ReadObjectFromFile"
979 "PyMarshal_ReadLastObjectFromFile"
980 "PyMarshal_ReadObjectFromString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000981 "PyMarshal_Init"
982
Christian Heimesed2f4232008-12-04 14:34:40 +0000983; From python27_s.lib(modsupport)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000984 "Py_InitModule4"
985 "Py_BuildValue"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000986 "_Py_BuildValue_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000987 "PyEval_CallFunction"
988 "PyEval_CallMethod"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000989 "_Py_VaBuildValue_SizeT"
990 "Py_VaBuildValue"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000991 "PyModule_AddObject"
992 "PyModule_AddIntConstant"
993 "PyModule_AddStringConstant"
994 "_Py_PackageContext"
995
Christian Heimesed2f4232008-12-04 14:34:40 +0000996; From python27_s.lib(mysnprintf)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000997 "PyOS_snprintf"
998 "PyOS_vsnprintf"
999
Christian Heimesed2f4232008-12-04 14:34:40 +00001000; From python27_s.lib(mystrtoul)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001001 "PyOS_strtoul"
1002 "PyOS_strtol"
1003
Christian Heimesed2f4232008-12-04 14:34:40 +00001004; From python27_s.lib(pyarena)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001005 "PyArena_New"
1006 "PyArena_Free"
1007 "PyArena_Malloc"
1008 "PyArena_AddPyObject"
1009
Christian Heimesed2f4232008-12-04 14:34:40 +00001010; From python27_s.lib(pyfpe)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001011 "PyFPE_dummy"
1012
Christian Heimesed2f4232008-12-04 14:34:40 +00001013; From python27_s.lib(pystate)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001014 "PyInterpreterState_Clear"
1015 "PyThreadState_Clear"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001016 "_PyThread_CurrentFrames"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001017 "PyGILState_Ensure"
1018 "PyGILState_Release"
1019 "PyInterpreterState_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001020 "PyInterpreterState_Delete"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001021 "PyThreadState_Delete"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001022 "PyThreadState_New"
1023 "PyThreadState_DeleteCurrent"
1024 "PyThreadState_Get"
1025 "PyThreadState_Swap"
1026 "PyThreadState_GetDict"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001027 "PyThreadState_SetAsyncExc"
1028 "PyGILState_GetThisThreadState"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001029 "PyInterpreterState_Head"
1030 "PyInterpreterState_Next"
1031 "PyInterpreterState_ThreadHead"
1032 "PyThreadState_Next"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001033 "_PyGILState_Init"
1034 "_PyGILState_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001035 "_PyThreadState_Current"
Andrew MacIntyreab495052002-12-31 11:25:42 +00001036 "_PyThreadState_GetFrame"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001037
Christian Heimesed2f4232008-12-04 14:34:40 +00001038; From python27_s.lib(pystrtod)
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001039 "PyOS_ascii_strtod"
1040 "PyOS_ascii_formatd"
1041 "PyOS_ascii_atof"
1042
Christian Heimesed2f4232008-12-04 14:34:40 +00001043; From python27_s.lib(pythonrun)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001044 "Py_IgnoreEnvironmentFlag"
1045 "Py_DebugFlag"
1046 "Py_VerboseFlag"
1047 "Py_NoSiteFlag"
1048 "Py_InteractiveFlag"
1049 "Py_FrozenFlag"
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001050 "Py_InitializeEx"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001051 "Py_FatalError"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001052 "Py_NewInterpreter"
1053 "PyErr_Print"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001054 "PyRun_InteractiveOneFlags"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001055 "PyParser_ASTFromFile"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001056 "PyRun_SimpleFileExFlags"
1057 "PyRun_FileExFlags"
1058 "Py_Exit"
1059 "PyErr_PrintEx"
1060 "PyErr_Display"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001061 "Py_SetProgramName"
1062 "Py_GetProgramName"
1063 "Py_SetPythonHome"
1064 "Py_GetPythonHome"
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001065 "Py_Initialize"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001066 "Py_Finalize"
1067 "Py_IsInitialized"
1068 "Py_EndInterpreter"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001069 "PyRun_AnyFileFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001070 "Py_FdIsInteractive"
1071 "PyRun_InteractiveLoopFlags"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001072 "PyRun_AnyFileExFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001073 "PyRun_SimpleStringFlags"
1074 "PyRun_StringFlags"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001075 "PyParser_ASTFromString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001076 "PyParser_SimpleParseStringFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001077 "PyParser_SimpleParseFileFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001078 "Py_CompileStringFlags"
1079 "Py_SymtableString"
1080 "Py_AtExit"
1081 "PyOS_getsig"
1082 "PyOS_setsig"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001083 "PyParser_SetError"
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001084 "PyModule_GetWarningsModule"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001085 "PyParser_SimpleParseStringFlagsFilename"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001086 "PyParser_SimpleParseStringFilename"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001087 "PyParser_SimpleParseFile"
1088 "PyParser_SimpleParseString"
1089 "PyRun_AnyFile"
1090 "PyRun_AnyFileEx"
1091 "PyRun_File"
1092 "PyRun_FileEx"
1093 "PyRun_FileFlags"
1094 "PyRun_SimpleFile"
1095 "PyRun_SimpleFileEx"
1096 "PyRun_String"
1097 "PyRun_SimpleString"
1098 "Py_CompileString"
1099 "PyRun_InteractiveOne"
1100 "PyRun_InteractiveLoop"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001101 "Py_UseClassExceptionsFlag"
1102 "Py_UnicodeFlag"
1103 "_Py_QnewFlag"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001104
Christian Heimesed2f4232008-12-04 14:34:40 +00001105; From python27_s.lib(structmember)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001106 "PyMember_Get"
1107 "PyMember_GetOne"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001108 "PyMember_SetOne"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001109 "PyMember_Set"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001110
Christian Heimesed2f4232008-12-04 14:34:40 +00001111; From python27_s.lib(symtable)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001112 "PySymtable_Build"
1113 "PySymtable_Free"
1114 "PyST_GetScope"
1115 "PySymtable_Lookup"
1116 "PySTEntry_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001117
Christian Heimesed2f4232008-12-04 14:34:40 +00001118; From python27_s.lib(sysmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001119 "_PySys_Init"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001120 "PySys_WriteStderr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001121 "PySys_SetPath"
1122 "PySys_SetArgv"
1123 "PySys_WriteStdout"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001124 "Py_SubversionRevision"
1125 "Py_SubversionShortBranch"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001126 "PySys_GetObject"
1127 "PySys_SetObject"
1128 "PySys_GetFile"
1129 "PySys_ResetWarnOptions"
1130 "PySys_AddWarnOption"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001131
Christian Heimesed2f4232008-12-04 14:34:40 +00001132; From python27_s.lib(traceback)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001133 "PyTraceBack_Here"
1134 "PyTraceBack_Print"
1135 "PyTraceBack_Type"
1136
Christian Heimesed2f4232008-12-04 14:34:40 +00001137; From python27_s.lib(getopt)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001138 "_PyOS_GetOpt"
1139 "_PyOS_opterr"
1140 "_PyOS_optind"
1141 "_PyOS_optarg"
1142
Christian Heimesed2f4232008-12-04 14:34:40 +00001143; From python27_s.lib(dynload_shlib)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001144 "_PyImport_DynLoadFiletab"
1145 "_PyImport_GetDynLoadFunc"
1146
Christian Heimesed2f4232008-12-04 14:34:40 +00001147; From python27_s.lib(thread)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001148 "PyThread_delete_key_value"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001149 "PyThread_init_thread"
1150 "PyThread_start_new_thread"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001151 "PyThread_exit_thread"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001152 "PyThread_get_thread_ident"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001153 "PyThread_allocate_lock"
1154 "PyThread_free_lock"
1155 "PyThread_acquire_lock"
1156 "PyThread_release_lock"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001157 "PyThread_get_stacksize"
1158 "PyThread_set_stacksize"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001159 "PyThread_create_key"
1160 "PyThread_delete_key"
1161 "PyThread_set_key_value"
1162 "PyThread_get_key_value"
1163 "PyThread__exit_thread"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001164
Christian Heimesed2f4232008-12-04 14:34:40 +00001165; From python27_s.lib(gcmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001166; "initgc"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001167 "_PyObject_GC_New"
1168 "_PyObject_GC_NewVar"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001169 "PyGC_Collect"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001170 "_PyObject_GC_Resize"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001171 "_PyObject_GC_Malloc"
1172 "PyObject_GC_Track"
1173 "PyObject_GC_UnTrack"
Andrew MacIntyre6c655312002-04-15 12:09:45 +00001174 "PyObject_GC_Del"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001175 "_PyGC_Dump"
1176 "_PyObject_GC_Track"
1177 "_PyObject_GC_UnTrack"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001178 "_PyObject_GC_Del"
1179 "_PyGC_generation0"
1180
Christian Heimesed2f4232008-12-04 14:34:40 +00001181; From python27_s.lib(signalmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001182; "initsignal"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001183 "PyErr_CheckSignals"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001184 "PyErr_SetInterrupt"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001185 "PyOS_FiniInterrupts"
1186 "PyOS_InterruptOccurred"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001187 "PyOS_InitInterrupts"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001188 "PyOS_AfterFork"
1189
Christian Heimesed2f4232008-12-04 14:34:40 +00001190; From python27_s.lib(posixmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001191; "initos2"
1192
Christian Heimesed2f4232008-12-04 14:34:40 +00001193; From python27_s.lib(threadmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001194; "initthread"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001195
Christian Heimesed2f4232008-12-04 14:34:40 +00001196; From python27_s.lib(arraymodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001197; "initarray"
1198; "array_methods"
1199
Christian Heimesed2f4232008-12-04 14:34:40 +00001200; From python27_s.lib(binascii)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001201; "initbinascii"
1202
Christian Heimesed2f4232008-12-04 14:34:40 +00001203; From python27_s.lib(cmathmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001204; "initcmath"
1205
Christian Heimesed2f4232008-12-04 14:34:40 +00001206; From python27_s.lib(_codecsmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001207; "init_codecs"
1208
Christian Heimesed2f4232008-12-04 14:34:40 +00001209; From python27_s.lib(collectionsmodule)
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001210; "initcollections"
1211 "dequeiter_type"
1212 "dequereviter_type"
1213
Christian Heimesed2f4232008-12-04 14:34:40 +00001214; From python27_s.lib(cPickle)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001215; "initcPickle"
1216; "fast_save_leave"
1217
Christian Heimesed2f4232008-12-04 14:34:40 +00001218; From python27_s.lib(cStringIO)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001219; "initcStringIO"
1220
Christian Heimesed2f4232008-12-04 14:34:40 +00001221; From python27_s.lib(_csv)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001222; "init_csv"
1223
Christian Heimesed2f4232008-12-04 14:34:40 +00001224; From python27_s.lib(datetimemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001225; "initdatetime"
1226
Christian Heimesed2f4232008-12-04 14:34:40 +00001227; From python27_s.lib(dlmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001228; "initdl"
1229
Christian Heimesed2f4232008-12-04 14:34:40 +00001230; From python27_s.lib(errnomodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001231; "initerrno"
1232
Christian Heimesed2f4232008-12-04 14:34:40 +00001233; From python27_s.lib(fcntlmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001234; "initfcntl"
1235
Christian Heimesed2f4232008-12-04 14:34:40 +00001236; From python27_s.lib(_functoolsmodule)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001237; "init_functools"
1238
Christian Heimesed2f4232008-12-04 14:34:40 +00001239; From python27_s.lib(_heapqmodule)
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001240; "init_heapq"
1241
Christian Heimesed2f4232008-12-04 14:34:40 +00001242; From python27_s.lib(imageop)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001243; "initimageop"
1244
Christian Heimesed2f4232008-12-04 14:34:40 +00001245; From python27_s.lib(itertoolsmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001246; "inititertools"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001247
Christian Heimesed2f4232008-12-04 14:34:40 +00001248; From python27_s.lib(_localemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001249; "init_locale"
1250
Christian Heimesed2f4232008-12-04 14:34:40 +00001251; From python27_s.lib(mathmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001252; "initmath"
1253
Christian Heimesed2f4232008-12-04 14:34:40 +00001254; From python27_s.lib(md5)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001255 "md5_finish"
1256 "md5_init"
1257 "md5_append"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001258
Christian Heimesed2f4232008-12-04 14:34:40 +00001259; From python27_s.lib(md5module)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001260; "init_md5"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001261
Christian Heimesed2f4232008-12-04 14:34:40 +00001262; From python27_s.lib(operator)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001263; "initoperator"
1264
Christian Heimesed2f4232008-12-04 14:34:40 +00001265; From python27_s.lib(_randommodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001266; "init_random"
1267
Christian Heimesed2f4232008-12-04 14:34:40 +00001268; From python27_s.lib(rgbimgmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001269; "initrgbimg"
1270
Christian Heimesed2f4232008-12-04 14:34:40 +00001271; From python27_s.lib(shamodule)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001272; "init_sha"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001273
Christian Heimesed2f4232008-12-04 14:34:40 +00001274; From python27_s.lib(sha256module)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001275; "init_sha256"
1276
Christian Heimesed2f4232008-12-04 14:34:40 +00001277; From python27_s.lib(sha512module)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001278; "init_sha512"
1279
Christian Heimesed2f4232008-12-04 14:34:40 +00001280; From python27_s.lib(_sre)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001281; "init_sre"
1282
Christian Heimesed2f4232008-12-04 14:34:40 +00001283; From python27_s.lib(stropmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001284; "initstrop"
1285
Christian Heimesed2f4232008-12-04 14:34:40 +00001286; From python27_s.lib(_struct)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001287; "init_struct"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001288
Christian Heimesed2f4232008-12-04 14:34:40 +00001289; From python27_s.lib(symtablemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001290; "init_symtable"
1291
Christian Heimesed2f4232008-12-04 14:34:40 +00001292; From python27_s.lib(termios)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001293; "inittermios"
1294
Christian Heimesed2f4232008-12-04 14:34:40 +00001295; From python27_s.lib(timemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001296; "inittime"
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001297 "_PyTime_DoubleToTimet"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001298; "inittimezone"
1299
Christian Heimesed2f4232008-12-04 14:34:40 +00001300; From python27_s.lib(timingmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001301; "inittiming"
1302
Christian Heimesed2f4232008-12-04 14:34:40 +00001303; From python27_s.lib(_weakref)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001304; "init_weakref"
1305
Christian Heimesed2f4232008-12-04 14:34:40 +00001306; From python27_s.lib(xxsubtype)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001307; "initxxsubtype"
1308
Christian Heimesed2f4232008-12-04 14:34:40 +00001309; From python27_s.lib(zipimport)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001310; "initzipimport"