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:-)
This commit is contained in:
parent
0c6d037cc5
commit
dd8024eb96
BIN
Mac/Build/AE.prj
BIN
Mac/Build/AE.prj
Binary file not shown.
Binary file not shown.
BIN
Mac/Build/Cm.prj
BIN
Mac/Build/Cm.prj
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Mac/Build/Fm.prj
BIN
Mac/Build/Fm.prj
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -138,6 +138,7 @@ Py_InteractiveFlag
|
||||||
Py_NoSiteFlag
|
Py_NoSiteFlag
|
||||||
Py_FrozenFlag
|
Py_FrozenFlag
|
||||||
_PyThread_Started
|
_PyThread_Started
|
||||||
|
Py_UnicodeFlag
|
||||||
Py_FdIsInteractive
|
Py_FdIsInteractive
|
||||||
Py_Exit
|
Py_Exit
|
||||||
Py_AtExit
|
Py_AtExit
|
||||||
|
@ -374,15 +375,16 @@ _PyCompareState_Key
|
||||||
_PyTrash_delete_later
|
_PyTrash_delete_later
|
||||||
_PyTrash_delete_nesting
|
_PyTrash_delete_nesting
|
||||||
_PyCompareState_nesting
|
_PyCompareState_nesting
|
||||||
|
_PyTrash_destroy_chain
|
||||||
_PyTrash_deposit_object
|
_PyTrash_deposit_object
|
||||||
Py_ReprLeave
|
Py_ReprLeave
|
||||||
Py_ReprEnter
|
Py_ReprEnter
|
||||||
|
PyObject_Free
|
||||||
|
PyObject_Realloc
|
||||||
|
PyObject_Malloc
|
||||||
PyMem_Free
|
PyMem_Free
|
||||||
PyMem_Realloc
|
PyMem_Realloc
|
||||||
PyMem_Malloc
|
PyMem_Malloc
|
||||||
Py_Free
|
|
||||||
Py_Realloc
|
|
||||||
Py_Malloc
|
|
||||||
PyCallable_Check
|
PyCallable_Check
|
||||||
PyNumber_Coerce
|
PyNumber_Coerce
|
||||||
PyNumber_CoerceEx
|
PyNumber_CoerceEx
|
||||||
|
@ -399,8 +401,11 @@ PyObject_Compare
|
||||||
PyObject_Str
|
PyObject_Str
|
||||||
PyObject_Repr
|
PyObject_Repr
|
||||||
PyObject_Print
|
PyObject_Print
|
||||||
|
_PyObject_Del
|
||||||
_PyObject_NewVar
|
_PyObject_NewVar
|
||||||
_PyObject_New
|
_PyObject_New
|
||||||
|
PyObject_InitVar
|
||||||
|
PyObject_Init
|
||||||
PyRange_Type
|
PyRange_Type
|
||||||
PyRange_New
|
PyRange_New
|
||||||
_Py_EllipsisObject
|
_Py_EllipsisObject
|
||||||
|
@ -739,6 +744,7 @@ PyUnicode_AsUTF16String
|
||||||
PyUnicode_EncodeUTF16
|
PyUnicode_EncodeUTF16
|
||||||
PyUnicode_DecodeUTF16
|
PyUnicode_DecodeUTF16
|
||||||
PyUnicode_AsUTF8String
|
PyUnicode_AsUTF8String
|
||||||
|
_PyUnicode_AsUTF8String
|
||||||
PyUnicode_EncodeUTF8
|
PyUnicode_EncodeUTF8
|
||||||
PyUnicode_DecodeUTF8
|
PyUnicode_DecodeUTF8
|
||||||
PyUnicode_GetSize
|
PyUnicode_GetSize
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Mac/Build/Qt.prj
BIN
Mac/Build/Qt.prj
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Mac/Build/TE.prj
BIN
Mac/Build/TE.prj
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Mac/Build/xx.prj
BIN
Mac/Build/xx.prj
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue