]> granicus.if.org Git - python/commitdiff
Various tweaks for Python 2.1a1.
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 19 Jan 2001 23:47:21 +0000 (23:47 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 19 Jan 2001 23:47:21 +0000 (23:47 +0000)
Mac/Build/PythonCore.exp
Mac/Build/PythonCore.mcp
Mac/Build/PythonStandSmall.mcp

index 75c57b8226cd0fe9115bc98238a80ae0e399fcc1..87f58fdae7371b609523bc4dc1e4c89ad9748174 100644 (file)
@@ -37,6 +37,7 @@ PyArg_GetFloat
 PyArg_GetShort
 PyArg_GetLong
 PyArg_GetObject
+PyErr_Warn
 PyErr_WriteUnraisable
 PyErr_NewException
 PyErr_Format
@@ -163,6 +164,8 @@ PySys_WriteStdout
 PySys_SetArgv
 PySys_SetPath
 _PySys_Init
+PySys_AddWarnOption
+PySys_ResetWarnOptions
 PySys_SetObject
 PySys_GetFile
 PySys_GetObject
@@ -213,22 +216,22 @@ PyNumber_Positive
 PyNumber_Negative
 PyNumber_InPlacePower
 PyNumber_InPlaceRemainder
-PyNumber_InPlaceDivide
 PyNumber_InPlaceMultiply
-PyNumber_InPlaceSubtract
 PyNumber_InPlaceAdd
+PyNumber_InPlaceDivide
+PyNumber_InPlaceSubtract
 PyNumber_InPlaceRshift
 PyNumber_InPlaceLshift
 PyNumber_InPlaceAnd
 PyNumber_InPlaceXor
 PyNumber_InPlaceOr
 PyNumber_Power
-PyNumber_Divmod
 PyNumber_Remainder
+PyNumber_Add
+PyNumber_Divmod
 PyNumber_Divide
 PyNumber_Multiply
 PyNumber_Subtract
-PyNumber_Add
 PyNumber_Rshift
 PyNumber_Lshift
 PyNumber_And
@@ -253,8 +256,6 @@ PyMethod_Class
 PyMethod_Self
 PyMethod_Function
 PyMethod_New
-PyInstance_HalfBinOp
-PyInstance_DoBinOp
 PyInstance_New
 PyClass_IsSubclass
 PyClass_New
@@ -372,12 +373,11 @@ PyModule_GetName
 PyModule_GetDict
 PyModule_New
 _Py_NoneStruct
+_Py_NotImplementedStruct
 _Py_cobject_hack
 _Py_abstract_hack
-_PyCompareState_Key
 _PyTrash_delete_later
 _PyTrash_delete_nesting
-_PyCompareState_nesting
 _PyTrash_destroy_chain
 _PyTrash_deposit_object
 Py_ReprLeave
@@ -402,7 +402,11 @@ PyObject_GetAttrString
 PyObject_Hash
 _Py_HashPointer
 _Py_HashDouble
+PyObject_RichCompareBool
+PyObject_RichCompare
+do_richcmp
 PyObject_Compare
+PyObject_Unicode
 PyObject_Str
 PyObject_Repr
 PyObject_Print
@@ -802,6 +806,11 @@ PyExc_TypeError
 PyExc_ValueError
 PyExc_ZeroDivisionError
 PyExc_MemoryErrorInst
+PyExc_Warning
+PyExc_UserWarning
+PyExc_DeprecationWarning
+PyExc_SyntaxWarning
+PyExc_RuntimeWarning
 fini_exceptions
 init_exceptions
 initNav
index 382e40c7b16628eabd9e87f355ae0a712430b0f7..8994105c0b0640b660b48cdcd5a5e0a97e4c7c57 100644 (file)
Binary files a/Mac/Build/PythonCore.mcp and b/Mac/Build/PythonCore.mcp differ
index 86122814d2755a1c1b00e16d1942644926d2a975..0639dd41897751497fe6504b1d33741a8ad05126 100644 (file)
Binary files a/Mac/Build/PythonStandSmall.mcp and b/Mac/Build/PythonStandSmall.mcp differ