blob: bb3b604003e69e3aaa506c2faaeaedbe07d83c83 [file] [log] [blame]
Guido van Rossumb4ae6a31996-08-08 19:05:09 +00001#!
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 Rossumf62e5bf1996-09-10 18:09:44 +000025PyAST_Type
Guido van Rossumb4ae6a31996-08-08 19:05:09 +000026PyArg_GetChar
27PyArg_GetDoubleArray
28PyArg_GetFloat
29PyArg_GetFloatArray
30PyArg_GetLong
31PyArg_GetLongArray
32PyArg_GetLongArraySize
33PyArg_GetObject
34PyArg_GetShort
35PyArg_GetShortArray
36PyArg_GetShortArraySize
37PyArg_GetString
38PyArg_Parse
39PyArg_ParseTuple
Guido van Rossumf62e5bf1996-09-10 18:09:44 +000040PyArg_ParseTupleAndKeywords
Guido van Rossumb4ae6a31996-08-08 19:05:09 +000041PyArgs_VaParse
42PyBuiltin_GetDict
43PyBuiltin_GetModule
44PyBuiltin_Init
45PyCFunction_GetFlags
46PyCFunction_GetFunction
47PyCFunction_GetSelf
48PyCFunction_New
49PyCFunction_Type
50PyCObject_AsVoidPtr
51PyCObject_FromVoidPtr
52PyCObject_Type
53PyCallable_Check
54PyClass_IsSubclass
55PyClass_New
56PyClass_Type
Guido van Rossum9bc7e0a1997-01-03 21:05:44 +000057PyCObject_FromVoidPtr
58PyCObject_AsVoidPtr
Guido van Rossumb4ae6a31996-08-08 19:05:09 +000059PyCode_New
60PyCode_Type
61PyComplex_AsCComplex
62PyComplex_FromCComplex
63PyComplex_FromDoubles
64PyComplex_ImagAsDouble
65PyComplex_RealAsDouble
66PyComplex_Type
67PyDict_Clear
68PyDict_DelItem
69PyDict_DelItemString
70PyDict_GetItem
71PyDict_GetItemString
72PyDict_Items
73PyDict_Keys
74PyDict_New
75PyDict_Next
76PyDict_SetItem
77PyDict_SetItemString
78PyDict_Size
79PyDict_Type
80PyDict_Values
81PyErr_BadArgument
82PyErr_BadInternalCall
83PyErr_CheckSignals
84PyErr_Clear
85PyErr_Fetch
86PyErr_NoMemory
87PyErr_Occurred
88PyErr_Print
89PyErr_Restore
90PyErr_SetFromErrno
91PyErr_SetInterrupt
92PyErr_SetNone
93PyErr_SetObject
94PyErr_SetString
95PyEval_CallFunction
96PyEval_CallMethod
97PyEval_CallObject
98PyEval_CallObjectWithKeywords
99PyEval_EvalCode
100PyEval_GetBuiltins
101PyEval_GetFrame
102PyEval_GetGlobals
103PyEval_GetLocals
104PyEval_GetOwner
105PyEval_GetRestricted
106PyEval_RestoreThread
107PyEval_SaveThread
108PyExc_AccessError
109PyExc_AttributeError
110PyExc_ConflictError
111PyExc_EOFError
112PyExc_IOError
113PyExc_ImportError
114PyExc_IndexError
115PyExc_KeyError
116PyExc_KeyboardInterrupt
117PyExc_MemoryError
118PyExc_NameError
119PyExc_OverflowError
120PyExc_RuntimeError
121PyExc_SyntaxError
122PyExc_SystemError
123PyExc_SystemExit
124PyExc_TypeError
125PyExc_ValueError
126PyExc_ZeroDivisionError
127PyFile_AsFile
128PyFile_FromFile
129PyFile_FromString
130PyFile_GetLine
131PyFile_Name
132PyFile_SetBufSize
133PyFile_SoftSpace
134PyFile_Type
135PyFile_WriteObject
136PyFile_WriteString
137PyFloat_AsDouble
138PyFloat_AsString
139PyFloat_FromDouble
140PyFloat_Type
141PyFrame_BlockPop
142PyFrame_BlockSetup
143PyFrame_ExtendStack
144PyFrame_FastToLocals
145PyFrame_LocalsToFast
146PyFrame_New
147PyFrame_Type
148PyFunction_GetCode
149PyFunction_GetDefaults
150PyFunction_GetGlobals
151PyFunction_New
152PyFunction_SetDefaults
153PyFunction_Type
154PyGrammar_AddAccelerators
155PyGrammar_FindDFA
156PyGrammar_LabelRepr
157PyImport_AddModule
158PyImport_Cleanup
159PyImport_ExecCodeModule
160PyImport_FrozenModules
161PyImport_GetMagicNumber
162PyImport_GetModuleDict
163PyImport_ImportFrozenModule
164PyImport_ImportModule
165PyImport_Init
166PyImport_ReloadModule
167PyInstance_DoBinOp
168PyInstance_New
169PyInstance_Type
170PyInt_AsLong
171PyInt_FromLong
172PyInt_GetMax
173PyInt_Type
174PyList_Append
175PyList_AsTuple
176PyList_GetItem
177PyList_GetSlice
178PyList_Insert
179PyList_New
180PyList_Reverse
181PyList_SetItem
182PyList_SetSlice
183PyList_Size
184PyList_Sort
185PyList_Type
186PyLong_AsDouble
187PyLong_AsLong
Guido van Rossum9bc7e0a1997-01-03 21:05:44 +0000188PyLong_AsUnsignedLong
Guido van Rossumb4ae6a31996-08-08 19:05:09 +0000189PyLong_FromDouble
190PyLong_FromLong
Guido van Rossum9bc7e0a1997-01-03 21:05:44 +0000191PyLong_FromUnsignedLong
Guido van Rossumb4ae6a31996-08-08 19:05:09 +0000192PyLong_FromString
193PyLong_Type
194PyMapping_Check
195PyMapping_GetItemString
196PyMapping_HasKey
197PyMapping_HasKeyString
198PyMapping_Length
199PyMapping_SetItemString
200PyMarshal_Init
201PyMarshal_ReadLongFromFile
202PyMarshal_ReadObjectFromFile
203PyMarshal_ReadObjectFromString
204PyMarshal_WriteLongToFile
205PyMarshal_WriteObjectToFile
Guido van Rossumf62e5bf1996-09-10 18:09:44 +0000206PyMarshal_WriteObjectToString
Guido van Rossumb4ae6a31996-08-08 19:05:09 +0000207PyMember_Get
208PyMember_Set
209PyMethod_Class
210PyMethod_Function
211PyMethod_New
212PyMethod_Self
213PyMethod_Type
214PyModule_GetDict
215PyModule_GetName
216PyModule_New
217PyModule_Type
218PyNode_AddChild
219PyNode_Compile
220PyNode_Free
221PyNode_ListTree
222PyNode_New
223PyNumber_Absolute
224PyNumber_Add
225PyNumber_And
226PyNumber_Check
227PyNumber_Coerce
228PyNumber_Divide
229PyNumber_Divmod
230PyNumber_Float
231PyNumber_Int
232PyNumber_Invert
233PyNumber_Long
234PyNumber_Lshift
235PyNumber_Multiply
236PyNumber_Negative
237PyNumber_Or
238PyNumber_Positive
239PyNumber_Power
240PyNumber_Remainder
241PyNumber_Rshift
242PyNumber_Subtract
243PyNumber_Xor
244PyOS_GetLastModificationTime
245PyOS_InitInterrupts
246PyOS_InterruptOccurred
247PyOS_Readline
248PyOS_strtol
249PyOS_strtoul
250PyObject_CallFunction
251PyObject_CallMethod
252PyObject_CallObject
253PyObject_Cmp
254PyObject_Compare
Guido van Rossumf62e5bf1996-09-10 18:09:44 +0000255PyObject_DelItem
Guido van Rossumb4ae6a31996-08-08 19:05:09 +0000256PyObject_GetAttr
257PyObject_GetAttrString
258PyObject_GetItem
259PyObject_HasAttrString
260PyObject_Hash
261PyObject_IsTrue
262PyObject_Length
263PyObject_Print
264PyObject_Repr
265PyObject_SetAttr
266PyObject_SetAttrString
267PyObject_SetItem
268PyObject_Str
269PyObject_Type
270PyParser_AddToken
271PyParser_Delete
272PyParser_New
273PyParser_ParseFile
274PyParser_ParseString
275PyParser_SimpleParseFile
276PyParser_SimpleParseString
277PyRange_New
278PyRange_Type
279PyRun_AnyFile
280PyRun_File
281PyRun_InteractiveLoop
282PyRun_InteractiveOne
283PyRun_SimpleFile
284PyRun_SimpleString
285PyRun_String
286PySequence_Check
287PySequence_Concat
288PySequence_Count
Guido van Rossumf62e5bf1996-09-10 18:09:44 +0000289PySequence_DelItem
290PySequence_DelSlice
Guido van Rossumb4ae6a31996-08-08 19:05:09 +0000291PySequence_GetItem
292PySequence_GetSlice
293PySequence_In
294PySequence_Index
295PySequence_Length
296PySequence_Repeat
297PySequence_SetItem
298PySequence_SetSlice
299PySequence_Tuple
300PySlice_GetIndices
301PySlice_New
302PySlice_Type
303PyString_AsString
304PyString_Concat
305PyString_ConcatAndDel
306PyString_Format
307PyString_FromString
308PyString_FromStringAndSize
309PyString_Size
310PyString_Type
311PySys_GetFile
312PySys_GetObject
313PySys_Init
314PySys_SetArgv
315PySys_SetObject
316PySys_SetPath
317PyToken_OneChar
318PyToken_TwoChars
319PyTokenizer_Free
320PyTokenizer_FromFile
321PyTokenizer_FromString
322PyTokenizer_Get
323PyTraceBack_Fetch
324PyTraceBack_Here
325PyTraceBack_Print
326PyTraceBack_Store
327PyTraceBack_Type
328PyTuple_GetItem
329PyTuple_GetSlice
330PyTuple_New
331PyTuple_SetItem
332PyTuple_Size
333PyTuple_Type
334PyType_Type
335Py_AddPendingCall
336Py_AtExit
337Py_BuildValue
338Py_Cleanup
339Py_CompileString
340Py_DebugFlag
341Py_Exit
342Py_FatalError
343Py_FindMethod
344Py_FindMethodInChain
345Py_FlushLine
346Py_GetArgcArgv
347Py_GetCompiler
348Py_GetCopyright
349Py_GetExecPrefix
350Py_GetPath
351Py_GetPlatform
352Py_GetPrefix
353Py_GetProgramName
354Py_GetVersion
355Py_InitModule4
356Py_Initialize
357Py_MakePendingCalls
358Py_ReturnNullError
359Py_SuppressPrintingFlag
360Py_VaBuildValue
361Py_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 Rossum1d6fddb1996-10-21 15:11:12 +0000375_Py_EllipsisObject
Guido van Rossumb4ae6a31996-08-08 19:05:09 +0000376_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
413import_modules
414initarray
415initaudioop
416initbinascii
417initcmath
418initcrypt
419initerrno
420initfcntl
421initgrp
422initimageop
423initimp
424initmath
425initmd5
426initoperator
Guido van Rossumf62e5bf1996-09-10 18:09:44 +0000427initparser
Guido van Rossumb4ae6a31996-08-08 19:05:09 +0000428initposix
429initpwd
430initregex
431initrgbimg
432initrotor
433initselect
434initsignal
435initsocket
436initstrop
437initstruct
438inittab
439inittime
440main