]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/python/contrib/PC/os2vacpp/python.def
Inital import
[l4.git] / l4 / pkg / python / contrib / PC / os2vacpp / python.def
1 LIBRARY        PYTHON24 INITINSTANCE TERMINSTANCE
2 DESCRIPTION    'Python 2.4 Core DLL'
3 PROTMODE
4 DATA           MULTIPLE NONSHARED
5
6 EXPORTS
7                ; Data
8                PyCFunction_Type
9                PyCObject_Type
10                PyClass_Type
11                PyCode_Type
12                PyComplex_Type
13                PyDict_Type
14                PyExc_ArithmeticError
15                PyExc_AssertionError
16                PyExc_AttributeError
17                PyExc_EOFError
18                PyExc_EnvironmentError
19                PyExc_Exception
20                PyExc_FloatingPointError
21                PyExc_IOError
22                PyExc_ImportError
23                PyExc_IndexError
24                PyExc_KeyError
25                PyExc_KeyboardInterrupt
26                PyExc_LookupError
27                PyExc_MemoryError
28                PyExc_MemoryErrorInst
29                PyExc_NameError
30                PyExc_OSError
31                PyExc_OverflowError
32                PyExc_RuntimeError
33                PyExc_StandardError
34                PyExc_SyntaxError
35                PyExc_SystemError
36                PyExc_SystemExit
37                PyExc_TypeError
38                PyExc_ValueError
39                PyExc_ZeroDivisionError
40                PyFile_Type
41                PyFloat_Type
42                PyFrame_Type
43                PyFunction_Type
44                PyImport_FrozenModules
45                PyImport_Inittab
46                PyInstance_Type
47                PyInt_Type
48                PyList_Type
49                PyLong_Type
50                PyMethod_Type
51                PyModule_Type
52                PyOS_InputHook
53                PyOS_ReadlineFunctionPointer
54                PyRange_Type
55                PySlice_Type
56                PyString_Type
57                PyTraceBack_Type
58                PyTuple_Type
59                PyType_Type
60                Py_DebugFlag
61                Py_FrozenFlag
62                Py_InteractiveFlag
63                Py_NoSiteFlag
64                Py_OptimizeFlag
65                Py_TabcheckFlag
66                Py_UseClassExceptionsFlag
67                Py_VerboseFlag
68                _PyImport_Filetab
69                _PyImport_Inittab
70                _PyParser_Grammar
71                _PyParser_TokenNames
72                _Py_EllipsisObject
73                _Py_NoneStruct
74                _Py_PackageContext
75                _Py_TrueStruct
76                _Py_ZeroStruct
77                _Py_abstract_hack
78                _Py_cobject_hack
79                _Py_re_syntax
80                _Py_re_syntax_table
81
82                ; Code
83                PyArg_Parse
84                PyArg_ParseTuple
85                PyArg_ParseTupleAndKeywords
86                PyArg_VaParse
87                PyCFunction_Fini
88                PyCFunction_GetFlags
89                PyCFunction_GetFunction
90                PyCFunction_GetSelf
91                PyCFunction_New
92                PyCObject_AsVoidPtr
93                PyCObject_FromVoidPtrAndDesc
94                PyCObject_FromVoidPtr
95                PyCObject_GetDesc
96                PyCObject_Import
97                PyCallable_Check
98                PyClass_IsSubclass
99                PyClass_New
100                PyCode_Addr2Line
101                PyCode_New
102                PyComplex_AsCComplex
103                PyComplex_FromCComplex
104                PyComplex_FromDoubles
105                PyComplex_ImagAsDouble
106                PyComplex_RealAsDouble
107                PyDict_Clear
108                PyDict_DelItem
109                PyDict_DelItemString
110                PyDict_GetItem
111                PyDict_GetItemString
112                PyDict_Items
113                PyDict_Keys
114                PyDict_New
115                PyDict_Next
116                PyDict_SetItem
117                PyDict_SetItemString
118                PyDict_Size
119                PyDict_Values
120                PyErr_BadArgument
121                PyErr_BadInternalCall
122                PyErr_CheckSignals
123                PyErr_Clear
124                PyErr_ExceptionMatches
125                PyErr_Fetch
126                PyErr_Format
127                PyErr_GivenExceptionMatches
128                PyErr_NewException
129                PyErr_NoMemory
130                PyErr_NormalizeException
131                PyErr_Occurred
132                PyErr_Print
133                PyErr_PrintEx
134                PyErr_Restore
135                PyErr_SetFromErrno
136                PyErr_SetFromErrnoWithFilename
137                PyErr_SetInterrupt
138                PyErr_SetNone
139                PyErr_SetObject
140                PyErr_SetString
141                PyEval_AcquireLock
142                PyEval_AcquireThread
143                PyEval_CallFunction
144                PyEval_CallMethod
145                PyEval_CallObject
146                PyEval_CallObjectWithKeywords
147                PyEval_EvalCode
148                PyEval_GetBuiltins
149                PyEval_GetFrame
150                PyEval_GetGlobals
151                PyEval_GetLocals
152                PyEval_GetRestricted
153                PyEval_InitThreads
154                PyEval_ReleaseLock
155                PyEval_ReleaseThread
156                PyEval_RestoreThread
157                PyEval_SaveThread
158                PyFile_AsFile
159                PyFile_FromFile
160                PyFile_FromString
161                PyFile_GetLine
162                PyFile_Name
163                PyFile_SetBufSize
164                PyFile_SoftSpace
165                PyFile_WriteObject
166                PyFile_WriteString
167                PyFloat_AsDouble
168                PyFloat_AsString
169                PyFloat_Fini
170                PyFloat_FromDouble
171                PyFrame_BlockPop
172                PyFrame_BlockSetup
173                PyFrame_FastToLocals
174                PyFrame_Fini
175                PyFrame_LocalsToFast
176                PyFrame_New
177                PyFunction_GetCode
178                PyFunction_GetDefaults
179                PyFunction_GetGlobals
180                PyFunction_New
181                PyFunction_SetDefaults
182                PyGrammar_AddAccelerators
183                PyGrammar_FindDFA
184                PyGrammar_LabelRepr
185                PyGrammar_RemoveAccelerators
186                PyImport_AddModule
187                PyImport_AppendInittab
188                PyImport_Cleanup
189                PyImport_ExecCodeModule
190                PyImport_ExecCodeModuleEx
191                PyImport_ExtendInittab
192                PyImport_GetMagicNumber
193                PyImport_GetModuleDict
194                PyImport_Import
195                PyImport_ImportFrozenModule
196                PyImport_ImportModule
197                PyImport_ImportModuleEx
198                PyImport_ReloadModule
199                PyInstance_DoBinOp
200                PyInstance_New
201                PyInt_AsLong
202                PyInt_Fini
203                PyInt_FromLong
204                PyInt_GetMax
205                PyInterpreterState_Clear
206                PyInterpreterState_Delete
207                PyInterpreterState_New
208                PyList_Append
209                PyList_AsTuple
210                PyList_GetItem
211                PyList_GetSlice
212                PyList_Insert
213                PyList_New
214                PyList_Reverse
215                PyList_SetItem
216                PyList_SetSlice
217                PyList_Size
218                PyList_Sort
219                PyLong_AsDouble
220                PyLong_AsLong
221 ;               PyLong_AsLongLong
222                PyLong_AsUnsignedLong
223 ;               PyLong_AsUnsignedLongLong
224                PyLong_AsVoidPtr
225                PyLong_FromDouble
226                PyLong_FromLong
227 ;               PyLong_FromLongLong
228                PyLong_FromString
229                PyLong_FromUnsignedLong
230 ;               PyLong_FromUnsignedLongLong
231                PyLong_FromVoidPtr
232                PyMapping_Check
233                PyMapping_GetItemString
234                PyMapping_HasKey
235                PyMapping_HasKeyString
236                PyMapping_Length
237                PyMapping_SetItemString
238                PyMarshal_Init
239                PyMarshal_ReadLongFromFile
240                PyMarshal_ReadObjectFromFile
241                PyMarshal_ReadObjectFromString
242                PyMarshal_WriteLongToFile
243                PyMarshal_WriteObjectToFile
244                PyMarshal_WriteObjectToString
245                PyMem_Free
246                PyMem_Malloc
247                PyMem_Realloc
248                PyMember_Get
249                PyMember_Set
250                PyMethod_Class
251                PyMethod_Fini
252                PyMethod_Function
253                PyMethod_New
254                PyMethod_Self
255                PyModule_GetDict
256                PyModule_GetName
257                PyModule_New
258                PyNode_AddChild
259                PyNode_Compile
260                PyNode_Free
261 ;               PyNode_ListTree
262                PyNode_New
263                PyNumber_Absolute
264                PyNumber_Add
265                PyNumber_And
266                PyNumber_Check
267                PyNumber_Coerce
268                PyNumber_CoerceEx
269                PyNumber_Divide
270                PyNumber_Divmod
271                PyNumber_Float
272                PyNumber_Int
273                PyNumber_Invert
274                PyNumber_Long
275                PyNumber_Lshift
276                PyNumber_Multiply
277                PyNumber_Negative
278                PyNumber_Or
279                PyNumber_Positive
280                PyNumber_Power
281                PyNumber_Remainder
282                PyNumber_Rshift
283                PyNumber_Subtract
284                PyNumber_Xor
285                PyOS_AfterFork
286                PyOS_FiniInterrupts
287                PyOS_GetLastModificationTime
288                PyOS_InitInterrupts
289                PyOS_InterruptOccurred
290                PyOS_Readline
291                PyOS_StdioReadline
292                PyOS_strtol
293                PyOS_strtoul
294                PyObject_CallFunction
295                PyObject_CallMethod
296                PyObject_CallObject
297                PyObject_Cmp
298                PyObject_Compare
299                PyObject_DelItem
300                PyObject_GetAttr
301                PyObject_GetAttrString
302                PyObject_GetItem
303                PyObject_HasAttr
304                PyObject_HasAttrString
305                PyObject_Hash
306                PyObject_IsTrue
307                PyObject_Length
308                PyObject_Not
309                PyObject_Print
310                PyObject_Repr
311                PyObject_SetAttr
312                PyObject_SetAttrString
313                PyObject_SetItem
314                PyObject_Str
315                PyObject_Type
316                PyParser_AddToken
317                PyParser_Delete
318                PyParser_New
319                PyParser_ParseFile
320                PyParser_ParseString
321                PyParser_SimpleParseFile
322                PyParser_SimpleParseString
323                PyRange_New
324                PyRun_AnyFile
325                PyRun_File
326                PyRun_InteractiveLoop
327                PyRun_InteractiveOne
328                PyRun_SimpleFile
329                PyRun_SimpleString
330                PyRun_String
331                PySequence_Check
332                PySequence_Concat
333                PySequence_Contains
334                PySequence_Count
335                PySequence_DelItem
336                PySequence_DelSlice
337                PySequence_GetItem
338                PySequence_GetSlice
339                PySequence_In
340                PySequence_Index
341                PySequence_Length
342                PySequence_List
343                PySequence_Repeat
344                PySequence_SetItem
345                PySequence_SetSlice
346                PySequence_Tuple
347                PySlice_GetIndices
348                PySlice_New
349                PyString_AsString
350                PyString_Concat
351                PyString_ConcatAndDel
352                PyString_Fini
353                PyString_Format
354                PyString_FromString
355                PyString_FromStringAndSize
356                PyString_InternFromString
357                PyString_InternInPlace
358                PyString_Size
359                PySys_GetFile
360                PySys_GetObject
361                PySys_SetArgv
362                PySys_SetObject
363                PySys_SetPath
364                PySys_WriteStderr
365                PySys_WriteStdout
366                PyThreadState_Clear
367                PyThreadState_Delete
368                PyThreadState_Get
369                PyThreadState_GetDict
370                PyThreadState_New
371                PyThreadState_Swap
372                PyThread__exit_thread
373                PyThread_acquire_lock
374                PyThread_allocate_lock
375                PyThread_allocate_sema
376                PyThread_down_sema
377                PyThread_exit_thread
378                PyThread_free_lock
379                PyThread_free_sema
380                PyThread_get_thread_ident
381                PyThread_init_thread
382                PyThread_release_lock
383                PyThread_start_new_thread
384                PyThread_up_sema
385                PyToken_OneChar
386                PyToken_TwoChars
387                PyTokenizer_Free
388                PyTokenizer_FromFile
389                PyTokenizer_FromString
390                PyTokenizer_Get
391                PyTraceBack_Here
392                PyTraceBack_Print
393                PyTuple_Fini
394                PyTuple_GetItem
395                PyTuple_GetSlice
396                PyTuple_New
397                PyTuple_SetItem
398                PyTuple_Size
399                Py_AddPendingCall
400                Py_AtExit
401                Py_BuildValue
402                Py_CompileString
403                Py_EndInterpreter
404                Py_Exit
405                Py_FatalError
406                Py_FdIsInteractive
407                Py_Finalize
408                Py_FindMethod
409                Py_FindMethodInChain
410                Py_FlushLine
411                Py_Free
412                Py_GetArgcArgv
413                Py_GetBuildInfo
414                Py_GetCompiler
415                Py_GetCopyright
416                Py_GetExecPrefix
417                Py_GetPath
418                Py_GetPlatform
419                Py_GetPrefix
420                Py_GetProgramFullPath
421                Py_GetProgramName
422                Py_GetPythonHome
423                Py_GetVersion
424                Py_InitModule4
425                Py_Initialize
426                Py_IsInitialized
427                Py_Main
428                Py_MakePendingCalls
429                Py_Malloc
430                Py_NewInterpreter
431                Py_Realloc
432                Py_ReprEnter
433                Py_ReprLeave
434                Py_SetProgramName
435                Py_SetPythonHome
436                Py_VaBuildValue
437                _PyBuiltin_Fini_1
438                _PyBuiltin_Fini_2
439                _PyBuiltin_Init_1
440                _PyBuiltin_Init_2
441                _PyImport_FindExtension
442                _PyImport_Fini
443                _PyImport_FixupExtension
444                _PyImport_Init
445                _PyImport_LoadDynamicModule
446                _PyLong_New
447                _PyModule_Clear
448                _PyObject_New
449                _PyObject_NewVar
450                _PyString_Resize
451                _PySys_Init
452                _PyTuple_Resize
453                _Py_MD5Final
454                _Py_MD5Init
455                _Py_MD5Update
456 ;               _Py_addbit
457                _Py_c_diff
458                _Py_c_neg
459                _Py_c_pow
460                _Py_c_prod
461                _Py_c_quot
462                _Py_c_sum
463 ;               _Py_delbitset
464 ;               _Py_mergebitset
465 ;               _Py_meta_grammar
466 ;               _Py_newbitset
467 ;               _Py_samebitset
468                PyBuffer_Type
469                PyBuffer_FromObject
470                PyBuffer_FromMemory
471                PyBuffer_FromReadWriteMemory
472                PyBuffer_New
473