Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1 | LIBRARY python25 INITINSTANCE TERMINSTANCE |
2 | DESCRIPTION "Python 2.5 Core DLL" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 3 | PROTMODE |
4 | DATA MULTIPLE NONSHARED | ||||
5 | EXPORTS | ||||
6 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 7 | ; From python25_s.lib(config) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 8 | "_PyImport_Inittab" |
9 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 10 | ; From python25_s.lib(dlfcn) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 11 | ; "dlopen" |
12 | ; "dlsym" | ||||
13 | ; "dlclose" | ||||
14 | ; "dlerror" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 15 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 16 | ; From python25_s.lib(getpathp) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 17 | "Py_GetProgramFullPath" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 18 | "Py_GetPrefix" |
19 | "Py_GetExecPrefix" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 20 | "Py_GetPath" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 21 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 22 | ; From python25_s.lib(getbuildinfo) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 23 | "Py_GetBuildInfo" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 24 | "_Py_svnversion" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 25 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 26 | ; From python25_s.lib(main) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 27 | "Py_Main" |
28 | "Py_GetArgcArgv" | ||||
29 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 30 | ; From python25_s.lib(acceler) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 31 | "PyGrammar_AddAccelerators" |
32 | "PyGrammar_RemoveAccelerators" | ||||
33 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 34 | ; From python25_s.lib(grammar1) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 35 | "PyGrammar_FindDFA" |
36 | "PyGrammar_LabelRepr" | ||||
37 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 38 | ; From python25_s.lib(listnode) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 39 | "PyNode_ListTree" |
40 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 41 | ; From python25_s.lib(node) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 42 | "PyNode_New" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 43 | "PyNode_AddChild" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 44 | "PyNode_Free" |
45 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 46 | ; From python25_s.lib(parser) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 47 | "PyParser_AddToken" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 48 | "PyParser_New" |
49 | "PyParser_Delete" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 50 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 51 | ; From python25_s.lib(parsetok) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 52 | "Py_TabcheckFlag" |
53 | "PyParser_ParseString" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 54 | "PyParser_ParseStringFlagsFilename" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 55 | "PyParser_ParseFile" |
56 | "PyParser_ParseFileFlags" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 57 | "PyParser_ParseStringFlags" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 58 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 59 | ; From python25_s.lib(bitset) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 60 | "_Py_newbitset" |
61 | "_Py_delbitset" | ||||
62 | "_Py_addbit" | ||||
63 | "_Py_samebitset" | ||||
64 | "_Py_mergebitset" | ||||
65 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 66 | ; From python25_s.lib(metagrammar) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 67 | "_Py_meta_grammar" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 68 | "Py_meta_grammar" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 69 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 70 | ; From python25_s.lib(tokenizer) |
Andrew MacIntyre | ab49505 | 2002-12-31 11:25:42 +0000 | [diff] [blame] | 71 | "PyToken_OneChar" |
72 | "PyToken_TwoChars" | ||||
73 | "PyToken_ThreeChars" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 74 | "PyTokenizer_FromString" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 75 | "PyTokenizer_Free" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 76 | "PyTokenizer_FromFile" |
Andrew MacIntyre | ab49505 | 2002-12-31 11:25:42 +0000 | [diff] [blame] | 77 | "PyTokenizer_Get" |
78 | "_PyParser_TokenNames" | ||||
79 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 80 | ; From python25_s.lib(myreadline) |
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 81 | "_PyOS_ReadlineTState" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 82 | "PyOS_ReadlineFunctionPointer" |
83 | "PyOS_StdioReadline" | ||||
84 | "PyOS_Readline" | ||||
85 | "PyOS_InputHook" | ||||
86 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 87 | ; From python25_s.lib(abstract) |
88 | "_PyObject_LengthHint" | ||||
89 | "PyMapping_Size" | ||||
90 | "PyObject_CallMethod" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 91 | "PyObject_GetItem" |
92 | "PySequence_GetItem" | ||||
93 | "PyObject_SetItem" | ||||
94 | "PySequence_SetItem" | ||||
95 | "PyObject_DelItem" | ||||
96 | "PySequence_DelItem" | ||||
Andrew MacIntyre | ab49505 | 2002-12-31 11:25:42 +0000 | [diff] [blame] | 97 | "PyNumber_Multiply" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 98 | "PyNumber_InPlaceAdd" |
99 | "PyNumber_InPlaceMultiply" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 100 | "PyNumber_Int" |
101 | "PyNumber_Long" | ||||
102 | "PyNumber_Float" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 103 | "PySequence_Concat" |
104 | "PySequence_Repeat" | ||||
105 | "PySequence_InPlaceConcat" | ||||
106 | "PySequence_InPlaceRepeat" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 107 | "PySequence_GetSlice" |
108 | "PySequence_SetSlice" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 109 | "PySequence_Tuple" |
110 | "PyObject_GetIter" | ||||
111 | "PyIter_Next" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 112 | "PySequence_Fast" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 113 | "_PySequence_IterSearch" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 114 | "PyObject_CallFunction" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 115 | "_PyObject_CallFunction_SizeT" |
116 | "_PyObject_CallMethod_SizeT" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 117 | "PyObject_CallMethodObjArgs" |
118 | "PyObject_CallFunctionObjArgs" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 119 | "PyObject_Cmp" |
120 | "PyObject_Call" | ||||
121 | "PyObject_CallObject" | ||||
122 | "PyObject_Type" | ||||
123 | "PyObject_Size" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 124 | "PyObject_Length" |
125 | "PyObject_DelItemString" | ||||
126 | "PyObject_AsCharBuffer" | ||||
127 | "PyObject_CheckReadBuffer" | ||||
128 | "PyObject_AsReadBuffer" | ||||
129 | "PyObject_AsWriteBuffer" | ||||
130 | "PyNumber_Check" | ||||
131 | "PyNumber_Add" | ||||
132 | "PyNumber_Subtract" | ||||
133 | "PyNumber_Divide" | ||||
134 | "PyNumber_FloorDivide" | ||||
135 | "PyNumber_TrueDivide" | ||||
136 | "PyNumber_Remainder" | ||||
137 | "PyNumber_Divmod" | ||||
138 | "PyNumber_Power" | ||||
139 | "PyNumber_Negative" | ||||
140 | "PyNumber_Positive" | ||||
141 | "PyNumber_Absolute" | ||||
142 | "PyNumber_Invert" | ||||
143 | "PyNumber_Lshift" | ||||
144 | "PyNumber_Rshift" | ||||
145 | "PyNumber_And" | ||||
146 | "PyNumber_Xor" | ||||
147 | "PyNumber_Or" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 148 | "PyNumber_Index" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 149 | "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 MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 163 | "PySequence_DelSlice" |
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 164 | "PySequence_List" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 165 | "PySequence_Count" |
166 | "PySequence_Contains" | ||||
167 | "PySequence_In" | ||||
168 | "PySequence_Index" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 169 | "PyMapping_Check" |
170 | "PyMapping_Length" | ||||
171 | "PyMapping_HasKeyString" | ||||
172 | "PyMapping_HasKey" | ||||
173 | "PyMapping_GetItemString" | ||||
174 | "PyMapping_SetItemString" | ||||
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 175 | "PyObject_IsInstance" |
176 | "PyObject_IsSubclass" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 177 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 178 | ; From python25_s.lib(boolobject) |
Andrew MacIntyre | 6c65531 | 2002-04-15 12:09:45 +0000 | [diff] [blame] | 179 | "PyBool_FromLong" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 180 | "PyBool_Type" |
Andrew MacIntyre | 6c65531 | 2002-04-15 12:09:45 +0000 | [diff] [blame] | 181 | "_Py_ZeroStruct" |
182 | "_Py_TrueStruct" | ||||
Andrew MacIntyre | 6c65531 | 2002-04-15 12:09:45 +0000 | [diff] [blame] | 183 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 184 | ; From python25_s.lib(cellobject) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 185 | "PyCell_New" |
186 | "PyCell_Get" | ||||
187 | "PyCell_Set" | ||||
188 | "PyCell_Type" | ||||
189 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 190 | ; From python25_s.lib(classobject) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 191 | "PyClass_New" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 192 | "PyClass_IsSubclass" |
193 | "PyInstance_New" | ||||
194 | "PyInstance_NewRaw" | ||||
195 | "PyMethod_New" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 196 | "PyMethod_Function" |
197 | "PyMethod_Self" | ||||
198 | "PyMethod_Class" | ||||
199 | "_PyInstance_Lookup" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 200 | "PyMethod_Fini" |
201 | "PyClass_Type" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 202 | "PyInstance_Type" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 203 | "PyMethod_Type" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 204 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 205 | ; From python25_s.lib(cobject) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 206 | "PyCObject_FromVoidPtr" |
207 | "PyCObject_FromVoidPtrAndDesc" | ||||
208 | "PyCObject_AsVoidPtr" | ||||
209 | "PyCObject_GetDesc" | ||||
210 | "PyCObject_Import" | ||||
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 211 | "PyCObject_SetVoidPtr" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 212 | "PyCObject_Type" |
213 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 214 | ; From python25_s.lib(codeobject) |
215 | "PyCode_New" | ||||
216 | "PyCode_Addr2Line" | ||||
217 | "PyCode_CheckLineNumber" | ||||
218 | "PyCode_Type" | ||||
219 | |||||
220 | ; From python25_s.lib(complexobject) | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 221 | "_Py_c_pow" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 222 | "_Py_c_sum" |
223 | "_Py_c_diff" | ||||
224 | "_Py_c_neg" | ||||
225 | "_Py_c_prod" | ||||
226 | "_Py_c_quot" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 227 | "PyComplex_FromCComplex" |
228 | "PyComplex_FromDoubles" | ||||
229 | "PyComplex_RealAsDouble" | ||||
230 | "PyComplex_ImagAsDouble" | ||||
231 | "PyComplex_AsCComplex" | ||||
232 | "PyComplex_Type" | ||||
233 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 234 | ; From python25_s.lib(descrobject) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 235 | "PyWrapper_New" |
236 | "PyDescr_NewMethod" | ||||
Andrew MacIntyre | ab49505 | 2002-12-31 11:25:42 +0000 | [diff] [blame] | 237 | "PyDescr_NewClassMethod" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 238 | "PyDescr_NewMember" |
239 | "PyDescr_NewGetSet" | ||||
240 | "PyDescr_NewWrapper" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 241 | "PyDictProxy_New" |
242 | "PyWrapperDescr_Type" | ||||
243 | "PyProperty_Type" | ||||
244 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 245 | ; From python25_s.lib(dictobject) |
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 246 | "PyDict_New" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 247 | "PyDict_GetItem" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 248 | "PyDict_SetItem" |
249 | "PyDict_DelItem" | ||||
250 | "PyDict_Clear" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 251 | "PyDict_MergeFromSeq2" |
252 | "PyDict_Merge" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 253 | "PyDict_Keys" |
254 | "PyDict_Values" | ||||
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 255 | "PyDict_Contains" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 256 | "PyDict_Next" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 257 | "PyDict_Items" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 258 | "PyDict_Size" |
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 259 | "PyDict_Copy" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 260 | "PyDict_Update" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 261 | "PyDict_GetItemString" |
262 | "PyDict_SetItemString" | ||||
263 | "PyDict_DelItemString" | ||||
264 | "PyDict_Type" | ||||
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 265 | "PyDictIterKey_Type" |
266 | "PyDictIterValue_Type" | ||||
267 | "PyDictIterItem_Type" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 268 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 269 | ; From python25_s.lib(enumobject) |
Andrew MacIntyre | 63c9d50 | 2002-04-30 12:06:23 +0000 | [diff] [blame] | 270 | "PyEnum_Type" |
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 271 | "PyReversed_Type" |
Andrew MacIntyre | 63c9d50 | 2002-04-30 12:06:23 +0000 | [diff] [blame] | 272 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 273 | ; From python25_s.lib(fileobject) |
274 | "PyFile_FromString" | ||||
Andrew MacIntyre | ab49505 | 2002-12-31 11:25:42 +0000 | [diff] [blame] | 275 | "Py_UniversalNewlineFread" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 276 | "PyFile_GetLine" |
277 | "PyFile_SoftSpace" | ||||
278 | "PyFile_WriteObject" | ||||
279 | "PyFile_WriteString" | ||||
280 | "PyObject_AsFileDescriptor" | ||||
Andrew MacIntyre | ab49505 | 2002-12-31 11:25:42 +0000 | [diff] [blame] | 281 | "Py_UniversalNewlineFgets" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 282 | "PyFile_SetBufSize" |
283 | "PyFile_SetEncoding" | ||||
284 | "PyFile_FromFile" | ||||
285 | "PyFile_AsFile" | ||||
286 | "PyFile_Name" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 287 | "PyFile_Type" |
288 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 289 | ; From python25_s.lib(floatobject) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 290 | "PyFloat_FromString" |
291 | "PyFloat_AsDouble" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 292 | "PyFloat_Fini" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 293 | "_PyFloat_Pack4" |
294 | "_PyFloat_Pack8" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 295 | "_PyFloat_Unpack4" |
296 | "_PyFloat_Unpack8" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 297 | "PyFloat_FromDouble" |
298 | "PyFloat_AsReprString" | ||||
299 | "PyFloat_AsString" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 300 | "_PyFloat_Init" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 301 | "PyFloat_AsStringEx" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 302 | "PyFloat_Type" |
303 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 304 | ; From python25_s.lib(frameobject) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 305 | "PyFrame_New" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 306 | "PyFrame_FastToLocals" |
307 | "PyFrame_LocalsToFast" | ||||
308 | "_PyFrame_Init" | ||||
309 | "PyFrame_Fini" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 310 | "PyFrame_BlockSetup" |
311 | "PyFrame_BlockPop" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 312 | "PyFrame_Type" |
313 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 314 | ; From python25_s.lib(funcobject) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 315 | "PyFunction_New" |
316 | "PyFunction_GetCode" | ||||
317 | "PyFunction_GetGlobals" | ||||
Andrew MacIntyre | 4f28c4d | 2003-02-19 12:42:36 +0000 | [diff] [blame] | 318 | "PyFunction_GetModule" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 319 | "PyFunction_GetDefaults" |
320 | "PyFunction_SetDefaults" | ||||
321 | "PyFunction_GetClosure" | ||||
322 | "PyFunction_SetClosure" | ||||
323 | "PyClassMethod_New" | ||||
324 | "PyStaticMethod_New" | ||||
325 | "PyFunction_Type" | ||||
326 | "PyClassMethod_Type" | ||||
327 | "PyStaticMethod_Type" | ||||
328 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 329 | ; From python25_s.lib(genobject) |
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 330 | "PyGen_New" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 331 | "PyGen_NeedsFinalizing" |
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 332 | "PyGen_Type" |
333 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 334 | ; From python25_s.lib(iterobject) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 335 | "PySeqIter_New" |
336 | "PyCallIter_New" | ||||
337 | "PySeqIter_Type" | ||||
338 | "PyCallIter_Type" | ||||
339 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 340 | ; From python25_s.lib(listobject) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 341 | "PyList_New" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 342 | "PyList_Append" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 343 | "PyList_Size" |
344 | "PyList_GetItem" | ||||
345 | "PyList_SetItem" | ||||
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 346 | "PyList_Insert" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 347 | "PyList_GetSlice" |
348 | "PyList_SetSlice" | ||||
349 | "PyList_Sort" | ||||
350 | "PyList_Reverse" | ||||
351 | "PyList_AsTuple" | ||||
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 352 | "_PyList_Extend" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 353 | "PyList_Fini" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 354 | "PyList_Type" |
Andrew MacIntyre | b3bfa7f | 2002-06-10 08:05:26 +0000 | [diff] [blame] | 355 | "PyListIter_Type" |
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 356 | "PyListRevIter_Type" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 357 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 358 | ; From python25_s.lib(longobject) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 359 | "PyLong_FromDouble" |
360 | "PyLong_AsLong" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 361 | "_PyLong_AsSsize_t" |
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 362 | "PyLong_AsUnsignedLong" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 363 | "_PyLong_FromByteArray" |
364 | "_PyLong_AsByteArray" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 365 | "PyLong_AsDouble" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 366 | "PyLong_FromLongLong" |
367 | "PyLong_AsLongLong" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 368 | "PyLong_FromString" |
369 | "PyLong_FromLong" | ||||
370 | "PyLong_FromUnsignedLong" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 371 | "PyLong_AsUnsignedLongMask" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 372 | "_PyLong_FromSize_t" |
373 | "_PyLong_FromSsize_t" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 374 | "_PyLong_AsScaledDouble" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 375 | "PyLong_FromVoidPtr" |
376 | "PyLong_AsVoidPtr" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 377 | "PyLong_FromUnsignedLongLong" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 378 | "PyLong_AsUnsignedLongLong" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 379 | "PyLong_AsUnsignedLongLongMask" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 380 | "PyLong_FromUnicode" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 381 | "_PyLong_Sign" |
382 | "_PyLong_NumBits" | ||||
383 | "_PyLong_New" | ||||
384 | "_PyLong_Copy" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 385 | "PyLong_Type" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 386 | "_PyLong_DigitValue" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 387 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 388 | ; From python25_s.lib(methodobject) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 389 | "PyCFunction_Call" |
390 | "Py_FindMethodInChain" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 391 | "PyCFunction_GetFunction" |
392 | "PyCFunction_GetSelf" | ||||
393 | "PyCFunction_GetFlags" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 394 | "Py_FindMethod" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 395 | "PyCFunction_NewEx" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 396 | "PyCFunction_Fini" |
Andrew MacIntyre | 4f28c4d | 2003-02-19 12:42:36 +0000 | [diff] [blame] | 397 | "PyCFunction_New" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 398 | "PyCFunction_Type" |
399 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 400 | ; From python25_s.lib(moduleobject) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 401 | "PyModule_New" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 402 | "_PyModule_Clear" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 403 | "PyModule_GetDict" |
404 | "PyModule_GetName" | ||||
405 | "PyModule_GetFilename" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 406 | "PyModule_Type" |
407 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 408 | ; From python25_s.lib(object) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 409 | "Py_DivisionWarningFlag" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 410 | "PyObject_Str" |
411 | "PyObject_Repr" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 412 | "_PyObject_Str" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 413 | "PyObject_Unicode" |
414 | "PyObject_GetAttr" | ||||
415 | "PyObject_IsTrue" | ||||
416 | "PyNumber_CoerceEx" | ||||
417 | "PyObject_Compare" | ||||
418 | "PyObject_RichCompare" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 419 | "_Py_HashDouble" |
420 | "PyObject_Hash" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 421 | "PyObject_SetAttr" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 422 | "PyObject_GenericGetAttr" |
423 | "PyObject_GenericSetAttr" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 424 | "PyCallable_Check" |
425 | "PyObject_Dir" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 426 | "PyMem_Malloc" |
427 | "PyMem_Realloc" | ||||
428 | "PyMem_Free" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 429 | "PyObject_Print" |
430 | "_PyObject_Dump" | ||||
431 | "PyObject_RichCompareBool" | ||||
432 | "PyObject_GetAttrString" | ||||
433 | "PyObject_SetAttrString" | ||||
434 | "PyObject_HasAttrString" | ||||
435 | "PyObject_HasAttr" | ||||
436 | "_PyObject_GetDictPtr" | ||||
437 | "PyObject_SelfIter" | ||||
438 | "PyObject_Not" | ||||
439 | "PyNumber_Coerce" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 440 | "Py_ReprEnter" |
441 | "Py_ReprLeave" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 442 | "_Py_HashPointer" |
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 443 | "Py_IncRef" |
444 | "Py_DecRef" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 445 | "_PyTrash_deposit_object" |
446 | "_PyTrash_destroy_chain" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 447 | "PyObject_Init" |
448 | "PyObject_InitVar" | ||||
449 | "_PyObject_New" | ||||
450 | "_PyObject_NewVar" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 451 | "_Py_ReadyTypes" |
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 452 | "_Py_SwappedOp" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 453 | "_Py_NotImplementedStruct" |
454 | "_Py_NoneStruct" | ||||
455 | "_Py_cobject_hack" | ||||
456 | "_Py_abstract_hack" | ||||
457 | "_PyTrash_delete_nesting" | ||||
458 | "_PyTrash_delete_later" | ||||
459 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 460 | ; From python25_s.lib(obmalloc) |
Andrew MacIntyre | 6c65531 | 2002-04-15 12:09:45 +0000 | [diff] [blame] | 461 | "PyObject_Malloc" |
Andrew MacIntyre | 6c65531 | 2002-04-15 12:09:45 +0000 | [diff] [blame] | 462 | "PyObject_Free" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 463 | "PyObject_Realloc" |
Andrew MacIntyre | 6c65531 | 2002-04-15 12:09:45 +0000 | [diff] [blame] | 464 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 465 | ; From python25_s.lib(rangeobject) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 466 | "PyRange_Type" |
467 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 468 | ; From python25_s.lib(setobject) |
469 | "PySet_Pop" | ||||
470 | "PySet_New" | ||||
471 | "PyFrozenSet_New" | ||||
472 | "PySet_Size" | ||||
473 | "PySet_Clear" | ||||
474 | "PySet_Contains" | ||||
475 | "PySet_Discard" | ||||
476 | "PySet_Add" | ||||
477 | "_PySet_Next" | ||||
478 | "_PySet_Update" | ||||
479 | "PySet_Fini" | ||||
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 480 | "PySet_Type" |
481 | "PyFrozenSet_Type" | ||||
482 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 483 | ; From python25_s.lib(sliceobject) |
484 | "_PySlice_FromIndices" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 485 | "PySlice_GetIndices" |
Andrew MacIntyre | ab49505 | 2002-12-31 11:25:42 +0000 | [diff] [blame] | 486 | "PySlice_GetIndicesEx" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 487 | "PySlice_New" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 488 | "_Py_EllipsisObject" |
489 | "PySlice_Type" | ||||
490 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 491 | ; From python25_s.lib(stringobject) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 492 | "PyString_FromStringAndSize" |
493 | "PyString_InternInPlace" | ||||
494 | "PyString_FromString" | ||||
495 | "PyString_FromFormatV" | ||||
496 | "PyString_AsString" | ||||
497 | "_PyString_Resize" | ||||
498 | "PyString_FromFormat" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 499 | "PyString_AsDecodedString" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 500 | "PyString_AsEncodedString" |
Andrew MacIntyre | ab49505 | 2002-12-31 11:25:42 +0000 | [diff] [blame] | 501 | "PyString_DecodeEscape" |
Andrew MacIntyre | ab49505 | 2002-12-31 11:25:42 +0000 | [diff] [blame] | 502 | "PyString_Repr" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 503 | "PyString_AsStringAndSize" |
504 | "_PyString_FormatLong" | ||||
Andrew MacIntyre | ab49505 | 2002-12-31 11:25:42 +0000 | [diff] [blame] | 505 | "PyString_Format" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 506 | "_Py_ReleaseInternedStrings" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 507 | "PyString_Size" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 508 | "PyString_Concat" |
509 | "PyString_ConcatAndDel" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 510 | "_PyString_Eq" |
Andrew MacIntyre | ab49505 | 2002-12-31 11:25:42 +0000 | [diff] [blame] | 511 | "PyString_InternImmortal" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 512 | "PyString_InternFromString" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 513 | "_PyString_Join" |
514 | "PyString_Decode" | ||||
515 | "PyString_Encode" | ||||
516 | "PyString_AsEncodedObject" | ||||
517 | "PyString_AsDecodedObject" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 518 | "PyString_Fini" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 519 | "PyString_Type" |
Andrew MacIntyre | b3bfa7f | 2002-06-10 08:05:26 +0000 | [diff] [blame] | 520 | "PyBaseString_Type" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 521 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 522 | ; From python25_s.lib(structseq) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 523 | "PyStructSequence_InitType" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 524 | "PyStructSequence_New" |
Andrew MacIntyre | ab49505 | 2002-12-31 11:25:42 +0000 | [diff] [blame] | 525 | "PyStructSequence_UnnamedField" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 526 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 527 | ; From python25_s.lib(tupleobject) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 528 | "PyTuple_New" |
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 529 | "PyTuple_Pack" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 530 | "_PyTuple_Resize" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 531 | "PyTuple_Size" |
532 | "PyTuple_GetItem" | ||||
533 | "PyTuple_SetItem" | ||||
534 | "PyTuple_GetSlice" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 535 | "PyTuple_Fini" |
536 | "PyTuple_Type" | ||||
Andrew MacIntyre | ab49505 | 2002-12-31 11:25:42 +0000 | [diff] [blame] | 537 | "PyTupleIter_Type" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 538 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 539 | ; From python25_s.lib(typeobject) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 540 | "PyType_IsSubtype" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 541 | "_PyType_Lookup" |
542 | "PyType_Ready" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 543 | "PyType_GenericAlloc" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 544 | "_PyObject_SlotCompare" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 545 | "PyType_GenericNew" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 546 | "PyType_Type" |
547 | "PyBaseObject_Type" | ||||
548 | "PySuper_Type" | ||||
549 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 550 | ; From python25_s.lib(unicodeobject) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 551 | "PyUnicodeUCS2_Resize" |
Andrew MacIntyre | ab49505 | 2002-12-31 11:25:42 +0000 | [diff] [blame] | 552 | "PyUnicodeUCS2_FromOrdinal" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 553 | "PyUnicodeUCS2_FromObject" |
554 | "PyUnicodeUCS2_FromEncodedObject" | ||||
555 | "PyUnicodeUCS2_Decode" | ||||
556 | "PyUnicodeUCS2_GetDefaultEncoding" | ||||
557 | "PyUnicodeUCS2_DecodeUTF8" | ||||
558 | "PyUnicodeUCS2_DecodeLatin1" | ||||
559 | "PyUnicodeUCS2_DecodeASCII" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 560 | "PyUnicodeUCS2_AsEncodedString" |
561 | "PyUnicodeUCS2_AsUTF8String" | ||||
562 | "PyUnicodeUCS2_AsLatin1String" | ||||
563 | "PyUnicodeUCS2_AsASCIIString" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 564 | "PyUnicode_DecodeUTF7" |
565 | "PyUnicode_EncodeUTF7" | ||||
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 566 | "PyUnicodeUCS2_DecodeUTF8Stateful" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 567 | "PyUnicodeUCS2_EncodeUTF8" |
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 568 | "PyUnicodeUCS2_DecodeUTF16Stateful" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 569 | "PyUnicodeUCS2_AsUTF16String" |
570 | "PyUnicodeUCS2_DecodeUnicodeEscape" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 571 | "PyUnicodeUCS2_DecodeRawUnicodeEscape" |
572 | "PyUnicodeUCS2_EncodeRawUnicodeEscape" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 573 | "_PyUnicode_DecodeUnicodeInternal" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 574 | "PyUnicodeUCS2_DecodeCharmap" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 575 | "PyUnicode_BuildEncodingMap" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 576 | "PyUnicodeUCS2_EncodeCharmap" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 577 | "PyUnicodeUCS2_TranslateCharmap" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 578 | "PyUnicodeUCS2_EncodeDecimal" |
579 | "PyUnicodeUCS2_Count" | ||||
580 | "PyUnicodeUCS2_Find" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 581 | "PyUnicodeUCS2_Join" |
582 | "PyUnicodeUCS2_Splitlines" | ||||
583 | "PyUnicodeUCS2_Compare" | ||||
584 | "PyUnicodeUCS2_Contains" | ||||
585 | "PyUnicodeUCS2_Concat" | ||||
Andrew MacIntyre | 63c9d50 | 2002-04-30 12:06:23 +0000 | [diff] [blame] | 586 | "_PyUnicode_XStrip" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 587 | "PyUnicodeUCS2_Replace" |
588 | "PyUnicodeUCS2_Split" | ||||
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 589 | "PyUnicodeUCS2_RSplit" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 590 | "PyUnicodeUCS2_Format" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 591 | "_PyUnicodeUCS2_Init" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 592 | "_PyUnicodeUCS2_Fini" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 593 | "PyUnicodeUCS2_FromUnicode" |
594 | "PyUnicodeUCS2_AsUnicode" | ||||
595 | "PyUnicodeUCS2_GetSize" | ||||
596 | "PyUnicodeUCS2_GetMax" | ||||
597 | "_PyUnicodeUCS2_AsDefaultEncodedString" | ||||
598 | "PyUnicodeUCS2_SetDefaultEncoding" | ||||
599 | "PyUnicodeUCS2_Encode" | ||||
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 600 | "PyUnicodeUCS2_AsEncodedObject" |
601 | "PyUnicodeUCS2_DecodeUTF16" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 602 | "PyUnicodeUCS2_EncodeUTF16" |
603 | "PyUnicodeUCS2_AsUnicodeEscapeString" | ||||
604 | "PyUnicodeUCS2_EncodeUnicodeEscape" | ||||
605 | "PyUnicodeUCS2_AsRawUnicodeEscapeString" | ||||
606 | "PyUnicodeUCS2_EncodeLatin1" | ||||
607 | "PyUnicodeUCS2_EncodeASCII" | ||||
608 | "PyUnicodeUCS2_AsCharmapString" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 609 | "PyUnicodeUCS2_Partition" |
610 | "PyUnicodeUCS2_RPartition" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 611 | "PyUnicodeUCS2_Translate" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 612 | "PyUnicodeUCS2_Tailmatch" |
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 613 | "PyUnicode_AsDecodedObject" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 614 | "PyUnicode_Type" |
615 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 616 | ; From python25_s.lib(unicodectype) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 617 | "_PyUnicode_TypeRecords" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 618 | "_PyUnicodeUCS2_ToNumeric" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 619 | "_PyUnicodeUCS2_IsLowercase" |
620 | "_PyUnicodeUCS2_IsUppercase" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 621 | "_PyUnicodeUCS2_IsTitlecase" |
622 | "_PyUnicodeUCS2_IsWhitespace" | ||||
623 | "_PyUnicodeUCS2_IsLinebreak" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 624 | "_PyUnicodeUCS2_ToLowercase" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 625 | "_PyUnicodeUCS2_ToUppercase" |
626 | "_PyUnicodeUCS2_ToTitlecase" | ||||
627 | "_PyUnicodeUCS2_ToDecimalDigit" | ||||
628 | "_PyUnicodeUCS2_ToDigit" | ||||
629 | "_PyUnicodeUCS2_IsDecimalDigit" | ||||
630 | "_PyUnicodeUCS2_IsDigit" | ||||
631 | "_PyUnicodeUCS2_IsNumeric" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 632 | "_PyUnicodeUCS2_IsAlpha" |
633 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 634 | ; From python25_s.lib(weakrefobject) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 635 | "PyWeakref_NewRef" |
636 | "PyWeakref_NewProxy" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 637 | "PyObject_ClearWeakRefs" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 638 | "PyWeakref_GetObject" |
639 | "_PyWeakref_GetWeakrefCount" | ||||
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 640 | "_PyWeakref_ClearRef" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 641 | "_PyWeakref_RefType" |
642 | "_PyWeakref_ProxyType" | ||||
643 | "_PyWeakref_CallableProxyType" | ||||
644 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 645 | ; From python25_s.lib(Python-ast) |
646 | ; "init_ast" | ||||
647 | "Module" | ||||
648 | "Interactive" | ||||
649 | "Expression" | ||||
650 | "Suite" | ||||
651 | "FunctionDef" | ||||
652 | "ClassDef" | ||||
653 | "Return" | ||||
654 | "Delete" | ||||
655 | "Assign" | ||||
656 | "AugAssign" | ||||
657 | "Print" | ||||
658 | "For" | ||||
659 | "While" | ||||
660 | "If" | ||||
661 | "With" | ||||
662 | "Raise" | ||||
663 | "TryExcept" | ||||
664 | "TryFinally" | ||||
665 | "Assert" | ||||
666 | "Import" | ||||
667 | "ImportFrom" | ||||
668 | "Exec" | ||||
669 | "Global" | ||||
670 | "Expr" | ||||
671 | "Pass" | ||||
672 | "Break" | ||||
673 | "Continue" | ||||
674 | "BoolOp" | ||||
675 | "BinOp" | ||||
676 | "UnaryOp" | ||||
677 | "Lambda" | ||||
678 | "IfExp" | ||||
679 | "Dict" | ||||
680 | "ListComp" | ||||
681 | "GeneratorExp" | ||||
682 | "Yield" | ||||
683 | "Compare" | ||||
684 | "Call" | ||||
685 | "Repr" | ||||
686 | "Num" | ||||
687 | "Str" | ||||
688 | "Attribute" | ||||
689 | "Subscript" | ||||
690 | "Name" | ||||
691 | "List" | ||||
692 | "Tuple" | ||||
693 | "Ellipsis" | ||||
694 | "Slice" | ||||
695 | "ExtSlice" | ||||
696 | "Index" | ||||
697 | "comprehension" | ||||
698 | "excepthandler" | ||||
699 | "arguments" | ||||
700 | "keyword" | ||||
701 | "alias" | ||||
702 | "PyAST_mod2obj" | ||||
703 | |||||
704 | ; From python25_s.lib(asdl) | ||||
705 | "asdl_seq_new" | ||||
706 | "asdl_int_seq_new" | ||||
707 | |||||
708 | ; From python25_s.lib(ast) | ||||
709 | "PyAST_FromNode" | ||||
710 | |||||
711 | ; From python25_s.lib(bltinmodule) | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 712 | "_PyBuiltin_Init" |
713 | "Py_FileSystemDefaultEncoding" | ||||
714 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 715 | ; From python25_s.lib(exceptions) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 716 | "PyUnicodeEncodeError_GetStart" |
717 | "PyUnicodeDecodeError_GetStart" | ||||
718 | "PyUnicodeEncodeError_GetEnd" | ||||
719 | "PyUnicodeDecodeError_GetEnd" | ||||
720 | "_PyExc_Init" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 721 | "PyUnicodeDecodeError_Create" |
722 | "PyUnicodeEncodeError_Create" | ||||
723 | "PyUnicodeTranslateError_Create" | ||||
Andrew MacIntyre | ab49505 | 2002-12-31 11:25:42 +0000 | [diff] [blame] | 724 | "PyUnicodeEncodeError_GetEncoding" |
725 | "PyUnicodeDecodeError_GetEncoding" | ||||
726 | "PyUnicodeEncodeError_GetObject" | ||||
727 | "PyUnicodeDecodeError_GetObject" | ||||
728 | "PyUnicodeTranslateError_GetObject" | ||||
Andrew MacIntyre | ab49505 | 2002-12-31 11:25:42 +0000 | [diff] [blame] | 729 | "PyUnicodeTranslateError_GetStart" |
730 | "PyUnicodeEncodeError_SetStart" | ||||
731 | "PyUnicodeDecodeError_SetStart" | ||||
732 | "PyUnicodeTranslateError_SetStart" | ||||
Andrew MacIntyre | ab49505 | 2002-12-31 11:25:42 +0000 | [diff] [blame] | 733 | "PyUnicodeTranslateError_GetEnd" |
734 | "PyUnicodeEncodeError_SetEnd" | ||||
735 | "PyUnicodeDecodeError_SetEnd" | ||||
736 | "PyUnicodeTranslateError_SetEnd" | ||||
737 | "PyUnicodeEncodeError_GetReason" | ||||
738 | "PyUnicodeDecodeError_GetReason" | ||||
739 | "PyUnicodeTranslateError_GetReason" | ||||
740 | "PyUnicodeEncodeError_SetReason" | ||||
741 | "PyUnicodeDecodeError_SetReason" | ||||
742 | "PyUnicodeTranslateError_SetReason" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 743 | "_PyExc_Fini" |
744 | "PyExc_BaseException" | ||||
745 | "PyExc_Exception" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 746 | "PyExc_TypeError" |
747 | "PyExc_StopIteration" | ||||
748 | "PyExc_GeneratorExit" | ||||
749 | "PyExc_SystemExit" | ||||
750 | "PyExc_KeyboardInterrupt" | ||||
751 | "PyExc_ImportError" | ||||
752 | "PyExc_EnvironmentError" | ||||
753 | "PyExc_IOError" | ||||
754 | "PyExc_OSError" | ||||
755 | "PyExc_EOFError" | ||||
756 | "PyExc_RuntimeError" | ||||
757 | "PyExc_NotImplementedError" | ||||
758 | "PyExc_NameError" | ||||
759 | "PyExc_UnboundLocalError" | ||||
760 | "PyExc_AttributeError" | ||||
761 | "PyExc_IndexError" | ||||
762 | "PyExc_SyntaxError" | ||||
763 | "PyExc_IndentationError" | ||||
764 | "PyExc_TabError" | ||||
765 | "PyExc_LookupError" | ||||
766 | "PyExc_KeyError" | ||||
767 | "PyExc_ValueError" | ||||
768 | "PyExc_UnicodeError" | ||||
769 | "PyExc_UnicodeEncodeError" | ||||
770 | "PyExc_UnicodeDecodeError" | ||||
771 | "PyExc_UnicodeTranslateError" | ||||
772 | "PyExc_AssertionError" | ||||
773 | "PyExc_ArithmeticError" | ||||
774 | "PyExc_FloatingPointError" | ||||
775 | "PyExc_OverflowError" | ||||
776 | "PyExc_ZeroDivisionError" | ||||
777 | "PyExc_SystemError" | ||||
778 | "PyExc_ReferenceError" | ||||
779 | "PyExc_MemoryError" | ||||
780 | "PyExc_Warning" | ||||
781 | "PyExc_UserWarning" | ||||
782 | "PyExc_DeprecationWarning" | ||||
783 | "PyExc_PendingDeprecationWarning" | ||||
784 | "PyExc_SyntaxWarning" | ||||
785 | "PyExc_RuntimeWarning" | ||||
786 | "PyExc_FutureWarning" | ||||
787 | "PyExc_ImportWarning" | ||||
788 | "PyExc_MemoryErrorInst" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 789 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 790 | ; From python25_s.lib(ceval) |
791 | "PyEval_EvalFrameEx" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 792 | "PyEval_CallObjectWithKeywords" |
793 | "PyEval_EvalCodeEx" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 794 | "PyEval_GetFrame" |
795 | "PyEval_CallObject" | ||||
796 | "PyEval_SetProfile" | ||||
797 | "PyEval_SetTrace" | ||||
798 | "PyEval_GetBuiltins" | ||||
799 | "PyEval_GetGlobals" | ||||
800 | "PyEval_GetLocals" | ||||
801 | "PyEval_GetRestricted" | ||||
802 | "PyEval_MergeCompilerFlags" | ||||
803 | "Py_FlushLine" | ||||
804 | "Py_AddPendingCall" | ||||
805 | "Py_MakePendingCalls" | ||||
806 | "Py_SetRecursionLimit" | ||||
807 | "Py_GetRecursionLimit" | ||||
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 808 | "_Py_CheckRecursiveCall" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 809 | "PyEval_GetFuncName" |
810 | "PyEval_GetFuncDesc" | ||||
Andrew MacIntyre | 4f28c4d | 2003-02-19 12:42:36 +0000 | [diff] [blame] | 811 | "PyEval_GetCallStats" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 812 | "PyEval_EvalFrame" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 813 | "PyEval_SaveThread" |
814 | "PyEval_RestoreThread" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 815 | "PyEval_ThreadsInitialized" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 816 | "PyEval_InitThreads" |
817 | "PyEval_AcquireLock" | ||||
818 | "PyEval_ReleaseLock" | ||||
819 | "PyEval_AcquireThread" | ||||
820 | "PyEval_ReleaseThread" | ||||
821 | "PyEval_ReInitThreads" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 822 | "_PyEval_SliceIndex" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 823 | "PyEval_EvalCode" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 824 | "_PyEval_CallTracing" |
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 825 | "_Py_CheckRecursionLimit" |
Andrew MacIntyre | ab49505 | 2002-12-31 11:25:42 +0000 | [diff] [blame] | 826 | "_Py_CheckInterval" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 827 | "_Py_Ticker" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 828 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 829 | ; From python25_s.lib(compile) |
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 830 | "_Py_Mangle" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 831 | "PyAST_Compile" |
832 | "PyNode_Compile" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 833 | "Py_OptimizeFlag" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 834 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 835 | ; From python25_s.lib(codecs) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 836 | "_PyCodec_Lookup" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 837 | "PyCodec_Encode" |
838 | "PyCodec_Decode" | ||||
Andrew MacIntyre | ab49505 | 2002-12-31 11:25:42 +0000 | [diff] [blame] | 839 | "PyCodec_IgnoreErrors" |
840 | "PyCodec_ReplaceErrors" | ||||
841 | "PyCodec_XMLCharRefReplaceErrors" | ||||
842 | "PyCodec_BackslashReplaceErrors" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 843 | "PyCodec_Register" |
844 | "PyCodec_Encoder" | ||||
845 | "PyCodec_Decoder" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 846 | "PyCodec_IncrementalEncoder" |
847 | "PyCodec_IncrementalDecoder" | ||||
848 | "PyCodec_StreamReader" | ||||
849 | "PyCodec_StreamWriter" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 850 | "PyCodec_RegisterError" |
851 | "PyCodec_LookupError" | ||||
852 | "PyCodec_StrictErrors" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 853 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 854 | ; From python25_s.lib(errors) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 855 | "PyErr_SetNone" |
856 | "PyErr_SetString" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 857 | "PyErr_GivenExceptionMatches" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 858 | "PyErr_NormalizeException" |
859 | "PyErr_Fetch" | ||||
860 | "PyErr_Clear" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 861 | "PyErr_NoMemory" |
Andrew MacIntyre | ab49505 | 2002-12-31 11:25:42 +0000 | [diff] [blame] | 862 | "PyErr_SetFromErrnoWithFilenameObject" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 863 | "PyErr_Format" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 864 | "PyErr_NewException" |
865 | "PyErr_WriteUnraisable" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 866 | "PyErr_SyntaxLocation" |
867 | "PyErr_ProgramText" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 868 | "PyErr_SetObject" |
869 | "PyErr_Occurred" | ||||
870 | "PyErr_Restore" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 871 | "PyErr_ExceptionMatches" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 872 | "PyErr_BadArgument" |
873 | "PyErr_SetFromErrno" | ||||
874 | "PyErr_SetFromErrnoWithFilename" | ||||
875 | "PyErr_BadInternalCall" | ||||
876 | "_PyErr_BadInternalCall" | ||||
877 | "PyErr_Warn" | ||||
878 | "PyErr_WarnExplicit" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 879 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 880 | ; From python25_s.lib(frozen) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 881 | "PyImport_FrozenModules" |
882 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 883 | ; From python25_s.lib(frozenmain) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 884 | "Py_FrozenMain" |
885 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 886 | ; From python25_s.lib(future) |
887 | "PyFuture_FromAST" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 888 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 889 | ; From python25_s.lib(getargs) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 890 | "PyArg_Parse" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 891 | "_PyArg_Parse_SizeT" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 892 | "PyArg_ParseTuple" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 893 | "_PyArg_ParseTuple_SizeT" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 894 | "PyArg_ParseTupleAndKeywords" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 895 | "_PyArg_ParseTupleAndKeywords_SizeT" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 896 | "PyArg_UnpackTuple" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 897 | "_PyArg_NoKeywords" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 898 | "PyArg_VaParse" |
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 899 | "PyArg_VaParseTupleAndKeywords" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 900 | "_PyArg_VaParse_SizeT" |
901 | "_PyArg_VaParseTupleAndKeywords_SizeT" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 902 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 903 | ; From python25_s.lib(getcompiler) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 904 | "Py_GetCompiler" |
905 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 906 | ; From python25_s.lib(getcopyright) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 907 | "Py_GetCopyright" |
908 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 909 | ; From python25_s.lib(getmtime) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 910 | "PyOS_GetLastModificationTime" |
911 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 912 | ; From python25_s.lib(getplatform) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 913 | "Py_GetPlatform" |
914 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 915 | ; From python25_s.lib(getversion) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 916 | "Py_GetVersion" |
917 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 918 | ; From python25_s.lib(graminit) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 919 | "_PyParser_Grammar" |
920 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 921 | ; From python25_s.lib(import) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 922 | "_PyImport_Init" |
Andrew MacIntyre | ab49505 | 2002-12-31 11:25:42 +0000 | [diff] [blame] | 923 | "_PyImportHooks_Init" |
924 | "PyImport_ImportModule" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 925 | "PyImport_Cleanup" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 926 | "_PyImport_FixupExtension" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 927 | "PyImport_AddModule" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 928 | "PyImport_ExecCodeModuleEx" |
929 | "PyImport_ImportFrozenModule" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 930 | "PyImport_ImportModuleEx" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 931 | "PyImport_ImportModuleLevel" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 932 | "PyImport_ReloadModule" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 933 | "PyImport_Import" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 934 | ; "initimp" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 935 | "_PyImport_Fini" |
936 | "PyImport_GetMagicNumber" | ||||
937 | "PyImport_ExecCodeModule" | ||||
938 | "PyImport_GetModuleDict" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 939 | "_PyImport_FindModule" |
940 | "_PyImport_IsScript" | ||||
941 | "_PyImport_ReInitLock" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 942 | "_PyImport_FindExtension" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 943 | "PyImport_AppendInittab" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 944 | "PyImport_ExtendInittab" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 945 | "PyImport_Inittab" |
946 | "_PyImport_Filetab" | ||||
947 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 948 | ; From python25_s.lib(importdl) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 949 | "_PyImport_LoadDynamicModule" |
950 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 951 | ; From python25_s.lib(marshal) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 952 | "PyMarshal_ReadLongFromFile" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 953 | "PyMarshal_WriteObjectToString" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 954 | "PyMarshal_WriteLongToFile" |
955 | "PyMarshal_WriteObjectToFile" | ||||
956 | "PyMarshal_ReadShortFromFile" | ||||
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 957 | "PyMarshal_ReadObjectFromFile" |
958 | "PyMarshal_ReadLastObjectFromFile" | ||||
959 | "PyMarshal_ReadObjectFromString" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 960 | "PyMarshal_Init" |
961 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 962 | ; From python25_s.lib(modsupport) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 963 | "Py_InitModule4" |
964 | "Py_BuildValue" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 965 | "_Py_BuildValue_SizeT" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 966 | "PyEval_CallFunction" |
967 | "PyEval_CallMethod" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 968 | "_Py_VaBuildValue_SizeT" |
969 | "Py_VaBuildValue" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 970 | "PyModule_AddObject" |
971 | "PyModule_AddIntConstant" | ||||
972 | "PyModule_AddStringConstant" | ||||
973 | "_Py_PackageContext" | ||||
974 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 975 | ; From python25_s.lib(mysnprintf) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 976 | "PyOS_snprintf" |
977 | "PyOS_vsnprintf" | ||||
978 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 979 | ; From python25_s.lib(mystrtoul) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 980 | "PyOS_strtoul" |
981 | "PyOS_strtol" | ||||
982 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 983 | ; From python25_s.lib(pyarena) |
984 | "PyArena_New" | ||||
985 | "PyArena_Free" | ||||
986 | "PyArena_Malloc" | ||||
987 | "PyArena_AddPyObject" | ||||
988 | |||||
989 | ; From python25_s.lib(pyfpe) | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 990 | "PyFPE_dummy" |
991 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 992 | ; From python25_s.lib(pystate) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 993 | "PyInterpreterState_Clear" |
994 | "PyThreadState_Clear" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 995 | "_PyThread_CurrentFrames" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 996 | "PyGILState_Ensure" |
997 | "PyGILState_Release" | ||||
998 | "PyInterpreterState_New" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 999 | "PyInterpreterState_Delete" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1000 | "PyThreadState_Delete" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1001 | "PyThreadState_New" |
1002 | "PyThreadState_DeleteCurrent" | ||||
1003 | "PyThreadState_Get" | ||||
1004 | "PyThreadState_Swap" | ||||
1005 | "PyThreadState_GetDict" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1006 | "PyThreadState_SetAsyncExc" |
1007 | "PyGILState_GetThisThreadState" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1008 | "PyInterpreterState_Head" |
1009 | "PyInterpreterState_Next" | ||||
1010 | "PyInterpreterState_ThreadHead" | ||||
1011 | "PyThreadState_Next" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1012 | "_PyGILState_Init" |
1013 | "_PyGILState_Fini" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1014 | "_PyThreadState_Current" |
Andrew MacIntyre | ab49505 | 2002-12-31 11:25:42 +0000 | [diff] [blame] | 1015 | "_PyThreadState_GetFrame" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1016 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1017 | ; From python25_s.lib(pystrtod) |
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 1018 | "PyOS_ascii_strtod" |
1019 | "PyOS_ascii_formatd" | ||||
1020 | "PyOS_ascii_atof" | ||||
1021 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1022 | ; From python25_s.lib(pythonrun) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1023 | "Py_IgnoreEnvironmentFlag" |
1024 | "Py_DebugFlag" | ||||
1025 | "Py_VerboseFlag" | ||||
1026 | "Py_NoSiteFlag" | ||||
1027 | "Py_InteractiveFlag" | ||||
1028 | "Py_FrozenFlag" | ||||
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 1029 | "Py_InitializeEx" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1030 | "Py_FatalError" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1031 | "Py_NewInterpreter" |
1032 | "PyErr_Print" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1033 | "PyRun_InteractiveOneFlags" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1034 | "PyParser_ASTFromFile" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1035 | "PyRun_SimpleFileExFlags" |
1036 | "PyRun_FileExFlags" | ||||
1037 | "Py_Exit" | ||||
1038 | "PyErr_PrintEx" | ||||
1039 | "PyErr_Display" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1040 | "Py_SetProgramName" |
1041 | "Py_GetProgramName" | ||||
1042 | "Py_SetPythonHome" | ||||
1043 | "Py_GetPythonHome" | ||||
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 1044 | "Py_Initialize" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1045 | "Py_Finalize" |
1046 | "Py_IsInitialized" | ||||
1047 | "Py_EndInterpreter" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1048 | "PyRun_AnyFileFlags" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1049 | "Py_FdIsInteractive" |
1050 | "PyRun_InteractiveLoopFlags" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1051 | "PyRun_AnyFileExFlags" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1052 | "PyRun_SimpleStringFlags" |
1053 | "PyRun_StringFlags" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1054 | "PyParser_ASTFromString" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1055 | "PyParser_SimpleParseStringFlags" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1056 | "PyParser_SimpleParseFileFlags" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1057 | "Py_CompileStringFlags" |
1058 | "Py_SymtableString" | ||||
1059 | "Py_AtExit" | ||||
1060 | "PyOS_getsig" | ||||
1061 | "PyOS_setsig" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1062 | "PyParser_SetError" |
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 1063 | "PyModule_GetWarningsModule" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1064 | "PyParser_SimpleParseStringFlagsFilename" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1065 | "PyParser_SimpleParseStringFilename" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1066 | "PyParser_SimpleParseFile" |
1067 | "PyParser_SimpleParseString" | ||||
1068 | "PyRun_AnyFile" | ||||
1069 | "PyRun_AnyFileEx" | ||||
1070 | "PyRun_File" | ||||
1071 | "PyRun_FileEx" | ||||
1072 | "PyRun_FileFlags" | ||||
1073 | "PyRun_SimpleFile" | ||||
1074 | "PyRun_SimpleFileEx" | ||||
1075 | "PyRun_String" | ||||
1076 | "PyRun_SimpleString" | ||||
1077 | "Py_CompileString" | ||||
1078 | "PyRun_InteractiveOne" | ||||
1079 | "PyRun_InteractiveLoop" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1080 | "Py_UseClassExceptionsFlag" |
1081 | "Py_UnicodeFlag" | ||||
1082 | "_Py_QnewFlag" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1083 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1084 | ; From python25_s.lib(structmember) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1085 | "PyMember_GetOne" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1086 | "PyMember_SetOne" |
1087 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1088 | ; From python25_s.lib(symtable) |
1089 | "PySymtable_Build" | ||||
1090 | "PySymtable_Free" | ||||
1091 | "PyST_GetScope" | ||||
1092 | "PySymtable_Lookup" | ||||
1093 | "PySTEntry_Type" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1094 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1095 | ; From python25_s.lib(sysmodule) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1096 | "_PySys_Init" |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1097 | "PySys_WriteStderr" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1098 | "PySys_SetPath" |
1099 | "PySys_SetArgv" | ||||
1100 | "PySys_WriteStdout" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1101 | "Py_SubversionRevision" |
1102 | "Py_SubversionShortBranch" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1103 | "PySys_GetObject" |
1104 | "PySys_SetObject" | ||||
1105 | "PySys_GetFile" | ||||
1106 | "PySys_ResetWarnOptions" | ||||
1107 | "PySys_AddWarnOption" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1108 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1109 | ; From python25_s.lib(traceback) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1110 | "PyTraceBack_Here" |
1111 | "PyTraceBack_Print" | ||||
1112 | "PyTraceBack_Type" | ||||
1113 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1114 | ; From python25_s.lib(getopt) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1115 | "_PyOS_GetOpt" |
1116 | "_PyOS_opterr" | ||||
1117 | "_PyOS_optind" | ||||
1118 | "_PyOS_optarg" | ||||
1119 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1120 | ; From python25_s.lib(dynload_shlib) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1121 | "_PyImport_DynLoadFiletab" |
1122 | "_PyImport_GetDynLoadFunc" | ||||
1123 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1124 | ; From python25_s.lib(thread) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1125 | "PyThread_delete_key_value" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1126 | "PyThread_init_thread" |
1127 | "PyThread_start_new_thread" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1128 | "PyThread_exit_thread" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1129 | "PyThread_get_thread_ident" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1130 | "PyThread_allocate_lock" |
1131 | "PyThread_free_lock" | ||||
1132 | "PyThread_acquire_lock" | ||||
1133 | "PyThread_release_lock" | ||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1134 | "PyThread_get_stacksize" |
1135 | "PyThread_set_stacksize" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1136 | "PyThread_create_key" |
1137 | "PyThread_delete_key" | ||||
1138 | "PyThread_set_key_value" | ||||
1139 | "PyThread_get_key_value" | ||||
1140 | "PyThread__exit_thread" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1141 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1142 | ; From python25_s.lib(gcmodule) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1143 | ; "initgc" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1144 | "_PyObject_GC_New" |
1145 | "_PyObject_GC_NewVar" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1146 | "PyGC_Collect" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1147 | "_PyObject_GC_Resize" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1148 | "_PyObject_GC_Malloc" |
1149 | "PyObject_GC_Track" | ||||
1150 | "PyObject_GC_UnTrack" | ||||
Andrew MacIntyre | 6c65531 | 2002-04-15 12:09:45 +0000 | [diff] [blame] | 1151 | "PyObject_GC_Del" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1152 | "_PyGC_Dump" |
1153 | "_PyObject_GC_Track" | ||||
1154 | "_PyObject_GC_UnTrack" | ||||
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1155 | "_PyObject_GC_Del" |
1156 | "_PyGC_generation0" | ||||
1157 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1158 | ; From python25_s.lib(signalmodule) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1159 | ; "initsignal" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1160 | "PyErr_CheckSignals" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1161 | "PyErr_SetInterrupt" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1162 | "PyOS_FiniInterrupts" |
1163 | "PyOS_InterruptOccurred" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1164 | "PyOS_InitInterrupts" |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1165 | "PyOS_AfterFork" |
1166 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1167 | ; From python25_s.lib(posixmodule) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1168 | ; "initos2" |
1169 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1170 | ; From python25_s.lib(threadmodule) |
Andrew MacIntyre | 41d97d6 | 2002-02-17 05:23:30 +0000 | [diff] [blame] | 1171 | ; "initthread" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1172 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1173 | ; From python25_s.lib(arraymodule) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1174 | ; "initarray" |
1175 | ; "array_methods" | ||||
1176 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1177 | ; From python25_s.lib(binascii) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1178 | ; "initbinascii" |
1179 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1180 | ; From python25_s.lib(cmathmodule) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1181 | ; "initcmath" |
1182 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1183 | ; From python25_s.lib(_codecsmodule) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1184 | ; "init_codecs" |
1185 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1186 | ; From python25_s.lib(collectionsmodule) |
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 1187 | ; "initcollections" |
1188 | "dequeiter_type" | ||||
1189 | "dequereviter_type" | ||||
1190 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1191 | ; From python25_s.lib(cStringIO) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1192 | ; "initcStringIO" |
1193 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1194 | ; From python25_s.lib(_csv) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1195 | ; "init_csv" |
1196 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1197 | ; From python25_s.lib(datetimemodule) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1198 | ; "initdatetime" |
1199 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1200 | ; From python25_s.lib(dlmodule) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1201 | ; "initdl" |
1202 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1203 | ; From python25_s.lib(errnomodule) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1204 | ; "initerrno" |
1205 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1206 | ; From python25_s.lib(fcntlmodule) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1207 | ; "initfcntl" |
1208 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1209 | ; From python25_s.lib(_functoolsmodule) |
1210 | ; "init_functools" | ||||
1211 | |||||
1212 | ; From python25_s.lib(_heapqmodule) | ||||
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 1213 | ; "init_heapq" |
1214 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1215 | ; From python25_s.lib(imageop) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1216 | ; "initimageop" |
1217 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1218 | ; From python25_s.lib(itertoolsmodule) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1219 | ; "inititertools" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1220 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1221 | ; From python25_s.lib(_localemodule) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1222 | ; "init_locale" |
1223 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1224 | ; From python25_s.lib(mathmodule) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1225 | ; "initmath" |
1226 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1227 | ; From python25_s.lib(operator) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1228 | ; "initoperator" |
1229 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1230 | ; From python25_s.lib(_randommodule) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1231 | ; "init_random" |
1232 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1233 | ; From python25_s.lib(sha256module) |
1234 | ; "init_sha256" | ||||
1235 | |||||
1236 | ; From python25_s.lib(sha512module) | ||||
1237 | ; "init_sha512" | ||||
1238 | |||||
1239 | ; From python25_s.lib(_sre) | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1240 | ; "init_sre" |
1241 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1242 | ; From python25_s.lib(_struct) |
1243 | ; "init_struct" | ||||
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1244 | |
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1245 | ; From python25_s.lib(symtablemodule) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1246 | ; "init_symtable" |
1247 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1248 | ; From python25_s.lib(termios) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1249 | ; "inittermios" |
1250 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1251 | ; From python25_s.lib(timemodule) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1252 | ; "inittime" |
Andrew MacIntyre | 96b3725 | 2004-10-03 08:11:30 +0000 | [diff] [blame] | 1253 | "_PyTime_DoubleToTimet" |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1254 | ; "inittimezone" |
1255 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1256 | ; From python25_s.lib(_weakref) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1257 | ; "init_weakref" |
1258 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1259 | ; From python25_s.lib(xxsubtype) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1260 | ; "initxxsubtype" |
1261 | |||||
Thomas Wouters | 0e3f591 | 2006-08-11 14:57:12 +0000 | [diff] [blame] | 1262 | ; From python25_s.lib(zipimport) |
Andrew MacIntyre | 4ee893f | 2003-07-13 13:41:59 +0000 | [diff] [blame] | 1263 | ; "initzipimport" |