PageRenderTime 23ms CodeModel.GetById 12ms RepoModel.GetById 1ms app.codeStats 1ms

/src/pycrt/pycrt.def

https://github.com/alexeysudachen/python-tool
Module-Definition | 842 lines | 842 code | 0 blank | 0 comment | 0 complexity | 07c44b28b21ac9ba8f83e49f8825004b MD5 | raw file
  1. EXPORTS
  2. PyArg_Parse
  3. PyArg_ParseTuple
  4. PyArg_ParseTupleAndKeywords
  5. PyArg_UnpackTuple
  6. PyArg_VaParse
  7. PyArg_VaParseTupleAndKeywords
  8. PyBaseObject_Type
  9. PyBaseString_Type
  10. PyBool_FromLong
  11. PyBool_Type
  12. PyBuffer_FromMemory
  13. PyBuffer_FromObject
  14. PyBuffer_FromReadWriteMemory
  15. PyBuffer_FromReadWriteObject
  16. PyBuffer_New
  17. PyBuffer_Type
  18. PyCFunction_Call
  19. PyCFunction_Fini
  20. PyCFunction_GetFlags
  21. PyCFunction_GetFunction
  22. PyCFunction_GetSelf
  23. PyCFunction_New
  24. PyCFunction_NewEx
  25. PyCFunction_Type
  26. PyCObject_AsVoidPtr
  27. PyCObject_FromVoidPtr
  28. PyCObject_FromVoidPtrAndDesc
  29. PyCObject_GetDesc
  30. PyCObject_Import
  31. PyCObject_SetVoidPtr
  32. PyCObject_Type
  33. PyCallIter_New
  34. PyCallIter_Type
  35. PyCallable_Check
  36. PyCell_Get
  37. PyCell_New
  38. PyCell_Set
  39. PyCell_Type
  40. PyClassMethod_New
  41. PyClassMethod_Type
  42. PyClass_IsSubclass
  43. PyClass_New
  44. PyClass_Type
  45. PyCode_Addr2Line
  46. PyCode_New
  47. PyCode_Type
  48. PyCodec_BackslashReplaceErrors
  49. PyCodec_Decode
  50. PyCodec_Decoder
  51. PyCodec_Encode
  52. PyCodec_Encoder
  53. PyCodec_IgnoreErrors
  54. PyCodec_LookupError
  55. PyCodec_Register
  56. PyCodec_RegisterError
  57. PyCodec_ReplaceErrors
  58. PyCodec_StreamReader
  59. PyCodec_StreamWriter
  60. PyCodec_StrictErrors
  61. PyCodec_XMLCharRefReplaceErrors
  62. PyComplex_AsCComplex
  63. PyComplex_FromCComplex
  64. PyComplex_FromDoubles
  65. PyComplex_ImagAsDouble
  66. PyComplex_RealAsDouble
  67. PyComplex_Type
  68. PyDescr_NewClassMethod
  69. PyDescr_NewGetSet
  70. PyDescr_NewMember
  71. PyDescr_NewMethod
  72. PyDescr_NewWrapper
  73. PyDictProxy_New
  74. PyDict_Clear
  75. PyDict_Contains
  76. PyDict_Copy
  77. PyDict_DelItem
  78. PyDict_DelItemString
  79. PyDict_GetItem
  80. PyDict_GetItemString
  81. PyDict_Items
  82. PyDict_Keys
  83. PyDict_Merge
  84. PyDict_MergeFromSeq2
  85. PyDict_New
  86. PyDict_Next
  87. PyDict_SetItem
  88. PyDict_SetItemString
  89. PyDict_Size
  90. PyDict_Type
  91. PyDict_Update
  92. PyDict_Values
  93. PyEnum_Type
  94. PyErr_BadArgument
  95. PyErr_BadInternalCall
  96. PyErr_CheckSignals
  97. PyErr_Clear
  98. PyErr_Display
  99. PyErr_ExceptionMatches
  100. PyErr_Fetch
  101. PyErr_Format
  102. PyErr_GivenExceptionMatches
  103. PyErr_NewException
  104. PyErr_NoMemory
  105. PyErr_NormalizeException
  106. PyErr_Occurred
  107. PyErr_Print
  108. PyErr_PrintEx
  109. PyErr_ProgramText
  110. PyErr_Restore
  111. PyErr_SetExcFromWindowsErr
  112. PyErr_SetExcFromWindowsErrWithFilename
  113. PyErr_SetExcFromWindowsErrWithFilenameObject
  114. PyErr_SetExcFromWindowsErrWithUnicodeFilename
  115. PyErr_SetFromErrno
  116. PyErr_SetFromErrnoWithFilename
  117. PyErr_SetFromErrnoWithFilenameObject
  118. PyErr_SetFromErrnoWithUnicodeFilename
  119. PyErr_SetFromWindowsErr
  120. PyErr_SetFromWindowsErrWithFilename
  121. PyErr_SetFromWindowsErrWithUnicodeFilename
  122. PyErr_SetInterrupt
  123. PyErr_SetNone
  124. PyErr_SetObject
  125. PyErr_SetString
  126. PyErr_SyntaxLocation
  127. PyErr_Warn
  128. PyErr_WarnExplicit
  129. PyErr_WriteUnraisable
  130. PyEval_AcquireLock
  131. PyEval_AcquireThread
  132. PyEval_CallFunction
  133. PyEval_CallMethod
  134. PyEval_CallObject
  135. PyEval_CallObjectWithKeywords
  136. PyEval_EvalCode
  137. PyEval_EvalCodeEx
  138. PyEval_EvalFrame
  139. PyEval_GetBuiltins
  140. PyEval_GetCallStats
  141. PyEval_GetFrame
  142. PyEval_GetFuncDesc
  143. PyEval_GetFuncName
  144. PyEval_GetGlobals
  145. PyEval_GetLocals
  146. PyEval_GetRestricted
  147. PyEval_InitThreads
  148. PyEval_MergeCompilerFlags
  149. PyEval_ReInitThreads
  150. PyEval_ReleaseLock
  151. PyEval_ReleaseThread
  152. PyEval_RestoreThread
  153. PyEval_SaveThread
  154. PyEval_SetProfile
  155. PyEval_SetTrace
  156. PyEval_ThreadsInitialized
  157. PyExc_ArithmeticError
  158. PyExc_AssertionError
  159. PyExc_AttributeError
  160. PyExc_DeprecationWarning
  161. PyExc_EOFError
  162. PyExc_EnvironmentError
  163. PyExc_Exception
  164. PyExc_FloatingPointError
  165. PyExc_FutureWarning
  166. PyExc_IOError
  167. PyExc_ImportError
  168. PyExc_IndentationError
  169. PyExc_IndexError
  170. PyExc_KeyError
  171. PyExc_KeyboardInterrupt
  172. PyExc_LookupError
  173. PyExc_MemoryError
  174. PyExc_MemoryErrorInst
  175. PyExc_NameError
  176. PyExc_NotImplementedError
  177. PyExc_OSError
  178. PyExc_OverflowError
  179. PyExc_OverflowWarning
  180. PyExc_PendingDeprecationWarning
  181. PyExc_ReferenceError
  182. PyExc_RuntimeError
  183. PyExc_RuntimeWarning
  184. PyExc_StandardError
  185. PyExc_StopIteration
  186. PyExc_SyntaxError
  187. PyExc_SyntaxWarning
  188. PyExc_SystemError
  189. PyExc_SystemExit
  190. PyExc_TabError
  191. PyExc_TypeError
  192. PyExc_UnboundLocalError
  193. PyExc_UnicodeDecodeError
  194. PyExc_UnicodeEncodeError
  195. PyExc_UnicodeError
  196. PyExc_UnicodeTranslateError
  197. PyExc_UserWarning
  198. PyExc_ValueError
  199. PyExc_Warning
  200. PyExc_WindowsError
  201. PyExc_ZeroDivisionError
  202. PyFile_AsFile
  203. PyFile_FromFile
  204. PyFile_FromString
  205. PyFile_GetLine
  206. PyFile_Name
  207. PyFile_SetBufSize
  208. PyFile_SetEncoding
  209. PyFile_SoftSpace
  210. PyFile_Type
  211. PyFile_WriteObject
  212. PyFile_WriteString
  213. PyFloat_AsDouble
  214. PyFloat_AsReprString
  215. PyFloat_AsString
  216. PyFloat_Fini
  217. PyFloat_FromDouble
  218. PyFloat_FromString
  219. PyFloat_Type
  220. PyFrame_BlockPop
  221. PyFrame_BlockSetup
  222. PyFrame_FastToLocals
  223. PyFrame_Fini
  224. PyFrame_LocalsToFast
  225. PyFrame_New
  226. PyFrame_Type
  227. PyFrozenSet_Type
  228. PyFunction_GetClosure
  229. PyFunction_GetCode
  230. PyFunction_GetDefaults
  231. PyFunction_GetGlobals
  232. PyFunction_GetModule
  233. PyFunction_New
  234. PyFunction_SetClosure
  235. PyFunction_SetDefaults
  236. PyFunction_Type
  237. PyGC_Collect
  238. PyGILState_Ensure
  239. PyGILState_GetThisThreadState
  240. PyGILState_Release
  241. PyGen_New
  242. PyGen_Type
  243. PyImport_AddModule
  244. PyImport_AppendInittab
  245. PyImport_Cleanup
  246. PyImport_ExecCodeModule
  247. PyImport_ExecCodeModuleEx
  248. PyImport_ExtendInittab
  249. PyImport_FrozenModules
  250. PyImport_GetMagicNumber
  251. PyImport_GetModuleDict
  252. PyImport_Import
  253. PyImport_ImportFrozenModule
  254. PyImport_ImportModule
  255. PyImport_ImportModuleEx
  256. PyImport_Inittab
  257. PyImport_ReloadModule
  258. PyInstance_New
  259. PyInstance_NewRaw
  260. PyInstance_Type
  261. PyInt_AsLong
  262. PyInt_AsUnsignedLongLongMask
  263. PyInt_AsUnsignedLongMask
  264. PyInt_Fini
  265. PyInt_FromLong
  266. PyInt_FromString
  267. PyInt_FromUnicode
  268. PyInt_GetMax
  269. PyInt_Type
  270. PyInterpreterState_Clear
  271. PyInterpreterState_Delete
  272. PyInterpreterState_Head
  273. PyInterpreterState_New
  274. PyInterpreterState_Next
  275. PyInterpreterState_ThreadHead
  276. PyIter_Next
  277. PyList_Append
  278. PyList_AsTuple
  279. PyList_Fini
  280. PyList_GetItem
  281. PyList_GetSlice
  282. PyList_Insert
  283. PyList_New
  284. PyList_Reverse
  285. PyList_SetItem
  286. PyList_SetSlice
  287. PyList_Size
  288. PyList_Sort
  289. PyList_Type
  290. PyLong_AsDouble
  291. PyLong_AsLong
  292. PyLong_AsLongLong
  293. PyLong_AsUnsignedLong
  294. PyLong_AsUnsignedLongLong
  295. PyLong_AsUnsignedLongLongMask
  296. PyLong_AsUnsignedLongMask
  297. PyLong_AsVoidPtr
  298. PyLong_FromDouble
  299. PyLong_FromLong
  300. PyLong_FromLongLong
  301. PyLong_FromString
  302. PyLong_FromUnicode
  303. PyLong_FromUnsignedLong
  304. PyLong_FromUnsignedLongLong
  305. PyLong_FromVoidPtr
  306. PyLong_Type
  307. PyMapping_Check
  308. PyMapping_GetItemString
  309. PyMapping_HasKey
  310. PyMapping_HasKeyString
  311. PyMapping_Length
  312. PyMapping_SetItemString
  313. PyMapping_Size
  314. PyMarshal_ReadLastObjectFromFile
  315. PyMarshal_ReadLongFromFile
  316. PyMarshal_ReadObjectFromFile
  317. PyMarshal_ReadObjectFromString
  318. PyMarshal_ReadShortFromFile
  319. PyMarshal_WriteLongToFile
  320. PyMarshal_WriteObjectToFile
  321. PyMarshal_WriteObjectToString
  322. PyMem_Free
  323. PyMem_Malloc
  324. PyMem_Realloc
  325. PyMember_Get
  326. PyMember_GetOne
  327. PyMember_Set
  328. PyMember_SetOne
  329. PyMethod_Class
  330. PyMethod_Fini
  331. PyMethod_Function
  332. PyMethod_New
  333. PyMethod_Self
  334. PyMethod_Type
  335. PyModule_AddIntConstant
  336. PyModule_AddObject
  337. PyModule_AddStringConstant
  338. PyModule_GetDict
  339. PyModule_GetFilename
  340. PyModule_GetName
  341. PyModule_New
  342. PyModule_Type
  343. PyNode_AddChild
  344. PyNode_Compile
  345. PyNode_CompileFlags
  346. PyNode_CompileSymtable
  347. PyNode_Free
  348. PyNode_Future
  349. PyNode_ListTree
  350. PyNode_New
  351. PyNumber_Absolute
  352. PyNumber_Add
  353. PyNumber_And
  354. PyNumber_Check
  355. PyNumber_Coerce
  356. PyNumber_CoerceEx
  357. PyNumber_Divide
  358. PyNumber_Divmod
  359. PyNumber_Float
  360. PyNumber_FloorDivide
  361. PyNumber_InPlaceAdd
  362. PyNumber_InPlaceAnd
  363. PyNumber_InPlaceDivide
  364. PyNumber_InPlaceFloorDivide
  365. PyNumber_InPlaceLshift
  366. PyNumber_InPlaceMultiply
  367. PyNumber_InPlaceOr
  368. PyNumber_InPlacePower
  369. PyNumber_InPlaceRemainder
  370. PyNumber_InPlaceRshift
  371. PyNumber_InPlaceSubtract
  372. PyNumber_InPlaceTrueDivide
  373. PyNumber_InPlaceXor
  374. PyNumber_Int
  375. PyNumber_Invert
  376. PyNumber_Long
  377. PyNumber_Lshift
  378. PyNumber_Multiply
  379. PyNumber_Negative
  380. PyNumber_Or
  381. PyNumber_Positive
  382. PyNumber_Power
  383. PyNumber_Remainder
  384. PyNumber_Rshift
  385. PyNumber_Subtract
  386. PyNumber_TrueDivide
  387. PyNumber_Xor
  388. PyOS_AfterFork
  389. PyOS_CheckStack
  390. PyOS_FiniInterrupts
  391. PyOS_InitInterrupts
  392. PyOS_InputHook
  393. PyOS_InterruptOccurred
  394. PyOS_Readline
  395. PyOS_ReadlineFunctionPointer
  396. PyOS_ascii_atof
  397. PyOS_ascii_formatd
  398. PyOS_ascii_strtod
  399. PyOS_getsig
  400. PyOS_setsig
  401. PyOS_snprintf
  402. PyOS_strtol
  403. PyOS_strtoul
  404. PyOS_vsnprintf
  405. PyObject_AsCharBuffer
  406. PyObject_AsFileDescriptor
  407. PyObject_AsReadBuffer
  408. PyObject_AsWriteBuffer
  409. PyObject_Call
  410. PyObject_CallFunction
  411. PyObject_CallFunctionObjArgs
  412. PyObject_CallMethod
  413. PyObject_CallMethodObjArgs
  414. PyObject_CallObject
  415. PyObject_CheckReadBuffer
  416. PyObject_ClearWeakRefs
  417. PyObject_Cmp
  418. PyObject_Compare
  419. PyObject_DelItem
  420. PyObject_DelItemString
  421. PyObject_Dir
  422. PyObject_Free
  423. PyObject_GC_Del
  424. PyObject_GC_Track
  425. PyObject_GC_UnTrack
  426. PyObject_GenericGetAttr
  427. PyObject_GenericSetAttr
  428. PyObject_GetAttr
  429. PyObject_GetAttrString
  430. PyObject_GetItem
  431. PyObject_GetIter
  432. PyObject_HasAttr
  433. PyObject_HasAttrString
  434. PyObject_Hash
  435. PyObject_Init
  436. PyObject_InitVar
  437. PyObject_IsInstance
  438. PyObject_IsSubclass
  439. PyObject_IsTrue
  440. PyObject_Length
  441. PyObject_Malloc
  442. PyObject_Not
  443. PyObject_Print
  444. PyObject_Realloc
  445. PyObject_Repr
  446. PyObject_RichCompare
  447. PyObject_RichCompareBool
  448. PyObject_SelfIter
  449. PyObject_SetAttr
  450. PyObject_SetAttrString
  451. PyObject_SetItem
  452. PyObject_Size
  453. PyObject_Str
  454. PyObject_Type
  455. PyObject_Unicode
  456. PyParser_ParseFile
  457. PyParser_ParseFileFlags
  458. PyParser_ParseString
  459. PyParser_ParseStringFlags
  460. PyParser_ParseStringFlagsFilename
  461. PyParser_SetError
  462. PyParser_SimpleParseFile
  463. PyParser_SimpleParseFileFlags
  464. PyParser_SimpleParseString
  465. PyParser_SimpleParseStringFlags
  466. PyParser_SimpleParseStringFlagsFilename
  467. PyProperty_Type
  468. PyRange_New
  469. PyRange_Type
  470. PyReversed_Type
  471. PyRun_AnyFile
  472. PyRun_AnyFileEx
  473. PyRun_AnyFileExFlags
  474. PyRun_AnyFileFlags
  475. PyRun_File
  476. PyRun_FileEx
  477. PyRun_FileExFlags
  478. PyRun_FileFlags
  479. PyRun_InteractiveLoop
  480. PyRun_InteractiveLoopFlags
  481. PyRun_InteractiveOne
  482. PyRun_InteractiveOneFlags
  483. PyRun_SimpleFile
  484. PyRun_SimpleFileEx
  485. PyRun_SimpleFileExFlags
  486. PyRun_SimpleString
  487. PyRun_SimpleStringFlags
  488. PyRun_String
  489. PyRun_StringFlags
  490. PySeqIter_New
  491. PySeqIter_Type
  492. PySequence_Check
  493. PySequence_Concat
  494. PySequence_Contains
  495. PySequence_Count
  496. PySequence_DelItem
  497. PySequence_DelSlice
  498. PySequence_Fast
  499. PySequence_GetItem
  500. PySequence_GetSlice
  501. PySequence_In
  502. PySequence_InPlaceConcat
  503. PySequence_InPlaceRepeat
  504. PySequence_Index
  505. PySequence_Length
  506. PySequence_List
  507. PySequence_Repeat
  508. PySequence_SetItem
  509. PySequence_SetSlice
  510. PySequence_Size
  511. PySequence_Tuple
  512. PySet_Type
  513. PySlice_GetIndices
  514. PySlice_GetIndicesEx
  515. PySlice_New
  516. PySlice_Type
  517. PyStaticMethod_New
  518. PyStaticMethod_Type
  519. PyString_AsDecodedObject
  520. PyString_AsDecodedString
  521. PyString_AsEncodedObject
  522. PyString_AsEncodedString
  523. PyString_AsString
  524. PyString_AsStringAndSize
  525. PyString_Concat
  526. PyString_ConcatAndDel
  527. PyString_Decode
  528. PyString_DecodeEscape
  529. PyString_Encode
  530. PyString_Fini
  531. PyString_Format
  532. PyString_FromFormat
  533. PyString_FromFormatV
  534. PyString_FromString
  535. PyString_FromStringAndSize
  536. PyString_InternFromString
  537. PyString_InternImmortal
  538. PyString_InternInPlace
  539. PyString_Repr
  540. PyString_Size
  541. PyString_Type
  542. PyStructSequence_InitType
  543. PyStructSequence_New
  544. PySuper_Type
  545. PySymtableEntry_New
  546. PySymtableEntry_Type
  547. PySymtable_Free
  548. PySys_AddWarnOption
  549. PySys_GetFile
  550. PySys_GetObject
  551. PySys_ResetWarnOptions
  552. PySys_SetArgv
  553. PySys_SetObject
  554. PySys_SetPath
  555. PySys_WriteStderr
  556. PySys_WriteStdout
  557. PyThreadState_Clear
  558. PyThreadState_Delete
  559. PyThreadState_DeleteCurrent
  560. PyThreadState_Get
  561. PyThreadState_GetDict
  562. PyThreadState_New
  563. PyThreadState_Next
  564. PyThreadState_SetAsyncExc
  565. PyThreadState_Swap
  566. PyThread_acquire_lock
  567. PyThread_allocate_lock
  568. PyThread_create_key
  569. PyThread_delete_key
  570. PyThread_delete_key_value
  571. PyThread_exit_thread
  572. PyThread_free_lock
  573. PyThread_get_key_value
  574. PyThread_get_thread_ident
  575. PyThread_init_thread
  576. PyThread_release_lock
  577. PyThread_set_key_value
  578. PyThread_start_new_thread
  579. PyToken_OneChar
  580. PyToken_ThreeChars
  581. PyToken_TwoChars
  582. PyTraceBack_Here
  583. PyTraceBack_Print
  584. PyTraceBack_Type
  585. PyTuple_Fini
  586. PyTuple_GetItem
  587. PyTuple_GetSlice
  588. PyTuple_New
  589. PyTuple_Pack
  590. PyTuple_SetItem
  591. PyTuple_Size
  592. PyTuple_Type
  593. PyType_GenericAlloc
  594. PyType_GenericNew
  595. PyType_IsSubtype
  596. PyType_Ready
  597. PyType_Type
  598. PyUnicodeDecodeError_Create
  599. PyUnicodeDecodeError_GetEncoding
  600. PyUnicodeDecodeError_GetEnd
  601. PyUnicodeDecodeError_GetObject
  602. PyUnicodeDecodeError_GetReason
  603. PyUnicodeDecodeError_GetStart
  604. PyUnicodeDecodeError_SetEnd
  605. PyUnicodeDecodeError_SetReason
  606. PyUnicodeDecodeError_SetStart
  607. PyUnicodeEncodeError_Create
  608. PyUnicodeEncodeError_GetEncoding
  609. PyUnicodeEncodeError_GetEnd
  610. PyUnicodeEncodeError_GetObject
  611. PyUnicodeEncodeError_GetReason
  612. PyUnicodeEncodeError_GetStart
  613. PyUnicodeEncodeError_SetEnd
  614. PyUnicodeEncodeError_SetReason
  615. PyUnicodeEncodeError_SetStart
  616. PyUnicodeTranslateError_Create
  617. PyUnicodeTranslateError_GetEnd
  618. PyUnicodeTranslateError_GetObject
  619. PyUnicodeTranslateError_GetReason
  620. PyUnicodeTranslateError_GetStart
  621. PyUnicodeTranslateError_SetEnd
  622. PyUnicodeTranslateError_SetReason
  623. PyUnicodeTranslateError_SetStart
  624. PyUnicodeUCS2_AsASCIIString
  625. PyUnicodeUCS2_AsCharmapString
  626. PyUnicodeUCS2_AsEncodedObject
  627. PyUnicodeUCS2_AsEncodedString
  628. PyUnicodeUCS2_AsLatin1String
  629. PyUnicodeUCS2_AsRawUnicodeEscapeString
  630. PyUnicodeUCS2_AsUTF16String
  631. PyUnicodeUCS2_AsUTF8String
  632. PyUnicodeUCS2_AsUnicode
  633. PyUnicodeUCS2_AsUnicodeEscapeString
  634. PyUnicodeUCS2_AsWideChar
  635. PyUnicodeUCS2_Compare
  636. PyUnicodeUCS2_Concat
  637. PyUnicodeUCS2_Contains
  638. PyUnicodeUCS2_Count
  639. PyUnicodeUCS2_Decode
  640. PyUnicodeUCS2_DecodeASCII
  641. PyUnicodeUCS2_DecodeCharmap
  642. PyUnicodeUCS2_DecodeLatin1
  643. PyUnicodeUCS2_DecodeRawUnicodeEscape
  644. PyUnicodeUCS2_DecodeUTF16
  645. PyUnicodeUCS2_DecodeUTF16Stateful
  646. PyUnicodeUCS2_DecodeUTF8
  647. PyUnicodeUCS2_DecodeUTF8Stateful
  648. PyUnicodeUCS2_DecodeUnicodeEscape
  649. PyUnicodeUCS2_Encode
  650. PyUnicodeUCS2_EncodeASCII
  651. PyUnicodeUCS2_EncodeCharmap
  652. PyUnicodeUCS2_EncodeDecimal
  653. PyUnicodeUCS2_EncodeLatin1
  654. PyUnicodeUCS2_EncodeRawUnicodeEscape
  655. PyUnicodeUCS2_EncodeUTF16
  656. PyUnicodeUCS2_EncodeUTF8
  657. PyUnicodeUCS2_EncodeUnicodeEscape
  658. PyUnicodeUCS2_Find
  659. PyUnicodeUCS2_Format
  660. PyUnicodeUCS2_FromEncodedObject
  661. PyUnicodeUCS2_FromObject
  662. PyUnicodeUCS2_FromOrdinal
  663. PyUnicodeUCS2_FromUnicode
  664. PyUnicodeUCS2_FromWideChar
  665. PyUnicodeUCS2_GetDefaultEncoding
  666. PyUnicodeUCS2_GetMax
  667. PyUnicodeUCS2_GetSize
  668. PyUnicodeUCS2_Join
  669. PyUnicodeUCS2_RSplit
  670. PyUnicodeUCS2_Replace
  671. PyUnicodeUCS2_Resize
  672. PyUnicodeUCS2_SetDefaultEncoding
  673. PyUnicodeUCS2_Split
  674. PyUnicodeUCS2_Splitlines
  675. PyUnicodeUCS2_Tailmatch
  676. PyUnicodeUCS2_Translate
  677. PyUnicodeUCS2_TranslateCharmap
  678. PyUnicode_AsMBCSString
  679. PyUnicode_DecodeMBCS
  680. PyUnicode_DecodeUTF7
  681. PyUnicode_EncodeMBCS
  682. PyUnicode_EncodeUTF7
  683. PyUnicode_Type
  684. PyWeakref_GetObject
  685. PyWeakref_NewProxy
  686. PyWeakref_NewRef
  687. PyWrapperDescr_Type
  688. PyWrapper_New
  689. Py_AddPendingCall
  690. Py_AtExit
  691. Py_BuildValue
  692. Py_CompileString
  693. Py_CompileStringFlags
  694. Py_DebugFlag
  695. Py_DecRef
  696. Py_DivisionWarningFlag
  697. Py_EndInterpreter
  698. Py_Exit
  699. Py_FatalError
  700. Py_FdIsInteractive
  701. Py_FileSystemDefaultEncoding
  702. Py_Finalize
  703. Py_FindMethod
  704. Py_FindMethodInChain
  705. Py_FlushLine
  706. Py_FrozenFlag
  707. Py_GetBuildInfo
  708. Py_GetCompiler
  709. Py_GetCopyright
  710. Py_GetExecPrefix
  711. Py_GetPath
  712. Py_GetPlatform
  713. Py_GetPrefix
  714. Py_GetProgramFullPath
  715. Py_GetProgramName
  716. Py_GetPythonHome
  717. Py_GetRecursionLimit
  718. Py_GetVersion
  719. Py_IgnoreEnvironmentFlag
  720. Py_IncRef
  721. Py_InitModule4
  722. Py_Initialize
  723. Py_InitializeEx
  724. Py_InteractiveFlag
  725. Py_IsInitialized
  726. Py_Main
  727. Py_MakePendingCalls
  728. Py_NewInterpreter
  729. Py_NoSiteFlag
  730. Py_OptimizeFlag
  731. Py_ReprEnter
  732. Py_ReprLeave
  733. Py_SetProgramName
  734. Py_SetPythonHome
  735. Py_SetRecursionLimit
  736. Py_SymtableString
  737. Py_TabcheckFlag
  738. Py_UnicodeFlag
  739. Py_UseClassExceptionsFlag
  740. Py_VaBuildValue
  741. Py_VerboseFlag
  742. _PyArg_NoKeywords
  743. _PyBuiltin_Init
  744. _PyCodec_Lookup
  745. _PyErr_BadInternalCall
  746. _PyEval_CallTracing
  747. _PyEval_SliceIndex
  748. _PyExc_Fini
  749. _PyExc_Init
  750. _PyFloat_Pack4
  751. _PyFloat_Pack8
  752. _PyFloat_Unpack4
  753. _PyFloat_Unpack8
  754. _PyFrame_Init
  755. _PyImportHooks_Init
  756. _PyImport_FindExtension
  757. _PyImport_FindModule
  758. _PyImport_Fini
  759. _PyImport_FixupExtension
  760. _PyImport_Init
  761. _PyImport_IsScript
  762. _PyImport_ReInitLock
  763. _PyInstance_Lookup
  764. _PyInt_Init
  765. _PyList_Extend
  766. _PyLong_AsByteArray
  767. _PyLong_AsScaledDouble
  768. _PyLong_Copy
  769. _PyLong_FromByteArray
  770. _PyLong_New
  771. _PyLong_NumBits
  772. _PyLong_Sign
  773. _PyModule_Clear
  774. _PyOS_ReadlineTState
  775. _PyObject_Dump
  776. _PyObject_GC_Malloc
  777. _PyObject_GC_New
  778. _PyObject_GC_NewVar
  779. _PyObject_GC_Resize
  780. _PyObject_GetDictPtr
  781. _PyObject_New
  782. _PyObject_NewVar
  783. _PyParser_TokenNames
  784. _PySequence_IterSearch
  785. _PyString_Eq
  786. _PyString_FormatLong
  787. _PyString_Join
  788. _PyString_Resize
  789. _PySys_Init
  790. _PyThreadState_Current
  791. _PyThreadState_GetFrame
  792. _PyTime_DoubleToTimet
  793. _PyTrash_delete_later
  794. _PyTrash_delete_nesting
  795. _PyTrash_deposit_object
  796. _PyTrash_destroy_chain
  797. _PyTuple_Resize
  798. _PyType_Lookup
  799. _PyUnicodeUCS2_AsDefaultEncodedString
  800. _PyUnicodeUCS2_IsAlpha
  801. _PyUnicodeUCS2_IsDecimalDigit
  802. _PyUnicodeUCS2_IsDigit
  803. _PyUnicodeUCS2_IsLinebreak
  804. _PyUnicodeUCS2_IsLowercase
  805. _PyUnicodeUCS2_IsNumeric
  806. _PyUnicodeUCS2_IsTitlecase
  807. _PyUnicodeUCS2_IsUppercase
  808. _PyUnicodeUCS2_IsWhitespace
  809. _PyUnicodeUCS2_ToDecimalDigit
  810. _PyUnicodeUCS2_ToDigit
  811. _PyUnicodeUCS2_ToLowercase
  812. _PyUnicodeUCS2_ToNumeric
  813. _PyUnicodeUCS2_ToTitlecase
  814. _PyUnicodeUCS2_ToUppercase
  815. _PyUnicode_XStrip
  816. _PyWeakref_CallableProxyType
  817. _PyWeakref_ClearRef
  818. _PyWeakref_GetWeakrefCount
  819. _PyWeakref_ProxyType
  820. _PyWeakref_RefType
  821. _Py_CheckInterval
  822. _Py_CheckRecursionLimit
  823. _Py_CheckRecursiveCall
  824. _Py_EllipsisObject
  825. _Py_HashDouble
  826. _Py_HashPointer
  827. _Py_Mangle
  828. _Py_NoneStruct
  829. _Py_NotImplementedStruct
  830. _Py_PackageContext
  831. _Py_QnewFlag
  832. _Py_ReleaseInternedStrings
  833. _Py_SwappedOp
  834. _Py_Ticker
  835. _Py_TrueStruct
  836. _Py_ZeroStruct
  837. _Py_c_diff
  838. _Py_c_neg
  839. _Py_c_pow
  840. _Py_c_prod
  841. _Py_c_quot
  842. _Py_c_sum