blob: 86fd6af852c0b2926a31a8c0b1dce9411aebe5d1 [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*
25PyAccess_AsValue
26PyAccess_Clone
27PyAccess_FromValue
28PyAccess_HasValue
29PyAccess_SetOwner
30PyAccess_SetValue
31PyAccess_Type
32PyAnyMapping_Type
33PyAnyNumber_Type
34PyAnySequence_Type
35PyArg_GetChar
36PyArg_GetDoubleArray
37PyArg_GetFloat
38PyArg_GetFloatArray
39PyArg_GetLong
40PyArg_GetLongArray
41PyArg_GetLongArraySize
42PyArg_GetObject
43PyArg_GetShort
44PyArg_GetShortArray
45PyArg_GetShortArraySize
46PyArg_GetString
47PyArg_Parse
48PyArg_ParseTuple
49PyArgs_VaParse
50PyBuiltin_GetDict
51PyBuiltin_GetModule
52PyBuiltin_Init
53PyCFunction_GetFlags
54PyCFunction_GetFunction
55PyCFunction_GetSelf
56PyCFunction_New
57PyCFunction_Type
58PyCObject_AsVoidPtr
59PyCObject_FromVoidPtr
60PyCObject_Type
61PyCallable_Check
62PyClass_IsSubclass
63PyClass_New
64PyClass_Type
65PyCode_New
66PyCode_Type
67PyComplex_AsCComplex
68PyComplex_FromCComplex
69PyComplex_FromDoubles
70PyComplex_ImagAsDouble
71PyComplex_RealAsDouble
72PyComplex_Type
73PyDict_Clear
74PyDict_DelItem
75PyDict_DelItemString
76PyDict_GetItem
77PyDict_GetItemString
78PyDict_Items
79PyDict_Keys
80PyDict_New
81PyDict_Next
82PyDict_SetItem
83PyDict_SetItemString
84PyDict_Size
85PyDict_Type
86PyDict_Values
87PyErr_BadArgument
88PyErr_BadInternalCall
89PyErr_CheckSignals
90PyErr_Clear
91PyErr_Fetch
92PyErr_NoMemory
93PyErr_Occurred
94PyErr_Print
95PyErr_Restore
96PyErr_SetFromErrno
97PyErr_SetInterrupt
98PyErr_SetNone
99PyErr_SetObject
100PyErr_SetString
101PyEval_CallFunction
102PyEval_CallMethod
103PyEval_CallObject
104PyEval_CallObjectWithKeywords
105PyEval_EvalCode
106PyEval_GetBuiltins
107PyEval_GetFrame
108PyEval_GetGlobals
109PyEval_GetLocals
110PyEval_GetOwner
111PyEval_GetRestricted
112PyEval_RestoreThread
113PyEval_SaveThread
114PyExc_AccessError
115PyExc_AttributeError
116PyExc_ConflictError
117PyExc_EOFError
118PyExc_IOError
119PyExc_ImportError
120PyExc_IndexError
121PyExc_KeyError
122PyExc_KeyboardInterrupt
123PyExc_MemoryError
124PyExc_NameError
125PyExc_OverflowError
126PyExc_RuntimeError
127PyExc_SyntaxError
128PyExc_SystemError
129PyExc_SystemExit
130PyExc_TypeError
131PyExc_ValueError
132PyExc_ZeroDivisionError
133PyFile_AsFile
134PyFile_FromFile
135PyFile_FromString
136PyFile_GetLine
137PyFile_Name
138PyFile_SetBufSize
139PyFile_SoftSpace
140PyFile_Type
141PyFile_WriteObject
142PyFile_WriteString
143PyFloat_AsDouble
144PyFloat_AsString
145PyFloat_FromDouble
146PyFloat_Type
147PyFrame_BlockPop
148PyFrame_BlockSetup
149PyFrame_ExtendStack
150PyFrame_FastToLocals
151PyFrame_LocalsToFast
152PyFrame_New
153PyFrame_Type
154PyFunction_GetCode
155PyFunction_GetDefaults
156PyFunction_GetGlobals
157PyFunction_New
158PyFunction_SetDefaults
159PyFunction_Type
160PyGrammar_AddAccelerators
161PyGrammar_FindDFA
162PyGrammar_LabelRepr
163PyImport_AddModule
164PyImport_Cleanup
165PyImport_ExecCodeModule
166PyImport_FrozenModules
167PyImport_GetMagicNumber
168PyImport_GetModuleDict
169PyImport_ImportFrozenModule
170PyImport_ImportModule
171PyImport_Init
172PyImport_ReloadModule
173PyInstance_DoBinOp
174PyInstance_New
175PyInstance_Type
176PyInt_AsLong
177PyInt_FromLong
178PyInt_GetMax
179PyInt_Type
180PyList_Append
181PyList_AsTuple
182PyList_GetItem
183PyList_GetSlice
184PyList_Insert
185PyList_New
186PyList_Reverse
187PyList_SetItem
188PyList_SetSlice
189PyList_Size
190PyList_Sort
191PyList_Type
192PyLong_AsDouble
193PyLong_AsLong
194PyLong_FromDouble
195PyLong_FromLong
196PyLong_FromString
197PyLong_Type
198PyMapping_Check
199PyMapping_GetItemString
200PyMapping_HasKey
201PyMapping_HasKeyString
202PyMapping_Length
203PyMapping_SetItemString
204PyMarshal_Init
205PyMarshal_ReadLongFromFile
206PyMarshal_ReadObjectFromFile
207PyMarshal_ReadObjectFromString
208PyMarshal_WriteLongToFile
209PyMarshal_WriteObjectToFile
210PyMember_Get
211PyMember_Set
212PyMethod_Class
213PyMethod_Function
214PyMethod_New
215PyMethod_Self
216PyMethod_Type
217PyModule_GetDict
218PyModule_GetName
219PyModule_New
220PyModule_Type
221PyNode_AddChild
222PyNode_Compile
223PyNode_Free
224PyNode_ListTree
225PyNode_New
226PyNumber_Absolute
227PyNumber_Add
228PyNumber_And
229PyNumber_Check
230PyNumber_Coerce
231PyNumber_Divide
232PyNumber_Divmod
233PyNumber_Float
234PyNumber_Int
235PyNumber_Invert
236PyNumber_Long
237PyNumber_Lshift
238PyNumber_Multiply
239PyNumber_Negative
240PyNumber_Or
241PyNumber_Positive
242PyNumber_Power
243PyNumber_Remainder
244PyNumber_Rshift
245PyNumber_Subtract
246PyNumber_Xor
247PyOS_GetLastModificationTime
248PyOS_InitInterrupts
249PyOS_InterruptOccurred
250PyOS_Readline
251PyOS_strtol
252PyOS_strtoul
253PyObject_CallFunction
254PyObject_CallMethod
255PyObject_CallObject
256PyObject_Cmp
257PyObject_Compare
258PyObject_GetAttr
259PyObject_GetAttrString
260PyObject_GetItem
261PyObject_HasAttrString
262PyObject_Hash
263PyObject_IsTrue
264PyObject_Length
265PyObject_Print
266PyObject_Repr
267PyObject_SetAttr
268PyObject_SetAttrString
269PyObject_SetItem
270PyObject_Str
271PyObject_Type
272PyParser_AddToken
273PyParser_Delete
274PyParser_New
275PyParser_ParseFile
276PyParser_ParseString
277PyParser_SimpleParseFile
278PyParser_SimpleParseString
279PyRange_New
280PyRange_Type
281PyRun_AnyFile
282PyRun_File
283PyRun_InteractiveLoop
284PyRun_InteractiveOne
285PyRun_SimpleFile
286PyRun_SimpleString
287PyRun_String
288PySequence_Check
289PySequence_Concat
290PySequence_Count
291PySequence_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
375_Py_EllipsesObject
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
413import_modules
414initarray
415initaudioop
416initbinascii
417initcmath
418initcrypt
419initerrno
420initfcntl
421initgrp
422initimageop
423initimp
424initmath
425initmd5
426initoperator
427initposix
428initpwd
429initregex
430initrgbimg
431initrotor
432initselect
433initsignal
434initsocket
435initstrop
436initstruct
437inittab
438inittime
439main