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