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