[Python-checkins] CVS: python/dist/src/Mac/Lib/lib-compat AE.py,NONE,1.1.2.1 App.py,NONE,1.1.2.1 Appearance.py,NONE,1.1.2.1 AppleEvents.py,NONE,1.1.2.1 Balloons.py,NONE,1.1.2.1 CF.py,NONE,1.1.2.1 Cm.py,NONE,1.1.2.1 Components.py,NONE,1.1.2.1 ControlAccessor.py,NONE,1.1.2.1 Controls.py,NONE,1.1.2.1 Ctl.py,NONE,1.1.2.1 Dialogs.py,NONE,1.1.2.1 Dlg.py,NONE,1.1.2.1 Drag.py,NONE,1.1.2.1 Dragconst.py,NONE,1.1.2.1 Events.py,NONE,1.1.2.1 Evt.py,NONE,1.1.2.1 Fm.py,NONE,1.1.2.1 Fonts.py,NONE,1.1.2.1 Help.py,NONE,1.1.2.1 Icn.py,NONE,1.1.2.1 Icons.py,NONE,1.1.2.1 List.py,NONE,1.1.2.1 Lists.py,NONE,1.1.2.1 MacTextEditor.py,NONE,1.1.2.1 MediaDescr.py,NONE,1.1.2.1 Menu.py,NONE,1.1.2.1 Menus.py,NONE,1.1.2.1 Mlte.py,NONE,1.1.2.1 QDOffscreen.py,NONE,1.1.2.1 Qd.py,NONE,1.1.2.1 Qdoffs.py,NONE,1.1.2.1 Qt.py,NONE,1.1.2.1 QuickDraw.py,NONE,1.1.2.1 QuickTime.py,NONE,1.1.2.1 Res.py,NONE,1.1.2.1 Resources.py,NONE,1.1.2.1 Scrap.py,NONE,1.1.2.1 Snd.py,NONE,1.1.2.1 Sndihooks.py,NONE,1.1.2.1 Sound.py,NONE,1.1.2.1 TE.py,NONE,1.1.2.1 TextEdit.py,NONE,1.1.2.1 Win.py,NONE,1.1.2.1 Windows.py,NONE,1.1.2.1
Guido van Rossum
gvanrossum@users.sourceforge.net
2001年8月20日 12:43:48 -0700
- Previous message: [Python-checkins] CVS: python/dist/src/Doc/ext embedding.tex,NONE,1.1 extending.tex,NONE,1.1 newtypes.tex,NONE,1.1 unix.tex,NONE,1.1 windows.tex,NONE,1.1 ext.tex,1.103,1.104
- Next message: [Python-checkins] CVS: python/dist/src/Mac/Lib/Carbon Appearance.py,NONE,1.1.2.1 AppleEvents.py,NONE,1.1.2.1 Balloons.py,NONE,1.1.2.1 Components.py,NONE,1.1.2.1 ControlAccessor.py,NONE,1.1.2.1 Controls.py,NONE,1.1.2.1 Dialogs.py,NONE,1.1.2.1 Dragconst.py,NONE,1.1.2.1 Events.py,NONE,1.1.2.1 Fonts.py,NONE,1.1.2.1 Icons.py,NONE,1.1.2.1 Lists.py,NONE,1.1.2.1 MacTextEditor.py,NONE,1.1.2.1 MediaDescr.py,NONE,1.1.2.1 Menus.py,NONE,1.1.2.1 QDOffscreen.py,NONE,1.1.2.1 QuickDraw.py,NONE,1.1.2.1 QuickTime.py,NONE,1.1.2.1 Resources.py,NONE,1.1.2.1 Sound.py,NONE,1.1.2.1 TextEdit.py,NONE,1.1.2.1 Windows.py,NONE,1.1.2.1 __init__.py,NONE,1.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Mac/Lib/lib-compat
In directory usw-pr-cvs1:/tmp/cvs-serv21876/lib-compat
Added Files:
Tag: r22a2-branch
AE.py App.py Appearance.py AppleEvents.py Balloons.py CF.py
Cm.py Components.py ControlAccessor.py Controls.py Ctl.py
Dialogs.py Dlg.py Drag.py Dragconst.py Events.py Evt.py Fm.py
Fonts.py Help.py Icn.py Icons.py List.py Lists.py
MacTextEditor.py MediaDescr.py Menu.py Menus.py Mlte.py
QDOffscreen.py Qd.py Qdoffs.py Qt.py QuickDraw.py QuickTime.py
Res.py Resources.py Scrap.py Snd.py Sndihooks.py Sound.py
TE.py TextEdit.py Win.py Windows.py
Log Message:
Merge trunk
--- NEW FILE: AE.py ---
from Carbon.AE import *
--- NEW FILE: App.py ---
from Carbon.App import *
--- NEW FILE: Appearance.py ---
from Carbon.Appearance import *
--- NEW FILE: AppleEvents.py ---
from Carbon.AppleEvents import *
--- NEW FILE: Balloons.py ---
from Carbon.Balloons import *
--- NEW FILE: CF.py ---
from Carbon.CF import *
--- NEW FILE: Cm.py ---
from Carbon.Cm import *
--- NEW FILE: Components.py ---
from Carbon.Components import *
--- NEW FILE: ControlAccessor.py ---
from Carbon.ControlAccessor import *
--- NEW FILE: Controls.py ---
from Carbon.Controls import *
--- NEW FILE: Ctl.py ---
from Carbon.Ctl import *
--- NEW FILE: Dialogs.py ---
from Carbon.Dialogs import *
--- NEW FILE: Dlg.py ---
from Carbon.Dlg import *
--- NEW FILE: Drag.py ---
from Carbon.Drag import *
--- NEW FILE: Dragconst.py ---
from Carbon.Dragconst import *
--- NEW FILE: Events.py ---
from Carbon.Events import *
--- NEW FILE: Evt.py ---
from Carbon.Evt import *
--- NEW FILE: Fm.py ---
from Carbon.Fm import *
--- NEW FILE: Fonts.py ---
from Carbon.Fonts import *
--- NEW FILE: Help.py ---
from Carbon.Help import *
--- NEW FILE: Icn.py ---
from Carbon.Icn import *
--- NEW FILE: Icons.py ---
from Carbon.Icons import *
--- NEW FILE: List.py ---
from Carbon.List import *
--- NEW FILE: Lists.py ---
from Carbon.Lists import *
--- NEW FILE: MacTextEditor.py ---
from Carbon.MacTextEditor import *
--- NEW FILE: MediaDescr.py ---
from Carbon.MediaDescr import *
--- NEW FILE: Menu.py ---
from Carbon.Menu import *
--- NEW FILE: Menus.py ---
from Carbon.Menus import *
--- NEW FILE: Mlte.py ---
from Carbon.Mlte import *
--- NEW FILE: QDOffscreen.py ---
from Carbon.QDOffscreen import *
--- NEW FILE: Qd.py ---
from Carbon.Qd import *
--- NEW FILE: Qdoffs.py ---
from Carbon.Qdoffs import *
--- NEW FILE: Qt.py ---
from Carbon.Qt import *
--- NEW FILE: QuickDraw.py ---
from Carbon.QuickDraw import *
--- NEW FILE: QuickTime.py ---
from Carbon.QuickTime import *
--- NEW FILE: Res.py ---
from Carbon.Res import *
--- NEW FILE: Resources.py ---
from Carbon.Resources import *
--- NEW FILE: Scrap.py ---
from Carbon.Scrap import *
--- NEW FILE: Snd.py ---
from Carbon.Snd import *
--- NEW FILE: Sndihooks.py ---
from Carbon.Sndihooks import *
--- NEW FILE: Sound.py ---
from Carbon.Sound import *
--- NEW FILE: TE.py ---
from Carbon.TE import *
--- NEW FILE: TextEdit.py ---
from Carbon.TextEdit import *
--- NEW FILE: Win.py ---
from Carbon.Win import *
--- NEW FILE: Windows.py ---
from Carbon.Windows import *
- Previous message: [Python-checkins] CVS: python/dist/src/Doc/ext embedding.tex,NONE,1.1 extending.tex,NONE,1.1 newtypes.tex,NONE,1.1 unix.tex,NONE,1.1 windows.tex,NONE,1.1 ext.tex,1.103,1.104
- Next message: [Python-checkins] CVS: python/dist/src/Mac/Lib/Carbon Appearance.py,NONE,1.1.2.1 AppleEvents.py,NONE,1.1.2.1 Balloons.py,NONE,1.1.2.1 Components.py,NONE,1.1.2.1 ControlAccessor.py,NONE,1.1.2.1 Controls.py,NONE,1.1.2.1 Dialogs.py,NONE,1.1.2.1 Dragconst.py,NONE,1.1.2.1 Events.py,NONE,1.1.2.1 Fonts.py,NONE,1.1.2.1 Icons.py,NONE,1.1.2.1 Lists.py,NONE,1.1.2.1 MacTextEditor.py,NONE,1.1.2.1 MediaDescr.py,NONE,1.1.2.1 Menus.py,NONE,1.1.2.1 QDOffscreen.py,NONE,1.1.2.1 QuickDraw.py,NONE,1.1.2.1 QuickTime.py,NONE,1.1.2.1 Resources.py,NONE,1.1.2.1 Sound.py,NONE,1.1.2.1 TextEdit.py,NONE,1.1.2.1 Windows.py,NONE,1.1.2.1 __init__.py,NONE,1.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]