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