]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Last set of CW Pro 5 projects (probably)
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 25 Aug 2000 22:33:27 +0000 (22:33 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 25 Aug 2000 22:33:27 +0000 (22:33 +0000)
31 files changed:
Mac/Build/App.prj
Mac/Build/Cm.prj
Mac/Build/ColorPicker.prj
Mac/Build/Drag.prj
Mac/Build/Fm.prj
Mac/Build/Fm.prj.exp
Mac/Build/Help.prj
Mac/Build/Icn.prj
Mac/Build/List.prj
Mac/Build/Printing.prj
Mac/Build/PythonCore.prj
Mac/Build/PythonCorePPC.prj
Mac/Build/PythonCorePPC.prj.exp
Mac/Build/PythonInterpreter.prj
Mac/Build/PythonStandCarbon.prj
Mac/Build/PythonStandSmall.prj
Mac/Build/Qdoffs.prj
Mac/Build/Qt.prj
Mac/Build/Scrap.prj
Mac/Build/Snd.prj
Mac/Build/Sndihooks.prj
Mac/Build/TE.prj
Mac/Build/calldll.ppc.prj
Mac/Build/ctb.prj
Mac/Build/gdbm.prj
Mac/Build/icglue.prj
Mac/Build/macspeech.prj
Mac/Build/ucnhash.prj
Mac/Build/waste.prj
Mac/Build/xx.prj
Mac/Build/zlib.prj

index d32ef21fa04b75c3f4c10dedb3e3e43c11349c9f..8e7817bdf644c3ea0572e92c09e3c181913e594a 100644 (file)
Binary files a/Mac/Build/App.prj and b/Mac/Build/App.prj differ
index 7ca266c6eb91268a8c23d9e0d6b9bdb94a25cea4..930dd322dba5b950063b46cd789844c52d3d2b8d 100644 (file)
Binary files a/Mac/Build/Cm.prj and b/Mac/Build/Cm.prj differ
index 4e5e6ce6bbfca587f8099c9d62b01deeee936d8e..34f17a7cd1e616ef782b89e116177bdaf9d7be25 100644 (file)
Binary files a/Mac/Build/ColorPicker.prj and b/Mac/Build/ColorPicker.prj differ
index 26ca5ba0ee7b0aed690589d182c874ce6ad34748..0986aa78c654ea2dbf2874af8e3368e4a0b40b40 100644 (file)
Binary files a/Mac/Build/Drag.prj and b/Mac/Build/Drag.prj differ
index 624cd4d36039d1308cbe978cb9a92dcc545543fc..3fe26498dd8ab4475902bac6ab47c5e7d3392750 100644 (file)
Binary files a/Mac/Build/Fm.prj and b/Mac/Build/Fm.prj differ
index 0712bb6df3f06efd7465e04a21638306f2eff0ec..cec0fe815adb21196d7d54f53faeb6694417e924 100644 (file)
@@ -1,2 +1 @@
 initFm
-FMRec_New
index f9a63c5f3f7be4030f5f4973ca004208ca440f32..e110c8589210d2b88aea047fc5a19b3b509b5d30 100644 (file)
Binary files a/Mac/Build/Help.prj and b/Mac/Build/Help.prj differ
index b1ce136cc876bb0bff5a7caf56021b4ba62d6441..0eacb056b0033f40efb866e952e26749ac5251b1 100644 (file)
Binary files a/Mac/Build/Icn.prj and b/Mac/Build/Icn.prj differ
index 3b5b0ad750acaed1aaecbf0859224947794067de..24ad8c7aab44e615f1466006eb95644bbfd1f9f5 100644 (file)
Binary files a/Mac/Build/List.prj and b/Mac/Build/List.prj differ
index 3e1f220f32fe086d79bb681f15667318d279a861..23e5baf4a28c8fa80a60a97d54e9bc4d7519162d 100644 (file)
Binary files a/Mac/Build/Printing.prj and b/Mac/Build/Printing.prj differ
index 2ef1aa1f33d9995d04cd362835ca92575c1cd982..db0a93fe8b8879444ad3f9908c5ece931bb93295 100644 (file)
Binary files a/Mac/Build/PythonCore.prj and b/Mac/Build/PythonCore.prj differ
index 260982d1f775c55458c70ec78784fb22bd050cfa..4cb945e38cc3ee6c387ebbe5e92e5602b11518fc 100644 (file)
Binary files a/Mac/Build/PythonCorePPC.prj and b/Mac/Build/PythonCorePPC.prj differ
index a307f80c7f6f5332080b860d2cedfb22ef8c2aae..49e8e643f376874faaf5a657aa4a69f7d43a52a2 100644 (file)
@@ -169,6 +169,7 @@ PyMapping_HasKeyString
 PyMapping_SetItemString
 PyMapping_GetItemString
 PyMapping_Length
+PyMapping_Size
 PyMapping_Check
 PySequence_Index
 PySequence_In
@@ -183,9 +184,12 @@ PySequence_DelItem
 PySequence_SetItem
 PySequence_GetSlice
 PySequence_GetItem
+PySequence_InPlaceRepeat
+PySequence_InPlaceConcat
 PySequence_Repeat
 PySequence_Concat
 PySequence_Length
+PySequence_Size
 PySequence_Check
 PyNumber_Float
 PyNumber_Long
@@ -194,6 +198,17 @@ PyNumber_Absolute
 PyNumber_Invert
 PyNumber_Positive
 PyNumber_Negative
+PyNumber_InPlacePower
+PyNumber_InPlaceRemainder
+PyNumber_InPlaceDivide
+PyNumber_InPlaceMultiply
+PyNumber_InPlaceSubtract
+PyNumber_InPlaceAdd
+PyNumber_InPlaceRshift
+PyNumber_InPlaceLshift
+PyNumber_InPlaceAnd
+PyNumber_InPlaceXor
+PyNumber_InPlaceOr
 PyNumber_Power
 PyNumber_Divmod
 PyNumber_Remainder
@@ -214,6 +229,7 @@ PyObject_DelItem
 PyObject_SetItem
 PyObject_GetItem
 PyObject_Length
+PyObject_Size
 PyObject_Type
 PyObject_Cmp
 PyClass_Type
@@ -224,6 +240,7 @@ PyMethod_Class
 PyMethod_Self
 PyMethod_Function
 PyMethod_New
+PyInstance_HalfBinOp
 PyInstance_DoBinOp
 PyInstance_New
 PyClass_IsSubclass
@@ -262,10 +279,13 @@ PyDict_SetItem
 PyDict_GetItem
 PyDict_New
 PyFile_Type
+PyObject_AsFileDescriptor
 PyFile_WriteString
 PyFile_WriteObject
 PyFile_SoftSpace
 PyFile_GetLine
+_portable_ftell
+_portable_fseek
 PyFile_SetBufSize
 PyFile_FromString
 PyFile_FromFile
@@ -396,6 +416,9 @@ PyString_ConcatAndDel
 PyString_Concat
 PyString_AsString
 PyString_Size
+PyString_AsEncodedString
+PyString_Encode
+PyString_Decode
 PyString_FromString
 PyString_FromStringAndSize
 PyTuple_Type
@@ -427,6 +450,7 @@ PyParser_ParseFile
 PyParser_ParseString
 _PyParser_TokenNames
 PyTokenizer_Get
+PyToken_ThreeChars
 PyToken_TwoChars
 PyToken_OneChar
 PyTokenizer_Free
@@ -462,7 +486,7 @@ initrgbimg
 initrotor
 initselect
 gethostbyname_lock
-initsocket
+init_socket
 initsoundex
 initstrop
 initstruct
@@ -516,7 +540,6 @@ PyMac_HandleEvent
 PyMac_BuildEventRecord
 PyMac_HandleEventIntern
 PyMac_SetEventHandler
-PyMac_InForeground
 PyOS_InterruptOccurred
 PyErr_CheckSignals
 PyOS_FiniInterrupts
@@ -533,7 +556,7 @@ PLstrcpy
 PyMac_StopGUSISpin
 RotateCursor
 SpinCursor
-guesstabsize
+PyMac_getscript
 PyMac_AppRefNum
 options
 Py_GetExecPrefix
@@ -544,8 +567,8 @@ PyMac_Exit
 PyMac_InitApplication
 PyMac_Initialize
 PyMac_InitApplet
-getfiletype
-setfiletype
+PyMac_getfiletype
+PyMac_setfiletype
 main
 PyMac_AddLibResources
 __initialize_with_resources
@@ -557,13 +580,8 @@ initgestalt
 initmacfs
 newmfssobject
 mfs_GetFSSpecFSSpec
-newmfsaobject
 initmac
 initMacOS
-calloc
-realloc
-free
-malloc
 Pcre_Type
 initpcre
 pcre_lcc
@@ -590,15 +608,13 @@ _PyImport_Inittab
 CtlObj_chain
 Control_Type
 initCtl
-CtlObj_NewUnmanaged
-CtlObj_WhichControl
 CtlObj_Convert
 CtlObj_New
-ControlFontStyle_Convert
 DlgObj_chain
 Dialog_Type
 initDlg
 DlgObj_Convert
+DlgObj_New
 MenuObj_chain
 Menu_Type
 initMenu
@@ -668,6 +684,7 @@ PyCodec_Decoder
 PyCodec_Encoder
 _PyCodec_Lookup
 PyCodec_Register
+_PyUnicode_IsAlpha
 _PyUnicode_ToLowercase
 _PyUnicode_ToUppercase
 _PyUnicode_IsUppercase
@@ -718,16 +735,17 @@ PyUnicode_AsUTF16String
 PyUnicode_EncodeUTF16
 PyUnicode_DecodeUTF16
 PyUnicode_AsUTF8String
-_PyUnicode_AsUTF8String
 PyUnicode_EncodeUTF8
 PyUnicode_DecodeUTF8
 PyUnicode_SetDefaultEncoding
 PyUnicode_GetDefaultEncoding
 PyUnicode_GetSize
 PyUnicode_AsUnicode
+_PyUnicode_AsDefaultEncodedString
 PyUnicode_AsEncodedString
 PyUnicode_Encode
 PyUnicode_Decode
+PyUnicode_FromEncodedObject
 PyUnicode_FromObject
 PyUnicode_FromUnicode
 PyUnicode_Resize
@@ -768,6 +786,8 @@ PyExc_OverflowError
 PyExc_RuntimeError
 PyExc_NotImplementedError
 PyExc_SyntaxError
+PyExc_IndentationError
+PyExc_TabError
 PyExc_SystemError
 PyExc_SystemExit
 PyExc_UnboundLocalError
@@ -787,6 +807,9 @@ initAE
 AEDesc_Convert
 AEDesc_New
 init_locale
+initEvt
+copyright
+init_sre
 __vt__15GUSISIOUXDevice                # GUSISIOUXDevice::__vt
 __vt__15GUSISIOUXSocket                # GUSISIOUXSocket::__vt
 sInstance__15GUSISIOUXDevice           # GUSISIOUXDevice::sInstance
@@ -1835,6 +1858,10 @@ vec_realloc
 vec_calloc
 vec_malloc
 __pool_free_all
+calloc
+realloc
+free
+malloc
 __msize
 deallocate_from_fixed_pools
 allocate_from_fixed_pools
index 6a4592fdb5b301bc675ca2710ac770fa6b5b26e4..82649b307a14732dcc92fe4e4a3042be982e64a2 100644 (file)
Binary files a/Mac/Build/PythonInterpreter.prj and b/Mac/Build/PythonInterpreter.prj differ
index 6012ad28eaad68d44f95c2450adb490f84543b99..d2ba866327d4a0801308fc24cae4002b73eacc42 100644 (file)
Binary files a/Mac/Build/PythonStandCarbon.prj and b/Mac/Build/PythonStandCarbon.prj differ
index b1ecc861f959741af9a098f146b859bdcd974795..d2f774ba7a126bdaafa6338de56e9e014171aacd 100644 (file)
Binary files a/Mac/Build/PythonStandSmall.prj and b/Mac/Build/PythonStandSmall.prj differ
index af27b7fb59432fe8417e228d15ce775365225d3f..744821f6e060a438d3668ab7657b5d540542b1ed 100644 (file)
Binary files a/Mac/Build/Qdoffs.prj and b/Mac/Build/Qdoffs.prj differ
index 65364d3ad3ca7f31fa179608fc2ac48e32a938aa..e2d6a446c1c507cc5c3cdf73fea216bea376cc8c 100644 (file)
Binary files a/Mac/Build/Qt.prj and b/Mac/Build/Qt.prj differ
index bb86e6b4f2c33c5254c9564bb7e2fd10ab6ef4ab..9d2df602a6a0a1c20fa5544d6c3ec11afc595d66 100644 (file)
Binary files a/Mac/Build/Scrap.prj and b/Mac/Build/Scrap.prj differ
index 7ec180eff66017113e83411babd04048bdc5678a..d1dc0d149eed80052d76c7a197928a2a038365d1 100644 (file)
Binary files a/Mac/Build/Snd.prj and b/Mac/Build/Snd.prj differ
index a5631b67195e7be6722ecd947479e600f60d4c35..653d89aa408de78923471939a8164508ad99467c 100644 (file)
Binary files a/Mac/Build/Sndihooks.prj and b/Mac/Build/Sndihooks.prj differ
index 74fc8020ca73eb08e9f095c6911c0c088f4bb0de..a08207687aa533bd1c8b233dbffd7ea43d5a22d8 100644 (file)
Binary files a/Mac/Build/TE.prj and b/Mac/Build/TE.prj differ
index f449f4e2fa0623d09d37c7189f236cf64da72bea..32c8b7a61ef2a8db8bc3e683f8391ccfc13f4208 100644 (file)
Binary files a/Mac/Build/calldll.ppc.prj and b/Mac/Build/calldll.ppc.prj differ
index ec7a7e3f75a4fe06968052fcc22ee1b1401c4dfb..20beddf3b93c2d10faf4ed16f157da5eceb719bf 100644 (file)
Binary files a/Mac/Build/ctb.prj and b/Mac/Build/ctb.prj differ
index 95b6470c859864ae880fd35c08c07badf7ed72f6..8a990b823b2fe1f8f3fa6e3ef65bd84719fb42e3 100644 (file)
Binary files a/Mac/Build/gdbm.prj and b/Mac/Build/gdbm.prj differ
index a27362963a76614f9439a517e0e326bd2f73bf4b..fc3b44592ad69b35f1f8a8196853f46c945ce5c4 100644 (file)
Binary files a/Mac/Build/icglue.prj and b/Mac/Build/icglue.prj differ
index 1db10d41f65002857522af819e97e55c736c7de8..f0ee62db9e0c52d11c282efc73f9e627404dae2e 100644 (file)
Binary files a/Mac/Build/macspeech.prj and b/Mac/Build/macspeech.prj differ
index 6f682f4cb374b9141f6a138156b4459f3bb22c81..d5f1fc3b40281dea1ba48bc062cde176de9e2bb4 100644 (file)
Binary files a/Mac/Build/ucnhash.prj and b/Mac/Build/ucnhash.prj differ
index 6299ad2ce17191fd2f9f818b6438d1b4c1279610..779cb761dacee1bfa697bda31c3d471c41b8e735 100644 (file)
Binary files a/Mac/Build/waste.prj and b/Mac/Build/waste.prj differ
index 49ea35d8ab0f2d2bc2bc5cbd3c6c460cc60f2ff4..a4cbca2a0f59ff2ad7a2e73e6eaad6c25644c5c4 100644 (file)
Binary files a/Mac/Build/xx.prj and b/Mac/Build/xx.prj differ
index 759cbd98d493d44bae6a546b96b54e76e8289d7f..13fb3d00cec84053b010d110569eb59e37cd6e65 100644 (file)
Binary files a/Mac/Build/zlib.prj and b/Mac/Build/zlib.prj differ