Guido van Rossum | b4ae6a3 | 1996-08-08 19:05:09 +0000 | [diff] [blame] | 1 | #! |
| 2 | * |
| 3 | * ========================================================= |
| 4 | * This is the default export list of the python executable. |
| 5 | * This file is used for the AIX platform ONLY. It provides |
| 6 | * a list of all variables in the python executable that are |
| 7 | * "exported" -- that is, which may be used by any extension |
| 8 | * modules that are created. This file should be used as an |
| 9 | * AIX "import" file when creating extension modules on that |
| 10 | * platform. |
| 11 | * |
| 12 | * This file was generated from the default configuration of |
| 13 | * the distribution (that is, from a build in which NONE of |
| 14 | * the python Modules were built as shared libraries). |
| 15 | * |
| 16 | * THIS FILE IS OVERWRITTEN anytime the python executable is |
| 17 | * re-built using a Modules/Setup file that was customized |
| 18 | * to call for the building of some or all python Modules as |
| 19 | * shared libraries and with the definition of LINKCC having |
| 20 | * been uncommented. A new python.exp will be generated by |
| 21 | * such a build; it will list ONLY the global symbols which |
| 22 | * are defined in the statically-bound modules and libraries. |
| 23 | * ========================================================= |
| 24 | * |
Guido van Rossum | f62e5bf | 1996-09-10 18:09:44 +0000 | [diff] [blame] | 25 | PyAST_Type |
Guido van Rossum | b4ae6a3 | 1996-08-08 19:05:09 +0000 | [diff] [blame] | 26 | PyArg_GetChar |
| 27 | PyArg_GetDoubleArray |
| 28 | PyArg_GetFloat |
| 29 | PyArg_GetFloatArray |
| 30 | PyArg_GetLong |
| 31 | PyArg_GetLongArray |
| 32 | PyArg_GetLongArraySize |
| 33 | PyArg_GetObject |
| 34 | PyArg_GetShort |
| 35 | PyArg_GetShortArray |
| 36 | PyArg_GetShortArraySize |
| 37 | PyArg_GetString |
| 38 | PyArg_Parse |
| 39 | PyArg_ParseTuple |
Guido van Rossum | f62e5bf | 1996-09-10 18:09:44 +0000 | [diff] [blame] | 40 | PyArg_ParseTupleAndKeywords |
Guido van Rossum | b4ae6a3 | 1996-08-08 19:05:09 +0000 | [diff] [blame] | 41 | PyArgs_VaParse |
| 42 | PyBuiltin_GetDict |
| 43 | PyBuiltin_GetModule |
| 44 | PyBuiltin_Init |
| 45 | PyCFunction_GetFlags |
| 46 | PyCFunction_GetFunction |
| 47 | PyCFunction_GetSelf |
| 48 | PyCFunction_New |
| 49 | PyCFunction_Type |
| 50 | PyCObject_AsVoidPtr |
| 51 | PyCObject_FromVoidPtr |
| 52 | PyCObject_Type |
| 53 | PyCallable_Check |
| 54 | PyClass_IsSubclass |
| 55 | PyClass_New |
| 56 | PyClass_Type |
Guido van Rossum | 9bc7e0a | 1997-01-03 21:05:44 +0000 | [diff] [blame] | 57 | PyCObject_FromVoidPtr |
| 58 | PyCObject_AsVoidPtr |
Guido van Rossum | b4ae6a3 | 1996-08-08 19:05:09 +0000 | [diff] [blame] | 59 | PyCode_New |
| 60 | PyCode_Type |
| 61 | PyComplex_AsCComplex |
| 62 | PyComplex_FromCComplex |
| 63 | PyComplex_FromDoubles |
| 64 | PyComplex_ImagAsDouble |
| 65 | PyComplex_RealAsDouble |
| 66 | PyComplex_Type |
| 67 | PyDict_Clear |
| 68 | PyDict_DelItem |
| 69 | PyDict_DelItemString |
| 70 | PyDict_GetItem |
| 71 | PyDict_GetItemString |
| 72 | PyDict_Items |
| 73 | PyDict_Keys |
| 74 | PyDict_New |
| 75 | PyDict_Next |
| 76 | PyDict_SetItem |
| 77 | PyDict_SetItemString |
| 78 | PyDict_Size |
| 79 | PyDict_Type |
| 80 | PyDict_Values |
| 81 | PyErr_BadArgument |
| 82 | PyErr_BadInternalCall |
| 83 | PyErr_CheckSignals |
| 84 | PyErr_Clear |
| 85 | PyErr_Fetch |
| 86 | PyErr_NoMemory |
| 87 | PyErr_Occurred |
| 88 | PyErr_Print |
| 89 | PyErr_Restore |
| 90 | PyErr_SetFromErrno |
| 91 | PyErr_SetInterrupt |
| 92 | PyErr_SetNone |
| 93 | PyErr_SetObject |
| 94 | PyErr_SetString |
| 95 | PyEval_CallFunction |
| 96 | PyEval_CallMethod |
| 97 | PyEval_CallObject |
| 98 | PyEval_CallObjectWithKeywords |
| 99 | PyEval_EvalCode |
| 100 | PyEval_GetBuiltins |
| 101 | PyEval_GetFrame |
| 102 | PyEval_GetGlobals |
| 103 | PyEval_GetLocals |
| 104 | PyEval_GetOwner |
| 105 | PyEval_GetRestricted |
| 106 | PyEval_RestoreThread |
| 107 | PyEval_SaveThread |
| 108 | PyExc_AccessError |
| 109 | PyExc_AttributeError |
| 110 | PyExc_ConflictError |
| 111 | PyExc_EOFError |
| 112 | PyExc_IOError |
| 113 | PyExc_ImportError |
| 114 | PyExc_IndexError |
| 115 | PyExc_KeyError |
| 116 | PyExc_KeyboardInterrupt |
| 117 | PyExc_MemoryError |
| 118 | PyExc_NameError |
| 119 | PyExc_OverflowError |
| 120 | PyExc_RuntimeError |
| 121 | PyExc_SyntaxError |
| 122 | PyExc_SystemError |
| 123 | PyExc_SystemExit |
| 124 | PyExc_TypeError |
| 125 | PyExc_ValueError |
| 126 | PyExc_ZeroDivisionError |
| 127 | PyFile_AsFile |
| 128 | PyFile_FromFile |
| 129 | PyFile_FromString |
| 130 | PyFile_GetLine |
| 131 | PyFile_Name |
| 132 | PyFile_SetBufSize |
| 133 | PyFile_SoftSpace |
| 134 | PyFile_Type |
| 135 | PyFile_WriteObject |
| 136 | PyFile_WriteString |
| 137 | PyFloat_AsDouble |
| 138 | PyFloat_AsString |
| 139 | PyFloat_FromDouble |
| 140 | PyFloat_Type |
| 141 | PyFrame_BlockPop |
| 142 | PyFrame_BlockSetup |
| 143 | PyFrame_ExtendStack |
| 144 | PyFrame_FastToLocals |
| 145 | PyFrame_LocalsToFast |
| 146 | PyFrame_New |
| 147 | PyFrame_Type |
| 148 | PyFunction_GetCode |
| 149 | PyFunction_GetDefaults |
| 150 | PyFunction_GetGlobals |
| 151 | PyFunction_New |
| 152 | PyFunction_SetDefaults |
| 153 | PyFunction_Type |
| 154 | PyGrammar_AddAccelerators |
| 155 | PyGrammar_FindDFA |
| 156 | PyGrammar_LabelRepr |
| 157 | PyImport_AddModule |
| 158 | PyImport_Cleanup |
| 159 | PyImport_ExecCodeModule |
| 160 | PyImport_FrozenModules |
| 161 | PyImport_GetMagicNumber |
| 162 | PyImport_GetModuleDict |
| 163 | PyImport_ImportFrozenModule |
| 164 | PyImport_ImportModule |
| 165 | PyImport_Init |
| 166 | PyImport_ReloadModule |
| 167 | PyInstance_DoBinOp |
| 168 | PyInstance_New |
| 169 | PyInstance_Type |
| 170 | PyInt_AsLong |
| 171 | PyInt_FromLong |
| 172 | PyInt_GetMax |
| 173 | PyInt_Type |
| 174 | PyList_Append |
| 175 | PyList_AsTuple |
| 176 | PyList_GetItem |
| 177 | PyList_GetSlice |
| 178 | PyList_Insert |
| 179 | PyList_New |
| 180 | PyList_Reverse |
| 181 | PyList_SetItem |
| 182 | PyList_SetSlice |
| 183 | PyList_Size |
| 184 | PyList_Sort |
| 185 | PyList_Type |
| 186 | PyLong_AsDouble |
| 187 | PyLong_AsLong |
Guido van Rossum | 9bc7e0a | 1997-01-03 21:05:44 +0000 | [diff] [blame] | 188 | PyLong_AsUnsignedLong |
Guido van Rossum | b4ae6a3 | 1996-08-08 19:05:09 +0000 | [diff] [blame] | 189 | PyLong_FromDouble |
| 190 | PyLong_FromLong |
Guido van Rossum | 9bc7e0a | 1997-01-03 21:05:44 +0000 | [diff] [blame] | 191 | PyLong_FromUnsignedLong |
Guido van Rossum | b4ae6a3 | 1996-08-08 19:05:09 +0000 | [diff] [blame] | 192 | PyLong_FromString |
| 193 | PyLong_Type |
| 194 | PyMapping_Check |
| 195 | PyMapping_GetItemString |
| 196 | PyMapping_HasKey |
| 197 | PyMapping_HasKeyString |
| 198 | PyMapping_Length |
| 199 | PyMapping_SetItemString |
| 200 | PyMarshal_Init |
| 201 | PyMarshal_ReadLongFromFile |
| 202 | PyMarshal_ReadObjectFromFile |
| 203 | PyMarshal_ReadObjectFromString |
| 204 | PyMarshal_WriteLongToFile |
| 205 | PyMarshal_WriteObjectToFile |
Guido van Rossum | f62e5bf | 1996-09-10 18:09:44 +0000 | [diff] [blame] | 206 | PyMarshal_WriteObjectToString |
Guido van Rossum | b4ae6a3 | 1996-08-08 19:05:09 +0000 | [diff] [blame] | 207 | PyMember_Get |
| 208 | PyMember_Set |
| 209 | PyMethod_Class |
| 210 | PyMethod_Function |
| 211 | PyMethod_New |
| 212 | PyMethod_Self |
| 213 | PyMethod_Type |
| 214 | PyModule_GetDict |
| 215 | PyModule_GetName |
| 216 | PyModule_New |
| 217 | PyModule_Type |
| 218 | PyNode_AddChild |
| 219 | PyNode_Compile |
| 220 | PyNode_Free |
| 221 | PyNode_ListTree |
| 222 | PyNode_New |
| 223 | PyNumber_Absolute |
| 224 | PyNumber_Add |
| 225 | PyNumber_And |
| 226 | PyNumber_Check |
| 227 | PyNumber_Coerce |
| 228 | PyNumber_Divide |
| 229 | PyNumber_Divmod |
| 230 | PyNumber_Float |
| 231 | PyNumber_Int |
| 232 | PyNumber_Invert |
| 233 | PyNumber_Long |
| 234 | PyNumber_Lshift |
| 235 | PyNumber_Multiply |
| 236 | PyNumber_Negative |
| 237 | PyNumber_Or |
| 238 | PyNumber_Positive |
| 239 | PyNumber_Power |
| 240 | PyNumber_Remainder |
| 241 | PyNumber_Rshift |
| 242 | PyNumber_Subtract |
| 243 | PyNumber_Xor |
| 244 | PyOS_GetLastModificationTime |
| 245 | PyOS_InitInterrupts |
| 246 | PyOS_InterruptOccurred |
| 247 | PyOS_Readline |
| 248 | PyOS_strtol |
| 249 | PyOS_strtoul |
| 250 | PyObject_CallFunction |
| 251 | PyObject_CallMethod |
| 252 | PyObject_CallObject |
| 253 | PyObject_Cmp |
| 254 | PyObject_Compare |
Guido van Rossum | f62e5bf | 1996-09-10 18:09:44 +0000 | [diff] [blame] | 255 | PyObject_DelItem |
Guido van Rossum | b4ae6a3 | 1996-08-08 19:05:09 +0000 | [diff] [blame] | 256 | PyObject_GetAttr |
| 257 | PyObject_GetAttrString |
| 258 | PyObject_GetItem |
| 259 | PyObject_HasAttrString |
| 260 | PyObject_Hash |
| 261 | PyObject_IsTrue |
| 262 | PyObject_Length |
| 263 | PyObject_Print |
| 264 | PyObject_Repr |
| 265 | PyObject_SetAttr |
| 266 | PyObject_SetAttrString |
| 267 | PyObject_SetItem |
| 268 | PyObject_Str |
| 269 | PyObject_Type |
| 270 | PyParser_AddToken |
| 271 | PyParser_Delete |
| 272 | PyParser_New |
| 273 | PyParser_ParseFile |
| 274 | PyParser_ParseString |
| 275 | PyParser_SimpleParseFile |
| 276 | PyParser_SimpleParseString |
| 277 | PyRange_New |
| 278 | PyRange_Type |
| 279 | PyRun_AnyFile |
| 280 | PyRun_File |
| 281 | PyRun_InteractiveLoop |
| 282 | PyRun_InteractiveOne |
| 283 | PyRun_SimpleFile |
| 284 | PyRun_SimpleString |
| 285 | PyRun_String |
| 286 | PySequence_Check |
| 287 | PySequence_Concat |
| 288 | PySequence_Count |
Guido van Rossum | f62e5bf | 1996-09-10 18:09:44 +0000 | [diff] [blame] | 289 | PySequence_DelItem |
| 290 | PySequence_DelSlice |
Guido van Rossum | b4ae6a3 | 1996-08-08 19:05:09 +0000 | [diff] [blame] | 291 | PySequence_GetItem |
| 292 | PySequence_GetSlice |
| 293 | PySequence_In |
| 294 | PySequence_Index |
| 295 | PySequence_Length |
| 296 | PySequence_Repeat |
| 297 | PySequence_SetItem |
| 298 | PySequence_SetSlice |
| 299 | PySequence_Tuple |
| 300 | PySlice_GetIndices |
| 301 | PySlice_New |
| 302 | PySlice_Type |
| 303 | PyString_AsString |
| 304 | PyString_Concat |
| 305 | PyString_ConcatAndDel |
| 306 | PyString_Format |
| 307 | PyString_FromString |
| 308 | PyString_FromStringAndSize |
| 309 | PyString_Size |
| 310 | PyString_Type |
| 311 | PySys_GetFile |
| 312 | PySys_GetObject |
| 313 | PySys_Init |
| 314 | PySys_SetArgv |
| 315 | PySys_SetObject |
| 316 | PySys_SetPath |
| 317 | PyToken_OneChar |
| 318 | PyToken_TwoChars |
| 319 | PyTokenizer_Free |
| 320 | PyTokenizer_FromFile |
| 321 | PyTokenizer_FromString |
| 322 | PyTokenizer_Get |
| 323 | PyTraceBack_Fetch |
| 324 | PyTraceBack_Here |
| 325 | PyTraceBack_Print |
| 326 | PyTraceBack_Store |
| 327 | PyTraceBack_Type |
| 328 | PyTuple_GetItem |
| 329 | PyTuple_GetSlice |
| 330 | PyTuple_New |
| 331 | PyTuple_SetItem |
| 332 | PyTuple_Size |
| 333 | PyTuple_Type |
| 334 | PyType_Type |
| 335 | Py_AddPendingCall |
| 336 | Py_AtExit |
| 337 | Py_BuildValue |
| 338 | Py_Cleanup |
| 339 | Py_CompileString |
| 340 | Py_DebugFlag |
| 341 | Py_Exit |
| 342 | Py_FatalError |
| 343 | Py_FindMethod |
| 344 | Py_FindMethodInChain |
| 345 | Py_FlushLine |
| 346 | Py_GetArgcArgv |
| 347 | Py_GetCompiler |
| 348 | Py_GetCopyright |
| 349 | Py_GetExecPrefix |
| 350 | Py_GetPath |
| 351 | Py_GetPlatform |
| 352 | Py_GetPrefix |
| 353 | Py_GetProgramName |
| 354 | Py_GetVersion |
| 355 | Py_InitModule4 |
| 356 | Py_Initialize |
| 357 | Py_MakePendingCalls |
| 358 | Py_ReturnNullError |
| 359 | Py_SuppressPrintingFlag |
| 360 | Py_VaBuildValue |
| 361 | Py_VerboseFlag |
| 362 | _PyImport_Filetab |
| 363 | _PyImport_LoadDynamicModule |
| 364 | _PyImport_MaxSuffixSize |
| 365 | _PyLong_New |
| 366 | _PyObject_New |
| 367 | _PyObject_NewVar |
| 368 | _PyParser_Grammar |
| 369 | _PyParser_TokenNames |
| 370 | _PyString_Resize |
| 371 | _PySys_CheckInterval |
| 372 | _PySys_ProfileFunc |
| 373 | _PySys_TraceFunc |
| 374 | _PyTuple_Resize |
Guido van Rossum | 1d6fddb | 1996-10-21 15:11:12 +0000 | [diff] [blame] | 375 | _Py_EllipsisObject |
Guido van Rossum | b4ae6a3 | 1996-08-08 19:05:09 +0000 | [diff] [blame] | 376 | _Py_MD5Final |
| 377 | _Py_MD5Init |
| 378 | _Py_MD5Update |
| 379 | _Py_NoneStruct |
| 380 | _Py_TrueStruct |
| 381 | _Py_ZeroStruct |
| 382 | _Py_addarc |
| 383 | _Py_addbit |
| 384 | _Py_adddfa |
| 385 | _Py_addfirstsets |
| 386 | _Py_addlabel |
| 387 | _Py_addstate |
| 388 | _Py_c_diff |
| 389 | _Py_c_neg |
| 390 | _Py_c_pow |
| 391 | _Py_c_prod |
| 392 | _Py_c_quot |
| 393 | _Py_c_sum |
| 394 | _Py_delbitset |
| 395 | _Py_findlabel |
| 396 | _Py_mergebitset |
| 397 | _Py_meta_grammar |
| 398 | _Py_newbitset |
| 399 | _Py_newgrammar |
| 400 | _Py_pgen |
| 401 | _Py_printgrammar |
| 402 | _Py_printnonterminals |
| 403 | _Py_re_compile_fastmap |
| 404 | _Py_re_compile_pattern |
| 405 | _Py_re_match |
| 406 | _Py_re_match_2 |
| 407 | _Py_re_search |
| 408 | _Py_re_search_2 |
| 409 | _Py_re_set_syntax |
| 410 | _Py_re_syntax |
| 411 | _Py_samebitset |
| 412 | _Py_translatelabels |
| 413 | import_modules |
| 414 | initarray |
| 415 | initaudioop |
| 416 | initbinascii |
| 417 | initcmath |
| 418 | initcrypt |
| 419 | initerrno |
| 420 | initfcntl |
| 421 | initgrp |
| 422 | initimageop |
| 423 | initimp |
| 424 | initmath |
| 425 | initmd5 |
| 426 | initoperator |
Guido van Rossum | f62e5bf | 1996-09-10 18:09:44 +0000 | [diff] [blame] | 427 | initparser |
Guido van Rossum | b4ae6a3 | 1996-08-08 19:05:09 +0000 | [diff] [blame] | 428 | initposix |
| 429 | initpwd |
| 430 | initregex |
| 431 | initrgbimg |
| 432 | initrotor |
| 433 | initselect |
| 434 | initsignal |
| 435 | initsocket |
| 436 | initstrop |
| 437 | initstruct |
| 438 | inittab |
| 439 | inittime |
| 440 | main |