blob: c0f3b35fe9b029b2e6673c1a4ac658645cb6c4ae [file] [log] [blame]
Georg Brandl08a90122012-09-29 09:34:13 +02001LIBRARY "python34"
Antoine Pitrou71219da2011-02-25 14:31:09 +00002EXPORTS
3PyArg_Parse
4PyArg_ParseTuple
5PyArg_ParseTupleAndKeywords
6PyArg_UnpackTuple
7PyArg_VaParse
8PyArg_VaParseTupleAndKeywords
9PyArg_ValidateKeywordArguments
10PyBaseObject_Type
11PyBool_FromLong
12PyBool_Type
13PyByteArrayIter_Type
14PyByteArray_AsString
15PyByteArray_Concat
16PyByteArray_FromObject
17PyByteArray_FromStringAndSize
18PyByteArray_Resize
19PyByteArray_Size
20PyByteArray_Type
21PyBytesIter_Type
22PyBytes_AsString
23PyBytes_AsStringAndSize
24PyBytes_Concat
25PyBytes_ConcatAndDel
26PyBytes_DecodeEscape
27PyBytes_FromFormat
28PyBytes_FromFormatV
29PyBytes_FromObject
30PyBytes_FromString
31PyBytes_FromStringAndSize
32PyBytes_Repr
33PyBytes_Size
34PyBytes_Type
35PyCFunction_Call
36PyCFunction_ClearFreeList
37PyCFunction_GetFlags
38PyCFunction_GetFunction
39PyCFunction_GetSelf
Andrew Svetlov3ba3a3e2012-12-25 13:32:35 +020040PyCFunction_New
Antoine Pitrou71219da2011-02-25 14:31:09 +000041PyCFunction_NewEx
42PyCFunction_Type
43PyCallIter_New
44PyCallIter_Type
45PyCallable_Check
46PyCapsule_GetContext
47PyCapsule_GetDestructor
48PyCapsule_GetName
49PyCapsule_GetPointer
50PyCapsule_Import
51PyCapsule_IsValid
52PyCapsule_New
53PyCapsule_SetContext
54PyCapsule_SetDestructor
55PyCapsule_SetName
56PyCapsule_SetPointer
57PyCapsule_Type
58PyClassMethodDescr_Type
59PyCodec_BackslashReplaceErrors
60PyCodec_Decode
61PyCodec_Decoder
62PyCodec_Encode
63PyCodec_Encoder
64PyCodec_IgnoreErrors
65PyCodec_IncrementalDecoder
66PyCodec_IncrementalEncoder
67PyCodec_KnownEncoding
68PyCodec_LookupError
69PyCodec_Register
70PyCodec_RegisterError
71PyCodec_ReplaceErrors
72PyCodec_StreamReader
73PyCodec_StreamWriter
74PyCodec_StrictErrors
75PyCodec_XMLCharRefReplaceErrors
76PyComplex_FromDoubles
77PyComplex_ImagAsDouble
78PyComplex_RealAsDouble
79PyComplex_Type
80PyDescr_NewClassMethod
81PyDescr_NewGetSet
82PyDescr_NewMember
83PyDescr_NewMethod
84PyDictItems_Type
85PyDictIterItem_Type
86PyDictIterKey_Type
87PyDictIterValue_Type
88PyDictKeys_Type
89PyDictProxy_New
90PyDictProxy_Type
91PyDictValues_Type
92PyDict_Clear
93PyDict_Contains
94PyDict_Copy
95PyDict_DelItem
96PyDict_DelItemString
97PyDict_GetItem
98PyDict_GetItemString
99PyDict_GetItemWithError
100PyDict_Items
101PyDict_Keys
102PyDict_Merge
103PyDict_MergeFromSeq2
104PyDict_New
105PyDict_Next
106PyDict_SetItem
107PyDict_SetItemString
108PyDict_Size
109PyDict_Type
110PyDict_Update
111PyDict_Values
112PyEllipsis_Type
113PyEnum_Type
114PyErr_BadArgument
115PyErr_BadInternalCall
116PyErr_CheckSignals
117PyErr_Clear
118PyErr_Display
119PyErr_ExceptionMatches
120PyErr_Fetch
121PyErr_Format
122PyErr_GivenExceptionMatches
123PyErr_NewException
124PyErr_NewExceptionWithDoc
125PyErr_NoMemory
126PyErr_NormalizeException
127PyErr_Occurred
128PyErr_Print
129PyErr_PrintEx
130PyErr_ProgramText
131PyErr_Restore
132PyErr_SetFromErrno
133PyErr_SetFromErrnoWithFilename
134PyErr_SetFromErrnoWithFilenameObject
135PyErr_SetInterrupt
136PyErr_SetNone
137PyErr_SetObject
138PyErr_SetString
139PyErr_SyntaxLocation
140PyErr_WarnEx
141PyErr_WarnExplicit
142PyErr_WarnFormat
143PyErr_WriteUnraisable
144PyEval_AcquireLock
145PyEval_AcquireThread
146PyEval_CallFunction
147PyEval_CallMethod
148PyEval_CallObjectWithKeywords
149PyEval_EvalCode
150PyEval_EvalCodeEx
151PyEval_EvalFrame
152PyEval_EvalFrameEx
153PyEval_GetBuiltins
154PyEval_GetCallStats
155PyEval_GetFrame
156PyEval_GetFuncDesc
157PyEval_GetFuncName
158PyEval_GetGlobals
159PyEval_GetLocals
160PyEval_InitThreads
161PyEval_ReInitThreads
162PyEval_ReleaseLock
163PyEval_ReleaseThread
164PyEval_RestoreThread
165PyEval_SaveThread
166PyEval_ThreadsInitialized
167PyExc_ArithmeticError
168PyExc_AssertionError
169PyExc_AttributeError
170PyExc_BaseException
171PyExc_BufferError
172PyExc_BytesWarning
173PyExc_DeprecationWarning
174PyExc_EOFError
175PyExc_EnvironmentError
176PyExc_Exception
177PyExc_FloatingPointError
178PyExc_FutureWarning
179PyExc_GeneratorExit
180PyExc_IOError
181PyExc_ImportError
182PyExc_ImportWarning
183PyExc_IndentationError
184PyExc_IndexError
185PyExc_KeyError
186PyExc_KeyboardInterrupt
187PyExc_LookupError
188PyExc_MemoryError
189PyExc_MemoryErrorInst
190PyExc_NameError
191PyExc_NotImplementedError
192PyExc_OSError
193PyExc_OverflowError
194PyExc_PendingDeprecationWarning
195PyExc_RecursionErrorInst
196PyExc_ReferenceError
197PyExc_RuntimeError
198PyExc_RuntimeWarning
199PyExc_StopIteration
200PyExc_SyntaxError
201PyExc_SyntaxWarning
202PyExc_SystemError
203PyExc_SystemExit
204PyExc_TabError
205PyExc_TypeError
206PyExc_UnboundLocalError
207PyExc_UnicodeDecodeError
208PyExc_UnicodeEncodeError
209PyExc_UnicodeError
210PyExc_UnicodeTranslateError
211PyExc_UnicodeWarning
212PyExc_UserWarning
213PyExc_ValueError
214PyExc_Warning
215PyExc_ZeroDivisionError
216PyException_GetCause
217PyException_GetContext
218PyException_GetTraceback
219PyException_SetCause
220PyException_SetContext
221PyException_SetTraceback
222PyFile_FromFd
223PyFile_GetLine
224PyFile_WriteObject
225PyFile_WriteString
226PyFilter_Type
227PyFloat_AsDouble
228PyFloat_FromDouble
229PyFloat_FromString
230PyFloat_GetInfo
231PyFloat_GetMax
232PyFloat_GetMin
233PyFloat_Type
234PyFrozenSet_New
235PyFrozenSet_Type
236PyGC_Collect
237PyGILState_Ensure
238PyGILState_GetThisThreadState
239PyGILState_Release
240PyGetSetDescr_Type
241PyImport_AddModule
242PyImport_AppendInittab
243PyImport_Cleanup
244PyImport_ExecCodeModule
245PyImport_ExecCodeModuleEx
246PyImport_ExecCodeModuleWithPathnames
247PyImport_GetImporter
248PyImport_GetMagicNumber
249PyImport_GetMagicTag
250PyImport_GetModuleDict
251PyImport_Import
252PyImport_ImportFrozenModule
253PyImport_ImportModule
254PyImport_ImportModuleLevel
255PyImport_ImportModuleNoBlock
256PyImport_ReloadModule
257PyInterpreterState_Clear
258PyInterpreterState_Delete
259PyInterpreterState_New
260PyIter_Next
261PyListIter_Type
262PyListRevIter_Type
263PyList_Append
264PyList_AsTuple
265PyList_GetItem
266PyList_GetSlice
267PyList_Insert
268PyList_New
269PyList_Reverse
270PyList_SetItem
271PyList_SetSlice
272PyList_Size
273PyList_Sort
274PyList_Type
275PyLongRangeIter_Type
276PyLong_AsDouble
277PyLong_AsLong
278PyLong_AsLongAndOverflow
279PyLong_AsLongLong
280PyLong_AsLongLongAndOverflow
281PyLong_AsSize_t
282PyLong_AsSsize_t
283PyLong_AsUnsignedLong
284PyLong_AsUnsignedLongLong
285PyLong_AsUnsignedLongLongMask
286PyLong_AsUnsignedLongMask
287PyLong_AsVoidPtr
288PyLong_FromDouble
289PyLong_FromLong
290PyLong_FromLongLong
291PyLong_FromSize_t
292PyLong_FromSsize_t
293PyLong_FromString
294PyLong_FromUnsignedLong
295PyLong_FromUnsignedLongLong
296PyLong_FromVoidPtr
297PyLong_GetInfo
298PyLong_Type
299PyMap_Type
300PyMapping_Check
301PyMapping_GetItemString
302PyMapping_HasKey
303PyMapping_HasKeyString
304PyMapping_Items
305PyMapping_Keys
306PyMapping_Length
307PyMapping_SetItemString
308PyMapping_Size
309PyMapping_Values
310PyMem_Free
311PyMem_Malloc
312PyMem_Realloc
313PyMemberDescr_Type
314PyMemoryView_FromObject
315PyMemoryView_GetContiguous
316PyMemoryView_Type
317PyMethodDescr_Type
318PyModule_AddIntConstant
319PyModule_AddObject
320PyModule_AddStringConstant
321PyModule_Create2
322PyModule_GetDef
323PyModule_GetDict
324PyModule_GetFilename
325PyModule_GetFilenameObject
326PyModule_GetName
327PyModule_GetState
328PyModule_New
329PyModule_Type
330PyNullImporter_Type
331PyNumber_Absolute
332PyNumber_Add
333PyNumber_And
334PyNumber_AsSsize_t
335PyNumber_Check
336PyNumber_Divmod
337PyNumber_Float
338PyNumber_FloorDivide
339PyNumber_InPlaceAdd
340PyNumber_InPlaceAnd
341PyNumber_InPlaceFloorDivide
342PyNumber_InPlaceLshift
343PyNumber_InPlaceMultiply
344PyNumber_InPlaceOr
345PyNumber_InPlacePower
346PyNumber_InPlaceRemainder
347PyNumber_InPlaceRshift
348PyNumber_InPlaceSubtract
349PyNumber_InPlaceTrueDivide
350PyNumber_InPlaceXor
351PyNumber_Index
352PyNumber_Invert
353PyNumber_Long
354PyNumber_Lshift
355PyNumber_Multiply
356PyNumber_Negative
357PyNumber_Or
358PyNumber_Positive
359PyNumber_Power
360PyNumber_Remainder
361PyNumber_Rshift
362PyNumber_Subtract
363PyNumber_ToBase
364PyNumber_TrueDivide
365PyNumber_Xor
366PyOS_AfterFork
367PyOS_InitInterrupts
368PyOS_InputHook
369PyOS_InterruptOccurred
370PyOS_ReadlineFunctionPointer
371PyOS_double_to_string
372PyOS_getsig
373PyOS_mystricmp
374PyOS_mystrnicmp
375PyOS_setsig
376PyOS_snprintf
377PyOS_string_to_double
378PyOS_strtol
379PyOS_strtoul
380PyOS_vsnprintf
381PyObject_ASCII
382PyObject_AsCharBuffer
383PyObject_AsFileDescriptor
384PyObject_AsReadBuffer
385PyObject_AsWriteBuffer
386PyObject_Bytes
387PyObject_Call
388PyObject_CallFunction
389PyObject_CallFunctionObjArgs
390PyObject_CallMethod
391PyObject_CallMethodObjArgs
392PyObject_CallObject
393PyObject_CheckReadBuffer
394PyObject_ClearWeakRefs
395PyObject_DelItem
396PyObject_DelItemString
397PyObject_Dir
398PyObject_Format
399PyObject_Free
400PyObject_GC_Del
401PyObject_GC_Track
402PyObject_GC_UnTrack
403PyObject_GenericGetAttr
404PyObject_GenericSetAttr
405PyObject_GetAttr
406PyObject_GetAttrString
407PyObject_GetItem
408PyObject_GetIter
409PyObject_HasAttr
410PyObject_HasAttrString
411PyObject_Hash
412PyObject_HashNotImplemented
413PyObject_Init
414PyObject_InitVar
415PyObject_IsInstance
416PyObject_IsSubclass
417PyObject_IsTrue
418PyObject_Length
419PyObject_Malloc
420PyObject_Not
421PyObject_Realloc
422PyObject_Repr
423PyObject_RichCompare
424PyObject_RichCompareBool
425PyObject_SelfIter
426PyObject_SetAttr
427PyObject_SetAttrString
428PyObject_SetItem
429PyObject_Size
430PyObject_Str
431PyObject_Type
432PyParser_SimpleParseFileFlags
433PyParser_SimpleParseStringFlags
434PyProperty_Type
435PyRangeIter_Type
436PyRange_Type
437PyReversed_Type
438PySeqIter_New
439PySeqIter_Type
440PySequence_Check
441PySequence_Concat
442PySequence_Contains
443PySequence_Count
444PySequence_DelItem
445PySequence_DelSlice
446PySequence_Fast
447PySequence_GetItem
448PySequence_GetSlice
449PySequence_In
450PySequence_InPlaceConcat
451PySequence_InPlaceRepeat
452PySequence_Index
453PySequence_Length
454PySequence_List
455PySequence_Repeat
456PySequence_SetItem
457PySequence_SetSlice
458PySequence_Size
459PySequence_Tuple
460PySetIter_Type
461PySet_Add
462PySet_Clear
463PySet_Contains
464PySet_Discard
465PySet_New
466PySet_Pop
467PySet_Size
468PySet_Type
469PySlice_GetIndices
470PySlice_GetIndicesEx
471PySlice_New
472PySlice_Type
473PySortWrapper_Type
474PyState_FindModule
Martin v. Löwis1641cea2012-06-23 19:56:19 +0200475PyState_AddModule
476PyState_RemoveModule
Antoine Pitrou71219da2011-02-25 14:31:09 +0000477PyStructSequence_GetItem
478PyStructSequence_New
479PyStructSequence_NewType
480PyStructSequence_SetItem
481PySuper_Type
482PySys_AddWarnOption
483PySys_AddWarnOptionUnicode
484PySys_FormatStderr
485PySys_FormatStdout
486PySys_GetObject
487PySys_HasWarnOptions
488PySys_ResetWarnOptions
489PySys_SetArgv
490PySys_SetArgvEx
491PySys_SetObject
492PySys_SetPath
493PySys_WriteStderr
494PySys_WriteStdout
495PyThreadState_Clear
496PyThreadState_Delete
497PyThreadState_DeleteCurrent
498PyThreadState_Get
499PyThreadState_GetDict
500PyThreadState_New
501PyThreadState_SetAsyncExc
502PyThreadState_Swap
503PyTraceBack_Here
504PyTraceBack_Print
505PyTraceBack_Type
506PyTupleIter_Type
507PyTuple_ClearFreeList
508PyTuple_GetItem
509PyTuple_GetSlice
510PyTuple_New
511PyTuple_Pack
512PyTuple_SetItem
513PyTuple_Size
514PyTuple_Type
515PyType_ClearCache
516PyType_FromSpec
Martin v. Löwis9c564092012-06-23 23:20:45 +0200517PyType_FromSpecWithBases
Antoine Pitrou71219da2011-02-25 14:31:09 +0000518PyType_GenericAlloc
519PyType_GenericNew
520PyType_GetFlags
521PyType_IsSubtype
522PyType_Modified
523PyType_Ready
524PyType_Type
525PyUnicodeDecodeError_Create
526PyUnicodeDecodeError_GetEncoding
527PyUnicodeDecodeError_GetEnd
528PyUnicodeDecodeError_GetObject
529PyUnicodeDecodeError_GetReason
530PyUnicodeDecodeError_GetStart
531PyUnicodeDecodeError_SetEnd
532PyUnicodeDecodeError_SetReason
533PyUnicodeDecodeError_SetStart
534PyUnicodeEncodeError_GetEncoding
535PyUnicodeEncodeError_GetEnd
536PyUnicodeEncodeError_GetObject
537PyUnicodeEncodeError_GetReason
538PyUnicodeEncodeError_GetStart
539PyUnicodeEncodeError_SetEnd
540PyUnicodeEncodeError_SetReason
541PyUnicodeEncodeError_SetStart
542PyUnicodeIter_Type
543PyUnicodeTranslateError_GetEnd
544PyUnicodeTranslateError_GetObject
545PyUnicodeTranslateError_GetReason
546PyUnicodeTranslateError_GetStart
547PyUnicodeTranslateError_SetEnd
548PyUnicodeTranslateError_SetReason
549PyUnicodeTranslateError_SetStart
550PyUnicodeUCS2_Append
551PyUnicodeUCS2_AppendAndDel
552PyUnicodeUCS2_AsASCIIString
553PyUnicodeUCS2_AsCharmapString
554PyUnicodeUCS2_AsDecodedObject
555PyUnicodeUCS2_AsDecodedUnicode
556PyUnicodeUCS2_AsEncodedObject
557PyUnicodeUCS2_AsEncodedString
558PyUnicodeUCS2_AsEncodedUnicode
559PyUnicodeUCS2_AsLatin1String
560PyUnicodeUCS2_AsRawUnicodeEscapeString
561PyUnicodeUCS2_AsUTF16String
562PyUnicodeUCS2_AsUTF32String
563PyUnicodeUCS2_AsUTF8String
564PyUnicodeUCS2_AsUnicodeEscapeString
565PyUnicodeUCS2_AsWideChar
566PyUnicodeUCS2_ClearFreelist
567PyUnicodeUCS2_Compare
568PyUnicodeUCS2_Concat
569PyUnicodeUCS2_Contains
570PyUnicodeUCS2_Count
571PyUnicodeUCS2_Decode
572PyUnicodeUCS2_DecodeASCII
573PyUnicodeUCS2_DecodeCharmap
574PyUnicodeUCS2_DecodeFSDefault
575PyUnicodeUCS2_DecodeFSDefaultAndSize
576PyUnicodeUCS2_DecodeLatin1
577PyUnicodeUCS2_DecodeRawUnicodeEscape
578PyUnicodeUCS2_DecodeUTF16
579PyUnicodeUCS2_DecodeUTF16Stateful
580PyUnicodeUCS2_DecodeUTF32
581PyUnicodeUCS2_DecodeUTF32Stateful
582PyUnicodeUCS2_DecodeUTF8
583PyUnicodeUCS2_DecodeUTF8Stateful
584PyUnicodeUCS2_DecodeUnicodeEscape
585PyUnicodeUCS2_FSConverter
586PyUnicodeUCS2_FSDecoder
587PyUnicodeUCS2_Find
588PyUnicodeUCS2_Format
589PyUnicodeUCS2_FromEncodedObject
590PyUnicodeUCS2_FromFormat
591PyUnicodeUCS2_FromFormatV
592PyUnicodeUCS2_FromObject
593PyUnicodeUCS2_FromOrdinal
594PyUnicodeUCS2_FromString
595PyUnicodeUCS2_FromStringAndSize
596PyUnicodeUCS2_FromWideChar
597PyUnicodeUCS2_GetDefaultEncoding
598PyUnicodeUCS2_GetSize
599PyUnicodeUCS2_IsIdentifier
600PyUnicodeUCS2_Join
601PyUnicodeUCS2_Partition
602PyUnicodeUCS2_RPartition
603PyUnicodeUCS2_RSplit
604PyUnicodeUCS2_Replace
605PyUnicodeUCS2_Resize
606PyUnicodeUCS2_RichCompare
607PyUnicodeUCS2_SetDefaultEncoding
608PyUnicodeUCS2_Split
609PyUnicodeUCS2_Splitlines
610PyUnicodeUCS2_Tailmatch
611PyUnicodeUCS2_Translate
612PyUnicode_BuildEncodingMap
613PyUnicode_CompareWithASCIIString
614PyUnicode_DecodeUTF7
615PyUnicode_DecodeUTF7Stateful
616PyUnicode_EncodeFSDefault
617PyUnicode_InternFromString
618PyUnicode_InternImmortal
619PyUnicode_InternInPlace
620PyUnicode_Type
621PyWeakref_GetObject
622PyWeakref_NewProxy
623PyWeakref_NewRef
624PyWrapperDescr_Type
625PyWrapper_New
626PyZip_Type
627Py_AddPendingCall
628Py_AtExit
629Py_BuildValue
630Py_CompileString
631Py_DecRef
632Py_EndInterpreter
633Py_Exit
634Py_FatalError
635Py_FileSystemDefaultEncoding
636Py_Finalize
637Py_GetBuildInfo
638Py_GetCompiler
639Py_GetCopyright
640Py_GetExecPrefix
641Py_GetPath
642Py_GetPlatform
643Py_GetPrefix
644Py_GetProgramFullPath
645Py_GetProgramName
646Py_GetPythonHome
647Py_GetRecursionLimit
648Py_GetVersion
649Py_HasFileSystemDefaultEncoding
650Py_IncRef
651Py_Initialize
652Py_InitializeEx
653Py_IsInitialized
654Py_Main
655Py_MakePendingCalls
656Py_NewInterpreter
657Py_ReprEnter
658Py_ReprLeave
659Py_SetProgramName
660Py_SetPythonHome
661Py_SetRecursionLimit
662Py_SymtableString
663Py_VaBuildValue
664_PyErr_BadInternalCall
665_PyObject_CallFunction_SizeT
666_PyObject_CallMethod_SizeT
667_PyObject_GC_Malloc
668_PyObject_GC_New
669_PyObject_GC_NewVar
670_PyObject_GC_Resize
671_PyObject_New
672_PyObject_NewVar
673_PyState_AddModule
674_PyThreadState_Init
675_PyThreadState_Prealloc
676_PyTrash_delete_later
677_PyTrash_delete_nesting
678_PyTrash_deposit_object
679_PyTrash_destroy_chain
680_PyWeakref_CallableProxyType
681_PyWeakref_ProxyType
682_PyWeakref_RefType
683_Py_BuildValue_SizeT
684_Py_CheckRecursionLimit
685_Py_CheckRecursiveCall
686_Py_Dealloc
687_Py_EllipsisObject
688_Py_FalseStruct
689_Py_NoneStruct
690_Py_NotImplementedStruct
691_Py_SwappedOp
692_Py_TrueStruct
693_Py_VaBuildValue_SizeT
Martin v. Löwis75aeaa92012-06-24 00:00:30 +0200694_PyArg_Parse_SizeT
695_PyArg_ParseTuple_SizeT
696_PyArg_ParseTupleAndKeywords_SizeT
697_PyArg_VaParse_SizeT
698_PyArg_VaParseTupleAndKeywords_SizeT
699_Py_BuildValue_SizeT