source: python/trunk/PC/os2emx/python27.def

Last change on this file was 391, checked in by dmik, 11 years ago

python: Merge vendor 2.7.6 to trunk.

  • Property svn:eol-style set to native
File size: 27.7 KB
RevLine 
[388]1LIBRARY python27 INITINSTANCE TERMINSTANCE
[2]2DESCRIPTION "Python 2.6 Core DLL"
3PROTMODE
4DATA MULTIPLE NONSHARED
5EXPORTS
6
[388]7; From python27_s.lib(config)
[2]8 "_PyImport_Inittab"
9
[388]10; From python27_s.lib(dlfcn)
[2]11; "dlopen"
12; "dlsym"
13; "dlclose"
14; "dlerror"
15
[388]16; From python27_s.lib(getpathp)
[2]17 "Py_GetProgramFullPath"
18 "Py_GetPrefix"
19 "Py_GetExecPrefix"
20 "Py_GetPath"
21
[388]22; From python27_s.lib(getbuildinfo)
[2]23 "Py_GetBuildInfo"
24 "_Py_svnversion"
25
[388]26; From python27_s.lib(main)
[2]27 "Py_Main"
28 "Py_GetArgcArgv"
29
[388]30; From python27_s.lib(acceler)
[2]31 "PyGrammar_AddAccelerators"
32 "PyGrammar_RemoveAccelerators"
33
[388]34; From python27_s.lib(grammar1)
[2]35 "PyGrammar_FindDFA"
36 "PyGrammar_LabelRepr"
37
[388]38; From python27_s.lib(listnode)
[2]39 "PyNode_ListTree"
40
[388]41; From python27_s.lib(node)
[2]42 "PyNode_New"
43 "PyNode_AddChild"
44 "PyNode_Free"
45
[388]46; From python27_s.lib(parser)
[2]47 "PyParser_AddToken"
48 "PyParser_New"
49 "PyParser_Delete"
50
[388]51; From python27_s.lib(parsetok)
[2]52 "Py_TabcheckFlag"
53 "PyParser_ParseString"
54 "PyParser_ParseStringFlagsFilename"
55 "PyParser_ParseFile"
56 "PyParser_ParseFileFlags"
57 "PyParser_ParseStringFlags"
58
[388]59; From python27_s.lib(bitset)
[2]60 "_Py_newbitset"
61 "_Py_delbitset"
62 "_Py_addbit"
63 "_Py_samebitset"
64 "_Py_mergebitset"
65
[388]66; From python27_s.lib(metagrammar)
[2]67 "_Py_meta_grammar"
68 "Py_meta_grammar"
69
[388]70; From python27_s.lib(tokenizer)
[2]71 "PyToken_OneChar"
72 "PyToken_TwoChars"
73 "PyToken_ThreeChars"
74 "PyTokenizer_FromString"
75 "PyTokenizer_Free"
76 "PyTokenizer_FromFile"
77 "PyTokenizer_Get"
78 "_PyParser_TokenNames"
79
[388]80; From python27_s.lib(myreadline)
[2]81 "_PyOS_ReadlineTState"
82 "PyOS_ReadlineFunctionPointer"
83 "PyOS_StdioReadline"
84 "PyOS_Readline"
85 "PyOS_InputHook"
86
[388]87; From python27_s.lib(abstract)
[2]88 "_PyObject_LengthHint"
89 "PyMapping_Size"
90 "PyObject_CallMethod"
91 "PyObject_GetItem"
92 "PySequence_GetItem"
93 "PyObject_SetItem"
94 "PySequence_SetItem"
95 "PyObject_DelItem"
96 "PySequence_DelItem"
97 "PyNumber_Multiply"
98 "PyNumber_InPlaceAdd"
99 "PyNumber_InPlaceMultiply"
100 "PyNumber_Int"
101 "PyNumber_Long"
102 "PyNumber_Float"
103 "PySequence_Concat"
104 "PySequence_Repeat"
105 "PySequence_InPlaceConcat"
106 "PySequence_InPlaceRepeat"
107 "PySequence_GetSlice"
108 "PySequence_SetSlice"
109 "PySequence_Tuple"
110 "PyObject_GetIter"
111 "PyIter_Next"
112 "PySequence_Fast"
113 "_PySequence_IterSearch"
114 "PyObject_CallFunction"
115 "_PyObject_CallFunction_SizeT"
116 "_PyObject_CallMethod_SizeT"
117 "PyObject_CallMethodObjArgs"
118 "PyObject_CallFunctionObjArgs"
119 "PyObject_Cmp"
120 "PyObject_Call"
121 "PyObject_CallObject"
122 "PyObject_Type"
123 "PyObject_Size"
124 "PyObject_Length"
125 "PyObject_DelItemString"
126 "PyObject_AsCharBuffer"
127 "PyObject_CheckReadBuffer"
128 "PyObject_AsReadBuffer"
129 "PyObject_AsWriteBuffer"
130 "PyNumber_Check"
131 "PyNumber_Add"
132 "PyNumber_Subtract"
133 "PyNumber_Divide"
134 "PyNumber_FloorDivide"
135 "PyNumber_TrueDivide"
136 "PyNumber_Remainder"
137 "PyNumber_Divmod"
138 "PyNumber_Power"
139 "PyNumber_Negative"
140 "PyNumber_Positive"
141 "PyNumber_Absolute"
142 "PyNumber_Invert"
143 "PyNumber_Lshift"
144 "PyNumber_Rshift"
145 "PyNumber_And"
146 "PyNumber_Xor"
147 "PyNumber_Or"
148 "PyNumber_Index"
149 "PyNumber_InPlaceSubtract"
150 "PyNumber_InPlaceDivide"
151 "PyNumber_InPlaceFloorDivide"
152 "PyNumber_InPlaceTrueDivide"
153 "PyNumber_InPlaceRemainder"
154 "PyNumber_InPlacePower"
155 "PyNumber_InPlaceLshift"
156 "PyNumber_InPlaceRshift"
157 "PyNumber_InPlaceAnd"
158 "PyNumber_InPlaceXor"
159 "PyNumber_InPlaceOr"
160 "PySequence_Check"
161 "PySequence_Size"
162 "PySequence_Length"
163 "PySequence_DelSlice"
164 "PySequence_List"
165 "PySequence_Count"
166 "PySequence_Contains"
167 "PySequence_In"
168 "PySequence_Index"
169 "PyMapping_Check"
170 "PyMapping_Length"
171 "PyMapping_HasKeyString"
172 "PyMapping_HasKey"
173 "PyMapping_GetItemString"
174 "PyMapping_SetItemString"
175 "PyObject_IsInstance"
176 "PyObject_IsSubclass"
177
[388]178; From python27_s.lib(boolobject)
[2]179 "PyBool_FromLong"
180 "PyBool_Type"
181 "_Py_ZeroStruct"
182 "_Py_TrueStruct"
183
[388]184; From python27_s.lib(bufferobject)
[2]185 "PyBuffer_FromObject"
186 "PyBuffer_FromReadWriteObject"
187 "PyBuffer_FromMemory"
188 "PyBuffer_FromReadWriteMemory"
189 "PyBuffer_New"
190 "PyBuffer_Type"
191
[388]192; From python27_s.lib(cellobject)
[2]193 "PyCell_New"
194 "PyCell_Get"
195 "PyCell_Set"
196 "PyCell_Type"
197
[388]198; From python27_s.lib(classobject)
[2]199 "PyClass_New"
200 "PyClass_IsSubclass"
201 "PyInstance_New"
202 "PyInstance_NewRaw"
203 "PyMethod_New"
204 "PyMethod_Function"
205 "PyMethod_Self"
206 "PyMethod_Class"
207 "_PyInstance_Lookup"
208 "PyMethod_Fini"
209 "PyClass_Type"
210 "PyInstance_Type"
211 "PyMethod_Type"
212
[388]213; From python27_s.lib(capsule)
214 "PyCapsule_GetContext"
215 "PyCapsule_GetDestructor"
216 "PyCapsule_GetName"
217 "PyCapsule_GetPointer"
218 "PyCapsule_Import"
219 "PyCapsule_IsValid"
220 "PyCapsule_New"
221 "PyCapsule_SetContext"
222 "PyCapsule_SetDestructor"
223 "PyCapsule_SetName"
224 "PyCapsule_SetPointer"
225
226; From python27_s.lib(cobject)
[2]227 "PyCObject_FromVoidPtr"
228 "PyCObject_FromVoidPtrAndDesc"
229 "PyCObject_AsVoidPtr"
230 "PyCObject_GetDesc"
231 "PyCObject_Import"
232 "PyCObject_SetVoidPtr"
233 "PyCObject_Type"
234
[388]235; From python27_s.lib(codeobject)
[2]236 "PyCode_New"
237 "PyCode_Addr2Line"
238 "PyCode_CheckLineNumber"
239 "PyCode_Type"
240
[388]241; From python27_s.lib(complexobject)
[2]242 "_Py_c_pow"
243 "_Py_c_sum"
244 "_Py_c_diff"
245 "_Py_c_neg"
246 "_Py_c_prod"
247 "_Py_c_quot"
248 "PyComplex_FromCComplex"
249 "PyComplex_FromDoubles"
250 "PyComplex_RealAsDouble"
251 "PyComplex_ImagAsDouble"
252 "PyComplex_AsCComplex"
253 "PyComplex_Type"
254
[388]255; From python27_s.lib(descrobject)
[2]256 "PyWrapper_New"
257 "PyDescr_NewMethod"
258 "PyDescr_NewClassMethod"
259 "PyDescr_NewMember"
260 "PyDescr_NewGetSet"
261 "PyDescr_NewWrapper"
262 "PyDictProxy_New"
263 "PyWrapperDescr_Type"
264 "PyProperty_Type"
265
[388]266; From python27_s.lib(dictobject)
[2]267 "PyDict_New"
268 "PyDict_GetItem"
269 "PyDict_SetItem"
270 "PyDict_DelItem"
271 "PyDict_Clear"
272 "PyDict_MergeFromSeq2"
273 "PyDict_Merge"
274 "PyDict_Keys"
275 "PyDict_Values"
276 "PyDict_Contains"
277 "PyDict_Next"
278 "PyDict_Items"
279 "PyDict_Size"
280 "PyDict_Copy"
281 "PyDict_Update"
282 "PyDict_GetItemString"
283 "PyDict_SetItemString"
284 "PyDict_DelItemString"
285 "PyDict_Type"
286 "PyDictIterKey_Type"
287 "PyDictIterValue_Type"
288 "PyDictIterItem_Type"
289
[388]290; From python27_s.lib(enumobject)
[2]291 "PyEnum_Type"
292 "PyReversed_Type"
293
[388]294; From python27_s.lib(fileobject)
[2]295 "PyFile_FromString"
296 "Py_UniversalNewlineFread"
297 "PyFile_GetLine"
298 "PyFile_SoftSpace"
299 "PyFile_WriteObject"
300 "PyFile_WriteString"
301 "PyObject_AsFileDescriptor"
302 "Py_UniversalNewlineFgets"
303 "PyFile_SetBufSize"
304 "PyFile_SetEncoding"
305 "PyFile_FromFile"
306 "PyFile_AsFile"
307 "PyFile_Name"
308 "PyFile_Type"
309
[388]310; From python27_s.lib(floatobject)
[2]311 "PyFloat_FromString"
312 "PyFloat_AsDouble"
313 "PyFloat_Fini"
314 "_PyFloat_Pack4"
315 "_PyFloat_Pack8"
316 "_PyFloat_Unpack4"
317 "_PyFloat_Unpack8"
318 "PyFloat_FromDouble"
319 "PyFloat_AsReprString"
320 "PyFloat_AsString"
321 "_PyFloat_Init"
322 "PyFloat_Type"
323
[388]324; From python27_s.lib(frameobject)
[2]325 "PyFrame_New"
326 "PyFrame_FastToLocals"
327 "PyFrame_LocalsToFast"
328 "_PyFrame_Init"
329 "PyFrame_Fini"
330 "PyFrame_BlockSetup"
331 "PyFrame_BlockPop"
332 "PyFrame_Type"
333
[388]334; From python27_s.lib(funcobject)
[2]335 "PyFunction_New"
336 "PyFunction_GetCode"
337 "PyFunction_GetGlobals"
338 "PyFunction_GetModule"
339 "PyFunction_GetDefaults"
340 "PyFunction_SetDefaults"
341 "PyFunction_GetClosure"
342 "PyFunction_SetClosure"
343 "PyClassMethod_New"
344 "PyStaticMethod_New"
345 "PyFunction_Type"
346 "PyClassMethod_Type"
347 "PyStaticMethod_Type"
348
[388]349; From python27_s.lib(genobject)
[2]350 "PyGen_New"
351 "PyGen_NeedsFinalizing"
352 "PyGen_Type"
353
[388]354; From python27_s.lib(intobject)
[2]355 "PyInt_AsLong"
356 "PyInt_AsUnsignedLongMask"
357 "PyInt_AsUnsignedLongLongMask"
358 "PyInt_FromString"
359 "PyInt_AsSsize_t"
360 "PyInt_Fini"
361 "PyInt_FromUnicode"
362 "PyInt_FromLong"
363 "PyInt_FromSize_t"
364 "PyInt_FromSsize_t"
365 "PyInt_GetMax"
366 "_PyInt_Init"
367 "PyInt_Type"
368
[388]369; From python27_s.lib(iterobject)
[2]370 "PySeqIter_New"
371 "PyCallIter_New"
372 "PySeqIter_Type"
373 "PyCallIter_Type"
374
[388]375; From python27_s.lib(listobject)
[2]376 "PyList_New"
377 "PyList_Append"
378 "PyList_Size"
379 "PyList_GetItem"
380 "PyList_SetItem"
381 "PyList_Insert"
382 "PyList_GetSlice"
383 "PyList_SetSlice"
384 "PyList_Sort"
385 "PyList_Reverse"
386 "PyList_AsTuple"
387 "_PyList_Extend"
388 "PyList_Fini"
389 "PyList_Type"
390 "PyListIter_Type"
391 "PyListRevIter_Type"
392
[388]393; From python27_s.lib(longobject)
[2]394 "PyLong_FromDouble"
395 "PyLong_AsLong"
396 "_PyLong_AsSsize_t"
397 "PyLong_AsUnsignedLong"
398 "_PyLong_FromByteArray"
399 "_PyLong_AsByteArray"
400 "PyLong_AsDouble"
401 "PyLong_FromLongLong"
402 "PyLong_AsLongLong"
403 "PyLong_FromString"
404 "PyLong_FromLong"
405 "PyLong_FromUnsignedLong"
406 "PyLong_AsUnsignedLongMask"
407 "_PyLong_FromSize_t"
408 "_PyLong_FromSsize_t"
409 "_PyLong_AsScaledDouble"
410 "PyLong_FromVoidPtr"
411 "PyLong_AsVoidPtr"
412 "PyLong_FromUnsignedLongLong"
413 "PyLong_AsUnsignedLongLong"
414 "PyLong_AsUnsignedLongLongMask"
415 "PyLong_FromUnicode"
416 "_PyLong_Sign"
417 "_PyLong_NumBits"
418 "_PyLong_New"
419 "_PyLong_Copy"
420 "PyLong_Type"
421 "_PyLong_DigitValue"
422
[388]423; From python27_s.lib(methodobject)
[2]424 "PyCFunction_Call"
425 "Py_FindMethodInChain"
426 "PyCFunction_GetFunction"
427 "PyCFunction_GetSelf"
428 "PyCFunction_GetFlags"
429 "Py_FindMethod"
430 "PyCFunction_NewEx"
431 "PyCFunction_Fini"
432 "PyCFunction_New"
433 "PyCFunction_Type"
434
[388]435; From python27_s.lib(moduleobject)
[2]436 "PyModule_New"
437 "_PyModule_Clear"
438 "PyModule_GetDict"
439 "PyModule_GetName"
440 "PyModule_GetFilename"
441 "PyModule_Type"
442
[388]443; From python27_s.lib(object)
[2]444 "Py_DivisionWarningFlag"
445 "PyObject_Str"
446 "PyObject_Repr"
447 "_PyObject_Str"
448 "PyObject_Unicode"
449 "PyObject_GetAttr"
450 "PyObject_IsTrue"
451 "PyNumber_CoerceEx"
452 "PyObject_Compare"
453 "PyObject_RichCompare"
454 "_Py_HashDouble"
455 "PyObject_Hash"
456 "PyObject_SetAttr"
457 "PyObject_GenericGetAttr"
458 "PyObject_GenericSetAttr"
459 "PyCallable_Check"
460 "PyObject_Dir"
461 "PyMem_Malloc"
462 "PyMem_Realloc"
463 "PyMem_Free"
464 "PyObject_Print"
465 "_PyObject_Dump"
466 "PyObject_RichCompareBool"
467 "PyObject_GetAttrString"
468 "PyObject_SetAttrString"
469 "PyObject_HasAttrString"
470 "PyObject_HasAttr"
471 "_PyObject_GetDictPtr"
472 "PyObject_SelfIter"
473 "PyObject_Not"
474 "PyNumber_Coerce"
475 "Py_ReprEnter"
476 "Py_ReprLeave"
477 "_Py_HashPointer"
478 "Py_IncRef"
479 "Py_DecRef"
480 "_PyTrash_deposit_object"
481 "_PyTrash_destroy_chain"
482 "PyObject_Init"
483 "PyObject_InitVar"
484 "_PyObject_New"
485 "_PyObject_NewVar"
486 "_PyObject_Del"
487 "_Py_ReadyTypes"
488 "_Py_SwappedOp"
489 "_Py_NotImplementedStruct"
490 "_Py_NoneStruct"
491 "_Py_cobject_hack"
492 "_Py_abstract_hack"
493 "_PyTrash_delete_nesting"
494 "_PyTrash_delete_later"
495
[388]496; From python27_s.lib(obmalloc)
[2]497 "PyObject_Malloc"
498 "PyObject_Free"
499 "PyObject_Realloc"
500
[388]501; From python27_s.lib(rangeobject)
[2]502 "PyRange_Type"
503
[388]504; From python27_s.lib(setobject)
[2]505 "PySet_Pop"
506 "PySet_New"
507 "PyFrozenSet_New"
508 "PySet_Size"
509 "PySet_Clear"
510 "PySet_Contains"
511 "PySet_Discard"
512 "PySet_Add"
513 "_PySet_Next"
514 "_PySet_Update"
515 "PySet_Fini"
516 "PySet_Type"
517 "PyFrozenSet_Type"
518
[388]519; From python27_s.lib(sliceobject)
[2]520 "_PySlice_FromIndices"
521 "PySlice_GetIndices"
522 "PySlice_GetIndicesEx"
523 "PySlice_New"
524 "_Py_EllipsisObject"
525 "PySlice_Type"
526
[388]527; From python27_s.lib(stringobject)
[2]528 "PyString_FromStringAndSize"
529 "PyString_InternInPlace"
530 "PyString_FromString"
531 "PyString_FromFormatV"
532 "PyString_AsString"
533 "_PyString_Resize"
534 "PyString_FromFormat"
535 "PyString_AsDecodedString"
536 "PyString_AsEncodedString"
537 "PyString_DecodeEscape"
538 "PyString_Repr"
539 "PyString_AsStringAndSize"
540 "_PyString_FormatLong"
541 "PyString_Format"
542 "_Py_ReleaseInternedStrings"
543 "PyString_Size"
544 "PyString_Concat"
545 "PyString_ConcatAndDel"
546 "_PyString_Eq"
547 "PyString_InternImmortal"
548 "PyString_InternFromString"
549 "_PyString_Join"
550 "PyString_Decode"
551 "PyString_Encode"
552 "PyString_AsEncodedObject"
553 "PyString_AsDecodedObject"
554 "PyString_Fini"
555 "PyString_Type"
556 "PyBaseString_Type"
557
[388]558; From python27_s.lib(structseq)
[2]559 "PyStructSequence_InitType"
560 "PyStructSequence_New"
561 "PyStructSequence_UnnamedField"
562
[388]563; From python27_s.lib(tupleobject)
[2]564 "PyTuple_New"
565 "PyTuple_Pack"
566 "_PyTuple_Resize"
567 "PyTuple_Size"
568 "PyTuple_GetItem"
569 "PyTuple_SetItem"
570 "PyTuple_GetSlice"
571 "PyTuple_Fini"
572 "PyTuple_Type"
573 "PyTupleIter_Type"
574
[388]575; From python27_s.lib(typeobject)
[2]576 "PyType_IsSubtype"
577 "_PyType_Lookup"
578 "PyType_Ready"
579 "PyType_GenericAlloc"
580 "_PyObject_SlotCompare"
581 "PyType_GenericNew"
582 "PyType_Type"
583 "PyBaseObject_Type"
584 "PySuper_Type"
585
[388]586; From python27_s.lib(unicodeobject)
[2]587 "PyUnicodeUCS2_Resize"
588 "PyUnicodeUCS2_FromOrdinal"
589 "PyUnicodeUCS2_FromObject"
590 "PyUnicodeUCS2_FromEncodedObject"
591 "PyUnicodeUCS2_Decode"
592 "PyUnicodeUCS2_GetDefaultEncoding"
593 "PyUnicodeUCS2_DecodeUTF8"
594 "PyUnicodeUCS2_DecodeLatin1"
595 "PyUnicodeUCS2_DecodeASCII"
596 "PyUnicodeUCS2_AsEncodedString"
597 "PyUnicodeUCS2_AsUTF8String"
598 "PyUnicodeUCS2_AsLatin1String"
599 "PyUnicodeUCS2_AsASCIIString"
600 "PyUnicode_DecodeUTF7"
601 "PyUnicode_EncodeUTF7"
602 "PyUnicodeUCS2_DecodeUTF8Stateful"
603 "PyUnicodeUCS2_EncodeUTF8"
604 "PyUnicodeUCS2_DecodeUTF16Stateful"
605 "PyUnicodeUCS2_AsUTF16String"
606 "PyUnicodeUCS2_DecodeUnicodeEscape"
607 "PyUnicodeUCS2_DecodeRawUnicodeEscape"
608 "PyUnicodeUCS2_EncodeRawUnicodeEscape"
609 "_PyUnicode_DecodeUnicodeInternal"
610 "PyUnicodeUCS2_DecodeCharmap"
611 "PyUnicode_BuildEncodingMap"
612 "PyUnicodeUCS2_EncodeCharmap"
613 "PyUnicodeUCS2_TranslateCharmap"
614 "PyUnicodeUCS2_EncodeDecimal"
615 "PyUnicodeUCS2_Count"
616 "PyUnicodeUCS2_Find"
617 "PyUnicodeUCS2_Join"
618 "PyUnicodeUCS2_Splitlines"
619 "PyUnicodeUCS2_Compare"
620 "PyUnicodeUCS2_Contains"
621 "PyUnicodeUCS2_Concat"
622 "_PyUnicode_XStrip"
623 "PyUnicodeUCS2_Replace"
624 "PyUnicodeUCS2_Split"
625 "PyUnicodeUCS2_RSplit"
626 "PyUnicodeUCS2_Format"
627 "_PyUnicodeUCS2_Init"
628 "_PyUnicodeUCS2_Fini"
629 "PyUnicodeUCS2_FromUnicode"
630 "PyUnicodeUCS2_AsUnicode"
631 "PyUnicodeUCS2_GetSize"
632 "PyUnicodeUCS2_GetMax"
633 "_PyUnicodeUCS2_AsDefaultEncodedString"
634 "PyUnicodeUCS2_SetDefaultEncoding"
635 "PyUnicodeUCS2_Encode"
636 "PyUnicodeUCS2_AsEncodedObject"
637 "PyUnicodeUCS2_DecodeUTF16"
638 "PyUnicodeUCS2_EncodeUTF16"
639 "PyUnicodeUCS2_AsUnicodeEscapeString"
640 "PyUnicodeUCS2_EncodeUnicodeEscape"
641 "PyUnicodeUCS2_AsRawUnicodeEscapeString"
642 "PyUnicodeUCS2_EncodeLatin1"
643 "PyUnicodeUCS2_EncodeASCII"
644 "PyUnicodeUCS2_AsCharmapString"
645 "PyUnicodeUCS2_Partition"
646 "PyUnicodeUCS2_RPartition"
647 "PyUnicodeUCS2_Translate"
648 "PyUnicodeUCS2_Tailmatch"
649 "PyUnicode_AsDecodedObject"
650 "PyUnicode_Type"
651
[388]652; From python27_s.lib(unicodectype)
[2]653 "_PyUnicode_TypeRecords"
654 "_PyUnicodeUCS2_ToNumeric"
655 "_PyUnicodeUCS2_IsLowercase"
656 "_PyUnicodeUCS2_IsUppercase"
657 "_PyUnicodeUCS2_IsTitlecase"
658 "_PyUnicodeUCS2_IsWhitespace"
659 "_PyUnicodeUCS2_IsLinebreak"
660 "_PyUnicodeUCS2_ToLowercase"
661 "_PyUnicodeUCS2_ToUppercase"
662 "_PyUnicodeUCS2_ToTitlecase"
663 "_PyUnicodeUCS2_ToDecimalDigit"
664 "_PyUnicodeUCS2_ToDigit"
665 "_PyUnicodeUCS2_IsDecimalDigit"
666 "_PyUnicodeUCS2_IsDigit"
667 "_PyUnicodeUCS2_IsNumeric"
668 "_PyUnicodeUCS2_IsAlpha"
669
[388]670; From python27_s.lib(weakrefobject)
[2]671 "PyWeakref_NewRef"
672 "PyWeakref_NewProxy"
673 "PyObject_ClearWeakRefs"
674 "PyWeakref_GetObject"
675 "_PyWeakref_GetWeakrefCount"
676 "_PyWeakref_ClearRef"
677 "_PyWeakref_RefType"
678 "_PyWeakref_ProxyType"
679 "_PyWeakref_CallableProxyType"
680
[388]681; From python27_s.lib(Python-ast)
[2]682; "init_ast"
683 "Module"
684 "Interactive"
685 "Expression"
686 "Suite"
687 "FunctionDef"
688 "ClassDef"
689 "Return"
690 "Delete"
691 "Assign"
692 "AugAssign"
693 "Print"
694 "For"
695 "While"
696 "If"
697 "With"
698 "Raise"
699 "TryExcept"
700 "TryFinally"
701 "Assert"
702 "Import"
703 "ImportFrom"
704 "Exec"
705 "Global"
706 "Expr"
707 "Pass"
708 "Break"
709 "Continue"
710 "BoolOp"
711 "BinOp"
712 "UnaryOp"
713 "Lambda"
714 "IfExp"
715 "Dict"
716 "ListComp"
717 "GeneratorExp"
718 "Yield"
719 "Compare"
720 "Call"
721 "Repr"
722 "Num"
723 "Str"
724 "Attribute"
725 "Subscript"
726 "Name"
727 "List"
728 "Tuple"
729 "Ellipsis"
730 "Slice"
731 "ExtSlice"
732 "Index"
733 "comprehension"
734 "excepthandler"
735 "arguments"
736 "keyword"
737 "alias"
738 "PyAST_mod2obj"
739
[388]740; From python27_s.lib(asdl)
[2]741 "asdl_seq_new"
742 "asdl_int_seq_new"
743
[388]744; From python27_s.lib(ast)
[2]745 "PyAST_FromNode"
746
[388]747; From python27_s.lib(bltinmodule)
[2]748 "_PyBuiltin_Init"
749 "Py_FileSystemDefaultEncoding"
750
[388]751; From python27_s.lib(exceptions)
[2]752 "PyUnicodeEncodeError_GetStart"
753 "PyUnicodeDecodeError_GetStart"
754 "PyUnicodeEncodeError_GetEnd"
755 "PyUnicodeDecodeError_GetEnd"
756 "_PyExc_Init"
757 "PyUnicodeDecodeError_Create"
758 "PyUnicodeEncodeError_Create"
759 "PyUnicodeTranslateError_Create"
760 "PyUnicodeEncodeError_GetEncoding"
761 "PyUnicodeDecodeError_GetEncoding"
762 "PyUnicodeEncodeError_GetObject"
763 "PyUnicodeDecodeError_GetObject"
764 "PyUnicodeTranslateError_GetObject"
765 "PyUnicodeTranslateError_GetStart"
766 "PyUnicodeEncodeError_SetStart"
767 "PyUnicodeDecodeError_SetStart"
768 "PyUnicodeTranslateError_SetStart"
769 "PyUnicodeTranslateError_GetEnd"
770 "PyUnicodeEncodeError_SetEnd"
771 "PyUnicodeDecodeError_SetEnd"
772 "PyUnicodeTranslateError_SetEnd"
773 "PyUnicodeEncodeError_GetReason"
774 "PyUnicodeDecodeError_GetReason"
775 "PyUnicodeTranslateError_GetReason"
776 "PyUnicodeEncodeError_SetReason"
777 "PyUnicodeDecodeError_SetReason"
778 "PyUnicodeTranslateError_SetReason"
779 "_PyExc_Fini"
780 "PyExc_BaseException"
781 "PyExc_Exception"
782 "PyExc_StandardError"
783 "PyExc_TypeError"
784 "PyExc_StopIteration"
785 "PyExc_GeneratorExit"
786 "PyExc_SystemExit"
787 "PyExc_KeyboardInterrupt"
788 "PyExc_ImportError"
789 "PyExc_EnvironmentError"
790 "PyExc_IOError"
791 "PyExc_OSError"
792 "PyExc_EOFError"
793 "PyExc_RuntimeError"
794 "PyExc_NotImplementedError"
795 "PyExc_NameError"
796 "PyExc_UnboundLocalError"
797 "PyExc_AttributeError"
798 "PyExc_IndexError"
799 "PyExc_SyntaxError"
800 "PyExc_IndentationError"
801 "PyExc_TabError"
802 "PyExc_LookupError"
803 "PyExc_KeyError"
804 "PyExc_ValueError"
805 "PyExc_UnicodeError"
806 "PyExc_UnicodeEncodeError"
807 "PyExc_UnicodeDecodeError"
808 "PyExc_UnicodeTranslateError"
809 "PyExc_AssertionError"
810 "PyExc_ArithmeticError"
811 "PyExc_FloatingPointError"
812 "PyExc_OverflowError"
813 "PyExc_ZeroDivisionError"
814 "PyExc_SystemError"
815 "PyExc_ReferenceError"
816 "PyExc_MemoryError"
817 "PyExc_Warning"
818 "PyExc_UserWarning"
819 "PyExc_DeprecationWarning"
820 "PyExc_PendingDeprecationWarning"
821 "PyExc_SyntaxWarning"
822 "PyExc_RuntimeWarning"
823 "PyExc_FutureWarning"
824 "PyExc_ImportWarning"
825 "PyExc_MemoryErrorInst"
826
[388]827; From python27_s.lib(ceval)
[2]828 "PyEval_EvalFrameEx"
829 "PyEval_CallObjectWithKeywords"
830 "PyEval_EvalCodeEx"
831 "PyEval_GetFrame"
832 "PyEval_CallObject"
833 "PyEval_SetProfile"
834 "PyEval_SetTrace"
835 "PyEval_GetBuiltins"
836 "PyEval_GetGlobals"
837 "PyEval_GetLocals"
838 "PyEval_GetRestricted"
839 "PyEval_MergeCompilerFlags"
840 "Py_FlushLine"
841 "Py_AddPendingCall"
842 "Py_MakePendingCalls"
843 "Py_SetRecursionLimit"
844 "Py_GetRecursionLimit"
845 "_Py_CheckRecursiveCall"
846 "PyEval_GetFuncName"
847 "PyEval_GetFuncDesc"
848 "PyEval_GetCallStats"
849 "PyEval_EvalFrame"
850 "PyEval_SaveThread"
851 "PyEval_RestoreThread"
852 "PyEval_ThreadsInitialized"
853 "PyEval_InitThreads"
854 "PyEval_AcquireLock"
855 "PyEval_ReleaseLock"
856 "PyEval_AcquireThread"
857 "PyEval_ReleaseThread"
858 "PyEval_ReInitThreads"
859 "_PyEval_SliceIndex"
860 "PyEval_EvalCode"
861 "_PyEval_CallTracing"
862 "_Py_CheckRecursionLimit"
863 "_Py_CheckInterval"
864 "_Py_Ticker"
865
[388]866; From python27_s.lib(compile)
[2]867 "_Py_Mangle"
868 "PyAST_Compile"
869 "PyNode_Compile"
870 "Py_OptimizeFlag"
871
[388]872; From python27_s.lib(codecs)
[2]873 "_PyCodec_Lookup"
874 "PyCodec_Encode"
875 "PyCodec_Decode"
876 "PyCodec_IgnoreErrors"
877 "PyCodec_ReplaceErrors"
878 "PyCodec_XMLCharRefReplaceErrors"
879 "PyCodec_BackslashReplaceErrors"
880 "PyCodec_Register"
881 "PyCodec_Encoder"
882 "PyCodec_Decoder"
883 "PyCodec_IncrementalEncoder"
884 "PyCodec_IncrementalDecoder"
885 "PyCodec_StreamReader"
886 "PyCodec_StreamWriter"
887 "PyCodec_RegisterError"
888 "PyCodec_LookupError"
889 "PyCodec_StrictErrors"
890
[388]891; From python27_s.lib(errors)
[2]892 "PyErr_SetNone"
893 "PyErr_SetString"
894 "PyErr_GivenExceptionMatches"
895 "PyErr_NormalizeException"
896 "PyErr_Fetch"
897 "PyErr_Clear"
898 "PyErr_NoMemory"
899 "PyErr_SetFromErrnoWithFilenameObject"
900 "PyErr_Format"
901 "PyErr_NewException"
902 "PyErr_WriteUnraisable"
903 "PyErr_SyntaxLocation"
904 "PyErr_ProgramText"
905 "PyErr_SetObject"
906 "PyErr_Occurred"
907 "PyErr_Restore"
908 "PyErr_ExceptionMatches"
909 "PyErr_BadArgument"
910 "PyErr_SetFromErrno"
911 "PyErr_SetFromErrnoWithFilename"
912 "PyErr_BadInternalCall"
913 "_PyErr_BadInternalCall"
914 "PyErr_Warn"
915 "PyErr_WarnExplicit"
916
[388]917; From python27_s.lib(frozen)
[2]918 "PyImport_FrozenModules"
919
[388]920; From python27_s.lib(frozenmain)
[2]921 "Py_FrozenMain"
922
[388]923; From python27_s.lib(future)
[2]924 "PyFuture_FromAST"
925
[388]926; From python27_s.lib(getargs)
[2]927 "PyArg_Parse"
928 "_PyArg_Parse_SizeT"
929 "PyArg_ParseTuple"
930 "_PyArg_ParseTuple_SizeT"
931 "PyArg_ParseTupleAndKeywords"
932 "_PyArg_ParseTupleAndKeywords_SizeT"
933 "PyArg_UnpackTuple"
934 "_PyArg_NoKeywords"
935 "PyArg_VaParse"
936 "PyArg_VaParseTupleAndKeywords"
937 "_PyArg_VaParse_SizeT"
938 "_PyArg_VaParseTupleAndKeywords_SizeT"
939
[388]940; From python27_s.lib(getcompiler)
[2]941 "Py_GetCompiler"
942
[388]943; From python27_s.lib(getcopyright)
[2]944 "Py_GetCopyright"
945
[388]946; From python27_s.lib(getplatform)
[2]947 "Py_GetPlatform"
948
[388]949; From python27_s.lib(getversion)
[2]950 "Py_GetVersion"
951
[388]952; From python27_s.lib(graminit)
[2]953 "_PyParser_Grammar"
954
[388]955; From python27_s.lib(import)
[2]956 "_PyImport_Init"
957 "_PyImportHooks_Init"
958 "PyImport_ImportModule"
959 "PyImport_Cleanup"
960 "_PyImport_FixupExtension"
961 "PyImport_AddModule"
962 "PyImport_ExecCodeModuleEx"
963 "PyImport_ImportFrozenModule"
964 "PyImport_ImportModuleEx"
965 "PyImport_ImportModuleLevel"
966 "PyImport_ReloadModule"
967 "PyImport_Import"
968; "initimp"
969 "_PyImport_Fini"
970 "PyImport_GetMagicNumber"
971 "PyImport_ExecCodeModule"
972 "PyImport_GetModuleDict"
973 "_PyImport_FindModule"
974 "_PyImport_IsScript"
975 "_PyImport_ReInitLock"
976 "_PyImport_FindExtension"
977 "PyImport_AppendInittab"
978 "PyImport_ExtendInittab"
979 "PyImport_Inittab"
980 "_PyImport_Filetab"
981
[388]982; From python27_s.lib(importdl)
[2]983 "_PyImport_LoadDynamicModule"
984
[388]985; From python27_s.lib(marshal)
[2]986 "PyMarshal_ReadLongFromFile"
987 "PyMarshal_WriteObjectToString"
988 "PyMarshal_WriteLongToFile"
989 "PyMarshal_WriteObjectToFile"
990 "PyMarshal_ReadShortFromFile"
991 "PyMarshal_ReadObjectFromFile"
992 "PyMarshal_ReadLastObjectFromFile"
993 "PyMarshal_ReadObjectFromString"
994 "PyMarshal_Init"
995
[388]996; From python27_s.lib(modsupport)
[2]997 "Py_InitModule4"
998 "Py_BuildValue"
999 "_Py_BuildValue_SizeT"
1000 "PyEval_CallFunction"
1001 "PyEval_CallMethod"
1002 "_Py_VaBuildValue_SizeT"
1003 "Py_VaBuildValue"
1004 "PyModule_AddObject"
1005 "PyModule_AddIntConstant"
1006 "PyModule_AddStringConstant"
1007 "_Py_PackageContext"
1008
[388]1009; From python27_s.lib(mysnprintf)
[2]1010 "PyOS_snprintf"
1011 "PyOS_vsnprintf"
1012
[388]1013; From python27_s.lib(mystrtoul)
[2]1014 "PyOS_strtoul"
1015 "PyOS_strtol"
1016
[388]1017; From python27_s.lib(pyarena)
[2]1018 "PyArena_New"
1019 "PyArena_Free"
1020 "PyArena_Malloc"
1021 "PyArena_AddPyObject"
1022
[388]1023; From python27_s.lib(pyfpe)
[2]1024 "PyFPE_dummy"
1025
[388]1026; From python27_s.lib(pystate)
[2]1027 "PyInterpreterState_Clear"
1028 "PyThreadState_Clear"
1029 "_PyThread_CurrentFrames"
1030 "PyGILState_Ensure"
1031 "PyGILState_Release"
1032 "PyInterpreterState_New"
1033 "PyInterpreterState_Delete"
1034 "PyThreadState_Delete"
1035 "PyThreadState_New"
1036 "PyThreadState_DeleteCurrent"
1037 "PyThreadState_Get"
1038 "PyThreadState_Swap"
1039 "PyThreadState_GetDict"
1040 "PyThreadState_SetAsyncExc"
1041 "PyGILState_GetThisThreadState"
1042 "PyInterpreterState_Head"
1043 "PyInterpreterState_Next"
1044 "PyInterpreterState_ThreadHead"
1045 "PyThreadState_Next"
1046 "_PyGILState_Init"
1047 "_PyGILState_Fini"
1048 "_PyThreadState_Current"
1049 "_PyThreadState_GetFrame"
1050
[388]1051; From python27_s.lib(pystrtod)
[2]1052 "PyOS_ascii_strtod"
1053 "PyOS_ascii_formatd"
1054 "PyOS_ascii_atof"
1055
[388]1056; From python27_s.lib(pythonrun)
[2]1057 "Py_IgnoreEnvironmentFlag"
1058 "Py_DebugFlag"
1059 "Py_VerboseFlag"
1060 "Py_NoSiteFlag"
1061 "Py_InteractiveFlag"
1062 "Py_FrozenFlag"
1063 "Py_InitializeEx"
1064 "Py_FatalError"
1065 "Py_NewInterpreter"
1066 "PyErr_Print"
1067 "PyRun_InteractiveOneFlags"
1068 "PyParser_ASTFromFile"
1069 "PyRun_SimpleFileExFlags"
1070 "PyRun_FileExFlags"
1071 "Py_Exit"
1072 "PyErr_PrintEx"
1073 "PyErr_Display"
1074 "Py_SetProgramName"
1075 "Py_GetProgramName"
1076 "Py_SetPythonHome"
1077 "Py_GetPythonHome"
1078 "Py_Initialize"
1079 "Py_Finalize"
1080 "Py_IsInitialized"
1081 "Py_EndInterpreter"
1082 "PyRun_AnyFileFlags"
1083 "Py_FdIsInteractive"
1084 "PyRun_InteractiveLoopFlags"
1085 "PyRun_AnyFileExFlags"
1086 "PyRun_SimpleStringFlags"
1087 "PyRun_StringFlags"
1088 "PyParser_ASTFromString"
1089 "PyParser_SimpleParseStringFlags"
1090 "PyParser_SimpleParseFileFlags"
1091 "Py_CompileStringFlags"
1092 "Py_SymtableString"
1093 "Py_AtExit"
1094 "PyOS_getsig"
1095 "PyOS_setsig"
1096 "PyParser_SetError"
1097 "PyModule_GetWarningsModule"
1098 "PyParser_SimpleParseStringFlagsFilename"
1099 "PyParser_SimpleParseStringFilename"
1100 "PyParser_SimpleParseFile"
1101 "PyParser_SimpleParseString"
1102 "PyRun_AnyFile"
1103 "PyRun_AnyFileEx"
1104 "PyRun_File"
1105 "PyRun_FileEx"
1106 "PyRun_FileFlags"
1107 "PyRun_SimpleFile"
1108 "PyRun_SimpleFileEx"
1109 "PyRun_String"
1110 "PyRun_SimpleString"
1111 "Py_CompileString"
1112 "PyRun_InteractiveOne"
1113 "PyRun_InteractiveLoop"
1114 "Py_UseClassExceptionsFlag"
1115 "Py_UnicodeFlag"
1116 "_Py_QnewFlag"
1117
[388]1118; From python27_s.lib(structmember)
[2]1119 "PyMember_Get"
1120 "PyMember_GetOne"
1121 "PyMember_SetOne"
1122 "PyMember_Set"
1123
[388]1124; From python27_s.lib(symtable)
[2]1125 "PySymtable_Build"
1126 "PySymtable_Free"
1127 "PyST_GetScope"
1128 "PySymtable_Lookup"
1129 "PySTEntry_Type"
1130
[388]1131; From python27_s.lib(sysmodule)
[2]1132 "_PySys_Init"
1133 "PySys_WriteStderr"
1134 "PySys_SetPath"
1135 "PySys_SetArgv"
1136 "PySys_WriteStdout"
1137 "Py_SubversionRevision"
1138 "Py_SubversionShortBranch"
1139 "PySys_GetObject"
1140 "PySys_SetObject"
1141 "PySys_GetFile"
1142 "PySys_ResetWarnOptions"
1143 "PySys_AddWarnOption"
1144
[388]1145; From python27_s.lib(traceback)
[2]1146 "PyTraceBack_Here"
1147 "PyTraceBack_Print"
1148 "PyTraceBack_Type"
1149
[388]1150; From python27_s.lib(getopt)
[2]1151 "_PyOS_GetOpt"
1152 "_PyOS_opterr"
1153 "_PyOS_optind"
1154 "_PyOS_optarg"
1155
[388]1156; From python27_s.lib(dynload_shlib)
[2]1157 "_PyImport_DynLoadFiletab"
1158 "_PyImport_GetDynLoadFunc"
1159
[388]1160; From python27_s.lib(thread)
[2]1161 "PyThread_delete_key_value"
1162 "PyThread_init_thread"
1163 "PyThread_start_new_thread"
1164 "PyThread_exit_thread"
1165 "PyThread_get_thread_ident"
1166 "PyThread_allocate_lock"
1167 "PyThread_free_lock"
1168 "PyThread_acquire_lock"
1169 "PyThread_release_lock"
1170 "PyThread_get_stacksize"
1171 "PyThread_set_stacksize"
1172 "PyThread_create_key"
1173 "PyThread_delete_key"
1174 "PyThread_set_key_value"
1175 "PyThread_get_key_value"
1176
[388]1177; From python27_s.lib(gcmodule)
[2]1178; "initgc"
1179 "_PyObject_GC_New"
1180 "_PyObject_GC_NewVar"
1181 "PyGC_Collect"
1182 "_PyObject_GC_Resize"
1183 "_PyObject_GC_Malloc"
1184 "PyObject_GC_Track"
1185 "PyObject_GC_UnTrack"
1186 "PyObject_GC_Del"
1187 "_PyGC_Dump"
1188 "_PyObject_GC_Track"
1189 "_PyObject_GC_UnTrack"
1190 "_PyObject_GC_Del"
1191 "_PyGC_generation0"
1192
[388]1193; From python27_s.lib(signalmodule)
[2]1194; "initsignal"
1195 "PyErr_CheckSignals"
1196 "PyErr_SetInterrupt"
1197 "PyOS_FiniInterrupts"
1198 "PyOS_InterruptOccurred"
1199 "PyOS_InitInterrupts"
1200 "PyOS_AfterFork"
1201
[388]1202; From python27_s.lib(posixmodule)
[2]1203; "initos2"
1204
[388]1205; From python27_s.lib(threadmodule)
[2]1206; "initthread"
1207
[388]1208; From python27_s.lib(arraymodule)
[2]1209; "initarray"
1210; "array_methods"
1211
[388]1212; From python27_s.lib(binascii)
[2]1213; "initbinascii"
1214
[388]1215; From python27_s.lib(cmathmodule)
[2]1216; "initcmath"
1217
[388]1218; From python27_s.lib(_codecsmodule)
[2]1219; "init_codecs"
1220
[388]1221; From python27_s.lib(collectionsmodule)
[2]1222; "initcollections"
1223 "dequeiter_type"
1224 "dequereviter_type"
1225
[388]1226; From python27_s.lib(cPickle)
[2]1227; "initcPickle"
1228; "fast_save_leave"
1229
[388]1230; From python27_s.lib(cStringIO)
[2]1231; "initcStringIO"
1232
[388]1233; From python27_s.lib(_csv)
[2]1234; "init_csv"
1235
[388]1236; From python27_s.lib(datetimemodule)
[2]1237; "initdatetime"
1238
[388]1239; From python27_s.lib(dlmodule)
[2]1240; "initdl"
1241
[388]1242; From python27_s.lib(errnomodule)
[2]1243; "initerrno"
1244
[388]1245; From python27_s.lib(fcntlmodule)
[2]1246; "initfcntl"
1247
[388]1248; From python27_s.lib(_functoolsmodule)
[2]1249; "init_functools"
1250
[388]1251; From python27_s.lib(_heapqmodule)
[2]1252; "init_heapq"
1253
[388]1254; From python27_s.lib(imageop)
[2]1255; "initimageop"
1256
[388]1257; From python27_s.lib(itertoolsmodule)
[2]1258; "inititertools"
1259
[388]1260; From python27_s.lib(_localemodule)
[2]1261; "init_locale"
1262
[388]1263; From python27_s.lib(mathmodule)
[2]1264; "initmath"
1265
[388]1266; From python27_s.lib(md5)
[2]1267 "md5_finish"
1268 "md5_init"
1269 "md5_append"
1270
[388]1271; From python27_s.lib(md5module)
[2]1272; "init_md5"
1273
[388]1274; From python27_s.lib(operator)
[2]1275; "initoperator"
1276
[388]1277; From python27_s.lib(_randommodule)
[2]1278; "init_random"
1279
[388]1280; From python27_s.lib(rgbimgmodule)
[2]1281; "initrgbimg"
1282
[388]1283; From python27_s.lib(shamodule)
[2]1284; "init_sha"
1285
[388]1286; From python27_s.lib(sha256module)
[2]1287; "init_sha256"
1288
[388]1289; From python27_s.lib(sha512module)
[2]1290; "init_sha512"
1291
[388]1292; From python27_s.lib(_sre)
[2]1293; "init_sre"
1294
[388]1295; From python27_s.lib(stropmodule)
[2]1296; "initstrop"
1297
[388]1298; From python27_s.lib(_struct)
[2]1299; "init_struct"
1300
[388]1301; From python27_s.lib(symtablemodule)
[2]1302; "init_symtable"
1303
[388]1304; From python27_s.lib(termios)
[2]1305; "inittermios"
1306
[388]1307; From python27_s.lib(timemodule)
[2]1308; "inittime"
1309 "_PyTime_DoubleToTimet"
1310; "inittimezone"
1311
[388]1312; From python27_s.lib(timingmodule)
[2]1313; "inittiming"
1314
[388]1315; From python27_s.lib(_weakref)
[2]1316; "init_weakref"
1317
[388]1318; From python27_s.lib(xxsubtype)
[2]1319; "initxxsubtype"
1320
[388]1321; From python27_s.lib(zipimport)
[2]1322; "initzipimport"
Note: See TracBrowser for help on using the repository browser.