Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / v9 / html / python / lib / allos.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link rel="STYLESHEET" href="lib.css" type='text/css' />
<link rel="SHORTCUT ICON" href="../icons/pyfav.png" type="image/png" />
<link rel='start' href='../index.html' title='Python Documentation Index' />
<link rel="first" href="lib.html" title='Python Library Reference' />
<link rel='contents' href='contents.html' title="Contents" />
<link rel='index' href='genindex.html' title='Index' />
<link rel='last' href='about.html' title='About this document...' />
<link rel='help' href='about.html' title='About this document...' />
<link rel="next" href="someos.html" />
<link rel="prev" href="misc.html" />
<link rel="parent" href="lib.html" />
<link rel="next" href="module-os.html" />
<meta name='aesop' content='information' />
<title>6. Generic Operating System Services </title>
</head>
<body>
<DIV CLASS="navigation">
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td class='online-navigation'><a rel="prev" title="5.21.2 Parsing Rules"
href="shlex-parsing-rules.html"><img src='../icons/previous.png'
border='0' height='32' alt='Previous Page' width='32' /></A></td>
<td class='online-navigation'><a rel="parent" title="Python Library Reference"
href="lib.html"><img src='../icons/up.png'
border='0' height='32' alt='Up One Level' width='32' /></A></td>
<td class='online-navigation'><a rel="next" title="6.1 os "
href="module-os.html"><img src='../icons/next.png'
border='0' height='32' alt='Next Page' width='32' /></A></td>
<td align="center" width="100%">Python Library Reference</td>
<td class='online-navigation'><a rel="contents" title="Table of Contents"
href="contents.html"><img src='../icons/contents.png'
border='0' height='32' alt='Contents' width='32' /></A></td>
<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
border='0' height='32' alt='Module Index' width='32' /></a></td>
<td class='online-navigation'><a rel="index" title="Index"
href="genindex.html"><img src='../icons/index.png'
border='0' height='32' alt='Index' width='32' /></A></td>
</tr></table>
<div class='online-navigation'>
<b class="navlabel">Previous:</b>
<a class="sectref" rel="prev" href="shlex-parsing-rules.html">5.21.2 Parsing Rules</A>
<b class="navlabel">Up:</b>
<a class="sectref" rel="parent" href="lib.html">Python Library Reference</A>
<b class="navlabel">Next:</b>
<a class="sectref" rel="next" href="module-os.html">6.1 os </A>
</div>
<hr /></div>
</DIV>
<!--End of Navigation Panel-->
<H1><A NAME="SECTION008000000000000000000"></A><A NAME="allos"></A>
<BR>
6. Generic Operating System Services
</H1>
<P>
The modules described in this chapter provide interfaces to operating
system features that are available on (almost) all operating systems,
such as files and a clock. The interfaces are generally modeled
after the <span class="Unix">Unix</span> or C interfaces, but they are available on most
other systems as well. Here's an overview:
<P>
<table class='synopsistable' valign='baseline'>
<tr class='oddrow'>
<td><b><tt class='module'><a href='module-os.html'>os</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>Miscellaneous operating system interfaces.</td></tr>
<tr><td><b><tt class='module'><a href='module-os.path.html'>os.path</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>Common pathname manipulations.</td></tr>
<tr class='oddrow'>
<td><b><tt class='module'><a href='module-dircache.html'>dircache</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>Return directory listing, with cache mechanism.</td></tr>
<tr><td><b><tt class='module'><a href='module-stat.html'>stat</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>Utilities for interpreting the results of
<tt class="function">os.stat()</tt>, <tt class="function">os.lstat()</tt> and <tt class="function">os.fstat()</tt>.</td></tr>
<tr class='oddrow'>
<td><b><tt class='module'><a href='module-statcache.html'>statcache</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>Stat files, and remember results.</td></tr>
<tr><td><b><tt class='module'><a href='module-statvfs.html'>statvfs</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>Constants for interpreting the result of
<tt class="function">os.statvfs()</tt>.</td></tr>
<tr class='oddrow'>
<td><b><tt class='module'><a href='module-filecmp.html'>filecmp</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>Compare files efficiently.</td></tr>
<tr><td><b><tt class='module'><a href='module-subprocess.html'>subprocess</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>Subprocess management.</td></tr>
<tr class='oddrow'>
<td><b><tt class='module'><a href='module-popen2.html'>popen2</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>Subprocesses with accessible standard I/O streams.</td></tr>
<tr><td><b><tt class='module'><a href='module-datetime.html'>datetime</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>Basic date and time types.</td></tr>
<tr class='oddrow'>
<td><b><tt class='module'><a href='module-time.html'>time</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>Time access and conversions.</td></tr>
<tr><td><b><tt class='module'><a href='module-sched.html'>sched</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>General purpose event scheduler.</td></tr>
<tr class='oddrow'>
<td><b><tt class='module'><a href='module-mutex.html'>mutex</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>Lock and queue for mutual exclusion.</td></tr>
<tr><td><b><tt class='module'><a href='module-getpass.html'>getpass</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>Portable reading of passwords and retrieval of the userid.</td></tr>
<tr class='oddrow'>
<td><b><tt class='module'><a href='module-curses.html'>curses</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>An interface to the curses library, providing portable
terminal handling.</td></tr>
<tr><td><b><tt class='module'><a href='module-curses.textpad.html'>curses.textpad</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>Emacs-like input editing in a curses window.</td></tr>
<tr class='oddrow'>
<td><b><tt class='module'><a href='module-curses.wrapper.html'>curses.wrapper</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>Terminal configuration wrapper for curses programs.</td></tr>
<tr><td><b><tt class='module'><a href='module-curses.ascii.html'>curses.ascii</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>Constants and set-membership functions for
ASCII characters.</td></tr>
<tr class='oddrow'>
<td><b><tt class='module'><a href='module-curses.panel.html'>curses.panel</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>A panel stack extension that adds depth to
curses windows.</td></tr>
<tr><td><b><tt class='module'><a href='module-getopt.html'>getopt</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>Portable parser for command line options; support both
short and long option names.</td></tr>
<tr class='oddrow'>
<td><b><tt class='module'><a href='module-optparse.html'>optparse</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>More convenient, flexible, and powerful command-line parsing library.</td></tr>
<tr><td><b><tt class='module'><a href='module-tempfile.html'>tempfile</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>Generate temporary files and directories.</td></tr>
<tr class='oddrow'>
<td><b><tt class='module'><a href='module-errno.html'>errno</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>Standard errno system symbols.</td></tr>
<tr><td><b><tt class='module'><a href='module-glob.html'>glob</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'><span class="Unix">Unix</span> shell style pathname pattern expansion.</td></tr>
<tr class='oddrow'>
<td><b><tt class='module'><a href='module-fnmatch.html'>fnmatch</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'><span class="Unix">Unix</span> shell style filename pattern matching.</td></tr>
<tr><td><b><tt class='module'><a href='module-shutil.html'>shutil</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>High-level file operations, including copying.</td></tr>
<tr class='oddrow'>
<td><b><tt class='module'><a href='module-locale.html'>locale</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>Internationalization services.</td></tr>
<tr><td><b><tt class='module'><a href='module-gettext.html'>gettext</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>Multilingual internationalization services.</td></tr>
<tr class='oddrow'>
<td><b><tt class='module'><a href='module-logging.html'>logging</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>Logging module for Python based on <a class="rfc" id='rfcref-88932' xml:id='rfcref-88932'
href="http://www.python.org/peps/pep-0282.html">PEP 282</a>.</td></tr>
<tr><td><b><tt class='module'><a href='module-platform.html'>platform</a></tt></b></td>
<td>&nbsp;</td>
<td class='synopsis'>Retrieves as much platform identifying data as possible.</td></tr>
</table>
<BR>
<DIV CLASS="navigation">
<div class='online-navigation'>
<p></p><hr />
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td class='online-navigation'><a rel="prev" title="5.21.2 Parsing Rules"
href="shlex-parsing-rules.html"><img src='../icons/previous.png'
border='0' height='32' alt='Previous Page' width='32' /></A></td>
<td class='online-navigation'><a rel="parent" title="Python Library Reference"
href="lib.html"><img src='../icons/up.png'
border='0' height='32' alt='Up One Level' width='32' /></A></td>
<td class='online-navigation'><a rel="next" title="6.1 os "
href="module-os.html"><img src='../icons/next.png'
border='0' height='32' alt='Next Page' width='32' /></A></td>
<td align="center" width="100%">Python Library Reference</td>
<td class='online-navigation'><a rel="contents" title="Table of Contents"
href="contents.html"><img src='../icons/contents.png'
border='0' height='32' alt='Contents' width='32' /></A></td>
<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
border='0' height='32' alt='Module Index' width='32' /></a></td>
<td class='online-navigation'><a rel="index" title="Index"
href="genindex.html"><img src='../icons/index.png'
border='0' height='32' alt='Index' width='32' /></A></td>
</tr></table>
<div class='online-navigation'>
<b class="navlabel">Previous:</b>
<a class="sectref" rel="prev" href="shlex-parsing-rules.html">5.21.2 Parsing Rules</A>
<b class="navlabel">Up:</b>
<a class="sectref" rel="parent" href="lib.html">Python Library Reference</A>
<b class="navlabel">Next:</b>
<a class="sectref" rel="next" href="module-os.html">6.1 os </A>
</div>
</div>
<hr />
<span class="release-info">Release 2.4.2, documentation updated on 28 September 2005.</span>
</DIV>
<!--End of Navigation Panel-->
<ADDRESS>
See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
</ADDRESS>
</BODY>
</HTML>