Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / v9 / html / python / lib / contents.html
CommitLineData
920dae64
AT
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3<head>
4<link rel="STYLESHEET" href="lib.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="lib.html" title='Python Library Reference' />
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="intro.html" />
13<link rel="prev" href="front.html" />
14<link rel="parent" href="lib.html" />
15<link rel="next" href="intro.html" />
16<meta name='aesop' content='information' />
17<title>Contents</title>
18</head>
19<body>
20<DIV CLASS="navigation">
21<div id='top-navigation-panel' xml:id='top-navigation-panel'>
22<table align="center" width="100%" cellpadding="0" cellspacing="2">
23<tr>
24<td class='online-navigation'><a rel="prev" title="Front Matter"
25 href="front.html"><img src='../icons/previous.png'
26 border='0' height='32' alt='Previous Page' width='32' /></A></td>
27<td class='online-navigation'><a rel="parent" title="Python Library Reference"
28 href="lib.html"><img src='../icons/up.png'
29 border='0' height='32' alt='Up One Level' width='32' /></A></td>
30<td class='online-navigation'><a rel="next" title="1. Introduction"
31 href="intro.html"><img src='../icons/next.png'
32 border='0' height='32' alt='Next Page' width='32' /></A></td>
33<td align="center" width="100%">Python Library Reference</td>
34<td class='online-navigation'><img src='../icons/blank.png'
35 border='0' height='32' alt='' width='32' /></td>
36<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
37 border='0' height='32' alt='Module Index' width='32' /></a></td>
38<td class='online-navigation'><a rel="index" title="Index"
39 href="genindex.html"><img src='../icons/index.png'
40 border='0' height='32' alt='Index' width='32' /></A></td>
41</tr></table>
42<div class='online-navigation'>
43<b class="navlabel">Previous:</b>
44<a class="sectref" rel="prev" href="front.html">Front Matter</A>
45<b class="navlabel">Up:</b>
46<a class="sectref" rel="parent" href="lib.html">Python Library Reference</A>
47<b class="navlabel">Next:</b>
48<a class="sectref" rel="next" href="intro.html">1. Introduction</A>
49</div>
50<hr /></div>
51</DIV>
52<!--End of Navigation Panel-->
53<BR><h2><A NAME="SECTION002000000000000000000">
54Contents</A>
55</h2>
56<!--Table of Contents-->
57
58<UL CLASS="TofC">
59<LI><A href="intro.html">1. Introduction</a>
60<LI><A href="builtin.html">2. Built-In Objects</a>
61<UL>
62<LI><A href="built-in-funcs.html">2.1 Built-in Functions</a>
63<LI><A href="non-essential-built-in-funcs.html">2.2 Non-essential Built-in Functions</a>
64<LI><A href="types.html">2.3 Built-in Types</a>
65<UL>
66<LI><A href="truth.html">2.3.1 Truth Value Testing</a>
67<LI><A href="boolean.html">2.3.2 Boolean Operations -- and, or, not</a>
68<LI><A href="comparisons.html">2.3.3 Comparisons</a>
69<LI><A href="typesnumeric.html">2.3.4 Numeric Types -- int, float, long, complex</a>
70<LI><A href="typeiter.html">2.3.5 Iterator Types</a>
71<LI><A href="typesseq.html">2.3.6 Sequence Types -- str, unicode, list, tuple, buffer, xrange</a>
72<LI><A href="types-set.html">2.3.7 Set Types -- set, frozenset</a>
73<LI><A href="typesmapping.html">2.3.8 Mapping Types -- classdict</a>
74<LI><A href="bltin-file-objects.html">2.3.9 File Objects</a>
75<LI><A href="typesother.html">2.3.10 Other Built-in Types</a>
76<LI><A href="specialattrs.html">2.3.11 Special Attributes</a>
77</ul>
78<LI><A href="module-exceptions.html">2.4 Built-in Exceptions</a>
79<LI><A href="node35.html">2.5 Built-in Constants</a>
80</ul>
81<LI><A href="python.html">3. Python Runtime Services</a>
82<UL>
83<LI><A href="module-sys.html">3.1 sys -- System-specific parameters and functions</a>
84<LI><A href="module-gc.html">3.2 gc -- Garbage Collector interface</a>
85<LI><A href="module-weakref.html">3.3 weakref -- Weak references</a>
86<UL>
87<LI><A href="weakref-objects.html">3.3.1 Weak Reference Objects</a>
88<LI><A href="weakref-example.html">3.3.2 Example</a>
89<LI><A href="weakref-extension.html">3.3.3 Weak References in Extension Types</a>
90</ul>
91<LI><A href="module-fpectl.html">3.4 fpectl -- Floating point exception control</a>
92<UL>
93<LI><A href="fpectl-example.html">3.4.1 Example</a>
94<LI><A href="node45.html">3.4.2 Limitations and other considerations</a>
95</ul>
96<LI><A href="module-atexit.html">3.5 atexit -- Exit handlers</a>
97<UL>
98<LI><A href="atexit-example.html">3.5.1 atexit Example</a>
99</ul>
100<LI><A href="module-types.html">3.6 types -- Names for built-in types</a>
101<LI><A href="module-UserDict.html">3.7 UserDict -- Class wrapper for dictionary objects</a>
102<LI><A href="module-UserList.html">3.8 UserList -- Class wrapper for list objects</a>
103<LI><A href="module-UserString.html">3.9 UserString -- Class wrapper for string objects</a>
104<LI><A href="module-operator.html">3.10 operator -- Standard operators as functions.</a>
105<UL>
106<LI><A href="operator-map.html">3.10.1 Mapping Operators to Functions</a>
107</ul>
108<LI><A href="module-inspect.html">3.11 inspect -- Inspect live objects</a>
109<UL>
110<LI><A href="inspect-types.html">3.11.1 Types and members</a>
111<LI><A href="inspect-source.html">3.11.2 Retrieving source code</a>
112<LI><A href="inspect-classes-functions.html">3.11.3 Classes and functions</a>
113<LI><A href="inspect-stack.html">3.11.4 The interpreter stack</a>
114</ul>
115<LI><A href="module-traceback.html">3.12 traceback -- Print or retrieve a stack traceback</a>
116<UL>
117<LI><A href="traceback-example.html">3.12.1 Traceback Example</a>
118</ul>
119<LI><A href="module-linecache.html">3.13 linecache -- Random access to text lines</a>
120<LI><A href="module-pickle.html">3.14 pickle -- Python object serialization</a>
121<UL>
122<LI><A href="node63.html">3.14.1 Relationship to other Python modules</a>
123<LI><A href="node64.html">3.14.2 Data stream format</a>
124<LI><A href="node65.html">3.14.3 Usage</a>
125<LI><A href="node66.html">3.14.4 What can be pickled and unpickled?</a>
126<LI><A href="pickle-protocol.html">3.14.5 The pickle protocol</a>
127<LI><A href="pickle-sub.html">3.14.6 Subclassing Unpicklers</a>
128<LI><A href="pickle-example.html">3.14.7 Example</a>
129</ul>
130<LI><A href="module-cPickle.html">3.15 cPickle -- A faster pickle</a>
131<LI><A href="module-copyreg.html">3.16 copy_reg -- Register pickle support functions</a>
132<LI><A href="module-shelve.html">3.17 shelve -- Python object persistence</a>
133<UL>
134<LI><A href="node76.html">3.17.1 Restrictions</a>
135<LI><A href="node77.html">3.17.2 Example</a>
136</ul>
137<LI><A href="module-copy.html">3.18 copy -- Shallow and deep copy operations</a>
138<LI><A href="module-marshal.html">3.19 marshal -- Internal Python object serialization</a>
139<LI><A href="module-warnings.html">3.20 warnings -- Warning control</a>
140<UL>
141<LI><A href="warning-categories.html">3.20.1 Warning Categories</a>
142<LI><A href="warning-filter.html">3.20.2 The Warnings Filter</a>
143<LI><A href="warning-functions.html">3.20.3 Available Functions</a>
144</ul>
145<LI><A href="module-imp.html">3.21 imp -- Access the import internals</a>
146<UL>
147<LI><A href="examples-imp.html">3.21.1 Examples</a>
148</ul>
149<LI><A href="module-zipimport.html">3.22 zipimport -- Import modules from Zip archives</a>
150<UL>
151<LI><A href="zipimporter-objects.html">3.22.1 zipimporter Objects</a>
152<LI><A href="node88.html">3.22.2 Examples</a>
153</ul>
154<LI><A href="module-pkgutil.html">3.23 pkgutil -- Package extension utility</a>
155<LI><A href="module-modulefinder.html">3.24 modulefinder -- Find modules used by a script</a>
156<LI><A href="module-code.html">3.25 code -- Interpreter base classes</a>
157<UL>
158<LI><A href="interpreter-objects.html">3.25.1 Interactive Interpreter Objects</a>
159<LI><A href="console-objects.html">3.25.2 Interactive Console Objects</a>
160</ul>
161<LI><A href="module-codeop.html">3.26 codeop -- Compile Python code</a>
162<LI><A href="module-pprint.html">3.27 pprint -- Data pretty printer</a>
163<UL>
164<LI><A href="node96.html">3.27.1 PrettyPrinter Objects</a>
165</ul>
166<LI><A href="module-repr.html">3.28 repr -- Alternate repr() implementation</a>
167<UL>
168<LI><A href="Repr-objects.html">3.28.1 Repr Objects</a>
169<LI><A href="subclassing-reprs.html">3.28.2 Subclassing Repr Objects</a>
170</ul>
171<LI><A href="module-new.html">3.29 new -- Creation of runtime internal objects</a>
172<LI><A href="module-site.html">3.30 site -- Site-specific configuration hook</a>
173<LI><A href="module-user.html">3.31 user -- User-specific configuration hook</a>
174<LI><A href="module-builtin.html">3.32 __builtin__ -- Built-in objects</a>
175<LI><A href="module-main.html">3.33 __main__ -- Top-level script environment</a>
176<LI><A href="module-future.html">3.34 __future__ -- Future statement definitions</a>
177</ul>
178<LI><A href="strings.html">4. String Services</a>
179<UL>
180<LI><A href="module-string.html">4.1 string -- Common string operations</a>
181<UL>
182<LI><A href="node108.html">4.1.1 String constants</a>
183<LI><A href="node109.html">4.1.2 Template strings</a>
184<LI><A href="node110.html">4.1.3 String functions</a>
185<LI><A href="node111.html">4.1.4 Deprecated string functions</a>
186</ul>
187<LI><A href="module-re.html">4.2 re -- Regular expression operations</a>
188<UL>
189<LI><A href="re-syntax.html">4.2.1 Regular Expression Syntax</a>
190<LI><A href="matching-searching.html">4.2.2 Matching vs Searching</a>
191<LI><A href="node115.html">4.2.3 Module Contents</a>
192<LI><A href="re-objects.html">4.2.4 Regular Expression Objects</a>
193<LI><A href="match-objects.html">4.2.5 Match Objects</a>
194<LI><A href="node118.html">4.2.6 Examples</a>
195</ul>
196<LI><A href="module-struct.html">4.3 struct -- Interpret strings as packed binary data</a>
197<LI><A href="module-difflib.html">4.4 difflib -- Helpers for computing deltas</a>
198<UL>
199<LI><A href="sequence-matcher.html">4.4.1 SequenceMatcher Objects</a>
200<LI><A href="sequencematcher-examples.html">4.4.2 SequenceMatcher Examples</a>
201<LI><A href="differ-objects.html">4.4.3 Differ Objects</a>
202<LI><A href="differ-examples.html">4.4.4 Differ Example</a>
203</ul>
204<LI><A href="module-fpformat.html">4.5 fpformat -- Floating point conversions</a>
205<LI><A href="module-StringIO.html">4.6 StringIO -- Read and write strings as files</a>
206<LI><A href="module-cStringIO.html">4.7 cStringIO -- Faster version of StringIO</a>
207<LI><A href="module-textwrap.html">4.8 textwrap -- Text wrapping and filling</a>
208<LI><A href="module-codecs.html">4.9 codecs -- Codec registry and base classes</a>
209<UL>
210<LI><A href="node130.html">4.9.1 Codec Base Classes</a>
211<LI><A href="standard-encodings.html">4.9.2 Standard Encodings</a>
212<LI><A href="module-encodings.idna.html">4.9.3 encodings.idna -- Internationalized Domain Names in Applications</a>
213</ul>
214<LI><A href="module-unicodedata.html">4.10 unicodedata -- Unicode Database</a>
215<LI><A href="module-stringprep.html">4.11 stringprep -- Internet String Preparation</a>
216</ul>
217<LI><A href="misc.html">5. Miscellaneous Services</a>
218<UL>
219<LI><A href="module-pydoc.html">5.1 pydoc -- Documentation generator and online help system</a>
220<LI><A href="module-doctest.html">5.2 doctest -- Test interactive Python examples</a>
221<UL>
222<LI><A href="doctest-simple-testmod.html">5.2.1 Simple Usage: Checking Examples in Docstrings</a>
223<LI><A href="doctest-simple-testfile.html">5.2.2 Simple Usage: Checking Examples in a Text File</a>
224<LI><A href="doctest-how-it-works.html">5.2.3 How It Works</a>
225<LI><A href="doctest-basic-api.html">5.2.4 Basic API</a>
226<LI><A href="doctest-unittest-api.html">5.2.5 Unittest API</a>
227<LI><A href="doctest-advanced-api.html">5.2.6 Advanced API</a>
228<LI><A href="doctest-debugging.html">5.2.7 Debugging</a>
229<LI><A href="doctest-soapbox.html">5.2.8 Soapbox</a>
230</ul>
231<LI><A href="module-unittest.html">5.3 unittest -- Unit testing framework</a>
232<UL>
233<LI><A href="node164.html">5.3.1 Basic example</a>
234<LI><A href="organizing-tests.html">5.3.2 Organizing test code</a>
235<LI><A href="legacy-unit-tests.html">5.3.3 Re-using old test code</a>
236<LI><A href="unittest-contents.html">5.3.4 Classes and functions</a>
237<LI><A href="testcase-objects.html">5.3.5 TestCase Objects</a>
238<LI><A href="testsuite-objects.html">5.3.6 TestSuite Objects</a>
239<LI><A href="testresult-objects.html">5.3.7 TestResult Objects</a>
240<LI><A href="testloader-objects.html">5.3.8 TestLoader Objects</a>
241</ul>
242<LI><A href="module-test.html">5.4 test -- Regression tests package for Python</a>
243<UL>
244<LI><A href="writing-tests.html">5.4.1 Writing Unit Tests for the test package</a>
245<LI><A href="regrtest.html">5.4.2 Running tests using test.regrtest</a>
246</ul>
247<LI><A href="module-test.testsupport.html">5.5 test.test_support -- Utility functions for tests</a>
248<LI><A href="module-decimal.html">5.6 decimal -- Decimal floating point arithmetic</a>
249<UL>
250<LI><A href="decimal-tutorial.html">5.6.1 Quick-start Tutorial</a>
251<LI><A href="node178.html">5.6.2 Decimal objects</a>
252<LI><A href="decimal-decimal.html">5.6.3 Context objects</a>
253<LI><A href="decimal-signals.html">5.6.4 Signals</a>
254<LI><A href="decimal-notes.html">5.6.5 Floating Point Notes</a>
255<LI><A href="decimal-threads.html">5.6.6 Working with threads</a>
256<LI><A href="decimal-recipes.html">5.6.7 Recipes</a>
257<LI><A href="decimal-faq.html">5.6.8 Decimal FAQ</a>
258</ul>
259<LI><A href="module-math.html">5.7 math -- Mathematical functions</a>
260<LI><A href="module-cmath.html">5.8 cmath -- Mathematical functions for complex numbers</a>
261<LI><A href="module-random.html">5.9 random -- Generate pseudo-random numbers</a>
262<LI><A href="module-whrandom.html">5.10 whrandom -- Pseudo-random number generator</a>
263<LI><A href="module-bisect.html">5.11 bisect -- Array bisection algorithm</a>
264<UL>
265<LI><A href="bisect-example.html">5.11.1 Examples</a>
266</ul>
267<LI><A href="module-collections.html">5.12 collections -- High-performance container datatypes</a>
268<UL>
269<LI><A href="deque-recipes.html">5.12.1 Recipes</a>
270</ul>
271<LI><A href="module-heapq.html">5.13 heapq -- Heap queue algorithm</a>
272<UL>
273<LI><A href="node196.html">5.13.1 Theory</a>
274</ul>
275<LI><A href="module-array.html">5.14 array -- Efficient arrays of numeric values</a>
276<LI><A href="module-sets.html">5.15 sets -- Unordered collections of unique elements</a>
277<UL>
278<LI><A href="set-objects.html">5.15.1 Set Objects</a>
279<LI><A href="set-example.html">5.15.2 Example</a>
280<LI><A href="immutable-transforms.html">5.15.3 Protocol for automatic conversion to immutable</a>
281<LI><A href="comparison-to-builtin-set.html">5.15.4 Comparison to the built-in set types</a>
282</ul>
283<LI><A href="module-itertools.html">5.16 itertools -- Functions creating iterators for efficient looping</a>
284<UL>
285<LI><A href="itertools-functions.html">5.16.1 Itertool functions</a>
286<LI><A href="itertools-example.html">5.16.2 Examples</a>
287<LI><A href="itertools-recipes.html">5.16.3 Recipes</a>
288</ul>
289<LI><A href="module-ConfigParser.html">5.17 ConfigParser -- Configuration file parser</a>
290<UL>
291<LI><A href="RawConfigParser-objects.html">5.17.1 RawConfigParser Objects</a>
292<LI><A href="ConfigParser-objects.html">5.17.2 ConfigParser Objects</a>
293<LI><A href="SafeConfigParser-objects.html">5.17.3 SafeConfigParser Objects</a>
294</ul>
295<LI><A href="module-fileinput.html">5.18 fileinput -- Iterate over lines from multiple input streams</a>
296<LI><A href="module-calendar.html">5.19 calendar -- General calendar-related functions</a>
297<LI><A href="module-cmd.html">5.20 cmd -- Support for line-oriented command interpreters</a>
298<UL>
299<LI><A href="Cmd-objects.html">5.20.1 Cmd Objects</a>
300</ul>
301<LI><A href="module-shlex.html">5.21 shlex -- Simple lexical analysis</a>
302<UL>
303<LI><A href="shlex-objects.html">5.21.1 shlex Objects</a>
304<LI><A href="shlex-parsing-rules.html">5.21.2 Parsing Rules</a>
305</ul>
306</ul>
307<LI><A href="allos.html">6. Generic Operating System Services</a>
308<UL>
309<LI><A href="module-os.html">6.1 os -- Miscellaneous operating system interfaces</a>
310<UL>
311<LI><A href="os-procinfo.html">6.1.1 Process Parameters</a>
312<LI><A href="os-newstreams.html">6.1.2 File Object Creation</a>
313<LI><A href="os-fd-ops.html">6.1.3 File Descriptor Operations</a>
314<LI><A href="os-file-dir.html">6.1.4 Files and Directories</a>
315<LI><A href="os-process.html">6.1.5 Process Management</a>
316<LI><A href="os-path.html">6.1.6 Miscellaneous System Information</a>
317<LI><A href="os-miscfunc.html">6.1.7 Miscellaneous Functions</a>
318</ul>
319<LI><A href="module-os.path.html">6.2 os.path -- Common pathname manipulations</a>
320<LI><A href="module-dircache.html">6.3 dircache -- Cached directory listings</a>
321<LI><A href="module-stat.html">6.4 stat -- Interpreting stat() results</a>
322<LI><A href="module-statcache.html">6.5 statcache -- An optimization of os.stat()</a>
323<LI><A href="module-statvfs.html">6.6 statvfs -- Constants used with os.statvfs()</a>
324<LI><A href="module-filecmp.html">6.7 filecmp -- File and Directory Comparisons</a>
325<UL>
326<LI><A href="dircmp-objects.html">6.7.1 The dircmp class</a>
327</ul>
328<LI><A href="module-subprocess.html">6.8 subprocess -- Subprocess management</a>
329<UL>
330<LI><A href="node235.html">6.8.1 Using the subprocess Module</a>
331<LI><A href="node239.html">6.8.2 Popen Objects</a>
332<LI><A href="node240.html">6.8.3 Replacing Older Functions with the subprocess Module</a>
333</ul>
334<LI><A href="module-popen2.html">6.9 popen2 -- Subprocesses with accessible I/O streams</a>
335<UL>
336<LI><A href="popen3-objects.html">6.9.1 Popen3 and Popen4 Objects</a>
337<LI><A href="popen2-flow-control.html">6.9.2 Flow Control Issues</a>
338</ul>
339<LI><A href="module-datetime.html">6.10 datetime -- Basic date and time types</a>
340<UL>
341<LI><A href="node251.html">6.10.1 Available Types</a>
342<LI><A href="datetime-timedelta.html">6.10.2 timedelta Objects</a>
343<LI><A href="datetime-date.html">6.10.3 date Objects</a>
344<LI><A href="datetime-datetime.html">6.10.4 datetime Objects</a>
345<LI><A href="datetime-time.html">6.10.5 time Objects</a>
346<LI><A href="datetime-tzinfo.html">6.10.6 tzinfo Objects</a>
347<LI><A href="node257.html">6.10.7 strftime() Behavior</a>
348</ul>
349<LI><A href="module-time.html">6.11 time -- Time access and conversions</a>
350<LI><A href="module-sched.html">6.12 sched -- Event scheduler</a>
351<UL>
352<LI><A href="scheduler-objects.html">6.12.1 Scheduler Objects</a>
353</ul>
354<LI><A href="module-mutex.html">6.13 mutex -- Mutual exclusion support</a>
355<UL>
356<LI><A href="mutex-objects.html">6.13.1 Mutex Objects</a>
357</ul>
358<LI><A href="module-getpass.html">6.14 getpass -- Portable password input</a>
359<LI><A href="module-curses.html">6.15 curses -- Terminal handling for character-cell displays</a>
360<UL>
361<LI><A href="curses-functions.html">6.15.1 Functions</a>
362<LI><A href="curses-window-objects.html">6.15.2 Window Objects</a>
363<LI><A href="node267.html">6.15.3 Constants</a>
364</ul>
365<LI><A href="module-curses.textpad.html">6.16 curses.textpad -- Text input widget for curses programs</a>
366<UL>
367<LI><A href="curses-textpad-objects.html">6.16.1 Textbox objects</a>
368</ul>
369<LI><A href="module-curses.wrapper.html">6.17 curses.wrapper -- Terminal handler for curses programs</a>
370<LI><A href="module-curses.ascii.html">6.18 curses.ascii -- Utilities for ASCII characters</a>
371<LI><A href="module-curses.panel.html">6.19 curses.panel -- A panel stack extension for curses.</a>
372<UL>
373<LI><A href="cursespanel-functions.html">6.19.1 Functions</a>
374<LI><A href="curses-panel-objects.html">6.19.2 Panel Objects</a>
375</ul>
376<LI><A href="module-getopt.html">6.20 getopt -- Parser for command line options</a>
377<LI><A href="module-optparse.html">6.21 optparse -- More powerful command line option parser</a>
378<UL>
379<LI><A href="optparse-background.html">6.21.1 Background</a>
380<LI><A href="optparse-tutorial.html">6.21.2 Tutorial</a>
381<LI><A href="optparse-reference-guide.html">6.21.3 Reference Guide</a>
382<LI><A href="optparse-option-callbacks.html">6.21.4 Option Callbacks</a>
383<LI><A href="optparse-extending-optparse.html">6.21.5 Extending optparse</a>
384</ul>
385<LI><A href="module-tempfile.html">6.22 tempfile -- Generate temporary files and directories</a>
386<LI><A href="module-errno.html">6.23 errno -- Standard errno system symbols</a>
387<LI><A href="module-glob.html">6.24 glob -- Unix style pathname pattern expansion</a>
388<LI><A href="module-fnmatch.html">6.25 fnmatch -- Unix filename pattern matching</a>
389<LI><A href="module-shutil.html">6.26 shutil -- High-level file operations</a>
390<UL>
391<LI><A href="shutil-example.html">6.26.1 Example</a>
392</ul>
393<LI><A href="module-locale.html">6.27 locale -- Internationalization services</a>
394<UL>
395<LI><A href="node323.html">6.27.1 Background, details, hints, tips and caveats</a>
396<LI><A href="embedding-locale.html">6.27.2 For extension writers and programs that embed Python</a>
397<LI><A href="locale-gettext.html">6.27.3 Access to message catalogs</a>
398</ul>
399<LI><A href="module-gettext.html">6.28 gettext -- Multilingual internationalization services</a>
400<UL>
401<LI><A href="node327.html">6.28.1 GNU gettext API</a>
402<LI><A href="node328.html">6.28.2 Class-based API</a>
403<LI><A href="node333.html">6.28.3 Internationalizing your programs and modules</a>
404<LI><A href="node339.html">6.28.4 Acknowledgements</a>
405</ul>
406<LI><A href="module-logging.html">6.29 logging -- Logging facility for Python</a>
407<UL>
408<LI><A href="node341.html">6.29.1 Logger Objects</a>
409<LI><A href="minimal-example.html">6.29.2 Basic example</a>
410<LI><A href="multiple-destinations.html">6.29.3 Logging to multiple destinations</a>
411<LI><A href="network-logging.html">6.29.4 Sending and receiving logging events across a network</a>
412<LI><A href="node345.html">6.29.5 Handler Objects</a>
413<LI><A href="node357.html">6.29.6 Formatter Objects</a>
414<LI><A href="node358.html">6.29.7 Filter Objects</a>
415<LI><A href="node359.html">6.29.8 LogRecord Objects</a>
416<LI><A href="node360.html">6.29.9 Thread Safety</a>
417<LI><A href="node361.html">6.29.10 Configuration</a>
418</ul>
419<LI><A href="module-platform.html">6.30 platform -- Access to underlying platform's identifying data.</a>
420<UL>
421<LI><A href="node365.html">6.30.1 Cross Platform</a>
422<LI><A href="node366.html">6.30.2 Java Platform</a>
423<LI><A href="node367.html">6.30.3 Windows Platform</a>
424<LI><A href="node369.html">6.30.4 Mac OS Platform</a>
425<LI><A href="node370.html">6.30.5 Unix Platforms</a>
426</ul>
427</ul>
428<LI><A href="someos.html">7. Optional Operating System Services</a>
429<UL>
430<LI><A href="module-signal.html">7.1 signal -- Set handlers for asynchronous events</a>
431<UL>
432<LI><A href="node373.html">7.1.1 Example</a>
433</ul>
434<LI><A href="module-socket.html">7.2 socket -- Low-level networking interface</a>
435<UL>
436<LI><A href="socket-objects.html">7.2.1 Socket Objects</a>
437<LI><A href="ssl-objects.html">7.2.2 SSL Objects</a>
438<LI><A href="socket-example.html">7.2.3 Example</a>
439</ul>
440<LI><A href="module-select.html">7.3 select -- Waiting for I/O completion</a>
441<UL>
442<LI><A href="poll-objects.html">7.3.1 Polling Objects</a>
443</ul>
444<LI><A href="module-thread.html">7.4 thread -- Multiple threads of control</a>
445<LI><A href="module-threading.html">7.5 threading -- Higher-level threading interface</a>
446<UL>
447<LI><A href="lock-objects.html">7.5.1 Lock Objects</a>
448<LI><A href="rlock-objects.html">7.5.2 RLock Objects</a>
449<LI><A href="condition-objects.html">7.5.3 Condition Objects</a>
450<LI><A href="semaphore-objects.html">7.5.4 Semaphore Objects</a>
451<LI><A href="event-objects.html">7.5.5 Event Objects</a>
452<LI><A href="thread-objects.html">7.5.6 Thread Objects</a>
453<LI><A href="timer-objects.html">7.5.7 Timer Objects</a>
454</ul>
455<LI><A href="module-dummythread.html">7.6 dummy_thread -- Drop-in replacement for the thread module</a>
456<LI><A href="module-dummythreading.html">7.7 dummy_threading -- Drop-in replacement for the threading module</a>
457<LI><A href="module-Queue.html">7.8 Queue -- A synchronized queue class</a>
458<UL>
459<LI><A href="QueueObjects.html">7.8.1 Queue Objects</a>
460</ul>
461<LI><A href="module-mmap.html">7.9 mmap --
462Memory-mapped file support</a>
463<LI><A href="module-anydbm.html">7.10 anydbm -- Generic access to DBM-style databases</a>
464<LI><A href="module-dbhash.html">7.11 dbhash -- DBM-style interface to the BSD database library</a>
465<UL>
466<LI><A href="dbhash-objects.html">7.11.1 Database Objects</a>
467</ul>
468<LI><A href="module-whichdb.html">7.12 whichdb -- Guess which DBM module created a database</a>
469<LI><A href="module-bsddb.html">7.13 bsddb -- Interface to Berkeley DB library</a>
470<UL>
471<LI><A href="bsddb-objects.html">7.13.1 Hash, BTree and Record Objects</a>
472</ul>
473<LI><A href="module-dumbdbm.html">7.14 dumbdbm -- Portable DBM implementation</a>
474<UL>
475<LI><A href="dumbdbm-objects.html">7.14.1 Dumbdbm Objects</a>
476</ul>
477<LI><A href="module-zlib.html">7.15 zlib -- Compression compatible with gzip</a>
478<LI><A href="module-gzip.html">7.16 gzip -- Support for gzip files</a>
479<LI><A href="module-bz2.html">7.17 bz2 -- Compression compatible with bzip2</a>
480<UL>
481<LI><A href="node406.html">7.17.1 (De)compression of files</a>
482<LI><A href="node407.html">7.17.2 Sequential (de)compression</a>
483<LI><A href="node408.html">7.17.3 One-shot (de)compression</a>
484</ul>
485<LI><A href="module-zipfile.html">7.18 zipfile -- Work with ZIP archives</a>
486<UL>
487<LI><A href="zipfile-objects.html">7.18.1 ZipFile Objects</a>
488<LI><A href="pyzipfile-objects.html">7.18.2 PyZipFile Objects</a>
489<LI><A href="zipinfo-objects.html">7.18.3 ZipInfo Objects</a>
490</ul>
491<LI><A href="module-tarfile.html">7.19 tarfile -- Read and write tar archive files</a>
492<UL>
493<LI><A href="tarfile-objects.html">7.19.1 TarFile Objects</a>
494<LI><A href="tarinfo-objects.html">7.19.2 TarInfo Objects</a>
495<LI><A href="tar-examples.html">7.19.3 Examples</a>
496</ul>
497<LI><A href="module-readline.html">7.20 readline -- GNU readline interface</a>
498<UL>
499<LI><A href="readline-example.html">7.20.1 Example</a>
500</ul>
501<LI><A href="module-rlcompleter.html">7.21 rlcompleter -- Completion function for GNU readline</a>
502<UL>
503<LI><A href="completer-objects.html">7.21.1 Completer Objects</a>
504</ul>
505</ul>
506<LI><A href="unix.html">8. Unix Specific Services</a>
507<UL>
508<LI><A href="module-posix.html">8.1 posix -- The most common POSIX system calls</a>
509<UL>
510<LI><A href="posix-large-files.html">8.1.1 Large File Support</a>
511<LI><A href="posix-contents.html">8.1.2 Module Contents</a>
512</ul>
513<LI><A href="module-pwd.html">8.2 pwd -- The password database</a>
514<LI><A href="module-grp.html">8.3 grp -- The group database</a>
515<LI><A href="module-crypt.html">8.4 crypt -- Function to check Unix passwords</a>
516<LI><A href="module-dl.html">8.5 dl -- Call C functions in shared objects</a>
517<UL>
518<LI><A href="dl-objects.html">8.5.1 Dl Objects</a>
519</ul>
520<LI><A href="module-dbm.html">8.6 dbm -- Simple ``database'' interface</a>
521<LI><A href="module-gdbm.html">8.7 gdbm -- GNU's reinterpretation of dbm</a>
522<LI><A href="module-termios.html">8.8 termios -- POSIX style tty control</a>
523<UL>
524<LI><A href="node433.html">8.8.1 Example</a>
525</ul>
526<LI><A href="module-tty.html">8.9 tty -- Terminal control functions</a>
527<LI><A href="module-pty.html">8.10 pty -- Pseudo-terminal utilities</a>
528<LI><A href="module-fcntl.html">8.11 fcntl -- The fcntl() and ioctl() system calls</a>
529<LI><A href="module-pipes.html">8.12 pipes -- Interface to shell pipelines</a>
530<UL>
531<LI><A href="template-objects.html">8.12.1 Template Objects</a>
532</ul>
533<LI><A href="module-posixfile.html">8.13 posixfile -- File-like objects with locking support</a>
534<LI><A href="module-resource.html">8.14 resource -- Resource usage information</a>
535<UL>
536<LI><A href="node441.html">8.14.1 Resource Limits</a>
537<LI><A href="node442.html">8.14.2 Resource Usage</a>
538</ul>
539<LI><A href="module-nis.html">8.15 nis -- Interface to Sun's NIS (Yellow Pages)</a>
540<LI><A href="module-syslog.html">8.16 syslog -- Unix syslog library routines</a>
541<LI><A href="module-commands.html">8.17 commands -- Utilities for running commands</a>
542</ul>
543<LI><A href="module-pdb.html">9. The Python Debugger</a>
544<UL>
545<LI><A href="debugger-commands.html">9.1 Debugger Commands</a>
546<LI><A href="debugger-hooks.html">9.2 How It Works</a>
547</ul>
548<LI><A href="profile.html">10. The Python Profiler</a>
549<UL>
550<LI><A href="node450.html">10.1 Introduction to the profiler</a>
551<LI><A href="node451.html">10.2 How Is This Profiler Different From The Old Profiler?</a>
552<LI><A href="profile-instant.html">10.3 Instant Users Manual</a>
553<LI><A href="node453.html">10.4 What Is Deterministic Profiling?</a>
554<LI><A href="module-profile.html">10.5 Reference Manual</a>
555<UL>
556<LI><A href="profile-stats.html">10.5.1 The Stats Class</a>
557</ul>
558<LI><A href="profile-limits.html">10.6 Limitations</a>
559<LI><A href="profile-calibration.html">10.7 Calibration</a>
560<LI><A href="node458.html">10.8 Extensions -- Deriving Better Profilers</a>
561<LI><A href="module-hotshot.html">10.9 hotshot -- High performance logging profiler</a>
562<UL>
563<LI><A href="hotshot-objects.html">10.9.1 Profile Objects</a>
564<LI><A href="module-hotshot.stats.html">10.9.2 Using hotshot data</a>
565<LI><A href="hotshot-example.html">10.9.3 Example Usage</a>
566</ul>
567<LI><A href="module-timeit.html">10.10 timeit -- Measure execution time of small code snippets</a>
568<UL>
569<LI><A href="node464.html">10.10.1 Command Line Interface</a>
570<LI><A href="node465.html">10.10.2 Examples</a>
571</ul>
572</ul>
573<LI><A href="internet.html">11. Internet Protocols and Support</a>
574<UL>
575<LI><A href="module-webbrowser.html">11.1 webbrowser -- Convenient Web-browser controller</a>
576<UL>
577<LI><A href="browser-controllers.html">11.1.1 Browser Controller Objects</a>
578</ul>
579<LI><A href="module-cgi.html">11.2 cgi -- Common Gateway Interface support.</a>
580<UL>
581<LI><A href="cgi-intro.html">11.2.1 Introduction</a>
582<LI><A href="node471.html">11.2.2 Using the cgi module</a>
583<LI><A href="node472.html">11.2.3 Higher Level Interface</a>
584<LI><A href="node473.html">11.2.4 Old classes</a>
585<LI><A href="node474.html">11.2.5 Functions</a>
586<LI><A href="cgi-security.html">11.2.6 Caring about security</a>
587<LI><A href="node476.html">11.2.7 Installing your CGI script on a Unix system</a>
588<LI><A href="node477.html">11.2.8 Testing your CGI script</a>
589<LI><A href="node478.html">11.2.9 Debugging CGI scripts</a>
590<LI><A href="node479.html">11.2.10 Common problems and solutions</a>
591</ul>
592<LI><A href="module-cgitb.html">11.3 cgitb -- Traceback manager for CGI scripts</a>
593<LI><A href="module-urllib.html">11.4 urllib -- Open arbitrary resources by URL</a>
594<UL>
595<LI><A href="urlopener-objs.html">11.4.1 URLopener Objects</a>
596<LI><A href="node483.html">11.4.2 Examples</a>
597</ul>
598<LI><A href="module-urllib2.html">11.5 urllib2 -- extensible library for opening URLs</a>
599<UL>
600<LI><A href="request-objects.html">11.5.1 Request Objects</a>
601<LI><A href="opener-director-objects.html">11.5.2 OpenerDirector Objects</a>
602<LI><A href="base-handler-objects.html">11.5.3 BaseHandler Objects</a>
603<LI><A href="http-redirect-handler.html">11.5.4 HTTPRedirectHandler Objects</a>
604<LI><A href="http-cookie-processor.html">11.5.5 HTTPCookieProcessor Objects</a>
605<LI><A href="proxy-handler.html">11.5.6 ProxyHandler Objects</a>
606<LI><A href="http-password-mgr.html">11.5.7 HTTPPasswordMgr Objects</a>
607<LI><A href="abstract-basic-auth-handler.html">11.5.8 AbstractBasicAuthHandler Objects</a>
608<LI><A href="http-basic-auth-handler.html">11.5.9 HTTPBasicAuthHandler Objects</a>
609<LI><A href="proxy-basic-auth-handler.html">11.5.10 ProxyBasicAuthHandler Objects</a>
610<LI><A href="abstract-digest-auth-handler.html">11.5.11 AbstractDigestAuthHandler Objects</a>
611<LI><A href="http-digest-auth-handler.html">11.5.12 HTTPDigestAuthHandler Objects</a>
612<LI><A href="proxy-digest-auth-handler.html">11.5.13 ProxyDigestAuthHandler Objects</a>
613<LI><A href="http-handler-objects.html">11.5.14 HTTPHandler Objects</a>
614<LI><A href="https-handler-objects.html">11.5.15 HTTPSHandler Objects</a>
615<LI><A href="file-handler-objects.html">11.5.16 FileHandler Objects</a>
616<LI><A href="ftp-handler-objects.html">11.5.17 FTPHandler Objects</a>
617<LI><A href="cacheftp-handler-objects.html">11.5.18 CacheFTPHandler Objects</a>
618<LI><A href="gopher-handler.html">11.5.19 GopherHandler Objects</a>
619<LI><A href="unknown-handler-objects.html">11.5.20 UnknownHandler Objects</a>
620<LI><A href="http-error-processor-objects.html">11.5.21 HTTPErrorProcessor Objects</a>
621<LI><A href="urllib2-examples.html">11.5.22 Examples</a>
622</ul>
623<LI><A href="module-httplib.html">11.6 httplib -- HTTP protocol client</a>
624<UL>
625<LI><A href="httpconnection-objects.html">11.6.1 HTTPConnection Objects</a>
626<LI><A href="httpresponse-objects.html">11.6.2 HTTPResponse Objects</a>
627<LI><A href="httplib-examples.html">11.6.3 Examples</a>
628</ul>
629<LI><A href="module-ftplib.html">11.7 ftplib -- FTP protocol client</a>
630<UL>
631<LI><A href="ftp-objects.html">11.7.1 FTP Objects</a>
632</ul>
633<LI><A href="module-gopherlib.html">11.8 gopherlib -- Gopher protocol client</a>
634<LI><A href="module-poplib.html">11.9 poplib -- POP3 protocol client</a>
635<UL>
636<LI><A href="pop3-objects.html">11.9.1 POP3 Objects</a>
637<LI><A href="pop3-example.html">11.9.2 POP3 Example</a>
638</ul>
639<LI><A href="module-imaplib.html">11.10 imaplib -- IMAP4 protocol client</a>
640<UL>
641<LI><A href="imap4-objects.html">11.10.1 IMAP4 Objects</a>
642<LI><A href="imap4-example.html">11.10.2 IMAP4 Example</a>
643</ul>
644<LI><A href="module-nntplib.html">11.11 nntplib -- NNTP protocol client</a>
645<UL>
646<LI><A href="nntp-objects.html">11.11.1 NNTP Objects</a>
647</ul>
648<LI><A href="module-smtplib.html">11.12 smtplib -- SMTP protocol client</a>
649<UL>
650<LI><A href="SMTP-objects.html">11.12.1 SMTP Objects</a>
651<LI><A href="SMTP-example.html">11.12.2 SMTP Example</a>
652</ul>
653<LI><A href="module-smtpd.html">11.13 smtpd -- SMTP Server</a>
654<UL>
655<LI><A href="node526.html">11.13.1 SMTPServer Objects</a>
656<LI><A href="node527.html">11.13.2 DebuggingServer Objects</a>
657<LI><A href="node528.html">11.13.3 PureProxy Objects</a>
658<LI><A href="node529.html">11.13.4 MailmanProxy Objects</a>
659</ul>
660<LI><A href="module-telnetlib.html">11.14 telnetlib -- Telnet client</a>
661<UL>
662<LI><A href="telnet-objects.html">11.14.1 Telnet Objects</a>
663<LI><A href="telnet-example.html">11.14.2 Telnet Example</a>
664</ul>
665<LI><A href="module-urlparse.html">11.15 urlparse -- Parse URLs into components</a>
666<LI><A href="module-SocketServer.html">11.16 SocketServer -- A framework for network servers</a>
667<UL>
668<LI><A href="node535.html">11.16.1 Server Creation Notes</a>
669<LI><A href="node536.html">11.16.2 Server Objects</a>
670<LI><A href="node537.html">11.16.3 RequestHandler Objects</a>
671</ul>
672<LI><A href="module-BaseHTTPServer.html">11.17 BaseHTTPServer -- Basic HTTP server</a>
673<LI><A href="module-SimpleHTTPServer.html">11.18 SimpleHTTPServer -- Simple HTTP request handler</a>
674<LI><A href="module-CGIHTTPServer.html">11.19 CGIHTTPServer -- CGI-capable HTTP request handler</a>
675<LI><A href="module-cookielib.html">11.20 cookielib -- Cookie handling for HTTP clients</a>
676<UL>
677<LI><A href="node542.html">11.20.1 CookieJar and FileCookieJar Objects</a>
678<LI><A href="file-cookie-jar-classes.html">11.20.2 FileCookieJar subclasses and co-operation with web browsers</a>
679<LI><A href="cookie-policy-objects.html">11.20.3 CookiePolicy Objects</a>
680<LI><A href="default-cookie-policy-objects.html">11.20.4 DefaultCookiePolicy Objects</a>
681<LI><A href="cookie-jar-objects.html">11.20.5 Cookie Objects</a>
682<LI><A href="cookielib-examples.html">11.20.6 Examples</a>
683</ul>
684<LI><A href="module-Cookie.html">11.21 Cookie -- HTTP state management</a>
685<UL>
686<LI><A href="cookie-objects.html">11.21.1 Cookie Objects</a>
687<LI><A href="morsel-objects.html">11.21.2 Morsel Objects</a>
688<LI><A href="cookie-example.html">11.21.3 Example</a>
689</ul>
690<LI><A href="module-xmlrpclib.html">11.22 xmlrpclib -- XML-RPC client access</a>
691<UL>
692<LI><A href="serverproxy-objects.html">11.22.1 ServerProxy Objects</a>
693<LI><A href="boolean-objects.html">11.22.2 Boolean Objects</a>
694<LI><A href="datetime-objects.html">11.22.3 DateTime Objects</a>
695<LI><A href="binary-objects.html">11.22.4 Binary Objects</a>
696<LI><A href="fault-objects.html">11.22.5 Fault Objects</a>
697<LI><A href="protocol-error-objects.html">11.22.6 ProtocolError Objects</a>
698<LI><A href="node559.html">11.22.7 MultiCall Objects</a>
699<LI><A href="node560.html">11.22.8 Convenience Functions</a>
700<LI><A href="xmlrpc-client-example.html">11.22.9 Example of Client Usage</a>
701</ul>
702<LI><A href="module-SimpleXMLRPCServer.html">11.23 SimpleXMLRPCServer -- Basic XML-RPC server</a>
703<UL>
704<LI><A href="simple-xmlrpc-servers.html">11.23.1 SimpleXMLRPCServer Objects</a>
705<LI><A href="node564.html">11.23.2 CGIXMLRPCRequestHandler</a>
706</ul>
707<LI><A href="module-DocXMLRPCServer.html">11.24 DocXMLRPCServer -- Self-documenting XML-RPC server</a>
708<UL>
709<LI><A href="doc-xmlrpc-servers.html">11.24.1 DocXMLRPCServer Objects</a>
710<LI><A href="node567.html">11.24.2 DocCGIXMLRPCRequestHandler</a>
711</ul>
712<LI><A href="module-asyncore.html">11.25 asyncore -- Asynchronous socket handler</a>
713<UL>
714<LI><A href="asyncore-example.html">11.25.1 asyncore Example basic HTTP client</a>
715</ul>
716<LI><A href="module-asynchat.html">11.26 asynchat -- Asynchronous socket command/response handler</a>
717<UL>
718<LI><A href="node571.html">11.26.1 asynchat - Auxiliary Classes and Functions</a>
719<LI><A href="asynchat-example.html">11.26.2 asynchat Example</a>
720</ul>
721</ul>
722<LI><A href="netdata.html">12. Internet Data Handling</a>
723<UL>
724<LI><A href="module-formatter.html">12.1 formatter -- Generic output formatting</a>
725<UL>
726<LI><A href="formatter-interface.html">12.1.1 The Formatter Interface</a>
727<LI><A href="formatter-impls.html">12.1.2 Formatter Implementations</a>
728<LI><A href="writer-interface.html">12.1.3 The Writer Interface</a>
729<LI><A href="writer-impls.html">12.1.4 Writer Implementations</a>
730</ul>
731<LI><A href="module-email.html">12.2 email -- An email and MIME handling package</a>
732<UL>
733<LI><A href="module-email.Message.html">12.2.1 Representing an email message</a>
734<LI><A href="module-email.Parser.html">12.2.2 Parsing email messages</a>
735<LI><A href="module-email.Generator.html">12.2.3 Generating MIME documents</a>
736<LI><A href="node588.html">12.2.4 Creating email and MIME objects from scratch</a>
737<LI><A href="module-email.Header.html">12.2.5 Internationalized headers</a>
738<LI><A href="module-email.Charset.html">12.2.6 Representing character sets</a>
739<LI><A href="module-email.Encoders.html">12.2.7 Encoders</a>
740<LI><A href="module-email.Errors.html">12.2.8 Exception and Defect classes</a>
741<LI><A href="module-email.Utils.html">12.2.9 Miscellaneous utilities</a>
742<LI><A href="module-email.Iterators.html">12.2.10 Iterators</a>
743<LI><A href="node595.html">12.2.11 Package History</a>
744<LI><A href="node596.html">12.2.12 Differences from mimelib</a>
745<LI><A href="node597.html">12.2.13 Examples</a>
746</ul>
747<LI><A href="module-mailcap.html">12.3 mailcap -- Mailcap file handling.</a>
748<LI><A href="module-mailbox.html">12.4 mailbox -- Read various mailbox formats</a>
749<UL>
750<LI><A href="mailbox-objects.html">12.4.1 Mailbox Objects</a>
751</ul>
752<LI><A href="module-mhlib.html">12.5 mhlib -- Access to MH mailboxes</a>
753<UL>
754<LI><A href="mh-objects.html">12.5.1 MH Objects</a>
755<LI><A href="mh-folder-objects.html">12.5.2 Folder Objects</a>
756<LI><A href="mh-message-objects.html">12.5.3 Message Objects</a>
757</ul>
758<LI><A href="module-mimetools.html">12.6 mimetools -- Tools for parsing MIME messages</a>
759<UL>
760<LI><A href="mimetools-message-objects.html">12.6.1 Additional Methods of Message Objects</a>
761</ul>
762<LI><A href="module-mimetypes.html">12.7 mimetypes -- Map filenames to MIME types</a>
763<UL>
764<LI><A href="mimetypes-objects.html">12.7.1 MimeTypes Objects</a>
765</ul>
766<LI><A href="module-MimeWriter.html">12.8 MimeWriter -- Generic MIME file writer</a>
767<UL>
768<LI><A href="MimeWriter-objects.html">12.8.1 MimeWriter Objects</a>
769</ul>
770<LI><A href="module-mimify.html">12.9 mimify -- MIME processing of mail messages</a>
771<LI><A href="module-multifile.html">12.10 multifile -- Support for files containing distinct parts</a>
772<UL>
773<LI><A href="MultiFile-objects.html">12.10.1 MultiFile Objects</a>
774<LI><A href="multifile-example.html">12.10.2 MultiFile Example</a>
775</ul>
776<LI><A href="module-rfc822.html">12.11 rfc822 -- Parse RFC 2822 mail headers</a>
777<UL>
778<LI><A href="message-objects.html">12.11.1 Message Objects</a>
779<LI><A href="addresslist-objects.html">12.11.2 AddressList Objects</a>
780</ul>
781<LI><A href="module-base64.html">12.12 base64 -- RFC 3548: Base16, Base32, Base64 Data Encodings</a>
782<LI><A href="module-binascii.html">12.13 binascii -- Convert between binary and ASCII</a>
783<LI><A href="module-binhex.html">12.14 binhex -- Encode and decode binhex4 files</a>
784<UL>
785<LI><A href="binhex-notes.html">12.14.1 Notes</a>
786</ul>
787<LI><A href="module-quopri.html">12.15 quopri -- Encode and decode MIME quoted-printable data</a>
788<LI><A href="module-uu.html">12.16 uu -- Encode and decode uuencode files</a>
789<LI><A href="module-xdrlib.html">12.17 xdrlib -- Encode and decode XDR data</a>
790<UL>
791<LI><A href="xdr-packer-objects.html">12.17.1 Packer Objects</a>
792<LI><A href="xdr-unpacker-objects.html">12.17.2 Unpacker Objects</a>
793<LI><A href="xdr-exceptions.html">12.17.3 Exceptions</a>
794</ul>
795<LI><A href="module-netrc.html">12.18 netrc -- netrc file processing</a>
796<UL>
797<LI><A href="netrc-objects.html">12.18.1 netrc Objects</a>
798</ul>
799<LI><A href="module-robotparser.html">12.19 robotparser -- Parser for robots.txt</a>
800<LI><A href="module-csv.html">12.20 csv -- CSV File Reading and Writing</a>
801<UL>
802<LI><A href="csv-contents.html">12.20.1 Module Contents</a>
803<LI><A href="csv-fmt-params.html">12.20.2 Dialects and Formatting Parameters</a>
804<LI><A href="node634.html">12.20.3 Reader Objects</a>
805<LI><A href="node635.html">12.20.4 Writer Objects</a>
806<LI><A href="node636.html">12.20.5 Examples</a>
807</ul>
808</ul>
809<LI><A href="markup.html">13. Structured Markup Processing Tools</a>
810<UL>
811<LI><A href="module-HTMLParser.html">13.1 HTMLParser -- Simple HTML and XHTML parser</a>
812<UL>
813<LI><A href="htmlparser-example.html">13.1.1 Example HTML Parser Application</a>
814</ul>
815<LI><A href="module-sgmllib.html">13.2 sgmllib -- Simple SGML parser</a>
816<LI><A href="module-htmllib.html">13.3 htmllib -- A parser for HTML documents</a>
817<UL>
818<LI><A href="html-parser-objects.html">13.3.1 HTMLParser Objects</a>
819</ul>
820<LI><A href="module-htmlentitydefs.html">13.4 htmlentitydefs -- Definitions of HTML general entities</a>
821<LI><A href="module-xml.parsers.expat.html">13.5 xml.parsers.expat -- Fast XML parsing using Expat</a>
822<UL>
823<LI><A href="xmlparser-objects.html">13.5.1 XMLParser Objects</a>
824<LI><A href="expaterror-objects.html">13.5.2 ExpatError Exceptions</a>
825<LI><A href="expat-example.html">13.5.3 Example</a>
826<LI><A href="expat-content-models.html">13.5.4 Content Model Descriptions</a>
827<LI><A href="expat-errors.html">13.5.5 Expat error constants</a>
828</ul>
829<LI><A href="module-xml.dom.html">13.6 xml.dom -- The Document Object Model API</a>
830<UL>
831<LI><A href="node651.html">13.6.1 Module Contents</a>
832<LI><A href="node652.html">13.6.2 Objects in the DOM</a>
833<LI><A href="dom-conformance.html">13.6.3 Conformance</a>
834</ul>
835<LI><A href="module-xml.dom.minidom.html">13.7 xml.dom.minidom -- Lightweight DOM implementation</a>
836<UL>
837<LI><A href="dom-objects.html">13.7.1 DOM Objects</a>
838<LI><A href="dom-example.html">13.7.2 DOM Example</a>
839<LI><A href="minidom-and-dom.html">13.7.3 minidom and the DOM standard</a>
840</ul>
841<LI><A href="module-xml.dom.pulldom.html">13.8 xml.dom.pulldom -- Support for building partial DOM trees</a>
842<UL>
843<LI><A href="domeventstream-objects.html">13.8.1 DOMEventStream Objects</a>
844</ul>
845<LI><A href="module-xml.sax.html">13.9 xml.sax -- Support for SAX2 parsers</a>
846<UL>
847<LI><A href="sax-exception-objects.html">13.9.1 SAXException Objects</a>
848</ul>
849<LI><A href="module-xml.sax.handler.html">13.10 xml.sax.handler -- Base classes for SAX handlers</a>
850<UL>
851<LI><A href="content-handler-objects.html">13.10.1 ContentHandler Objects</a>
852<LI><A href="dtd-handler-objects.html">13.10.2 DTDHandler Objects</a>
853<LI><A href="entity-resolver-objects.html">13.10.3 EntityResolver Objects</a>
854<LI><A href="sax-error-handler.html">13.10.4 ErrorHandler Objects</a>
855</ul>
856<LI><A href="module-xml.sax.saxutils.html">13.11 xml.sax.saxutils -- SAX Utilities</a>
857<LI><A href="module-xml.sax.xmlreader.html">13.12 xml.sax.xmlreader -- Interface for XML parsers</a>
858<UL>
859<LI><A href="xmlreader-objects.html">13.12.1 XMLReader Objects</a>
860<LI><A href="incremental-parser-objects.html">13.12.2 IncrementalParser Objects</a>
861<LI><A href="locator-objects.html">13.12.3 Locator Objects</a>
862<LI><A href="input-source-objects.html">13.12.4 InputSource Objects</a>
863<LI><A href="attributes-objects.html">13.12.5 The Attributes Interface</a>
864<LI><A href="attributes-ns-objects.html">13.12.6 The AttributesNS Interface</a>
865</ul>
866<LI><A href="module-xmllib.html">13.13 xmllib -- A parser for XML documents</a>
867<UL>
868<LI><A href="xml-namespace.html">13.13.1 XML Namespaces</a>
869</ul>
870</ul>
871<LI><A href="mmedia.html">14. Multimedia Services</a>
872<UL>
873<LI><A href="module-audioop.html">14.1 audioop -- Manipulate raw audio data</a>
874<LI><A href="module-imageop.html">14.2 imageop -- Manipulate raw image data</a>
875<LI><A href="module-aifc.html">14.3 aifc -- Read and write AIFF and AIFC files</a>
876<LI><A href="module-sunau.html">14.4 sunau -- Read and write Sun AU files</a>
877<UL>
878<LI><A href="au-read-objects.html">14.4.1 AU_read Objects</a>
879<LI><A href="au-write-objects.html">14.4.2 AU_write Objects</a>
880</ul>
881<LI><A href="module-wave.html">14.5 wave -- Read and write WAV files</a>
882<UL>
883<LI><A href="Wave-read-objects.html">14.5.1 Wave_read Objects</a>
884<LI><A href="Wave-write-objects.html">14.5.2 Wave_write Objects</a>
885</ul>
886<LI><A href="module-chunk.html">14.6 chunk -- Read IFF chunked data</a>
887<LI><A href="module-colorsys.html">14.7 colorsys -- Conversions between color systems</a>
888<LI><A href="module-rgbimg.html">14.8 rgbimg -- Read and write ``SGI RGB'' files</a>
889<LI><A href="module-imghdr.html">14.9 imghdr -- Determine the type of an image</a>
890<LI><A href="module-sndhdr.html">14.10 sndhdr -- Determine type of sound file</a>
891<LI><A href="module-ossaudiodev.html">14.11 ossaudiodev -- Access to OSS-compatible audio devices</a>
892<UL>
893<LI><A href="ossaudio-device-objects.html">14.11.1 Audio Device Objects</a>
894<LI><A href="mixer-device-objects.html">14.11.2 Mixer Device Objects</a>
895</ul>
896</ul>
897<LI><A href="crypto.html">15. Cryptographic Services</a>
898<UL>
899<LI><A href="module-hmac.html">15.1 hmac -- Keyed-Hashing for Message Authentication</a>
900<LI><A href="module-md5.html">15.2 md5 -- MD5 message digest algorithm</a>
901<LI><A href="module-sha.html">15.3 sha -- SHA-1 message digest algorithm</a>
902</ul>
903<LI><A href="tkinter.html">16. Graphical User Interfaces with Tk</a>
904<UL>
905<LI><A href="module-Tkinter.html">16.1 Tkinter -- Python interface to Tcl/Tk</a>
906<UL>
907<LI><A href="node715.html">16.1.1 Tkinter Modules</a>
908<LI><A href="node716.html">16.1.2 Tkinter Life Preserver</a>
909<LI><A href="node719.html">16.1.3 A (Very) Quick Look at Tcl/Tk</a>
910<LI><A href="tkinter-basic-mapping.html">16.1.4 Mapping Basic Tk into Tkinter</a>
911<LI><A href="node721.html">16.1.5 How Tk and Tkinter are Related</a>
912<LI><A href="node722.html">16.1.6 Handy Reference</a>
913</ul>
914<LI><A href="module-Tix.html">16.2 Tix -- Extension widgets for Tk</a>
915<UL>
916<LI><A href="node733.html">16.2.1 Using Tix</a>
917<LI><A href="node734.html">16.2.2 Tix Widgets</a>
918<LI><A href="node743.html">16.2.3 Tix Commands</a>
919</ul>
920<LI><A href="module-ScrolledText.html">16.3 ScrolledText -- Scrolled Text Widget</a>
921<LI><A href="module-turtle.html">16.4 turtle -- Turtle graphics for Tk</a>
922<UL>
923<LI><A href="pen-rawpen-objects.html">16.4.1 Pen and RawPen Objects</a>
924</ul>
925<LI><A href="idle.html">16.5 Idle</a>
926<UL>
927<LI><A href="node748.html">16.5.1 Menus</a>
928<LI><A href="node753.html">16.5.2 Basic editing and navigation</a>
929<LI><A href="node756.html">16.5.3 Syntax colors</a>
930</ul>
931<LI><A href="other-gui-packages.html">16.6 Other Graphical User Interface Packages</a>
932</ul>
933<LI><A href="restricted.html">17. Restricted Execution</a>
934<UL>
935<LI><A href="module-rexec.html">17.1 rexec -- Restricted execution framework</a>
936<UL>
937<LI><A href="rexec-objects.html">17.1.1 RExec Objects</a>
938<LI><A href="rexec-extension.html">17.1.2 Defining restricted environments</a>
939<LI><A href="node763.html">17.1.3 An example</a>
940</ul>
941<LI><A href="module-Bastion.html">17.2 Bastion -- Restricting access to objects</a>
942</ul>
943<LI><A href="language.html">18. Python Language Services</a>
944<UL>
945<LI><A href="module-parser.html">18.1 parser -- Access Python parse trees</a>
946<UL>
947<LI><A href="node767.html">18.1.1 Creating AST Objects</a>
948<LI><A href="node768.html">18.1.2 Converting AST Objects</a>
949<LI><A href="node769.html">18.1.3 Queries on AST Objects</a>
950<LI><A href="node770.html">18.1.4 Exceptions and Error Handling</a>
951<LI><A href="node771.html">18.1.5 AST Objects</a>
952<LI><A href="node772.html">18.1.6 Examples</a>
953</ul>
954<LI><A href="module-symbol.html">18.2 symbol -- Constants used with Python parse trees</a>
955<LI><A href="module-token.html">18.3 token -- Constants used with Python parse trees</a>
956<LI><A href="module-keyword.html">18.4 keyword -- Testing for Python keywords</a>
957<LI><A href="module-tokenize.html">18.5 tokenize -- Tokenizer for Python source</a>
958<LI><A href="module-tabnanny.html">18.6 tabnanny -- Detection of ambiguous indentation</a>
959<LI><A href="module-pyclbr.html">18.7 pyclbr -- Python class browser support</a>
960<UL>
961<LI><A href="pyclbr-class-objects.html">18.7.1 Class Descriptor Objects</a>
962<LI><A href="pyclbr-function-objects.html">18.7.2 Function Descriptor Objects</a>
963</ul>
964<LI><A href="module-pycompile.html">18.8 py_compile -- Compile Python source files</a>
965<LI><A href="module-compileall.html">18.9 compileall -- Byte-compile Python libraries</a>
966<LI><A href="module-dis.html">18.10 dis -- Disassembler for Python byte code</a>
967<UL>
968<LI><A href="bytecodes.html">18.10.1 Python Byte Code Instructions</a>
969</ul>
970<LI><A href="module-pickletools.html">18.11 pickletools -- Tools for pickle developers.</a>
971<LI><A href="module-distutils.html">18.12 distutils -- Building and installing Python modules</a>
972</ul>
973<LI><A href="compiler.html">19. Python compiler package</a>
974<UL>
975<LI><A href="module-compiler.html">19.1 The basic interface</a>
976<LI><A href="node791.html">19.2 Limitations</a>
977<LI><A href="node792.html">19.3 Python Abstract Syntax</a>
978<UL>
979<LI><A href="module-compiler.ast.html">19.3.1 AST Nodes</a>
980<LI><A href="node794.html">19.3.2 Assignment nodes</a>
981<LI><A href="node795.html">19.3.3 Examples</a>
982</ul>
983<LI><A href="module-compiler.visitor.html">19.4 Using Visitors to Walk ASTs</a>
984<LI><A href="node797.html">19.5 Bytecode Generation</a>
985</ul>
986<LI><A href="sgi.html">20. SGI IRIX Specific Services</a>
987<UL>
988<LI><A href="module-al.html">20.1 al -- Audio functions on the SGI</a>
989<UL>
990<LI><A href="al-config-objects.html">20.1.1 Configuration Objects</a>
991<LI><A href="al-port-objects.html">20.1.2 Port Objects</a>
992</ul>
993<LI><A href="module-al-constants.html">20.2 AL -- Constants used with the al module</a>
994<LI><A href="module-cd.html">20.3 cd -- CD-ROM access on SGI systems</a>
995<UL>
996<LI><A href="player-objects.html">20.3.1 Player Objects</a>
997<LI><A href="cd-parser-objects.html">20.3.2 Parser Objects</a>
998</ul>
999<LI><A href="module-fl.html">20.4 fl -- FORMS library for graphical user interfaces</a>
1000<UL>
1001<LI><A href="node807.html">20.4.1 Functions Defined in Module fl</a>
1002<LI><A href="form-objects.html">20.4.2 Form Objects</a>
1003<LI><A href="forms-objects.html">20.4.3 FORMS Objects</a>
1004</ul>
1005<LI><A href="module-fl-constants.html">20.5 FL -- Constants used with the fl module</a>
1006<LI><A href="module-flp.html">20.6 flp -- Functions for loading stored FORMS designs</a>
1007<LI><A href="module-fm.html">20.7 fm -- Font Manager interface</a>
1008<LI><A href="module-gl.html">20.8 gl -- Graphics Library interface</a>
1009<LI><A href="module-DEVICE.html">20.9 DEVICE -- Constants used with the gl module</a>
1010<LI><A href="module-gl-constants.html">20.10 GL -- Constants used with the gl module</a>
1011<LI><A href="module-imgfile.html">20.11 imgfile -- Support for SGI imglib files</a>
1012<LI><A href="module-jpeg.html">20.12 jpeg -- Read and write JPEG files</a>
1013</ul>
1014<LI><A href="sunos.html">21. SunOS Specific Services</a>
1015<UL>
1016<LI><A href="module-sunaudiodev.html">21.1 sunaudiodev -- Access to Sun audio hardware</a>
1017<UL>
1018<LI><A href="audio-device-objects.html">21.1.1 Audio Device Objects</a>
1019</ul>
1020<LI><A href="module-sunaudiodev-constants.html">21.2 SUNAUDIODEV -- Constants used with sunaudiodev</a>
1021</ul>
1022<LI><A href="node822.html">22. MS Windows Specific Services</a>
1023<UL>
1024<LI><A href="module-msvcrt.html">22.1 msvcrt - Useful routines from the MS VC++ runtime</a>
1025<UL>
1026<LI><A href="msvcrt-files.html">22.1.1 File Operations</a>
1027<LI><A href="msvcrt-console.html">22.1.2 Console I/O</a>
1028<LI><A href="msvcrt-other.html">22.1.3 Other Functions</a>
1029</ul>
1030<LI><A href="module--winreg.html">22.2 _winreg - Windows registry access</a>
1031<UL>
1032<LI><A href="handle-object.html">22.2.1 Registry Handle Objects</a>
1033</ul>
1034<LI><A href="module-winsound.html">22.3 winsound -- Sound-playing interface for Windows</a>
1035</ul>
1036<LI><A href="undoc.html">A. Undocumented Modules</a>
1037<UL>
1038<LI><A href="node831.html">A.1 Frameworks</a>
1039<LI><A href="node832.html">A.2 Miscellaneous useful utilities</a>
1040<LI><A href="node833.html">A.3 Platform specific modules</a>
1041<LI><A href="node834.html">A.4 Multimedia</a>
1042<LI><A href="obsolete-modules.html">A.5 Obsolete</a>
1043<LI><A href="node836.html">A.6 SGI-specific Extension modules</a>
1044</ul>
1045<LI><A href="reporting-bugs.html">B. Reporting Bugs</a>
1046<LI><A href="node838.html">C. History and License</a>
1047<UL>
1048<LI><A href="node839.html">C.1 History of the software</a>
1049<LI><A href="node840.html">C.2 Terms and conditions for accessing or otherwise using Python</a>
1050<LI><A href="node841.html">C.3 Licenses and Acknowledgements for Incorporated Software</a>
1051<UL>
1052<LI><A href="node842.html">C.3.1 Mersenne Twister</a>
1053<LI><A href="node843.html">C.3.2 Sockets</a>
1054<LI><A href="node844.html">C.3.3 Floating point exception control</a>
1055<LI><A href="node845.html">C.3.4 MD5 message digest algorithm</a>
1056<LI><A href="node846.html">C.3.5 Asynchronous socket services</a>
1057<LI><A href="node847.html">C.3.6 Cookie management</a>
1058<LI><A href="node848.html">C.3.7 Profiling</a>
1059<LI><A href="node849.html">C.3.8 Execution tracing</a>
1060<LI><A href="node850.html">C.3.9 UUencode and UUdecode functions</a>
1061<LI><A href="node851.html">C.3.10 XML Remote Procedure Calls</a>
1062</ul>
1063</ul>
1064<LI><A href="modindex.html">Module Index</a>
1065<LI><A href="genindex.html">Index</a>
1066</ul>
1067<!--End of Table of Contents-->
1068<P>
1069
1070<DIV CLASS="navigation">
1071<div class='online-navigation'>
1072<p></p><hr />
1073<table align="center" width="100%" cellpadding="0" cellspacing="2">
1074<tr>
1075<td class='online-navigation'><a rel="prev" title="Front Matter"
1076 href="front.html"><img src='../icons/previous.png'
1077 border='0' height='32' alt='Previous Page' width='32' /></A></td>
1078<td class='online-navigation'><a rel="parent" title="Python Library Reference"
1079 href="lib.html"><img src='../icons/up.png'
1080 border='0' height='32' alt='Up One Level' width='32' /></A></td>
1081<td class='online-navigation'><a rel="next" title="1. Introduction"
1082 href="intro.html"><img src='../icons/next.png'
1083 border='0' height='32' alt='Next Page' width='32' /></A></td>
1084<td align="center" width="100%">Python Library Reference</td>
1085<td class='online-navigation'><img src='../icons/blank.png'
1086 border='0' height='32' alt='' width='32' /></td>
1087<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
1088 border='0' height='32' alt='Module Index' width='32' /></a></td>
1089<td class='online-navigation'><a rel="index" title="Index"
1090 href="genindex.html"><img src='../icons/index.png'
1091 border='0' height='32' alt='Index' width='32' /></A></td>
1092</tr></table>
1093<div class='online-navigation'>
1094<b class="navlabel">Previous:</b>
1095<a class="sectref" rel="prev" href="front.html">Front Matter</A>
1096<b class="navlabel">Up:</b>
1097<a class="sectref" rel="parent" href="lib.html">Python Library Reference</A>
1098<b class="navlabel">Next:</b>
1099<a class="sectref" rel="next" href="intro.html">1. Introduction</A>
1100</div>
1101</div>
1102<hr />
1103<span class="release-info">Release 2.4.2, documentation updated on 28 September 2005.</span>
1104</DIV>
1105<!--End of Navigation Panel-->
1106<ADDRESS>
1107See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
1108</ADDRESS>
1109</BODY>
1110</HTML>