blob: dc15522c1b4394c6cbdc239aac3a6d3ed0150776 [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
Guido van Rossumb4ae6a31996-08-08 19:05:09 +0000110PyExc_EOFError
111PyExc_IOError
112PyExc_ImportError
113PyExc_IndexError
114PyExc_KeyError
115PyExc_KeyboardInterrupt
116PyExc_MemoryError
117PyExc_NameError
118PyExc_OverflowError
119PyExc_RuntimeError
120PyExc_SyntaxError
121PyExc_SystemError
122PyExc_SystemExit
123PyExc_TypeError
124PyExc_ValueError
125PyExc_ZeroDivisionError
126PyFile_AsFile
127PyFile_FromFile
128PyFile_FromString
129PyFile_GetLine
130PyFile_Name
131PyFile_SetBufSize
132PyFile_SoftSpace
133PyFile_Type
134PyFile_WriteObject
135PyFile_WriteString
136PyFloat_AsDouble
137PyFloat_AsString
138PyFloat_FromDouble
139PyFloat_Type
140PyFrame_BlockPop
141PyFrame_BlockSetup
142PyFrame_ExtendStack
143PyFrame_FastToLocals
144PyFrame_LocalsToFast
145PyFrame_New
146PyFrame_Type
147PyFunction_GetCode
148PyFunction_GetDefaults
149PyFunction_GetGlobals
150PyFunction_New
151PyFunction_SetDefaults
152PyFunction_Type
153PyGrammar_AddAccelerators
154PyGrammar_FindDFA
155PyGrammar_LabelRepr
156PyImport_AddModule
157PyImport_Cleanup
158PyImport_ExecCodeModule
159PyImport_FrozenModules
160PyImport_GetMagicNumber
161PyImport_GetModuleDict
162PyImport_ImportFrozenModule
163PyImport_ImportModule
164PyImport_Init
165PyImport_ReloadModule
166PyInstance_DoBinOp
167PyInstance_New
168PyInstance_Type
169PyInt_AsLong
170PyInt_FromLong
171PyInt_GetMax
172PyInt_Type
173PyList_Append
174PyList_AsTuple
175PyList_GetItem
176PyList_GetSlice
177PyList_Insert
178PyList_New
179PyList_Reverse
180PyList_SetItem
181PyList_SetSlice
182PyList_Size
183PyList_Sort
184PyList_Type
185PyLong_AsDouble
186PyLong_AsLong
Guido van Rossum9bc7e0a1997-01-03 21:05:44 +0000187PyLong_AsUnsignedLong
Guido van Rossumb4ae6a31996-08-08 19:05:09 +0000188PyLong_FromDouble
189PyLong_FromLong
Guido van Rossum9bc7e0a1997-01-03 21:05:44 +0000190PyLong_FromUnsignedLong
Guido van Rossumb4ae6a31996-08-08 19:05:09 +0000191PyLong_FromString
192PyLong_Type
193PyMapping_Check
194PyMapping_GetItemString
195PyMapping_HasKey
196PyMapping_HasKeyString
197PyMapping_Length
198PyMapping_SetItemString
199PyMarshal_Init
200PyMarshal_ReadLongFromFile
201PyMarshal_ReadObjectFromFile
202PyMarshal_ReadObjectFromString
203PyMarshal_WriteLongToFile
204PyMarshal_WriteObjectToFile
Guido van Rossumf62e5bf1996-09-10 18:09:44 +0000205PyMarshal_WriteObjectToString
Guido van Rossumb4ae6a31996-08-08 19:05:09 +0000206PyMember_Get
207PyMember_Set
208PyMethod_Class
209PyMethod_Function
210PyMethod_New
211PyMethod_Self
212PyMethod_Type
213PyModule_GetDict
214PyModule_GetName
215PyModule_New
216PyModule_Type
217PyNode_AddChild
218PyNode_Compile
219PyNode_Free
220PyNode_ListTree
221PyNode_New
222PyNumber_Absolute
223PyNumber_Add
224PyNumber_And
225PyNumber_Check
226PyNumber_Coerce
227PyNumber_Divide
228PyNumber_Divmod
229PyNumber_Float
230PyNumber_Int
231PyNumber_Invert
232PyNumber_Long
233PyNumber_Lshift
234PyNumber_Multiply
235PyNumber_Negative
236PyNumber_Or
237PyNumber_Positive
238PyNumber_Power
239PyNumber_Remainder
240PyNumber_Rshift
241PyNumber_Subtract
242PyNumber_Xor
243PyOS_GetLastModificationTime
244PyOS_InitInterrupts
245PyOS_InterruptOccurred
246PyOS_Readline
247PyOS_strtol
248PyOS_strtoul
249PyObject_CallFunction
250PyObject_CallMethod
251PyObject_CallObject
252PyObject_Cmp
253PyObject_Compare
Guido van Rossumf62e5bf1996-09-10 18:09:44 +0000254PyObject_DelItem
Guido van Rossumb4ae6a31996-08-08 19:05:09 +0000255PyObject_GetAttr
256PyObject_GetAttrString
257PyObject_GetItem
258PyObject_HasAttrString
259PyObject_Hash
260PyObject_IsTrue
261PyObject_Length
262PyObject_Print
263PyObject_Repr
264PyObject_SetAttr
265PyObject_SetAttrString
266PyObject_SetItem
267PyObject_Str
268PyObject_Type
269PyParser_AddToken
270PyParser_Delete
271PyParser_New
272PyParser_ParseFile
273PyParser_ParseString
274PyParser_SimpleParseFile
275PyParser_SimpleParseString
276PyRange_New
277PyRange_Type
278PyRun_AnyFile
279PyRun_File
280PyRun_InteractiveLoop
281PyRun_InteractiveOne
282PyRun_SimpleFile
283PyRun_SimpleString
284PyRun_String
285PySequence_Check
286PySequence_Concat
287PySequence_Count
Guido van Rossumf62e5bf1996-09-10 18:09:44 +0000288PySequence_DelItem
289PySequence_DelSlice
Guido van Rossumb4ae6a31996-08-08 19:05:09 +0000290PySequence_GetItem
291PySequence_GetSlice
292PySequence_In
293PySequence_Index
294PySequence_Length
295PySequence_Repeat
296PySequence_SetItem
297PySequence_SetSlice
298PySequence_Tuple
299PySlice_GetIndices
300PySlice_New
301PySlice_Type
302PyString_AsString
303PyString_Concat
304PyString_ConcatAndDel
305PyString_Format
306PyString_FromString
307PyString_FromStringAndSize
308PyString_Size
309PyString_Type
310PySys_GetFile
311PySys_GetObject
312PySys_Init
313PySys_SetArgv
314PySys_SetObject
315PySys_SetPath
316PyToken_OneChar
317PyToken_TwoChars
318PyTokenizer_Free
319PyTokenizer_FromFile
320PyTokenizer_FromString
321PyTokenizer_Get
322PyTraceBack_Fetch
323PyTraceBack_Here
324PyTraceBack_Print
325PyTraceBack_Store
326PyTraceBack_Type
327PyTuple_GetItem
328PyTuple_GetSlice
329PyTuple_New
330PyTuple_SetItem
331PyTuple_Size
332PyTuple_Type
333PyType_Type
334Py_AddPendingCall
335Py_AtExit
336Py_BuildValue
337Py_Cleanup
338Py_CompileString
339Py_DebugFlag
340Py_Exit
341Py_FatalError
342Py_FindMethod
343Py_FindMethodInChain
344Py_FlushLine
345Py_GetArgcArgv
346Py_GetCompiler
347Py_GetCopyright
348Py_GetExecPrefix
349Py_GetPath
350Py_GetPlatform
351Py_GetPrefix
352Py_GetProgramName
353Py_GetVersion
354Py_InitModule4
355Py_Initialize
356Py_MakePendingCalls
357Py_ReturnNullError
358Py_SuppressPrintingFlag
359Py_VaBuildValue
360Py_VerboseFlag
361_PyImport_Filetab
362_PyImport_LoadDynamicModule
363_PyImport_MaxSuffixSize
364_PyLong_New
365_PyObject_New
366_PyObject_NewVar
367_PyParser_Grammar
368_PyParser_TokenNames
369_PyString_Resize
370_PySys_CheckInterval
371_PySys_ProfileFunc
372_PySys_TraceFunc
373_PyTuple_Resize
Guido van Rossum1d6fddb1996-10-21 15:11:12 +0000374_Py_EllipsisObject
Guido van Rossumb4ae6a31996-08-08 19:05:09 +0000375_Py_MD5Final
376_Py_MD5Init
377_Py_MD5Update
378_Py_NoneStruct
379_Py_TrueStruct
380_Py_ZeroStruct
381_Py_addarc
382_Py_addbit
383_Py_adddfa
384_Py_addfirstsets
385_Py_addlabel
386_Py_addstate
387_Py_c_diff
388_Py_c_neg
389_Py_c_pow
390_Py_c_prod
391_Py_c_quot
392_Py_c_sum
393_Py_delbitset
394_Py_findlabel
395_Py_mergebitset
396_Py_meta_grammar
397_Py_newbitset
398_Py_newgrammar
399_Py_pgen
400_Py_printgrammar
401_Py_printnonterminals
402_Py_re_compile_fastmap
403_Py_re_compile_pattern
404_Py_re_match
405_Py_re_match_2
406_Py_re_search
407_Py_re_search_2
408_Py_re_set_syntax
409_Py_re_syntax
410_Py_samebitset
411_Py_translatelabels
412import_modules
413initarray
414initaudioop
415initbinascii
416initcmath
417initcrypt
418initerrno
419initfcntl
420initgrp
421initimageop
422initimp
423initmath
424initmd5
425initoperator
Guido van Rossumf62e5bf1996-09-10 18:09:44 +0000426initparser
Guido van Rossumb4ae6a31996-08-08 19:05:09 +0000427initposix
428initpwd
429initregex
430initrgbimg
431initrotor
432initselect
433initsignal
434initsocket
435initstrop
436initstruct
437inittab
438inittime
439main