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