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