1 LIBRARY python23 INITINSTANCE TERMINSTANCE
2 DESCRIPTION
"Python 2.3 Core DLL"
4 DATA MULTIPLE NONSHARED
7 ; From python23_s.
lib(config
)
10 ; From python23_s.
lib(dlfcn
)
16 ; From python23_s.
lib(getpathp
)
20 "Py_GetProgramFullPath"
22 ; From python23_s.
lib(getbuildinfo
)
25 ; From python23_s.
lib(main
)
29 ; From python23_s.
lib(acceler
)
30 "PyGrammar_AddAccelerators"
31 "PyGrammar_RemoveAccelerators"
33 ; From python23_s.
lib(grammar1
)
37 ; From python23_s.
lib(listnode
)
40 ; From python23_s.
lib(node
)
45 ; From python23_s.
lib(parser
)
50 ; From python23_s.
lib(parsetok
)
52 "PyParser_ParseString"
53 "PyParser_ParseStringFlags"
55 "PyParser_ParseFileFlags"
57 ; From python23_s.
lib(tokenizer
)
58 "PyTokenizer_FromString"
59 "PyTokenizer_FromFile"
65 "_PyParser_TokenNames"
67 ; From python23_s.
lib(bitset
)
74 ; From python23_s.
lib(metagrammar
)
77 ; From python23_s.
lib(myreadline
)
78 "PyOS_ReadlineFunctionPointer"
83 ; From python23_s.
lib(abstract
)
95 "PyObject_DelItemString"
96 "PyObject_AsCharBuffer"
97 "PyObject_CheckReadBuffer"
98 "PyObject_AsReadBuffer"
99 "PyObject_AsWriteBuffer"
111 "PyNumber_FloorDivide"
112 "PyNumber_TrueDivide"
116 "PyNumber_InPlaceXor"
117 "PyNumber_InPlaceAnd"
118 "PyNumber_InPlaceLshift"
119 "PyNumber_InPlaceRshift"
120 "PyNumber_InPlaceSubtract"
121 "PyNumber_InPlaceDivide"
122 "PyNumber_InPlaceFloorDivide"
123 "PyNumber_InPlaceTrueDivide"
124 "PyNumber_InPlaceAdd"
125 "PyNumber_InPlaceMultiply"
126 "PyNumber_InPlaceRemainder"
127 "PyNumber_InPlacePower"
140 "PySequence_InPlaceConcat"
141 "PySequence_InPlaceRepeat"
142 "PySequence_GetSlice"
143 "PySequence_SetSlice"
144 "PySequence_DelSlice"
150 "_PySequence_IterSearch"
152 "PySequence_Contains"
157 "PyMapping_GetItemString"
158 "PyMapping_SetItemString"
159 "PyMapping_HasKeyString"
161 "PyObject_CallObject"
163 "PyObject_CallFunction"
164 "PyObject_CallMethod"
165 "PyObject_CallMethodObjArgs"
166 "PyObject_CallFunctionObjArgs"
167 "PyObject_IsInstance"
168 "PyObject_IsSubclass"
170 ; From python23_s.
lib(boolobject
)
178 ; From python23_s.
lib(bufferobject
)
179 "PyBuffer_FromObject"
180 "PyBuffer_FromReadWriteObject"
181 "PyBuffer_FromMemory"
182 "PyBuffer_FromReadWriteMemory"
186 ; From python23_s.
lib(cellobject
)
192 ; From python23_s.
lib(classobject
)
206 ; From python23_s.
lib(cobject
)
207 "PyCObject_FromVoidPtr"
208 "PyCObject_FromVoidPtrAndDesc"
209 "PyCObject_AsVoidPtr"
214 ; From python23_s.
lib(complexobject
)
221 "PyComplex_FromCComplex"
222 "PyComplex_FromDoubles"
223 "PyComplex_RealAsDouble"
224 "PyComplex_ImagAsDouble"
225 "PyComplex_AsCComplex"
228 ; From python23_s.
lib(descrobject
)
236 "PyWrapperDescr_Type"
239 ; From python23_s.
lib(dictobject
)
247 "PyDict_MergeFromSeq2"
254 "PyDict_GetItemString"
255 "PyDict_SetItemString"
256 "PyDict_DelItemString"
260 ; From python23_s.
lib(enumobject
)
263 ; From python23_s.
lib(fileobject
)
273 "PyObject_AsFileDescriptor"
276 ; From python23_s.
lib(floatobject
)
282 "PyFloat_AsReprString"
286 ; From python23_s.
lib(frameobject
)
287 "PyFrame_FastToLocals"
291 "PyFrame_LocalsToFast"
295 ; From python23_s.
lib(funcobject
)
298 "PyFunction_GetGlobals"
299 "PyFunction_GetDefaults"
300 "PyFunction_SetDefaults"
301 "PyFunction_GetClosure"
302 "PyFunction_SetClosure"
307 "PyStaticMethod_Type"
309 ; From python23_s.
lib(intobject
)
318 ; From python23_s.
lib(iterobject
)
324 ; From python23_s.
lib(listobject
)
339 ; From python23_s.
lib(longobject
)
343 "PyLong_FromUnsignedLong"
346 "PyLong_AsUnsignedLong"
347 "_PyLong_FromByteArray"
348 "_PyLong_AsByteArray"
349 "_PyLong_AsScaledDouble"
353 "PyLong_FromLongLong"
354 "PyLong_FromUnsignedLongLong"
356 "PyLong_AsUnsignedLongLong"
361 ; From python23_s.
lib(methodobject
)
363 "PyCFunction_GetFunction"
364 "PyCFunction_GetSelf"
365 "PyCFunction_GetFlags"
367 "Py_FindMethodInChain"
372 ; From python23_s.
lib(moduleobject
)
376 "PyModule_GetFilename"
380 ; From python23_s.
lib(object
)
381 "Py_DivisionWarningFlag"
396 "PyObject_RichCompare"
397 "PyObject_RichCompareBool"
401 "PyObject_GetAttrString"
402 "PyObject_HasAttrString"
403 "PyObject_SetAttrString"
406 "_PyObject_GetDictPtr"
407 "PyObject_GenericGetAttr"
408 "PyObject_GenericSetAttr"
419 "_PyTrash_deposit_object"
420 "_PyTrash_destroy_chain"
421 "_Py_NotImplementedStruct"
425 "_PyTrash_delete_nesting"
426 "_PyTrash_delete_later"
428 ; From python23_s.
lib(obmalloc
)
433 ; From python23_s.
lib(rangeobject
)
437 ; From python23_s.
lib(sliceobject
)
443 ; From python23_s.
lib(stringobject
)
444 "PyString_FromStringAndSize"
445 "PyString_InternInPlace"
446 "PyString_FromString"
447 "PyString_FromFormatV"
450 "PyString_FromFormat"
452 "PyString_AsDecodedString"
453 "PyString_AsDecodedObject"
455 "PyString_AsEncodedString"
456 "PyString_AsEncodedObject"
457 "PyString_AsStringAndSize"
462 "PyString_ConcatAndDel"
463 "_PyString_FormatLong"
465 "PyString_InternFromString"
467 "_Py_ReleaseInternedStrings"
471 ; From python23_s.
lib(structseq
)
472 "PyStructSequence_New"
473 "PyStructSequence_InitType"
475 ; From python23_s.
lib(tupleobject
)
485 ; From python23_s.
lib(typeobject
)
487 "PyType_GenericAlloc"
491 "_PyObject_SlotCompare"
496 ; From python23_s.
lib(unicodeobject
)
497 "PyUnicodeUCS2_GetMax"
498 "PyUnicodeUCS2_Resize"
499 "PyUnicodeUCS2_FromUnicode"
500 "PyUnicodeUCS2_FromObject"
501 "PyUnicodeUCS2_FromEncodedObject"
502 "PyUnicodeUCS2_Decode"
503 "PyUnicodeUCS2_GetDefaultEncoding"
504 "PyUnicodeUCS2_DecodeUTF8"
505 "PyUnicodeUCS2_DecodeLatin1"
506 "PyUnicodeUCS2_DecodeASCII"
507 "PyUnicodeUCS2_Encode"
508 "PyUnicodeUCS2_AsEncodedString"
509 "PyUnicodeUCS2_AsUTF8String"
510 "PyUnicodeUCS2_AsLatin1String"
511 "PyUnicodeUCS2_AsASCIIString"
512 "_PyUnicodeUCS2_AsDefaultEncodedString"
513 "PyUnicodeUCS2_AsUnicode"
514 "PyUnicodeUCS2_GetSize"
515 "PyUnicodeUCS2_SetDefaultEncoding"
516 "PyUnicode_DecodeUTF7"
517 "PyUnicode_EncodeUTF7"
518 "PyUnicodeUCS2_EncodeUTF8"
519 "PyUnicodeUCS2_DecodeUTF16"
520 "PyUnicodeUCS2_EncodeUTF16"
521 "PyUnicodeUCS2_AsUTF16String"
522 "PyUnicodeUCS2_DecodeUnicodeEscape"
523 "PyUnicodeUCS2_EncodeUnicodeEscape"
524 "PyUnicodeUCS2_AsUnicodeEscapeString"
525 "PyUnicodeUCS2_DecodeRawUnicodeEscape"
526 "PyUnicodeUCS2_EncodeRawUnicodeEscape"
527 "PyUnicodeUCS2_AsRawUnicodeEscapeString"
528 "PyUnicodeUCS2_EncodeLatin1"
529 "PyUnicodeUCS2_EncodeASCII"
530 "PyUnicodeUCS2_DecodeCharmap"
531 "PyUnicodeUCS2_EncodeCharmap"
532 "PyUnicodeUCS2_AsCharmapString"
533 "PyUnicodeUCS2_TranslateCharmap"
534 "PyUnicodeUCS2_Translate"
535 "PyUnicodeUCS2_EncodeDecimal"
536 "PyUnicodeUCS2_Count"
538 "PyUnicodeUCS2_Tailmatch"
540 "PyUnicodeUCS2_Splitlines"
541 "PyUnicodeUCS2_Compare"
542 "PyUnicodeUCS2_Contains"
543 "PyUnicodeUCS2_Concat"
545 "PyUnicodeUCS2_Replace"
546 "PyUnicodeUCS2_Split"
547 "PyUnicodeUCS2_Format"
548 "_PyUnicodeUCS2_Init"
549 "_PyUnicodeUCS2_Fini"
552 ; From python23_s.
lib(unicodectype
)
553 "_PyUnicode_TypeRecords"
554 "_PyUnicodeUCS2_IsLinebreak"
555 "_PyUnicodeUCS2_ToTitlecase"
556 "_PyUnicodeUCS2_IsTitlecase"
557 "_PyUnicodeUCS2_ToDecimalDigit"
558 "_PyUnicodeUCS2_IsDecimalDigit"
559 "_PyUnicodeUCS2_ToDigit"
560 "_PyUnicodeUCS2_IsDigit"
561 "_PyUnicodeUCS2_ToNumeric"
562 "_PyUnicodeUCS2_IsNumeric"
563 "_PyUnicodeUCS2_IsWhitespace"
564 "_PyUnicodeUCS2_IsLowercase"
565 "_PyUnicodeUCS2_IsUppercase"
566 "_PyUnicodeUCS2_ToUppercase"
567 "_PyUnicodeUCS2_ToLowercase"
568 "_PyUnicodeUCS2_IsAlpha"
570 ; From python23_s.
lib(weakrefobject
)
571 "_PyWeakref_GetWeakrefCount"
574 "PyWeakref_GetObject"
575 "PyObject_ClearWeakRefs"
577 "_PyWeakref_ProxyType"
578 "_PyWeakref_CallableProxyType"
580 ; From python23_s.
lib(bltinmodule
)
582 "Py_FileSystemDefaultEncoding"
584 ; From python23_s.
lib(exceptions
)
587 "PyExc_StopIteration"
588 "PyExc_StandardError"
590 "PyExc_KeyboardInterrupt"
592 "PyExc_EnvironmentError"
597 "PyExc_NotImplementedError"
599 "PyExc_UnboundLocalError"
600 "PyExc_AttributeError"
602 "PyExc_IndentationError"
604 "PyExc_AssertionError"
608 "PyExc_ArithmeticError"
609 "PyExc_OverflowError"
610 "PyExc_ZeroDivisionError"
611 "PyExc_FloatingPointError"
614 "PyExc_ReferenceError"
619 "PyExc_DeprecationWarning"
620 "PyExc_PendingDeprecationWarning"
621 "PyExc_SyntaxWarning"
622 "PyExc_OverflowWarning"
623 "PyExc_RuntimeWarning"
624 "PyExc_MemoryErrorInst"
628 ; From python23_s.
lib(ceval
)
632 "PyEval_AcquireThread"
633 "PyEval_ReleaseThread"
634 "PyEval_ReInitThreads"
636 "PyEval_RestoreThread"
638 "Py_MakePendingCalls"
639 "Py_GetRecursionLimit"
640 "Py_SetRecursionLimit"
643 "PyEval_CallObjectWithKeywords"
650 "PyEval_GetRestricted"
651 "PyEval_MergeCompilerFlags"
658 ; From python23_s.
lib(compile
)
661 "PyNode_CompileFlags"
662 "PyNode_CompileSymtable"
668 ; From python23_s.
lib(codecs
)
673 "PyCodec_StreamReader"
674 "PyCodec_StreamWriter"
677 "_PyCodecRegistry_Init"
678 "_PyCodecRegistry_Fini"
680 ; From python23_s.
lib(errors
)
686 "PyErr_GivenExceptionMatches"
687 "PyErr_ExceptionMatches"
688 "PyErr_NormalizeException"
693 "PyErr_SetFromErrnoWithFilename"
695 "_PyErr_BadInternalCall"
697 "PyErr_BadInternalCall"
699 "PyErr_WriteUnraisable"
702 "PyErr_SyntaxLocation"
705 ; From python23_s.
lib(frozen
)
706 "PyImport_FrozenModules"
708 ; From python23_s.
lib(frozenmain
)
711 ; From python23_s.
lib(future
)
714 ; From python23_s.
lib(getargs
)
718 "PyArg_ParseTupleAndKeywords"
721 ; From python23_s.
lib(getcompiler
)
724 ; From python23_s.
lib(getcopyright
)
727 ; From python23_s.
lib(getmtime
)
728 "PyOS_GetLastModificationTime"
730 ; From python23_s.
lib(getplatform
)
733 ; From python23_s.
lib(getversion
)
736 ; From python23_s.
lib(graminit
)
739 ; From python23_s.
lib(import
)
742 "PyImport_GetModuleDict"
744 "PyImport_GetMagicNumber"
745 "_PyImport_FixupExtension"
746 "_PyImport_FindExtension"
748 "PyImport_ExecCodeModule"
749 "PyImport_ExecCodeModuleEx"
750 "PyImport_ImportFrozenModule"
751 "PyImport_ImportModule"
753 "PyImport_ImportModuleEx"
754 "PyImport_ReloadModule"
756 "PyImport_ExtendInittab"
757 "PyImport_AppendInittab"
761 ; From python23_s.
lib(importdl
)
762 "_PyImport_LoadDynamicModule"
764 ; From python23_s.
lib(marshal
)
765 "PyMarshal_WriteLongToFile"
766 "PyMarshal_WriteObjectToFile"
767 "PyMarshal_ReadShortFromFile"
768 "PyMarshal_ReadLongFromFile"
769 "PyMarshal_ReadLastObjectFromFile"
770 "PyMarshal_ReadObjectFromString"
771 "PyMarshal_ReadObjectFromFile"
772 "PyMarshal_WriteObjectToString"
775 ; From python23_s.
lib(modsupport
)
779 "PyEval_CallFunction"
782 "PyModule_AddIntConstant"
783 "PyModule_AddStringConstant"
786 ; From python23_s.
lib(mysnprintf
)
790 ; From python23_s.
lib(mystrtoul
)
794 ; From python23_s.
lib(pyfpe
)
797 ; From python23_s.
lib(pystate
)
798 "PyInterpreterState_New"
799 "PyInterpreterState_Clear"
800 "PyThreadState_Clear"
801 "PyThreadState_Delete"
802 "PyInterpreterState_Delete"
804 "PyThreadState_DeleteCurrent"
807 "PyThreadState_GetDict"
808 "PyInterpreterState_Head"
809 "PyInterpreterState_Next"
810 "PyInterpreterState_ThreadHead"
812 "_PyThreadState_Current"
814 ; From python23_s.
lib(pythonrun
)
815 "Py_IgnoreEnvironmentFlag"
833 "PyRun_AnyFileExFlags"
837 "PyRun_InteractiveLoopFlags"
838 "PyRun_SimpleFileExFlags"
839 "PyRun_InteractiveLoop"
840 "PyRun_InteractiveOneFlags"
841 "PyRun_InteractiveOne"
846 "PyRun_SimpleStringFlags"
852 "PyParser_SimpleParseString"
855 "PyParser_SimpleParseFile"
856 "PyParser_SimpleParseStringFlags"
858 "PyParser_SimpleParseFileFlags"
860 "Py_CompileStringFlags"
865 "Py_UseClassExceptionsFlag"
870 ; From python23_s.
lib(structmember
)
876 ; From python23_s.
lib(symtable
)
877 "PySymtableEntry_New"
878 "PySymtableEntry_Type"
880 ; From python23_s.
lib(sysmodule
)
884 "PySys_ResetWarnOptions"
885 "PySys_AddWarnOption"
892 ; From python23_s.
lib(traceback
)
897 ; From python23_s.
lib(getopt
)
903 ; From python23_s.
lib(dynload_shlib
)
904 "_PyImport_DynLoadFiletab"
905 "_PyImport_GetDynLoadFunc"
907 ; From python23_s.
lib(thread
)
908 "PyThread_init_thread"
909 "PyThread_start_new_thread"
910 "PyThread_get_thread_ident"
911 "PyThread_exit_thread"
912 "PyThread__exit_thread"
913 "PyThread_allocate_lock"
915 "PyThread_acquire_lock"
916 "PyThread_release_lock"
918 ; From python23_s.
lib(gcmodule
)
923 "PyObject_GC_UnTrack"
924 "_PyObject_GC_UnTrack"
925 "_PyObject_GC_Malloc"
927 "_PyObject_GC_NewVar"
928 "_PyObject_GC_Resize"
933 ; From python23_s.
lib(signalmodule
)
937 "PyOS_InitInterrupts"
938 "PyOS_FiniInterrupts"
939 "PyOS_InterruptOccurred"
942 ; From python23_s.
lib(posixmodule
)
945 ; From python23_s.
lib(threadmodule
)