Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / v9 / html / python / mac / index.html
CommitLineData
920dae64
AT
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3<head>
4<link rel="STYLESHEET" href="mac.css" type='text/css' />
5<link rel="SHORTCUT ICON" href="../icons/pyfav.png" type="image/png" />
6<link rel='start' href='../index.html' title='Python Documentation Index' />
7<link rel="first" href="mac.html" title='Macintosh Library Modules' />
8<link rel='contents' href='contents.html' title="Contents" />
9<link rel='index' href='genindex.html' title='Index' />
10<link rel='last' href='about.html' title='About this document...' />
11<link rel='help' href='about.html' title='About this document...' />
12<link rel="next" href="front.html" />
13<meta name='aesop' content='information' />
14<title>Macintosh Library Modules</title>
15</head>
16<body>
17<DIV CLASS="navigation">
18<div id='top-navigation-panel' xml:id='top-navigation-panel'>
19<table align="center" width="100%" cellpadding="0" cellspacing="2">
20<tr>
21<td class='online-navigation'><img src='../icons/previous.png'
22 border='0' height='32' alt='Previous Page' width='32' /></td>
23<td class='online-navigation'><a rel="parent" title="Python Documentation Index"
24 href="../index.html"><img src='../icons/up.png'
25 border='0' height='32' alt='Up One Level' width='32' /></A></td>
26<td class='online-navigation'><a rel="next" title="Front Matter"
27 href="front.html"><img src='../icons/next.png'
28 border='0' height='32' alt='Next Page' width='32' /></A></td>
29<td align="center" width="100%">Macintosh Library Modules</td>
30<td class='online-navigation'><a rel="contents" title="Table of Contents"
31 href="contents.html"><img src='../icons/contents.png'
32 border='0' height='32' alt='Contents' width='32' /></A></td>
33<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
34 border='0' height='32' alt='Module Index' width='32' /></a></td>
35<td class='online-navigation'><a rel="index" title="Index"
36 href="genindex.html"><img src='../icons/index.png'
37 border='0' height='32' alt='Index' width='32' /></A></td>
38</tr></table>
39<div class='online-navigation'>
40<b class="navlabel">Up:</b>
41<a class="sectref" rel="parent" href="../index.html">Python Documentation Index</A>
42<b class="navlabel">Next:</b>
43<a class="sectref" rel="next" href="front.html">Front Matter</A>
44</div>
45<hr /></div>
46</DIV>
47<!--End of Navigation Panel-->
48
49<P>
50
51<link rel='up' href='../index.html' title='Python Documentation Index' />
52<div class="titlepage">
53<div class='center'>
54<h1>Macintosh Library Modules</h1>
55<p><b><font size="+2">Guido van Rossum</font></b></p>
56<p>
57 <strong>Python Software Foundation</strong>
58<BR>
59Email: <span class="email">docs@python.org</span>
60</p>
61<p><i> Fred L. Drake, Jr., editor</i></p>
62<p><strong>Release 2.4.2</strong><br />
63<strong>28 September 2005</strong></p>
64<p></p>
65</div>
66</div>
67
68<P>
69
70<p><br /></p><hr class='online-navigation' />
71<div class='online-navigation'>
72<!--Table of Child-Links-->
73<A NAME="CHILD_LINKS"></a>
74
75<UL CLASS="ChildLinks">
76<LI><A href="front.html">Front Matter</a>
77<LI><A href="contents.html">Contents</a>
78<LI><A href="using.html">1. Using Python on a Macintosh</a>
79<UL>
80<LI><A href="getting-OSX.html">1.1 Getting and Installing MacPython</a>
81<UL>
82<LI><A href="node5.html">1.1.1 How to run a Python script</a>
83<LI><A href="osx-gui-scripts.html">1.1.2 Running scripts with a GUI</a>
84<LI><A href="node7.html">1.1.3 configuration</a>
85</ul>
86<LI><A href="IDE.html">1.2 The IDE</a>
87<UL>
88<LI><A href="node9.html">1.2.1 Using the ``Python Interactive'' window</a>
89<LI><A href="IDEwrite.html">1.2.2 Writing a Python Script</a>
90<LI><A href="IDEexecution.html">1.2.3 Executing a script from within the IDE</a>
91<LI><A href="IDEapplet.html">1.2.4 ``Save as'' versus ``Save as Applet''</a>
92</ul>
93<LI><A href="node13.html">1.3 The Package Manager</a>
94</ul>
95<LI><A href="macpython-modules.html">2. MacPython Modules</a>
96<UL>
97<LI><A href="module-macpath.html">2.1 <tt class="module">macpath</tt> --
98 MacOS path manipulation functions</a>
99<LI><A href="module-macfs.html">2.2 <tt class="module">macfs</tt> --
100 Various file system services</a>
101<UL>
102<LI><A href="fsspec-objects.html">2.2.1 FSSpec Objects</a>
103<LI><A href="alias-objects.html">2.2.2 Alias Objects</a>
104<LI><A href="finfo-objects.html">2.2.3 FInfo Objects</a>
105</ul>
106<LI><A href="module-ic.html">2.3 <tt class="module">ic</tt> --
107 Access to Internet Config</a>
108<UL>
109<LI><A href="node21.html">2.3.1 IC Objects</a>
110</ul>
111<LI><A href="module-MacOS.html">2.4 <tt class="module">MacOS</tt> --
112 Access to Mac OS interpreter features</a>
113<LI><A href="module-macostools.html">2.5 <tt class="module">macostools</tt> --
114 Convenience routines for file manipulation</a>
115<LI><A href="module-findertools.html">2.6 <tt class="module">findertools</tt> --
116 The <b class="program">finder</b>'s Apple Events interface</a>
117<LI><A href="module-EasyDialogs.html">2.7 <tt class="module">EasyDialogs</tt> --
118 Basic Macintosh dialogs</a>
119<UL>
120<LI><A href="progressbar-objects.html">2.7.1 ProgressBar Objects</a>
121</ul>
122<LI><A href="module-FrameWork.html">2.8 <tt class="module">FrameWork</tt> --
123 Interactive application framework</a>
124<UL>
125<LI><A href="application-objects.html">2.8.1 Application Objects</a>
126<LI><A href="window-objects.html">2.8.2 Window Objects</a>
127<LI><A href="controlswindow-object.html">2.8.3 ControlsWindow Object</a>
128<LI><A href="scrolledwindow-object.html">2.8.4 ScrolledWindow Object</a>
129<LI><A href="dialogwindow-objects.html">2.8.5 DialogWindow Objects</a>
130</ul>
131<LI><A href="module-autoGIL.html">2.9 <tt class="module">autoGIL</tt> --
132 Global Interpreter Lock handling in event loops</a>
133</ul>
134<LI><A href="scripting.html">3. MacPython OSA Modules</a>
135<UL>
136<LI><A href="module-gensuitemodule.html">3.1 <tt class="module">gensuitemodule</tt> --
137 Generate OSA stub packages</a>
138<LI><A href="module-aetools.html">3.2 <tt class="module">aetools</tt> --
139 OSA client support</a>
140<LI><A href="module-aepack.html">3.3 <tt class="module">aepack</tt> --
141 Conversion between Python variables and AppleEvent data containers</a>
142<LI><A href="module-aetypes.html">3.4 <tt class="module">aetypes</tt> --
143 AppleEvent objects</a>
144<LI><A href="module-MiniAEFrame.html">3.5 <tt class="module">MiniAEFrame</tt> --
145 Open Scripting Architecture server support</a>
146<UL>
147<LI><A href="aeserver-objects.html">3.5.1 AEServer Objects</a>
148</ul>
149</ul>
150<LI><A href="toolbox.html">4. MacOS Toolbox Modules</a>
151<UL>
152<LI><A href="module-Carbon.AE.html">4.1 <tt class="module">Carbon.AE</tt> -- Apple Events</a>
153<LI><A href="module-Carbon.AH.html">4.2 <tt class="module">Carbon.AH</tt> -- Apple Help</a>
154<LI><A href="module-Carbon.App.html">4.3 <tt class="module">Carbon.App</tt> -- Appearance Manager</a>
155<LI><A href="module-Carbon.CF.html">4.4 <tt class="module">Carbon.CF</tt> -- Core Foundation</a>
156<LI><A href="module-Carbon.CG.html">4.5 <tt class="module">Carbon.CG</tt> -- Core Graphics</a>
157<LI><A href="module-Carbon.CaronEvt.html">4.6 <tt class="module">Carbon.CarbonEvt</tt> -- Carbon Event Manager</a>
158<LI><A href="module-Carbon.Cm.html">4.7 <tt class="module">Carbon.Cm</tt> -- Component Manager</a>
159<LI><A href="module-Carbon.Ctl.html">4.8 <tt class="module">Carbon.Ctl</tt> -- Control Manager</a>
160<LI><A href="module-Carbon.Dlg.html">4.9 <tt class="module">Carbon.Dlg</tt> -- Dialog Manager</a>
161<LI><A href="module-Carbon.Evt.html">4.10 <tt class="module">Carbon.Evt</tt> -- Event Manager</a>
162<LI><A href="module-Carbon.Fm.html">4.11 <tt class="module">Carbon.Fm</tt> -- Font Manager</a>
163<LI><A href="module-Carbon.Folder.html">4.12 <tt class="module">Carbon.Folder</tt> -- Folder Manager</a>
164<LI><A href="module-Carbon.Help.html">4.13 <tt class="module">Carbon.Help</tt> -- Help Manager</a>
165<LI><A href="module-Carbon.List.html">4.14 <tt class="module">Carbon.List</tt> -- List Manager</a>
166<LI><A href="module-Carbon.Menu.html">4.15 <tt class="module">Carbon.Menu</tt> -- Menu Manager</a>
167<LI><A href="module-Carbon.Mlte.html">4.16 <tt class="module">Carbon.Mlte</tt> -- MultiLingual Text Editor</a>
168<LI><A href="module-Carbon.Qd.html">4.17 <tt class="module">Carbon.Qd</tt> -- QuickDraw</a>
169<LI><A href="module-Carbon.Qdoffs.html">4.18 <tt class="module">Carbon.Qdoffs</tt> -- QuickDraw Offscreen</a>
170<LI><A href="module-Carbon.Qt.html">4.19 <tt class="module">Carbon.Qt</tt> -- QuickTime</a>
171<LI><A href="module-Carbon.Res.html">4.20 <tt class="module">Carbon.Res</tt> -- Resource Manager and Handles</a>
172<LI><A href="module-Carbon.Scrap.html">4.21 <tt class="module">Carbon.Scrap</tt> -- Scrap Manager</a>
173<LI><A href="module-Carbon.Snd.html">4.22 <tt class="module">Carbon.Snd</tt> -- Sound Manager</a>
174<LI><A href="module-Carbon.TE.html">4.23 <tt class="module">Carbon.TE</tt> -- TextEdit</a>
175<LI><A href="module-Carbon.Win.html">4.24 <tt class="module">Carbon.Win</tt> -- Window Manager</a>
176<LI><A href="module-ColorPicker.html">4.25 <tt class="module">ColorPicker</tt> --
177 Color selection dialog</a>
178</ul>
179<LI><A href="undocumented-modules.html">5. Undocumented Modules</a>
180<UL>
181<LI><A href="module-applesingle.html">5.1 <tt class="module">applesingle</tt> -- AppleSingle decoder</a>
182<LI><A href="module-buildtools.html">5.2 <tt class="module">buildtools</tt> -- Helper module for BuildApplet and Friends</a>
183<LI><A href="module-cfmfile.html">5.3 <tt class="module">cfmfile</tt> -- Code Fragment Resource module</a>
184<LI><A href="module-icopen.html">5.4 <tt class="module">icopen</tt> -- Internet Config replacement for <tt class="method">open()</tt></a>
185<LI><A href="module-macerrors.html">5.5 <tt class="module">macerrors</tt> -- Mac OS Errors</a>
186<LI><A href="module-macresource.html">5.6 <tt class="module">macresource</tt> -- Locate script resources</a>
187<LI><A href="module-Nav.html">5.7 <tt class="module">Nav</tt> -- NavServices calls</a>
188<LI><A href="module-PixMapWrapper.html">5.8 <tt class="module">PixMapWrapper</tt> -- Wrapper for PixMap objects</a>
189<LI><A href="module-videoreader.html">5.9 <tt class="module">videoreader</tt> -- Read QuickTime movies</a>
190<LI><A href="module-W.html">5.10 <tt class="module">W</tt> -- Widgets built on <tt class="module">FrameWork</tt></a>
191<LI><A href="module-waste.html">5.11 <tt class="module">waste</tt> -- non-Apple <b class="program">TextEdit</b> replacement</a>
192</ul>
193<LI><A href="node79.html">A. History and License</a>
194<UL>
195<LI><A href="node80.html">A.1 History of the software</a>
196<LI><A href="node81.html">A.2 Terms and conditions for accessing or otherwise using Python</a>
197<LI><A href="node82.html">A.3 Licenses and Acknowledgements for Incorporated Software</a>
198<UL>
199<LI><A href="node83.html">A.3.1 Mersenne Twister</a>
200<LI><A href="node84.html">A.3.2 Sockets</a>
201<LI><A href="node85.html">A.3.3 Floating point exception control</a>
202<LI><A href="node86.html">A.3.4 MD5 message digest algorithm</a>
203<LI><A href="node87.html">A.3.5 Asynchronous socket services</a>
204<LI><A href="node88.html">A.3.6 Cookie management</a>
205<LI><A href="node89.html">A.3.7 Profiling</a>
206<LI><A href="node90.html">A.3.8 Execution tracing</a>
207<LI><A href="node91.html">A.3.9 UUencode and UUdecode functions</a>
208<LI><A href="node92.html">A.3.10 XML Remote Procedure Calls</a>
209</ul>
210</ul>
211<LI><A href="modindex.html">Module Index</a>
212<LI><A href="genindex.html">Index</a>
213<LI><A href="about.html">About this document ...</a>
214</ul>
215<!--End of Table of Child-Links-->
216</div>
217
218<DIV CLASS="navigation">
219<div class='online-navigation'>
220<p></p><hr />
221<table align="center" width="100%" cellpadding="0" cellspacing="2">
222<tr>
223<td class='online-navigation'><img src='../icons/previous.png'
224 border='0' height='32' alt='Previous Page' width='32' /></td>
225<td class='online-navigation'><a rel="parent" title="Python Documentation Index"
226 href="../index.html"><img src='../icons/up.png'
227 border='0' height='32' alt='Up One Level' width='32' /></A></td>
228<td class='online-navigation'><a rel="next" title="Front Matter"
229 href="front.html"><img src='../icons/next.png'
230 border='0' height='32' alt='Next Page' width='32' /></A></td>
231<td align="center" width="100%">Macintosh Library Modules</td>
232<td class='online-navigation'><a rel="contents" title="Table of Contents"
233 href="contents.html"><img src='../icons/contents.png'
234 border='0' height='32' alt='Contents' width='32' /></A></td>
235<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
236 border='0' height='32' alt='Module Index' width='32' /></a></td>
237<td class='online-navigation'><a rel="index" title="Index"
238 href="genindex.html"><img src='../icons/index.png'
239 border='0' height='32' alt='Index' width='32' /></A></td>
240</tr></table>
241<div class='online-navigation'>
242<b class="navlabel">Up:</b>
243<a class="sectref" rel="parent" href="../index.html">Python Documentation Index</A>
244<b class="navlabel">Next:</b>
245<a class="sectref" rel="next" href="front.html">Front Matter</A>
246</div>
247</div>
248<hr />
249<span class="release-info">Release 2.4.2, documentation updated on 28 September 2005.</span>
250</DIV>
251<!--End of Navigation Panel-->
252<ADDRESS>
253See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
254</ADDRESS>
255</BODY>
256</HTML>