blob: 5477cd22aeb5df8a7899659c829a366851a96272 [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
Larry Hastings402b73f2010-03-25 00:54:54 +0000213; From python27_s.lib(capsule)
214 "PyCapsule_GetContext"
215 "PyCapsule_GetDestructor"
216 "PyCapsule_GetName"
217 "PyCapsule_GetPointer"
218 "PyCapsule_Import"
219 "PyCapsule_IsValid"
220 "PyCapsule_New"
221 "PyCapsule_SetContext"
222 "PyCapsule_SetDestructor"
223 "PyCapsule_SetName"
224 "PyCapsule_SetPointer"
225
Christian Heimesed2f4232008-12-04 14:34:40 +0000226; From python27_s.lib(cobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000227 "PyCObject_FromVoidPtr"
228 "PyCObject_FromVoidPtrAndDesc"
229 "PyCObject_AsVoidPtr"
230 "PyCObject_GetDesc"
231 "PyCObject_Import"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000232 "PyCObject_SetVoidPtr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000233 "PyCObject_Type"
234
Christian Heimesed2f4232008-12-04 14:34:40 +0000235; From python27_s.lib(codeobject)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000236 "PyCode_New"
237 "PyCode_Addr2Line"
238 "PyCode_CheckLineNumber"
239 "PyCode_Type"
240
Christian Heimesed2f4232008-12-04 14:34:40 +0000241; From python27_s.lib(complexobject)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000242 "_Py_c_pow"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000243 "_Py_c_sum"
244 "_Py_c_diff"
245 "_Py_c_neg"
246 "_Py_c_prod"
247 "_Py_c_quot"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000248 "PyComplex_FromCComplex"
249 "PyComplex_FromDoubles"
250 "PyComplex_RealAsDouble"
251 "PyComplex_ImagAsDouble"
252 "PyComplex_AsCComplex"
253 "PyComplex_Type"
254
Christian Heimesed2f4232008-12-04 14:34:40 +0000255; From python27_s.lib(descrobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000256 "PyWrapper_New"
257 "PyDescr_NewMethod"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000258 "PyDescr_NewClassMethod"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000259 "PyDescr_NewMember"
260 "PyDescr_NewGetSet"
261 "PyDescr_NewWrapper"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000262 "PyDictProxy_New"
263 "PyWrapperDescr_Type"
264 "PyProperty_Type"
265
Christian Heimesed2f4232008-12-04 14:34:40 +0000266; From python27_s.lib(dictobject)
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000267 "PyDict_New"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000268 "PyDict_GetItem"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000269 "PyDict_SetItem"
270 "PyDict_DelItem"
271 "PyDict_Clear"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000272 "PyDict_MergeFromSeq2"
273 "PyDict_Merge"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000274 "PyDict_Keys"
275 "PyDict_Values"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000276 "PyDict_Contains"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000277 "PyDict_Next"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000278 "PyDict_Items"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000279 "PyDict_Size"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000280 "PyDict_Copy"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000281 "PyDict_Update"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000282 "PyDict_GetItemString"
283 "PyDict_SetItemString"
284 "PyDict_DelItemString"
285 "PyDict_Type"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000286 "PyDictIterKey_Type"
287 "PyDictIterValue_Type"
288 "PyDictIterItem_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000289
Christian Heimesed2f4232008-12-04 14:34:40 +0000290; From python27_s.lib(enumobject)
Andrew MacIntyre63c9d502002-04-30 12:06:23 +0000291 "PyEnum_Type"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000292 "PyReversed_Type"
Andrew MacIntyre63c9d502002-04-30 12:06:23 +0000293
Christian Heimesed2f4232008-12-04 14:34:40 +0000294; From python27_s.lib(fileobject)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000295 "PyFile_FromString"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000296 "Py_UniversalNewlineFread"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000297 "PyFile_GetLine"
298 "PyFile_SoftSpace"
299 "PyFile_WriteObject"
300 "PyFile_WriteString"
301 "PyObject_AsFileDescriptor"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000302 "Py_UniversalNewlineFgets"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000303 "PyFile_SetBufSize"
304 "PyFile_SetEncoding"
305 "PyFile_FromFile"
306 "PyFile_AsFile"
307 "PyFile_Name"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000308 "PyFile_Type"
309
Christian Heimesed2f4232008-12-04 14:34:40 +0000310; From python27_s.lib(floatobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000311 "PyFloat_FromString"
312 "PyFloat_AsDouble"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000313 "PyFloat_Fini"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000314 "_PyFloat_Pack4"
315 "_PyFloat_Pack8"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000316 "_PyFloat_Unpack4"
317 "_PyFloat_Unpack8"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000318 "PyFloat_FromDouble"
319 "PyFloat_AsReprString"
320 "PyFloat_AsString"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000321 "_PyFloat_Init"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000322 "PyFloat_Type"
323
Christian Heimesed2f4232008-12-04 14:34:40 +0000324; From python27_s.lib(frameobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000325 "PyFrame_New"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000326 "PyFrame_FastToLocals"
327 "PyFrame_LocalsToFast"
328 "_PyFrame_Init"
329 "PyFrame_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000330 "PyFrame_BlockSetup"
331 "PyFrame_BlockPop"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000332 "PyFrame_Type"
333
Christian Heimesed2f4232008-12-04 14:34:40 +0000334; From python27_s.lib(funcobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000335 "PyFunction_New"
336 "PyFunction_GetCode"
337 "PyFunction_GetGlobals"
Andrew MacIntyre4f28c4d2003-02-19 12:42:36 +0000338 "PyFunction_GetModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000339 "PyFunction_GetDefaults"
340 "PyFunction_SetDefaults"
341 "PyFunction_GetClosure"
342 "PyFunction_SetClosure"
343 "PyClassMethod_New"
344 "PyStaticMethod_New"
345 "PyFunction_Type"
346 "PyClassMethod_Type"
347 "PyStaticMethod_Type"
348
Christian Heimesed2f4232008-12-04 14:34:40 +0000349; From python27_s.lib(genobject)
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000350 "PyGen_New"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000351 "PyGen_NeedsFinalizing"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000352 "PyGen_Type"
353
Christian Heimesed2f4232008-12-04 14:34:40 +0000354; From python27_s.lib(intobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000355 "PyInt_AsLong"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000356 "PyInt_AsUnsignedLongMask"
357 "PyInt_AsUnsignedLongLongMask"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000358 "PyInt_FromString"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000359 "PyInt_AsSsize_t"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000360 "PyInt_Fini"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000361 "PyInt_FromUnicode"
362 "PyInt_FromLong"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000363 "PyInt_FromSize_t"
364 "PyInt_FromSsize_t"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000365 "PyInt_GetMax"
366 "_PyInt_Init"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000367 "PyInt_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000368
Christian Heimesed2f4232008-12-04 14:34:40 +0000369; From python27_s.lib(iterobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000370 "PySeqIter_New"
371 "PyCallIter_New"
372 "PySeqIter_Type"
373 "PyCallIter_Type"
374
Christian Heimesed2f4232008-12-04 14:34:40 +0000375; From python27_s.lib(listobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000376 "PyList_New"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000377 "PyList_Append"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000378 "PyList_Size"
379 "PyList_GetItem"
380 "PyList_SetItem"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000381 "PyList_Insert"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000382 "PyList_GetSlice"
383 "PyList_SetSlice"
384 "PyList_Sort"
385 "PyList_Reverse"
386 "PyList_AsTuple"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000387 "_PyList_Extend"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000388 "PyList_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000389 "PyList_Type"
Andrew MacIntyreb3bfa7f2002-06-10 08:05:26 +0000390 "PyListIter_Type"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000391 "PyListRevIter_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000392
Christian Heimesed2f4232008-12-04 14:34:40 +0000393; From python27_s.lib(longobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000394 "PyLong_FromDouble"
395 "PyLong_AsLong"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000396 "_PyLong_AsSsize_t"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000397 "PyLong_AsUnsignedLong"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000398 "_PyLong_FromByteArray"
399 "_PyLong_AsByteArray"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000400 "PyLong_AsDouble"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000401 "PyLong_FromLongLong"
402 "PyLong_AsLongLong"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000403 "PyLong_FromString"
404 "PyLong_FromLong"
405 "PyLong_FromUnsignedLong"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000406 "PyLong_AsUnsignedLongMask"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000407 "_PyLong_FromSize_t"
408 "_PyLong_FromSsize_t"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000409 "_PyLong_AsScaledDouble"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000410 "PyLong_FromVoidPtr"
411 "PyLong_AsVoidPtr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000412 "PyLong_FromUnsignedLongLong"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000413 "PyLong_AsUnsignedLongLong"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000414 "PyLong_AsUnsignedLongLongMask"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000415 "PyLong_FromUnicode"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000416 "_PyLong_Sign"
417 "_PyLong_NumBits"
418 "_PyLong_New"
419 "_PyLong_Copy"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000420 "PyLong_Type"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000421 "_PyLong_DigitValue"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000422
Christian Heimesed2f4232008-12-04 14:34:40 +0000423; From python27_s.lib(methodobject)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000424 "PyCFunction_Call"
425 "Py_FindMethodInChain"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000426 "PyCFunction_GetFunction"
427 "PyCFunction_GetSelf"
428 "PyCFunction_GetFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000429 "Py_FindMethod"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000430 "PyCFunction_NewEx"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000431 "PyCFunction_Fini"
Andrew MacIntyre4f28c4d2003-02-19 12:42:36 +0000432 "PyCFunction_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000433 "PyCFunction_Type"
434
Christian Heimesed2f4232008-12-04 14:34:40 +0000435; From python27_s.lib(moduleobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000436 "PyModule_New"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000437 "_PyModule_Clear"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000438 "PyModule_GetDict"
439 "PyModule_GetName"
440 "PyModule_GetFilename"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000441 "PyModule_Type"
442
Christian Heimesed2f4232008-12-04 14:34:40 +0000443; From python27_s.lib(object)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000444 "Py_DivisionWarningFlag"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000445 "PyObject_Str"
446 "PyObject_Repr"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000447 "_PyObject_Str"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000448 "PyObject_Unicode"
449 "PyObject_GetAttr"
450 "PyObject_IsTrue"
451 "PyNumber_CoerceEx"
452 "PyObject_Compare"
453 "PyObject_RichCompare"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000454 "_Py_HashDouble"
455 "PyObject_Hash"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000456 "PyObject_SetAttr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000457 "PyObject_GenericGetAttr"
458 "PyObject_GenericSetAttr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000459 "PyCallable_Check"
460 "PyObject_Dir"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000461 "PyMem_Malloc"
462 "PyMem_Realloc"
463 "PyMem_Free"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000464 "PyObject_Print"
465 "_PyObject_Dump"
466 "PyObject_RichCompareBool"
467 "PyObject_GetAttrString"
468 "PyObject_SetAttrString"
469 "PyObject_HasAttrString"
470 "PyObject_HasAttr"
471 "_PyObject_GetDictPtr"
472 "PyObject_SelfIter"
473 "PyObject_Not"
474 "PyNumber_Coerce"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000475 "Py_ReprEnter"
476 "Py_ReprLeave"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000477 "_Py_HashPointer"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000478 "Py_IncRef"
479 "Py_DecRef"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000480 "_PyTrash_deposit_object"
481 "_PyTrash_destroy_chain"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000482 "PyObject_Init"
483 "PyObject_InitVar"
484 "_PyObject_New"
485 "_PyObject_NewVar"
486 "_PyObject_Del"
487 "_Py_ReadyTypes"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000488 "_Py_SwappedOp"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000489 "_Py_NotImplementedStruct"
490 "_Py_NoneStruct"
491 "_Py_cobject_hack"
492 "_Py_abstract_hack"
493 "_PyTrash_delete_nesting"
494 "_PyTrash_delete_later"
495
Christian Heimesed2f4232008-12-04 14:34:40 +0000496; From python27_s.lib(obmalloc)
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000497 "PyObject_Malloc"
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000498 "PyObject_Free"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000499 "PyObject_Realloc"
Andrew MacIntyre6c655312002-04-15 12:09:45 +0000500
Christian Heimesed2f4232008-12-04 14:34:40 +0000501; From python27_s.lib(rangeobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000502 "PyRange_Type"
503
Christian Heimesed2f4232008-12-04 14:34:40 +0000504; From python27_s.lib(setobject)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000505 "PySet_Pop"
506 "PySet_New"
507 "PyFrozenSet_New"
508 "PySet_Size"
509 "PySet_Clear"
510 "PySet_Contains"
511 "PySet_Discard"
512 "PySet_Add"
513 "_PySet_Next"
514 "_PySet_Update"
515 "PySet_Fini"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000516 "PySet_Type"
517 "PyFrozenSet_Type"
518
Christian Heimesed2f4232008-12-04 14:34:40 +0000519; From python27_s.lib(sliceobject)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000520 "_PySlice_FromIndices"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000521 "PySlice_GetIndices"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000522 "PySlice_GetIndicesEx"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000523 "PySlice_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000524 "_Py_EllipsisObject"
525 "PySlice_Type"
526
Christian Heimesed2f4232008-12-04 14:34:40 +0000527; From python27_s.lib(stringobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000528 "PyString_FromStringAndSize"
529 "PyString_InternInPlace"
530 "PyString_FromString"
531 "PyString_FromFormatV"
532 "PyString_AsString"
533 "_PyString_Resize"
534 "PyString_FromFormat"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000535 "PyString_AsDecodedString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000536 "PyString_AsEncodedString"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000537 "PyString_DecodeEscape"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000538 "PyString_Repr"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000539 "PyString_AsStringAndSize"
540 "_PyString_FormatLong"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000541 "PyString_Format"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000542 "_Py_ReleaseInternedStrings"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000543 "PyString_Size"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000544 "PyString_Concat"
545 "PyString_ConcatAndDel"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000546 "_PyString_Eq"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000547 "PyString_InternImmortal"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000548 "PyString_InternFromString"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000549 "_PyString_Join"
550 "PyString_Decode"
551 "PyString_Encode"
552 "PyString_AsEncodedObject"
553 "PyString_AsDecodedObject"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000554 "PyString_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000555 "PyString_Type"
Andrew MacIntyreb3bfa7f2002-06-10 08:05:26 +0000556 "PyBaseString_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000557
Christian Heimesed2f4232008-12-04 14:34:40 +0000558; From python27_s.lib(structseq)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000559 "PyStructSequence_InitType"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000560 "PyStructSequence_New"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000561 "PyStructSequence_UnnamedField"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000562
Christian Heimesed2f4232008-12-04 14:34:40 +0000563; From python27_s.lib(tupleobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000564 "PyTuple_New"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000565 "PyTuple_Pack"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000566 "_PyTuple_Resize"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000567 "PyTuple_Size"
568 "PyTuple_GetItem"
569 "PyTuple_SetItem"
570 "PyTuple_GetSlice"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000571 "PyTuple_Fini"
572 "PyTuple_Type"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000573 "PyTupleIter_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000574
Christian Heimesed2f4232008-12-04 14:34:40 +0000575; From python27_s.lib(typeobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000576 "PyType_IsSubtype"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000577 "_PyType_Lookup"
578 "PyType_Ready"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000579 "PyType_GenericAlloc"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000580 "_PyObject_SlotCompare"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000581 "PyType_GenericNew"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000582 "PyType_Type"
583 "PyBaseObject_Type"
584 "PySuper_Type"
585
Christian Heimesed2f4232008-12-04 14:34:40 +0000586; From python27_s.lib(unicodeobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000587 "PyUnicodeUCS2_Resize"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000588 "PyUnicodeUCS2_FromOrdinal"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000589 "PyUnicodeUCS2_FromObject"
590 "PyUnicodeUCS2_FromEncodedObject"
591 "PyUnicodeUCS2_Decode"
592 "PyUnicodeUCS2_GetDefaultEncoding"
593 "PyUnicodeUCS2_DecodeUTF8"
594 "PyUnicodeUCS2_DecodeLatin1"
595 "PyUnicodeUCS2_DecodeASCII"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000596 "PyUnicodeUCS2_AsEncodedString"
597 "PyUnicodeUCS2_AsUTF8String"
598 "PyUnicodeUCS2_AsLatin1String"
599 "PyUnicodeUCS2_AsASCIIString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000600 "PyUnicode_DecodeUTF7"
601 "PyUnicode_EncodeUTF7"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000602 "PyUnicodeUCS2_DecodeUTF8Stateful"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000603 "PyUnicodeUCS2_EncodeUTF8"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000604 "PyUnicodeUCS2_DecodeUTF16Stateful"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000605 "PyUnicodeUCS2_AsUTF16String"
606 "PyUnicodeUCS2_DecodeUnicodeEscape"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000607 "PyUnicodeUCS2_DecodeRawUnicodeEscape"
608 "PyUnicodeUCS2_EncodeRawUnicodeEscape"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000609 "_PyUnicode_DecodeUnicodeInternal"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000610 "PyUnicodeUCS2_DecodeCharmap"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000611 "PyUnicode_BuildEncodingMap"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000612 "PyUnicodeUCS2_EncodeCharmap"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000613 "PyUnicodeUCS2_TranslateCharmap"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000614 "PyUnicodeUCS2_EncodeDecimal"
615 "PyUnicodeUCS2_Count"
616 "PyUnicodeUCS2_Find"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000617 "PyUnicodeUCS2_Join"
618 "PyUnicodeUCS2_Splitlines"
619 "PyUnicodeUCS2_Compare"
620 "PyUnicodeUCS2_Contains"
621 "PyUnicodeUCS2_Concat"
Andrew MacIntyre63c9d502002-04-30 12:06:23 +0000622 "_PyUnicode_XStrip"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000623 "PyUnicodeUCS2_Replace"
624 "PyUnicodeUCS2_Split"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000625 "PyUnicodeUCS2_RSplit"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000626 "PyUnicodeUCS2_Format"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000627 "_PyUnicodeUCS2_Init"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000628 "_PyUnicodeUCS2_Fini"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000629 "PyUnicodeUCS2_FromUnicode"
630 "PyUnicodeUCS2_AsUnicode"
631 "PyUnicodeUCS2_GetSize"
632 "PyUnicodeUCS2_GetMax"
633 "_PyUnicodeUCS2_AsDefaultEncodedString"
634 "PyUnicodeUCS2_SetDefaultEncoding"
635 "PyUnicodeUCS2_Encode"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000636 "PyUnicodeUCS2_AsEncodedObject"
637 "PyUnicodeUCS2_DecodeUTF16"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000638 "PyUnicodeUCS2_EncodeUTF16"
639 "PyUnicodeUCS2_AsUnicodeEscapeString"
640 "PyUnicodeUCS2_EncodeUnicodeEscape"
641 "PyUnicodeUCS2_AsRawUnicodeEscapeString"
642 "PyUnicodeUCS2_EncodeLatin1"
643 "PyUnicodeUCS2_EncodeASCII"
644 "PyUnicodeUCS2_AsCharmapString"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000645 "PyUnicodeUCS2_Partition"
646 "PyUnicodeUCS2_RPartition"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000647 "PyUnicodeUCS2_Translate"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000648 "PyUnicodeUCS2_Tailmatch"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000649 "PyUnicode_AsDecodedObject"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000650 "PyUnicode_Type"
651
Christian Heimesed2f4232008-12-04 14:34:40 +0000652; From python27_s.lib(unicodectype)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000653 "_PyUnicode_TypeRecords"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000654 "_PyUnicodeUCS2_ToNumeric"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000655 "_PyUnicodeUCS2_IsLowercase"
656 "_PyUnicodeUCS2_IsUppercase"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000657 "_PyUnicodeUCS2_IsTitlecase"
658 "_PyUnicodeUCS2_IsWhitespace"
659 "_PyUnicodeUCS2_IsLinebreak"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000660 "_PyUnicodeUCS2_ToLowercase"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000661 "_PyUnicodeUCS2_ToUppercase"
662 "_PyUnicodeUCS2_ToTitlecase"
663 "_PyUnicodeUCS2_ToDecimalDigit"
664 "_PyUnicodeUCS2_ToDigit"
665 "_PyUnicodeUCS2_IsDecimalDigit"
666 "_PyUnicodeUCS2_IsDigit"
667 "_PyUnicodeUCS2_IsNumeric"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000668 "_PyUnicodeUCS2_IsAlpha"
669
Christian Heimesed2f4232008-12-04 14:34:40 +0000670; From python27_s.lib(weakrefobject)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000671 "PyWeakref_NewRef"
672 "PyWeakref_NewProxy"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000673 "PyObject_ClearWeakRefs"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000674 "PyWeakref_GetObject"
675 "_PyWeakref_GetWeakrefCount"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000676 "_PyWeakref_ClearRef"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000677 "_PyWeakref_RefType"
678 "_PyWeakref_ProxyType"
679 "_PyWeakref_CallableProxyType"
680
Christian Heimesed2f4232008-12-04 14:34:40 +0000681; From python27_s.lib(Python-ast)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000682; "init_ast"
683 "Module"
684 "Interactive"
685 "Expression"
686 "Suite"
687 "FunctionDef"
688 "ClassDef"
689 "Return"
690 "Delete"
691 "Assign"
692 "AugAssign"
693 "Print"
694 "For"
695 "While"
696 "If"
697 "With"
698 "Raise"
699 "TryExcept"
700 "TryFinally"
701 "Assert"
702 "Import"
703 "ImportFrom"
704 "Exec"
705 "Global"
706 "Expr"
707 "Pass"
708 "Break"
709 "Continue"
710 "BoolOp"
711 "BinOp"
712 "UnaryOp"
713 "Lambda"
714 "IfExp"
715 "Dict"
716 "ListComp"
717 "GeneratorExp"
718 "Yield"
719 "Compare"
720 "Call"
721 "Repr"
722 "Num"
723 "Str"
724 "Attribute"
725 "Subscript"
726 "Name"
727 "List"
728 "Tuple"
729 "Ellipsis"
730 "Slice"
731 "ExtSlice"
732 "Index"
733 "comprehension"
734 "excepthandler"
735 "arguments"
736 "keyword"
737 "alias"
738 "PyAST_mod2obj"
739
Christian Heimesed2f4232008-12-04 14:34:40 +0000740; From python27_s.lib(asdl)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000741 "asdl_seq_new"
742 "asdl_int_seq_new"
743
Christian Heimesed2f4232008-12-04 14:34:40 +0000744; From python27_s.lib(ast)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000745 "PyAST_FromNode"
746
Christian Heimesed2f4232008-12-04 14:34:40 +0000747; From python27_s.lib(bltinmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000748 "_PyBuiltin_Init"
749 "Py_FileSystemDefaultEncoding"
750
Christian Heimesed2f4232008-12-04 14:34:40 +0000751; From python27_s.lib(exceptions)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000752 "PyUnicodeEncodeError_GetStart"
753 "PyUnicodeDecodeError_GetStart"
754 "PyUnicodeEncodeError_GetEnd"
755 "PyUnicodeDecodeError_GetEnd"
756 "_PyExc_Init"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000757 "PyUnicodeDecodeError_Create"
758 "PyUnicodeEncodeError_Create"
759 "PyUnicodeTranslateError_Create"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000760 "PyUnicodeEncodeError_GetEncoding"
761 "PyUnicodeDecodeError_GetEncoding"
762 "PyUnicodeEncodeError_GetObject"
763 "PyUnicodeDecodeError_GetObject"
764 "PyUnicodeTranslateError_GetObject"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000765 "PyUnicodeTranslateError_GetStart"
766 "PyUnicodeEncodeError_SetStart"
767 "PyUnicodeDecodeError_SetStart"
768 "PyUnicodeTranslateError_SetStart"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000769 "PyUnicodeTranslateError_GetEnd"
770 "PyUnicodeEncodeError_SetEnd"
771 "PyUnicodeDecodeError_SetEnd"
772 "PyUnicodeTranslateError_SetEnd"
773 "PyUnicodeEncodeError_GetReason"
774 "PyUnicodeDecodeError_GetReason"
775 "PyUnicodeTranslateError_GetReason"
776 "PyUnicodeEncodeError_SetReason"
777 "PyUnicodeDecodeError_SetReason"
778 "PyUnicodeTranslateError_SetReason"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000779 "_PyExc_Fini"
780 "PyExc_BaseException"
781 "PyExc_Exception"
782 "PyExc_StandardError"
783 "PyExc_TypeError"
784 "PyExc_StopIteration"
785 "PyExc_GeneratorExit"
786 "PyExc_SystemExit"
787 "PyExc_KeyboardInterrupt"
788 "PyExc_ImportError"
789 "PyExc_EnvironmentError"
790 "PyExc_IOError"
791 "PyExc_OSError"
792 "PyExc_EOFError"
793 "PyExc_RuntimeError"
794 "PyExc_NotImplementedError"
795 "PyExc_NameError"
796 "PyExc_UnboundLocalError"
797 "PyExc_AttributeError"
798 "PyExc_IndexError"
799 "PyExc_SyntaxError"
800 "PyExc_IndentationError"
801 "PyExc_TabError"
802 "PyExc_LookupError"
803 "PyExc_KeyError"
804 "PyExc_ValueError"
805 "PyExc_UnicodeError"
806 "PyExc_UnicodeEncodeError"
807 "PyExc_UnicodeDecodeError"
808 "PyExc_UnicodeTranslateError"
809 "PyExc_AssertionError"
810 "PyExc_ArithmeticError"
811 "PyExc_FloatingPointError"
812 "PyExc_OverflowError"
813 "PyExc_ZeroDivisionError"
814 "PyExc_SystemError"
815 "PyExc_ReferenceError"
816 "PyExc_MemoryError"
817 "PyExc_Warning"
818 "PyExc_UserWarning"
819 "PyExc_DeprecationWarning"
820 "PyExc_PendingDeprecationWarning"
821 "PyExc_SyntaxWarning"
822 "PyExc_RuntimeWarning"
823 "PyExc_FutureWarning"
824 "PyExc_ImportWarning"
825 "PyExc_MemoryErrorInst"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000826
Christian Heimesed2f4232008-12-04 14:34:40 +0000827; From python27_s.lib(ceval)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000828 "PyEval_EvalFrameEx"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000829 "PyEval_CallObjectWithKeywords"
830 "PyEval_EvalCodeEx"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000831 "PyEval_GetFrame"
832 "PyEval_CallObject"
833 "PyEval_SetProfile"
834 "PyEval_SetTrace"
835 "PyEval_GetBuiltins"
836 "PyEval_GetGlobals"
837 "PyEval_GetLocals"
838 "PyEval_GetRestricted"
839 "PyEval_MergeCompilerFlags"
840 "Py_FlushLine"
841 "Py_AddPendingCall"
842 "Py_MakePendingCalls"
843 "Py_SetRecursionLimit"
844 "Py_GetRecursionLimit"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000845 "_Py_CheckRecursiveCall"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000846 "PyEval_GetFuncName"
847 "PyEval_GetFuncDesc"
Andrew MacIntyre4f28c4d2003-02-19 12:42:36 +0000848 "PyEval_GetCallStats"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000849 "PyEval_EvalFrame"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000850 "PyEval_SaveThread"
851 "PyEval_RestoreThread"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000852 "PyEval_ThreadsInitialized"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000853 "PyEval_InitThreads"
854 "PyEval_AcquireLock"
855 "PyEval_ReleaseLock"
856 "PyEval_AcquireThread"
857 "PyEval_ReleaseThread"
858 "PyEval_ReInitThreads"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000859 "_PyEval_SliceIndex"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000860 "PyEval_EvalCode"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000861 "_PyEval_CallTracing"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000862 "_Py_CheckRecursionLimit"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000863 "_Py_CheckInterval"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000864 "_Py_Ticker"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000865
Christian Heimesed2f4232008-12-04 14:34:40 +0000866; From python27_s.lib(compile)
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000867 "_Py_Mangle"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000868 "PyAST_Compile"
869 "PyNode_Compile"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000870 "Py_OptimizeFlag"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000871
Christian Heimesed2f4232008-12-04 14:34:40 +0000872; From python27_s.lib(codecs)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000873 "_PyCodec_Lookup"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000874 "PyCodec_Encode"
875 "PyCodec_Decode"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000876 "PyCodec_IgnoreErrors"
877 "PyCodec_ReplaceErrors"
878 "PyCodec_XMLCharRefReplaceErrors"
879 "PyCodec_BackslashReplaceErrors"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000880 "PyCodec_Register"
881 "PyCodec_Encoder"
882 "PyCodec_Decoder"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000883 "PyCodec_IncrementalEncoder"
884 "PyCodec_IncrementalDecoder"
885 "PyCodec_StreamReader"
886 "PyCodec_StreamWriter"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000887 "PyCodec_RegisterError"
888 "PyCodec_LookupError"
889 "PyCodec_StrictErrors"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000890
Christian Heimesed2f4232008-12-04 14:34:40 +0000891; From python27_s.lib(errors)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000892 "PyErr_SetNone"
893 "PyErr_SetString"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000894 "PyErr_GivenExceptionMatches"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000895 "PyErr_NormalizeException"
896 "PyErr_Fetch"
897 "PyErr_Clear"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000898 "PyErr_NoMemory"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000899 "PyErr_SetFromErrnoWithFilenameObject"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000900 "PyErr_Format"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000901 "PyErr_NewException"
902 "PyErr_WriteUnraisable"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000903 "PyErr_SyntaxLocation"
904 "PyErr_ProgramText"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000905 "PyErr_SetObject"
906 "PyErr_Occurred"
907 "PyErr_Restore"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000908 "PyErr_ExceptionMatches"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000909 "PyErr_BadArgument"
910 "PyErr_SetFromErrno"
911 "PyErr_SetFromErrnoWithFilename"
912 "PyErr_BadInternalCall"
913 "_PyErr_BadInternalCall"
914 "PyErr_Warn"
915 "PyErr_WarnExplicit"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000916
Christian Heimesed2f4232008-12-04 14:34:40 +0000917; From python27_s.lib(frozen)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000918 "PyImport_FrozenModules"
919
Christian Heimesed2f4232008-12-04 14:34:40 +0000920; From python27_s.lib(frozenmain)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000921 "Py_FrozenMain"
922
Christian Heimesed2f4232008-12-04 14:34:40 +0000923; From python27_s.lib(future)
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000924 "PyFuture_FromAST"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000925
Christian Heimesed2f4232008-12-04 14:34:40 +0000926; From python27_s.lib(getargs)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000927 "PyArg_Parse"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000928 "_PyArg_Parse_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000929 "PyArg_ParseTuple"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000930 "_PyArg_ParseTuple_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000931 "PyArg_ParseTupleAndKeywords"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000932 "_PyArg_ParseTupleAndKeywords_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000933 "PyArg_UnpackTuple"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000934 "_PyArg_NoKeywords"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000935 "PyArg_VaParse"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000936 "PyArg_VaParseTupleAndKeywords"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000937 "_PyArg_VaParse_SizeT"
938 "_PyArg_VaParseTupleAndKeywords_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000939
Christian Heimesed2f4232008-12-04 14:34:40 +0000940; From python27_s.lib(getcompiler)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000941 "Py_GetCompiler"
942
Christian Heimesed2f4232008-12-04 14:34:40 +0000943; From python27_s.lib(getcopyright)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000944 "Py_GetCopyright"
945
Christian Heimesed2f4232008-12-04 14:34:40 +0000946; From python27_s.lib(getplatform)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000947 "Py_GetPlatform"
948
Christian Heimesed2f4232008-12-04 14:34:40 +0000949; From python27_s.lib(getversion)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000950 "Py_GetVersion"
951
Christian Heimesed2f4232008-12-04 14:34:40 +0000952; From python27_s.lib(graminit)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000953 "_PyParser_Grammar"
954
Christian Heimesed2f4232008-12-04 14:34:40 +0000955; From python27_s.lib(import)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000956 "_PyImport_Init"
Andrew MacIntyreab495052002-12-31 11:25:42 +0000957 "_PyImportHooks_Init"
958 "PyImport_ImportModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000959 "PyImport_Cleanup"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000960 "_PyImport_FixupExtension"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000961 "PyImport_AddModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000962 "PyImport_ExecCodeModuleEx"
963 "PyImport_ImportFrozenModule"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000964 "PyImport_ImportModuleEx"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000965 "PyImport_ImportModuleLevel"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000966 "PyImport_ReloadModule"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000967 "PyImport_Import"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000968; "initimp"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000969 "_PyImport_Fini"
970 "PyImport_GetMagicNumber"
971 "PyImport_ExecCodeModule"
972 "PyImport_GetModuleDict"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000973 "_PyImport_FindModule"
974 "_PyImport_IsScript"
975 "_PyImport_ReInitLock"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000976 "_PyImport_FindExtension"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000977 "PyImport_AppendInittab"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000978 "PyImport_ExtendInittab"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000979 "PyImport_Inittab"
980 "_PyImport_Filetab"
981
Christian Heimesed2f4232008-12-04 14:34:40 +0000982; From python27_s.lib(importdl)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000983 "_PyImport_LoadDynamicModule"
984
Christian Heimesed2f4232008-12-04 14:34:40 +0000985; From python27_s.lib(marshal)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000986 "PyMarshal_ReadLongFromFile"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000987 "PyMarshal_WriteObjectToString"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +0000988 "PyMarshal_WriteLongToFile"
989 "PyMarshal_WriteObjectToFile"
990 "PyMarshal_ReadShortFromFile"
Andrew MacIntyre96b37252004-10-03 08:11:30 +0000991 "PyMarshal_ReadObjectFromFile"
992 "PyMarshal_ReadLastObjectFromFile"
993 "PyMarshal_ReadObjectFromString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000994 "PyMarshal_Init"
995
Christian Heimesed2f4232008-12-04 14:34:40 +0000996; From python27_s.lib(modsupport)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +0000997 "Py_InitModule4"
998 "Py_BuildValue"
Andrew MacIntyrebb450372006-07-23 12:57:02 +0000999 "_Py_BuildValue_SizeT"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001000 "PyEval_CallFunction"
1001 "PyEval_CallMethod"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001002 "_Py_VaBuildValue_SizeT"
1003 "Py_VaBuildValue"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001004 "PyModule_AddObject"
1005 "PyModule_AddIntConstant"
1006 "PyModule_AddStringConstant"
1007 "_Py_PackageContext"
1008
Christian Heimesed2f4232008-12-04 14:34:40 +00001009; From python27_s.lib(mysnprintf)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001010 "PyOS_snprintf"
1011 "PyOS_vsnprintf"
1012
Christian Heimesed2f4232008-12-04 14:34:40 +00001013; From python27_s.lib(mystrtoul)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001014 "PyOS_strtoul"
1015 "PyOS_strtol"
1016
Christian Heimesed2f4232008-12-04 14:34:40 +00001017; From python27_s.lib(pyarena)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001018 "PyArena_New"
1019 "PyArena_Free"
1020 "PyArena_Malloc"
1021 "PyArena_AddPyObject"
1022
Christian Heimesed2f4232008-12-04 14:34:40 +00001023; From python27_s.lib(pyfpe)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001024 "PyFPE_dummy"
1025
Christian Heimesed2f4232008-12-04 14:34:40 +00001026; From python27_s.lib(pystate)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001027 "PyInterpreterState_Clear"
1028 "PyThreadState_Clear"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001029 "_PyThread_CurrentFrames"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001030 "PyGILState_Ensure"
1031 "PyGILState_Release"
1032 "PyInterpreterState_New"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001033 "PyInterpreterState_Delete"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001034 "PyThreadState_Delete"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001035 "PyThreadState_New"
1036 "PyThreadState_DeleteCurrent"
1037 "PyThreadState_Get"
1038 "PyThreadState_Swap"
1039 "PyThreadState_GetDict"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001040 "PyThreadState_SetAsyncExc"
1041 "PyGILState_GetThisThreadState"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001042 "PyInterpreterState_Head"
1043 "PyInterpreterState_Next"
1044 "PyInterpreterState_ThreadHead"
1045 "PyThreadState_Next"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001046 "_PyGILState_Init"
1047 "_PyGILState_Fini"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001048 "_PyThreadState_Current"
Andrew MacIntyreab495052002-12-31 11:25:42 +00001049 "_PyThreadState_GetFrame"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001050
Christian Heimesed2f4232008-12-04 14:34:40 +00001051; From python27_s.lib(pystrtod)
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001052 "PyOS_ascii_strtod"
1053 "PyOS_ascii_formatd"
1054 "PyOS_ascii_atof"
1055
Christian Heimesed2f4232008-12-04 14:34:40 +00001056; From python27_s.lib(pythonrun)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001057 "Py_IgnoreEnvironmentFlag"
1058 "Py_DebugFlag"
1059 "Py_VerboseFlag"
1060 "Py_NoSiteFlag"
1061 "Py_InteractiveFlag"
1062 "Py_FrozenFlag"
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001063 "Py_InitializeEx"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001064 "Py_FatalError"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001065 "Py_NewInterpreter"
1066 "PyErr_Print"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001067 "PyRun_InteractiveOneFlags"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001068 "PyParser_ASTFromFile"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001069 "PyRun_SimpleFileExFlags"
1070 "PyRun_FileExFlags"
1071 "Py_Exit"
1072 "PyErr_PrintEx"
1073 "PyErr_Display"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001074 "Py_SetProgramName"
1075 "Py_GetProgramName"
1076 "Py_SetPythonHome"
1077 "Py_GetPythonHome"
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001078 "Py_Initialize"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001079 "Py_Finalize"
1080 "Py_IsInitialized"
1081 "Py_EndInterpreter"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001082 "PyRun_AnyFileFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001083 "Py_FdIsInteractive"
1084 "PyRun_InteractiveLoopFlags"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001085 "PyRun_AnyFileExFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001086 "PyRun_SimpleStringFlags"
1087 "PyRun_StringFlags"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001088 "PyParser_ASTFromString"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001089 "PyParser_SimpleParseStringFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001090 "PyParser_SimpleParseFileFlags"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001091 "Py_CompileStringFlags"
1092 "Py_SymtableString"
1093 "Py_AtExit"
1094 "PyOS_getsig"
1095 "PyOS_setsig"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001096 "PyParser_SetError"
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001097 "PyModule_GetWarningsModule"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001098 "PyParser_SimpleParseStringFlagsFilename"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001099 "PyParser_SimpleParseStringFilename"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001100 "PyParser_SimpleParseFile"
1101 "PyParser_SimpleParseString"
1102 "PyRun_AnyFile"
1103 "PyRun_AnyFileEx"
1104 "PyRun_File"
1105 "PyRun_FileEx"
1106 "PyRun_FileFlags"
1107 "PyRun_SimpleFile"
1108 "PyRun_SimpleFileEx"
1109 "PyRun_String"
1110 "PyRun_SimpleString"
1111 "Py_CompileString"
1112 "PyRun_InteractiveOne"
1113 "PyRun_InteractiveLoop"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001114 "Py_UseClassExceptionsFlag"
1115 "Py_UnicodeFlag"
1116 "_Py_QnewFlag"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001117
Christian Heimesed2f4232008-12-04 14:34:40 +00001118; From python27_s.lib(structmember)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001119 "PyMember_Get"
1120 "PyMember_GetOne"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001121 "PyMember_SetOne"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001122 "PyMember_Set"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001123
Christian Heimesed2f4232008-12-04 14:34:40 +00001124; From python27_s.lib(symtable)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001125 "PySymtable_Build"
1126 "PySymtable_Free"
1127 "PyST_GetScope"
1128 "PySymtable_Lookup"
1129 "PySTEntry_Type"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001130
Christian Heimesed2f4232008-12-04 14:34:40 +00001131; From python27_s.lib(sysmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001132 "_PySys_Init"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001133 "PySys_WriteStderr"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001134 "PySys_SetPath"
1135 "PySys_SetArgv"
1136 "PySys_WriteStdout"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001137 "Py_SubversionRevision"
1138 "Py_SubversionShortBranch"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001139 "PySys_GetObject"
1140 "PySys_SetObject"
1141 "PySys_GetFile"
1142 "PySys_ResetWarnOptions"
1143 "PySys_AddWarnOption"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001144
Christian Heimesed2f4232008-12-04 14:34:40 +00001145; From python27_s.lib(traceback)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001146 "PyTraceBack_Here"
1147 "PyTraceBack_Print"
1148 "PyTraceBack_Type"
1149
Christian Heimesed2f4232008-12-04 14:34:40 +00001150; From python27_s.lib(getopt)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001151 "_PyOS_GetOpt"
1152 "_PyOS_opterr"
1153 "_PyOS_optind"
1154 "_PyOS_optarg"
1155
Christian Heimesed2f4232008-12-04 14:34:40 +00001156; From python27_s.lib(dynload_shlib)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001157 "_PyImport_DynLoadFiletab"
1158 "_PyImport_GetDynLoadFunc"
1159
Christian Heimesed2f4232008-12-04 14:34:40 +00001160; From python27_s.lib(thread)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001161 "PyThread_delete_key_value"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001162 "PyThread_init_thread"
1163 "PyThread_start_new_thread"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001164 "PyThread_exit_thread"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001165 "PyThread_get_thread_ident"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001166 "PyThread_allocate_lock"
1167 "PyThread_free_lock"
1168 "PyThread_acquire_lock"
1169 "PyThread_release_lock"
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001170 "PyThread_get_stacksize"
1171 "PyThread_set_stacksize"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001172 "PyThread_create_key"
1173 "PyThread_delete_key"
1174 "PyThread_set_key_value"
1175 "PyThread_get_key_value"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001176
Christian Heimesed2f4232008-12-04 14:34:40 +00001177; From python27_s.lib(gcmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001178; "initgc"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001179 "_PyObject_GC_New"
1180 "_PyObject_GC_NewVar"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001181 "PyGC_Collect"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001182 "_PyObject_GC_Resize"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001183 "_PyObject_GC_Malloc"
1184 "PyObject_GC_Track"
1185 "PyObject_GC_UnTrack"
Andrew MacIntyre6c655312002-04-15 12:09:45 +00001186 "PyObject_GC_Del"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001187 "_PyGC_Dump"
1188 "_PyObject_GC_Track"
1189 "_PyObject_GC_UnTrack"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001190 "_PyObject_GC_Del"
1191 "_PyGC_generation0"
1192
Christian Heimesed2f4232008-12-04 14:34:40 +00001193; From python27_s.lib(signalmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001194; "initsignal"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001195 "PyErr_CheckSignals"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001196 "PyErr_SetInterrupt"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001197 "PyOS_FiniInterrupts"
1198 "PyOS_InterruptOccurred"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001199 "PyOS_InitInterrupts"
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001200 "PyOS_AfterFork"
1201
Christian Heimesed2f4232008-12-04 14:34:40 +00001202; From python27_s.lib(posixmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001203; "initos2"
1204
Christian Heimesed2f4232008-12-04 14:34:40 +00001205; From python27_s.lib(threadmodule)
Andrew MacIntyre41d97d62002-02-17 05:23:30 +00001206; "initthread"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001207
Christian Heimesed2f4232008-12-04 14:34:40 +00001208; From python27_s.lib(arraymodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001209; "initarray"
1210; "array_methods"
1211
Christian Heimesed2f4232008-12-04 14:34:40 +00001212; From python27_s.lib(binascii)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001213; "initbinascii"
1214
Christian Heimesed2f4232008-12-04 14:34:40 +00001215; From python27_s.lib(cmathmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001216; "initcmath"
1217
Christian Heimesed2f4232008-12-04 14:34:40 +00001218; From python27_s.lib(_codecsmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001219; "init_codecs"
1220
Christian Heimesed2f4232008-12-04 14:34:40 +00001221; From python27_s.lib(collectionsmodule)
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001222; "initcollections"
1223 "dequeiter_type"
1224 "dequereviter_type"
1225
Christian Heimesed2f4232008-12-04 14:34:40 +00001226; From python27_s.lib(cPickle)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001227; "initcPickle"
1228; "fast_save_leave"
1229
Christian Heimesed2f4232008-12-04 14:34:40 +00001230; From python27_s.lib(cStringIO)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001231; "initcStringIO"
1232
Christian Heimesed2f4232008-12-04 14:34:40 +00001233; From python27_s.lib(_csv)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001234; "init_csv"
1235
Christian Heimesed2f4232008-12-04 14:34:40 +00001236; From python27_s.lib(datetimemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001237; "initdatetime"
1238
Christian Heimesed2f4232008-12-04 14:34:40 +00001239; From python27_s.lib(dlmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001240; "initdl"
1241
Christian Heimesed2f4232008-12-04 14:34:40 +00001242; From python27_s.lib(errnomodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001243; "initerrno"
1244
Christian Heimesed2f4232008-12-04 14:34:40 +00001245; From python27_s.lib(fcntlmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001246; "initfcntl"
1247
Christian Heimesed2f4232008-12-04 14:34:40 +00001248; From python27_s.lib(_functoolsmodule)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001249; "init_functools"
1250
Christian Heimesed2f4232008-12-04 14:34:40 +00001251; From python27_s.lib(_heapqmodule)
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001252; "init_heapq"
1253
Christian Heimesed2f4232008-12-04 14:34:40 +00001254; From python27_s.lib(imageop)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001255; "initimageop"
1256
Christian Heimesed2f4232008-12-04 14:34:40 +00001257; From python27_s.lib(itertoolsmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001258; "inititertools"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001259
Christian Heimesed2f4232008-12-04 14:34:40 +00001260; From python27_s.lib(_localemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001261; "init_locale"
1262
Christian Heimesed2f4232008-12-04 14:34:40 +00001263; From python27_s.lib(mathmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001264; "initmath"
1265
Christian Heimesed2f4232008-12-04 14:34:40 +00001266; From python27_s.lib(md5)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001267 "md5_finish"
1268 "md5_init"
1269 "md5_append"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001270
Christian Heimesed2f4232008-12-04 14:34:40 +00001271; From python27_s.lib(md5module)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001272; "init_md5"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001273
Christian Heimesed2f4232008-12-04 14:34:40 +00001274; From python27_s.lib(operator)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001275; "initoperator"
1276
Christian Heimesed2f4232008-12-04 14:34:40 +00001277; From python27_s.lib(_randommodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001278; "init_random"
1279
Christian Heimesed2f4232008-12-04 14:34:40 +00001280; From python27_s.lib(rgbimgmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001281; "initrgbimg"
1282
Christian Heimesed2f4232008-12-04 14:34:40 +00001283; From python27_s.lib(shamodule)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001284; "init_sha"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001285
Christian Heimesed2f4232008-12-04 14:34:40 +00001286; From python27_s.lib(sha256module)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001287; "init_sha256"
1288
Christian Heimesed2f4232008-12-04 14:34:40 +00001289; From python27_s.lib(sha512module)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001290; "init_sha512"
1291
Christian Heimesed2f4232008-12-04 14:34:40 +00001292; From python27_s.lib(_sre)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001293; "init_sre"
1294
Christian Heimesed2f4232008-12-04 14:34:40 +00001295; From python27_s.lib(stropmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001296; "initstrop"
1297
Christian Heimesed2f4232008-12-04 14:34:40 +00001298; From python27_s.lib(_struct)
Andrew MacIntyrebb450372006-07-23 12:57:02 +00001299; "init_struct"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001300
Christian Heimesed2f4232008-12-04 14:34:40 +00001301; From python27_s.lib(symtablemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001302; "init_symtable"
1303
Christian Heimesed2f4232008-12-04 14:34:40 +00001304; From python27_s.lib(termios)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001305; "inittermios"
1306
Christian Heimesed2f4232008-12-04 14:34:40 +00001307; From python27_s.lib(timemodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001308; "inittime"
Andrew MacIntyre96b37252004-10-03 08:11:30 +00001309 "_PyTime_DoubleToTimet"
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001310; "inittimezone"
1311
Christian Heimesed2f4232008-12-04 14:34:40 +00001312; From python27_s.lib(timingmodule)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001313; "inittiming"
1314
Christian Heimesed2f4232008-12-04 14:34:40 +00001315; From python27_s.lib(_weakref)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001316; "init_weakref"
1317
Christian Heimesed2f4232008-12-04 14:34:40 +00001318; From python27_s.lib(xxsubtype)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001319; "initxxsubtype"
1320
Christian Heimesed2f4232008-12-04 14:34:40 +00001321; From python27_s.lib(zipimport)
Andrew MacIntyre4ee893f2003-07-13 13:41:59 +00001322; "initzipimport"