diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 2000-05-05 23:14:11 (GMT) |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-05-05 23:14:11 (GMT) |
| commit | dd8024eb96026397bc70d0fcedb459f49bc9c0b5 (patch) | |
| tree | 68490b0b1027a89c0b2b90a4c5745170d54d9b7a /Mac/Build/PythonCorePPC.prj.exp | |
| parent | 0c6d037cc5f53420d519f108eaa4a7cdd76379bf (diff) | |
| download | cpython-dd8024eb96026397bc70d0fcedb459f49bc9c0b5.zip cpython-dd8024eb96026397bc70d0fcedb459f49bc9c0b5.tar.gz cpython-dd8024eb96026397bc70d0fcedb459f49bc9c0b5.tar.bz2 | |
Adding projects to the repository again, this time in MacBinary form. If you have added the MMPr filetype as "plain binary" in the MacCVS preferences you should revert this before doing this update.
Got rid of last references to GUSI1.
Upped for current python CVS status.
Various minor tweaks, I guess:-)
Diffstat (limited to 'Mac/Build/PythonCorePPC.prj.exp')
| -rw-r--r-- | Mac/Build/PythonCorePPC.prj.exp | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Mac/Build/PythonCorePPC.prj.exp b/Mac/Build/PythonCorePPC.prj.exp index 3867d20..0fb0d34 100644 --- a/Mac/Build/PythonCorePPC.prj.exp +++ b/Mac/Build/PythonCorePPC.prj.exp @@ -138,6 +138,7 @@ Py_InteractiveFlag Py_NoSiteFlag Py_FrozenFlag _PyThread_Started +Py_UnicodeFlag Py_FdIsInteractive Py_Exit Py_AtExit @@ -374,15 +375,16 @@ _PyCompareState_Key _PyTrash_delete_later _PyTrash_delete_nesting _PyCompareState_nesting +_PyTrash_destroy_chain _PyTrash_deposit_object Py_ReprLeave Py_ReprEnter +PyObject_Free +PyObject_Realloc +PyObject_Malloc PyMem_Free PyMem_Realloc PyMem_Malloc -Py_Free -Py_Realloc -Py_Malloc PyCallable_Check PyNumber_Coerce PyNumber_CoerceEx @@ -399,8 +401,11 @@ PyObject_Compare PyObject_Str PyObject_Repr PyObject_Print +_PyObject_Del _PyObject_NewVar _PyObject_New +PyObject_InitVar +PyObject_Init PyRange_Type PyRange_New _Py_EllipsisObject @@ -739,6 +744,7 @@ PyUnicode_AsUTF16String PyUnicode_EncodeUTF16 PyUnicode_DecodeUTF16 PyUnicode_AsUTF8String +_PyUnicode_AsUTF8String PyUnicode_EncodeUTF8 PyUnicode_DecodeUTF8 PyUnicode_GetSize |
