[Python-checkins] CVS: python/dist/src/Mac/Build PythonCore.exp,1.7,1.8

Jack Jansen jackjansen@users.sourceforge.net
Thu, 17 May 2001 15:14:09 -0700


Update of /cvsroot/python/python/dist/src/Mac/Build
In directory usw-pr-cvs1:/tmp/cvs-serv11989/Python/Mac/Build

Modified Files:
	PythonCore.exp 
Log Message:
Added pymactoolboxglue.c and changed the exported symbols having to do with this.

Index: PythonCore.exp
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Build/PythonCore.exp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** PythonCore.exp	2001/05/12 21:08:32	1.7
--- PythonCore.exp	2001/05/17 22:14:07	1.8
***************
*** 23,26 ****
--- 23,27 ----
  __ct__15GUSISIOUXSocketFv		# GUSISIOUXSocket::GUSISIOUXSocket()
  Instance__15GUSISIOUXSocketFv		# GUSISIOUXSocket::Instance()
+ Py_FileSystemDefaultEncoding
  _PyBuiltin_Init
  _PyEval_SliceIndex
***************
*** 487,491 ****
--- 488,495 ----
  PyString_Size
  PyString_AsEncodedString
+ PyString_AsEncodedObject
  PyString_Encode
+ PyString_AsDecodedString
+ PyString_AsDecodedObject
  PyString_Decode
  PyString_FromString
***************
*** 684,693 ****
  Control_Type
  initCtl
! CtlObj_Convert
! CtlObj_New
  DlgObj_chain
  Dialog_Type
  initDlg
- DlgObj_ConvertToWindow
  DlgObj_Convert
  DlgObj_New
--- 688,696 ----
  Control_Type
  initCtl
! _CtlObj_Convert
! _CtlObj_New
  DlgObj_chain
  Dialog_Type
  initDlg
  DlgObj_Convert
  DlgObj_New
***************
*** 696,701 ****
  Menu_Type
  initMenu
! MenuObj_Convert
! MenuObj_New
  GrafObj_chain
  GrafPort_Type
--- 699,704 ----
  Menu_Type
  initMenu
! _MenuObj_Convert
! _MenuObj_New
  GrafObj_chain
  GrafPort_Type
***************
*** 705,721 ****
  initQd
  BMObj_NewCopied
! BMObj_Convert
! BMObj_New
! GrafObj_Convert
! GrafObj_New
! QdRGB_Convert
! QdRGB_New
  ResObj_chain
  Resource_Type
  initRes
! OptResObj_Convert
! OptResObj_New
! ResObj_Convert
! ResObj_New
  WinObj_chain
  Window_Type
--- 708,724 ----
  initQd
  BMObj_NewCopied
! _BMObj_Convert
! _BMObj_New
! _GrafObj_Convert
! _GrafObj_New
! _QdRGB_Convert
! _QdRGB_New
  ResObj_chain
  Resource_Type
  initRes
! _OptResObj_Convert
! _OptResObj_New
! _ResObj_Convert
! _ResObj_New
  WinObj_chain
  Window_Type
***************
*** 874,879 ****
  upp_AEIdleProc
  initAE
! AEDesc_Convert
! AEDesc_New
  init_locale
  initEvt
--- 877,882 ----
  upp_AEIdleProc
  initAE
! _AEDesc_Convert
! _AEDesc_New
  init_locale
  initEvt
***************
*** 886,891 ****
  dragglue_SendDataUPP
  initDrag
! DragObj_Convert
! DragObj_New
  initxreadlines
  PyCell_Type
--- 889,894 ----
  dragglue_SendDataUPP
  initDrag
! _DragObj_Convert
! _DragObj_New
  initxreadlines
  PyCell_Type
***************
*** 900,903 ****
--- 903,986 ----
  PyCallIter_New
  PySeqIter_New
+ PyMacGluePtr_AEDesc_New
+ PyMacGluePtr_AEDesc_Convert
+ PyMacGluePtr_CmpObj_New
+ PyMacGluePtr_CmpObj_Convert
+ PyMacGluePtr_CmpInstObj_New
+ PyMacGluePtr_CmpInstObj_Convert
+ PyMacGluePtr_CtlObj_New
+ PyMacGluePtr_CtlObj_Convert
+ PyMacGluePtr_DragObj_New
+ PyMacGluePtr_DragObj_Convert
+ PyMacGluePtr_ListObj_New
+ PyMacGluePtr_ListObj_Convert
+ PyMacGluePtr_MenuObj_New
+ PyMacGluePtr_MenuObj_Convert
+ PyMacGluePtr_GrafObj_New
+ PyMacGluePtr_GrafObj_Convert
+ PyMacGluePtr_BMObj_New
+ PyMacGluePtr_BMObj_Convert
+ PyMacGluePtr_QdRGB_New
+ PyMacGluePtr_QdRGB_Convert
+ PyMacGluePtr_GWorldObj_New
+ PyMacGluePtr_GWorldObj_Convert
+ PyMacGluePtr_TrackObj_New
+ PyMacGluePtr_TrackObj_Convert
+ PyMacGluePtr_MovieObj_New
+ PyMacGluePtr_MovieObj_Convert
+ PyMacGluePtr_MovieCtlObj_New
+ PyMacGluePtr_MovieCtlObj_Convert
+ PyMacGluePtr_TimeBaseObj_New
+ PyMacGluePtr_TimeBaseObj_Convert
+ PyMacGluePtr_UserDataObj_New
+ PyMacGluePtr_UserDataObj_Convert
+ PyMacGluePtr_MediaObj_New
+ PyMacGluePtr_MediaObj_Convert
+ PyMacGluePtr_ResObj_New
+ PyMacGluePtr_ResObj_Convert
+ PyMacGluePtr_OptResObj_New
+ PyMacGluePtr_OptResObj_Convert
+ PyMacGluePtr_TEObj_New
+ PyMacGluePtr_TEObj_Convert
+ TEObj_Convert
+ TEObj_New
+ OptResObj_Convert
+ OptResObj_New
+ ResObj_Convert
+ ResObj_New
+ MediaObj_Convert
+ MediaObj_New
+ UserDataObj_Convert
+ UserDataObj_New
+ TimeBaseObj_Convert
+ TimeBaseObj_New
+ MovieCtlObj_Convert
+ MovieCtlObj_New
+ MovieObj_Convert
+ MovieObj_New
+ TrackObj_Convert
+ TrackObj_New
+ GWorldObj_Convert
+ GWorldObj_New
+ QdRGB_Convert
+ QdRGB_New
+ BMObj_Convert
+ BMObj_New
+ GrafObj_Convert
+ GrafObj_New
+ MenuObj_Convert
+ MenuObj_New
+ ListObj_Convert
+ ListObj_New
+ DragObj_Convert
+ DragObj_New
+ CtlObj_Convert
+ CtlObj_New
+ CmpInstObj_Convert
+ CmpInstObj_New
+ CmpObj_Convert
+ CmpObj_New
+ AEDesc_Convert
+ AEDesc_New
  GUSISetupConsoleStdio
  GUSIStdioFlush