home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Python 1.4 / Python 1.4 source / Modules / python.exp < prev    next >
Encoding:
Text File  |  1996-10-22  |  7.7 KB  |  437 lines  |  [TEXT/R*ch]

  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. *
  25. PyAST_Type
  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
  40. PyArg_ParseTupleAndKeywords
  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
  57. PyCode_New
  58. PyCode_Type
  59. PyComplex_AsCComplex
  60. PyComplex_FromCComplex
  61. PyComplex_FromDoubles
  62. PyComplex_ImagAsDouble
  63. PyComplex_RealAsDouble
  64. PyComplex_Type
  65. PyDict_Clear
  66. PyDict_DelItem
  67. PyDict_DelItemString
  68. PyDict_GetItem
  69. PyDict_GetItemString
  70. PyDict_Items
  71. PyDict_Keys
  72. PyDict_New
  73. PyDict_Next
  74. PyDict_SetItem
  75. PyDict_SetItemString
  76. PyDict_Size
  77. PyDict_Type
  78. PyDict_Values
  79. PyErr_BadArgument
  80. PyErr_BadInternalCall
  81. PyErr_CheckSignals
  82. PyErr_Clear
  83. PyErr_Fetch
  84. PyErr_NoMemory
  85. PyErr_Occurred
  86. PyErr_Print
  87. PyErr_Restore
  88. PyErr_SetFromErrno
  89. PyErr_SetInterrupt
  90. PyErr_SetNone
  91. PyErr_SetObject
  92. PyErr_SetString
  93. PyEval_CallFunction
  94. PyEval_CallMethod
  95. PyEval_CallObject
  96. PyEval_CallObjectWithKeywords
  97. PyEval_EvalCode
  98. PyEval_GetBuiltins
  99. PyEval_GetFrame
  100. PyEval_GetGlobals
  101. PyEval_GetLocals
  102. PyEval_GetOwner
  103. PyEval_GetRestricted
  104. PyEval_RestoreThread
  105. PyEval_SaveThread
  106. PyExc_AccessError
  107. PyExc_AttributeError
  108. PyExc_ConflictError
  109. PyExc_EOFError
  110. PyExc_IOError
  111. PyExc_ImportError
  112. PyExc_IndexError
  113. PyExc_KeyError
  114. PyExc_KeyboardInterrupt
  115. PyExc_MemoryError
  116. PyExc_NameError
  117. PyExc_OverflowError
  118. PyExc_RuntimeError
  119. PyExc_SyntaxError
  120. PyExc_SystemError
  121. PyExc_SystemExit
  122. PyExc_TypeError
  123. PyExc_ValueError
  124. PyExc_ZeroDivisionError
  125. PyFile_AsFile
  126. PyFile_FromFile
  127. PyFile_FromString
  128. PyFile_GetLine
  129. PyFile_Name
  130. PyFile_SetBufSize
  131. PyFile_SoftSpace
  132. PyFile_Type
  133. PyFile_WriteObject
  134. PyFile_WriteString
  135. PyFloat_AsDouble
  136. PyFloat_AsString
  137. PyFloat_FromDouble
  138. PyFloat_Type
  139. PyFrame_BlockPop
  140. PyFrame_BlockSetup
  141. PyFrame_ExtendStack
  142. PyFrame_FastToLocals
  143. PyFrame_LocalsToFast
  144. PyFrame_New
  145. PyFrame_Type
  146. PyFunction_GetCode
  147. PyFunction_GetDefaults
  148. PyFunction_GetGlobals
  149. PyFunction_New
  150. PyFunction_SetDefaults
  151. PyFunction_Type
  152. PyGrammar_AddAccelerators
  153. PyGrammar_FindDFA
  154. PyGrammar_LabelRepr
  155. PyImport_AddModule
  156. PyImport_Cleanup
  157. PyImport_ExecCodeModule
  158. PyImport_FrozenModules
  159. PyImport_GetMagicNumber
  160. PyImport_GetModuleDict
  161. PyImport_ImportFrozenModule
  162. PyImport_ImportModule
  163. PyImport_Init
  164. PyImport_ReloadModule
  165. PyInstance_DoBinOp
  166. PyInstance_New
  167. PyInstance_Type
  168. PyInt_AsLong
  169. PyInt_FromLong
  170. PyInt_GetMax
  171. PyInt_Type
  172. PyList_Append
  173. PyList_AsTuple
  174. PyList_GetItem
  175. PyList_GetSlice
  176. PyList_Insert
  177. PyList_New
  178. PyList_Reverse
  179. PyList_SetItem
  180. PyList_SetSlice
  181. PyList_Size
  182. PyList_Sort
  183. PyList_Type
  184. PyLong_AsDouble
  185. PyLong_AsLong
  186. PyLong_FromDouble
  187. PyLong_FromLong
  188. PyLong_FromString
  189. PyLong_Type
  190. PyMapping_Check
  191. PyMapping_GetItemString
  192. PyMapping_HasKey
  193. PyMapping_HasKeyString
  194. PyMapping_Length
  195. PyMapping_SetItemString
  196. PyMarshal_Init
  197. PyMarshal_ReadLongFromFile
  198. PyMarshal_ReadObjectFromFile
  199. PyMarshal_ReadObjectFromString
  200. PyMarshal_WriteLongToFile
  201. PyMarshal_WriteObjectToFile
  202. PyMarshal_WriteObjectToString
  203. PyMember_Get
  204. PyMember_Set
  205. PyMethod_Class
  206. PyMethod_Function
  207. PyMethod_New
  208. PyMethod_Self
  209. PyMethod_Type
  210. PyModule_GetDict
  211. PyModule_GetName
  212. PyModule_New
  213. PyModule_Type
  214. PyNode_AddChild
  215. PyNode_Compile
  216. PyNode_Free
  217. PyNode_ListTree
  218. PyNode_New
  219. PyNumber_Absolute
  220. PyNumber_Add
  221. PyNumber_And
  222. PyNumber_Check
  223. PyNumber_Coerce
  224. PyNumber_Divide
  225. PyNumber_Divmod
  226. PyNumber_Float
  227. PyNumber_Int
  228. PyNumber_Invert
  229. PyNumber_Long
  230. PyNumber_Lshift
  231. PyNumber_Multiply
  232. PyNumber_Negative
  233. PyNumber_Or
  234. PyNumber_Positive
  235. PyNumber_Power
  236. PyNumber_Remainder
  237. PyNumber_Rshift
  238. PyNumber_Subtract
  239. PyNumber_Xor
  240. PyOS_GetLastModificationTime
  241. PyOS_InitInterrupts
  242. PyOS_InterruptOccurred
  243. PyOS_Readline
  244. PyOS_strtol
  245. PyOS_strtoul
  246. PyObject_CallFunction
  247. PyObject_CallMethod
  248. PyObject_CallObject
  249. PyObject_Cmp
  250. PyObject_Compare
  251. PyObject_DelItem
  252. PyObject_GetAttr
  253. PyObject_GetAttrString
  254. PyObject_GetItem
  255. PyObject_HasAttrString
  256. PyObject_Hash
  257. PyObject_IsTrue
  258. PyObject_Length
  259. PyObject_Print
  260. PyObject_Repr
  261. PyObject_SetAttr
  262. PyObject_SetAttrString
  263. PyObject_SetItem
  264. PyObject_Str
  265. PyObject_Type
  266. PyParser_AddToken
  267. PyParser_Delete
  268. PyParser_New
  269. PyParser_ParseFile
  270. PyParser_ParseString
  271. PyParser_SimpleParseFile
  272. PyParser_SimpleParseString
  273. PyRange_New
  274. PyRange_Type
  275. PyRun_AnyFile
  276. PyRun_File
  277. PyRun_InteractiveLoop
  278. PyRun_InteractiveOne
  279. PyRun_SimpleFile
  280. PyRun_SimpleString
  281. PyRun_String
  282. PySequence_Check
  283. PySequence_Concat
  284. PySequence_Count
  285. PySequence_DelItem
  286. PySequence_DelSlice
  287. PySequence_GetItem
  288. PySequence_GetSlice
  289. PySequence_In
  290. PySequence_Index
  291. PySequence_Length
  292. PySequence_Repeat
  293. PySequence_SetItem
  294. PySequence_SetSlice
  295. PySequence_Tuple
  296. PySlice_GetIndices
  297. PySlice_New
  298. PySlice_Type
  299. PyString_AsString
  300. PyString_Concat
  301. PyString_ConcatAndDel
  302. PyString_Format
  303. PyString_FromString
  304. PyString_FromStringAndSize
  305. PyString_Size
  306. PyString_Type
  307. PySys_GetFile
  308. PySys_GetObject
  309. PySys_Init
  310. PySys_SetArgv
  311. PySys_SetObject
  312. PySys_SetPath
  313. PyToken_OneChar
  314. PyToken_TwoChars
  315. PyTokenizer_Free
  316. PyTokenizer_FromFile
  317. PyTokenizer_FromString
  318. PyTokenizer_Get
  319. PyTraceBack_Fetch
  320. PyTraceBack_Here
  321. PyTraceBack_Print
  322. PyTraceBack_Store
  323. PyTraceBack_Type
  324. PyTuple_GetItem
  325. PyTuple_GetSlice
  326. PyTuple_New
  327. PyTuple_SetItem
  328. PyTuple_Size
  329. PyTuple_Type
  330. PyType_Type
  331. Py_AddPendingCall
  332. Py_AtExit
  333. Py_BuildValue
  334. Py_Cleanup
  335. Py_CompileString
  336. Py_DebugFlag
  337. Py_Exit
  338. Py_FatalError
  339. Py_FindMethod
  340. Py_FindMethodInChain
  341. Py_FlushLine
  342. Py_GetArgcArgv
  343. Py_GetCompiler
  344. Py_GetCopyright
  345. Py_GetExecPrefix
  346. Py_GetPath
  347. Py_GetPlatform
  348. Py_GetPrefix
  349. Py_GetProgramName
  350. Py_GetVersion
  351. Py_InitModule4
  352. Py_Initialize
  353. Py_MakePendingCalls
  354. Py_ReturnNullError
  355. Py_SuppressPrintingFlag
  356. Py_VaBuildValue
  357. Py_VerboseFlag
  358. _PyImport_Filetab
  359. _PyImport_LoadDynamicModule
  360. _PyImport_MaxSuffixSize
  361. _PyLong_New
  362. _PyObject_New
  363. _PyObject_NewVar
  364. _PyParser_Grammar
  365. _PyParser_TokenNames
  366. _PyString_Resize
  367. _PySys_CheckInterval
  368. _PySys_ProfileFunc
  369. _PySys_TraceFunc
  370. _PyTuple_Resize
  371. _Py_EllipsisObject
  372. _Py_MD5Final
  373. _Py_MD5Init
  374. _Py_MD5Update
  375. _Py_NoneStruct
  376. _Py_TrueStruct
  377. _Py_ZeroStruct
  378. _Py_addarc
  379. _Py_addbit
  380. _Py_adddfa
  381. _Py_addfirstsets
  382. _Py_addlabel
  383. _Py_addstate
  384. _Py_c_diff
  385. _Py_c_neg
  386. _Py_c_pow
  387. _Py_c_prod
  388. _Py_c_quot
  389. _Py_c_sum
  390. _Py_delbitset
  391. _Py_findlabel
  392. _Py_mergebitset
  393. _Py_meta_grammar
  394. _Py_newbitset
  395. _Py_newgrammar
  396. _Py_pgen
  397. _Py_printgrammar
  398. _Py_printnonterminals
  399. _Py_re_compile_fastmap
  400. _Py_re_compile_pattern
  401. _Py_re_match
  402. _Py_re_match_2
  403. _Py_re_search
  404. _Py_re_search_2
  405. _Py_re_set_syntax
  406. _Py_re_syntax
  407. _Py_samebitset
  408. _Py_translatelabels
  409. import_modules
  410. initarray
  411. initaudioop
  412. initbinascii
  413. initcmath
  414. initcrypt
  415. initerrno
  416. initfcntl
  417. initgrp
  418. initimageop
  419. initimp
  420. initmath
  421. initmd5
  422. initoperator
  423. initparser
  424. initposix
  425. initpwd
  426. initregex
  427. initrgbimg
  428. initrotor
  429. initselect
  430. initsignal
  431. initsocket
  432. initstrop
  433. initstruct
  434. inittab
  435. inittime
  436. main
  437.