/PC/os2vacpp/python.def

http://unladen-swallow.googlecode.com/ · Module-Definition · 473 lines · 457 code · 3 blank · 13 comment · 0 complexity · 5869db8a49db64713cd1926598348997 MD5 · raw file

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