Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > 8f1462e52e1797a02c97073eed0b7f92 > files > 594

python-docs-2.6.5-2.5mdv2010.2.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>Index &mdash; Python v2.6.5 documentation</title>
    <link rel="stylesheet" href="_static/default.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '#',
        VERSION:     '2.6.5',
        COLLAPSE_MODINDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="search" type="application/opensearchdescription+xml"
          title="Search within Python v2.6.5 documentation"
          href="_static/opensearch.xml"/>
    <link rel="author" title="About these documents" href="about.html" />
    <link rel="copyright" title="Copyright" href="copyright.html" />
    <link rel="top" title="Python v2.6.5 documentation" href="index.html" />
    <link rel="shortcut icon" type="image/png" href="_static/py.png" />
 

  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="modindex.html" title="Global Module Index"
             accesskey="M">modules</a> |</li>
        <li><img src="_static/py.png" alt=""
                 style="vertical-align: middle; margin-top: -1px"/></li>
        <li><a href="index.html">Python v2.6.5 documentation</a> &raquo;</li>
 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            

   <h1 id="index">Index &ndash; B</h1>

<table width="100%" class="indextable"><tr><td width="33%" valign="top">
<dl>

<dt><a href="library/base64.html#base64.b16decode">b16decode() (in module base64)</a></dt>
<dt><a href="library/base64.html#base64.b16encode">b16encode() (in module base64)</a></dt>
<dt><a href="library/binascii.html#binascii.b2a_base64">b2a_base64() (in module binascii)</a></dt>
<dt><a href="library/binascii.html#binascii.b2a_hex">b2a_hex() (in module binascii)</a></dt>
<dt><a href="library/binascii.html#binascii.b2a_hqx">b2a_hqx() (in module binascii)</a></dt>
<dt><a href="library/binascii.html#binascii.b2a_qp">b2a_qp() (in module binascii)</a></dt>
<dt><a href="library/binascii.html#binascii.b2a_uu">b2a_uu() (in module binascii)</a></dt>
<dt><a href="library/base64.html#base64.b32decode">b32decode() (in module base64)</a></dt>
<dt><a href="library/base64.html#base64.b32encode">b32encode() (in module base64)</a></dt>
<dt><a href="library/base64.html#base64.b64decode">b64decode() (in module base64)</a></dt>
<dt><a href="library/base64.html#base64.b64encode">b64encode() (in module base64)</a></dt>
<dt><a href="library/mailbox.html#mailbox.Babyl">Babyl (class in mailbox)</a></dt>
<dt><a href="library/mailbox.html#mailbox.BabylMailbox">BabylMailbox (class in mailbox)</a></dt>
<dt><a href="library/mailbox.html#mailbox.BabylMessage">BabylMessage (class in mailbox)</a></dt>
<dt><a href="library/turtle.html#turtle.back">back() (in module turtle)</a></dt>
<dt><a href="reference/datamodel.html#index-863">back-quotes</a>, <a href="reference/expressions.html#index-920">[1]</a></dt>
<dt><a href="reference/lexical_analysis.html#index-985">backslash character</a></dt>
<dt><a href="library/codecs.html#codecs.backslashreplace_errors">backslashreplace_errors() (in module codecs)</a></dt>
<dt>backward</dt>
  <dd><dl>
    <dt><a href="reference/datamodel.html#index-863">quotes</a>, <a href="reference/expressions.html#index-920">[1]</a></dt>
  </dl></dd>
<dt><a href="library/turtle.html#turtle.backward">backward() (in module turtle)</a></dt>
<dt><a href="library/imageop.html#imageop.backward_compatible">backward_compatible (in module imageop)</a></dt>
<dt><a href="library/httplib.html#httplib.BadStatusLine">BadStatusLine</a></dt>
<dt><a href="library/zipfile.html#zipfile.BadZipfile">BadZipfile</a></dt>
<dt><a href="library/tix.html#Tix.Balloon">Balloon (class in Tix)</a></dt>
<dt>base64</dt>
  <dd><dl>
    <dt><a href="library/base64.html#index-219">encoding</a></dt>
    <dt><a href="library/binascii.html#index-225">module</a></dt>
  </dl></dd>
<dt><a href="library/base64.html#module-base64">base64 (module)</a></dt>
<dt><a href="library/wsgiref.html#wsgiref.handlers.BaseCGIHandler">BaseCGIHandler (class in wsgiref.handlers)</a></dt>
<dt><a href="library/cookie.html#Cookie.BaseCookie">BaseCookie (class in Cookie)</a></dt>
<dt><a href="library/exceptions.html#exceptions.BaseException">BaseException</a></dt>
  <dd><dl>
    <dt><a href="c-api/exceptions.html#index-21">(built-in exception)</a></dt>
  </dl></dd>
<dt><a href="library/urllib2.html#urllib2.BaseHandler">BaseHandler (class in urllib2)</a></dt>
  <dd><dl>
    <dt><a href="library/wsgiref.html#wsgiref.handlers.BaseHandler">(class in wsgiref.handlers)</a></dt>
  </dl></dd>
<dt><a href="library/basehttpserver.html#BaseHTTPServer.BaseHTTPRequestHandler">BaseHTTPRequestHandler (class in BaseHTTPServer)</a></dt>
<dt><a href="library/basehttpserver.html#module-BaseHTTPServer">BaseHTTPServer (module)</a></dt>
<dt><a href="library/multiprocessing.html#multiprocessing.managers.BaseManager">BaseManager (class in multiprocessing.managers)</a></dt>
<dt><a href="library/os.path.html#os.path.basename">basename() (in module os.path)</a></dt>
<dt><a href="library/multiprocessing.html#multiprocessing.managers.BaseProxy">BaseProxy (class in multiprocessing.managers)</a></dt>
<dt><a href="library/urlparse.html#urlparse.BaseResult">BaseResult (class in urlparse)</a></dt>
<dt><a href="library/socketserver.html#SocketServer.BaseServer">BaseServer (class in SocketServer)</a></dt>
<dt><a href="library/2to3.html#2to3fixer-basestring">basestring (2to3 fixer)</a></dt>
<dt><a href="library/functions.html#basestring">basestring() (built-in function)</a></dt>
<dt><a href="library/logging.html#logging.basicConfig">basicConfig() (in module logging)</a></dt>
<dt><a href="library/decimal.html#decimal.BasicContext">BasicContext (class in decimal)</a></dt>
<dt><a href="library/bastion.html#module-Bastion">Bastion (module)</a></dt>
<dt><a href="library/bastion.html#Bastion.Bastion">Bastion() (in module Bastion)</a></dt>
<dt><a href="library/bastion.html#Bastion.BastionClass">BastionClass (class in Bastion)</a></dt>
<dt><a href="library/curses.html#curses.baudrate">baudrate() (in module curses)</a></dt>
<dt>bdb</dt>
  <dd><dl>
    <dt><a href="library/pdb.html#index-488">module</a></dt>
  </dl></dd>
<dt><a href="library/bdb.html#bdb.Bdb">Bdb (class in bdb)</a></dt>
<dt><a href="library/bdb.html#module-bdb">bdb (module)</a></dt>
<dt><a href="library/bdb.html#bdb.BdbQuit">BdbQuit</a></dt>
<dt><a href="glossary.html#term-bdfl">BDFL</a></dt>
<dt><a href="distutils/apiref.html#distutils.command.bdist_msi.bdist_msi">bdist_msi (class in distutils.command.bdist_msi)</a></dt>
<dt><a href="library/curses.html#curses.beep">beep() (in module curses)</a></dt>
<dt><a href="library/winsound.html#winsound.Beep">Beep() (in module winsound)</a></dt>
<dt><a href="library/turtle.html#turtle.begin_fill">begin_fill() (in module turtle)</a></dt>
<dt><a href="library/turtle.html#turtle.begin_poly">begin_poly() (in module turtle)</a></dt>
<dt><a href="library/curses.panel.html#curses.panel.Panel.below">below() (curses.panel.Panel method)</a></dt>
<dt><a href="library/time.html#index-672">benchmarking</a></dt>
<dt><a href="library/timeit.html#index-682">Benchmarking</a></dt>
<dt><a href="library/random.html#random.betavariate">betavariate() (in module random)</a></dt>
<dt><a href="library/turtle.html#turtle.bgcolor">bgcolor() (in module turtle)</a></dt>
<dt><a href="library/fl.html#fl.form.bgn_group">bgn_group() (fl.form method)</a></dt>
<dt><a href="library/turtle.html#turtle.bgpic">bgpic() (in module turtle)</a></dt>
<dt><a href="library/audioop.html#audioop.bias">bias() (in module audioop)</a></dt>
<dt><a href="library/unicodedata.html#unicodedata.bidirectional">bidirectional() (in module unicodedata)</a></dt>
<dt><a href="library/ctypes.html#ctypes.BigEndianStructure">BigEndianStructure (class in ctypes)</a></dt>
<dt><a href="library/functions.html#bin">bin() (built-in function)</a></dt>
<dt>binary</dt>
  <dd><dl>
    <dt><a href="reference/expressions.html#index-951">arithmetic operation</a></dt>
    <dt><a href="reference/expressions.html#index-959">bitwise operation</a></dt>
    <dt><a href="library/struct.html#index-628">data, packing</a></dt>
  </dl></dd>
<dt><a href="library/msilib.html#msilib.Binary">Binary (class in msilib)</a></dt>
<dt><a href="reference/lexical_analysis.html#index-998">binary literal</a></dt>
<dt><a href="library/thread.html#index-658">binary semaphores</a></dt>
<dt><a href="library/dis.html#opcode-BINARY_ADD">BINARY_ADD (opcode)</a></dt>
<dt><a href="library/dis.html#opcode-BINARY_AND">BINARY_AND (opcode)</a></dt>
<dt><a href="library/dis.html#opcode-BINARY_DIVIDE">BINARY_DIVIDE (opcode)</a></dt>
<dt><a href="library/dis.html#opcode-BINARY_FLOOR_DIVIDE">BINARY_FLOOR_DIVIDE (opcode)</a></dt>
<dt><a href="library/dis.html#opcode-BINARY_LSHIFT">BINARY_LSHIFT (opcode)</a></dt>
<dt><a href="library/dis.html#opcode-BINARY_MODULO">BINARY_MODULO (opcode)</a></dt>
<dt><a href="library/dis.html#opcode-BINARY_MULTIPLY">BINARY_MULTIPLY (opcode)</a></dt>
<dt><a href="library/dis.html#opcode-BINARY_OR">BINARY_OR (opcode)</a></dt>
<dt><a href="library/dis.html#opcode-BINARY_POWER">BINARY_POWER (opcode)</a></dt>
<dt><a href="library/dis.html#opcode-BINARY_RSHIFT">BINARY_RSHIFT (opcode)</a></dt>
<dt><a href="library/dis.html#opcode-BINARY_SUBSCR">BINARY_SUBSCR (opcode)</a></dt>
<dt><a href="library/dis.html#opcode-BINARY_SUBTRACT">BINARY_SUBTRACT (opcode)</a></dt>
<dt><a href="library/dis.html#opcode-BINARY_TRUE_DIVIDE">BINARY_TRUE_DIVIDE (opcode)</a></dt>
<dt><a href="library/dis.html#opcode-BINARY_XOR">BINARY_XOR (opcode)</a></dt>
<dt><a href="library/binascii.html#module-binascii">binascii (module)</a></dt>
<dt><a href="library/tkinter.html#index-689">bind (widgets)</a></dt>
<dt><a href="library/asyncore.html#asyncore.dispatcher.bind">bind() (asyncore.dispatcher method)</a></dt>
  <dd><dl>
    <dt><a href="library/socket.html#socket.socket.bind">(socket.socket method)</a></dt>
  </dl></dd>
<dt><a href="library/gettext.html#gettext.bind_textdomain_codeset">bind_textdomain_codeset() (in module gettext)</a></dt>
<dt>binding</dt>
  <dd><dl>
    <dt><a href="reference/simple_stmts.html#index-1057">global name</a></dt>
    <dt><a href="reference/executionmodel.html#index-885">name</a>, <a href="reference/compound_stmts.html#index-780">[1]</a>, <a href="reference/compound_stmts.html#index-785">[2]</a>, <a href="reference/simple_stmts.html#index-1005">[3]</a>, <a href="reference/simple_stmts.html#index-1040">[4]</a>, <a href="reference/simple_stmts.html#index-1050">[5]</a></dt>
  </dl></dd>
<dt><a href="library/gettext.html#gettext.bindtextdomain">bindtextdomain() (in module gettext)</a></dt>
<dt>binhex</dt>
  <dd><dl>
    <dt><a href="library/binascii.html#index-225">module</a></dt>
  </dl></dd>
<dt><a href="library/binhex.html#module-binhex">binhex (module)</a></dt>
<dt><a href="library/binhex.html#binhex.binhex">binhex() (in module binhex)</a></dt>
<dt><a href="library/bisect.html#module-bisect">bisect (module)</a></dt>
<dt><a href="library/bisect.html#bisect.bisect">bisect() (in module bisect)</a></dt>
<dt><a href="library/bisect.html#bisect.bisect_left">bisect_left() (in module bisect)</a></dt>
<dt><a href="library/bisect.html#bisect.bisect_right">bisect_right() (in module bisect)</a></dt>
<dt>bit-string</dt>
  <dd><dl>
    <dt><a href="library/stdtypes.html#index-597">operations</a></dt>
  </dl></dd>
<dt><a href="library/msilib.html#msilib.Dialog.bitmap">bitmap() (msilib.Dialog method)</a></dt>
<dt>bitwise</dt>
  <dd><dl>
    <dt><a href="reference/expressions.html#index-960">and</a></dt>
    <dt><a href="reference/expressions.html#index-959">operation, binary</a></dt>
    <dt><a href="reference/expressions.html#index-946">operation, unary</a></dt>
    <dt><a href="reference/expressions.html#index-962">or</a></dt>
    <dt><a href="reference/expressions.html#index-961">xor</a></dt>
  </dl></dd>
<dt><a href="library/turtle.html#turtle.bk">bk() (in module turtle)</a></dt>
<dt><a href="library/curses.html#curses.window.bkgd">bkgd() (curses.window method)</a></dt>
<dt><a href="library/curses.html#curses.window.bkgdset">bkgdset() (curses.window method)</a></dt>
<dt><a href="reference/lexical_analysis.html#index-986">blank line</a></dt>
<dt><a href="reference/executionmodel.html#index-886">block</a></dt>
  <dd><dl>
    <dt><a href="reference/executionmodel.html#index-884">code</a></dt>
  </dl></dd>
<dt><a href="library/cookielib.html#cookielib.DefaultCookiePolicy.blocked_domains">blocked_domains() (cookielib.DefaultCookiePolicy method)</a></dt>
<dt><a href="library/io.html#io.BlockingIOError">BlockingIOError</a></dt>
<dt><a href="library/cd.html#cd.BLOCKSIZE">BLOCKSIZE (in module cd)</a></dt>
<dt><a href="library/sha.html#sha.blocksize">blocksize (in module sha)</a></dt>
<dt><a href="reference/expressions.html#index-900">BNF</a>, <a href="reference/introduction.html#index-978">[1]</a></dt>
<dt><a href="library/nntplib.html#nntplib.NNTP.body">body() (nntplib.NNTP method)</a></dt>
<dt><a href="library/email.charset.html#email.charset.Charset.body_encode">body_encode() (email.charset.Charset method)</a></dt>
<dt><a href="library/email.charset.html#email.charset.Charset.body_encoding">body_encoding (email.charset.Charset attribute)</a></dt>
<dt><a href="library/email.iterators.html#email.iterators.body_line_iterator">body_line_iterator() (in module email.iterators)</a></dt>
<dt><a href="library/codecs.html#codecs.BOM">BOM (in module codecs)</a></dt>
<dt><a href="library/codecs.html#codecs.BOM_BE">BOM_BE (in module codecs)</a></dt>
<dt><a href="library/codecs.html#codecs.BOM_LE">BOM_LE (in module codecs)</a></dt>
<dt><a href="library/codecs.html#codecs.BOM_UTF16">BOM_UTF16 (in module codecs)</a></dt>
<dt><a href="library/codecs.html#codecs.BOM_UTF16_BE">BOM_UTF16_BE (in module codecs)</a></dt>
<dt><a href="library/codecs.html#codecs.BOM_UTF16_LE">BOM_UTF16_LE (in module codecs)</a></dt>
<dt><a href="library/codecs.html#codecs.BOM_UTF32">BOM_UTF32 (in module codecs)</a></dt>
<dt><a href="library/codecs.html#codecs.BOM_UTF32_BE">BOM_UTF32_BE (in module codecs)</a></dt>
<dt><a href="library/codecs.html#codecs.BOM_UTF32_LE">BOM_UTF32_LE (in module codecs)</a></dt>
<dt><a href="library/codecs.html#codecs.BOM_UTF8">BOM_UTF8 (in module codecs)</a></dt></dl></td><td width="33%" valign="top"><dl>
<dt><a href="library/functions.html#bool">bool() (built-in function)</a></dt>
<dt>Boolean</dt>
  <dd><dl>
    <dt><a href="reference/datamodel.html#index-799">object</a>, <a href="library/stdtypes.html#index-591">[1]</a></dt>
    <dt><a href="reference/expressions.html#index-968">operation</a></dt>
    <dt><a href="library/stdtypes.html#index-580">operations</a>, <a href="library/stdtypes.html#index-585">[1]</a></dt>
    <dt><a href="library/functions.html#index-343">type</a></dt>
    <dt><a href="library/stdtypes.html#index-618">values</a></dt>
  </dl></dd>
<dt><a href="library/aetypes.html#aetypes.Boolean">Boolean (class in aetypes)</a></dt>
<dt><a href="library/xmlrpclib.html#xmlrpclib.boolean">boolean() (in module xmlrpclib)</a></dt>
<dt><a href="library/types.html#types.BooleanType">BooleanType (in module types)</a></dt>
<dt><a href="library/curses.html#curses.window.border">border() (curses.window method)</a></dt>
<dt><a href="library/curses.panel.html#curses.panel.Panel.bottom">bottom() (curses.panel.Panel method)</a></dt>
<dt><a href="library/curses.panel.html#curses.panel.bottom_panel">bottom_panel() (in module curses.panel)</a></dt>
<dt><a href="library/email.errors.html#email.errors.BoundaryError">BoundaryError</a></dt>
<dt><a href="library/multiprocessing.html#multiprocessing.BoundedSemaphore">BoundedSemaphore (class in multiprocessing)</a></dt>
<dt><a href="library/threading.html#threading.BoundedSemaphore">BoundedSemaphore() (in module threading)</a></dt>
  <dd><dl>
    <dt><a href="library/multiprocessing.html#multiprocessing.managers.SyncManager.BoundedSemaphore">(multiprocessing.managers.SyncManager method)</a></dt>
  </dl></dd>
<dt><a href="library/curses.html#curses.window.box">box() (curses.window method)</a></dt>
<dt>break</dt>
  <dd><dl>
    <dt><a href="reference/compound_stmts.html#index-768">statement</a>, <a href="reference/compound_stmts.html#index-770">[1]</a>, <a href="reference/compound_stmts.html#index-775">[2]</a>, <a href="reference/compound_stmts.html#index-777">[3]</a>, <a href="reference/simple_stmts.html#index-1035">[4]</a></dt>
  </dl></dd>
<dt><a href="library/bdb.html#bdb.Bdb.break_anywhere">break_anywhere() (bdb.Bdb method)</a></dt>
<dt><a href="library/bdb.html#bdb.Bdb.break_here">break_here() (bdb.Bdb method)</a></dt>
<dt><a href="library/textwrap.html#textwrap.TextWrapper.break_long_words">break_long_words (textwrap.TextWrapper attribute)</a></dt>
<dt><a href="library/dis.html#opcode-BREAK_LOOP">BREAK_LOOP (opcode)</a></dt>
<dt><a href="library/textwrap.html#textwrap.TextWrapper.break_on_hyphens">break_on_hyphens (textwrap.TextWrapper attribute)</a></dt>
<dt><a href="library/bdb.html#bdb.Breakpoint">Breakpoint (class in bdb)</a></dt>
<dt><a href="library/webbrowser.html#index-735">BROWSER</a>, <a href="library/webbrowser.html#index-736">[1]</a></dt>
<dt>bsddb</dt>
  <dd><dl>
    <dt><a href="library/shelve.html#index-543">module</a>, <a href="reference/datamodel.html#index-820">[1]</a>, <a href="library/anydbm.html#index-215">[2]</a>, <a href="library/dbhash.html#index-274">[3]</a></dt>
  </dl></dd>
<dt><a href="library/bsddb.html#module-bsddb">bsddb (module)</a></dt>
<dt><a href="library/shelve.html#shelve.BsdDbShelf">BsdDbShelf (class in shelve)</a></dt>
<dt><a href="library/bsddb.html#bsddb.btopen">btopen() (in module bsddb)</a></dt>
<dt><a href="c-api/buffer.html#buf">buf (C member)</a></dt>
<dt>buffer</dt>
  <dd><dl>
    <dt><a href="library/types.html#index-695">built-in function</a></dt>
    <dt><a href="c-api/buffer.html#index-0">object</a>, <a href="library/stdtypes.html#index-599">[1]</a></dt>
  </dl></dd>
<dt><a href="library/2to3.html#2to3fixer-buffer">buffer (2to3 fixer)</a></dt>
<dt><a href="c-api/buffer.html#index-0">buffer interface</a></dt>
<dt><a href="library/functions.html#index-347">buffer size, I/O</a></dt>
<dt><a href="library/functions.html#buffer">buffer() (built-in function)</a></dt>
<dt><a href="library/array.html#array.array.buffer_info">buffer_info() (array.array method)</a></dt>
<dt><a href="library/pyexpat.html#xml.parsers.expat.xmlparser.buffer_size">buffer_size (xml.parsers.expat.xmlparser attribute)</a></dt>
<dt><a href="library/pyexpat.html#xml.parsers.expat.xmlparser.buffer_text">buffer_text (xml.parsers.expat.xmlparser attribute)</a></dt>
<dt><a href="library/pyexpat.html#xml.parsers.expat.xmlparser.buffer_used">buffer_used (xml.parsers.expat.xmlparser attribute)</a></dt>
<dt><a href="library/io.html#io.BufferedIOBase">BufferedIOBase (class in io)</a></dt>
<dt><a href="library/io.html#io.BufferedRandom">BufferedRandom (class in io)</a></dt>
<dt><a href="library/io.html#io.BufferedReader">BufferedReader (class in io)</a></dt>
<dt><a href="library/io.html#io.BufferedRWPair">BufferedRWPair (class in io)</a></dt>
<dt><a href="library/io.html#io.BufferedWriter">BufferedWriter (class in io)</a></dt>
<dt><a href="library/logging.html#logging.handlers.BufferingHandler">BufferingHandler (class in logging.handlers)</a></dt>
<dt><a href="library/multiprocessing.html#multiprocessing.BufferTooShort">BufferTooShort</a></dt>
<dt><a href="c-api/buffer.html#index-2">BufferType (in module types)</a>, <a href="library/types.html#types.BufferType">[1]</a></dt>
<dt><a href="library/macostools.html#macostools.BUFSIZ">BUFSIZ (in module macostools)</a></dt>
<dt><a href="library/ossaudiodev.html#ossaudiodev.oss_audio_device.bufsize">bufsize() (ossaudiodev.oss_audio_device method)</a></dt>
<dt><a href="library/dis.html#opcode-BUILD_CLASS">BUILD_CLASS (opcode)</a></dt>
<dt><a href="library/dis.html#opcode-BUILD_LIST">BUILD_LIST (opcode)</a></dt>
<dt><a href="library/dis.html#opcode-BUILD_MAP">BUILD_MAP (opcode)</a></dt>
<dt><a href="library/urllib2.html#urllib2.build_opener">build_opener() (in module urllib2)</a></dt>
<dt><a href="library/dis.html#opcode-BUILD_SLICE">BUILD_SLICE (opcode)</a></dt>
<dt><a href="library/dis.html#opcode-BUILD_TUPLE">BUILD_TUPLE (opcode)</a></dt>
<dt><a href="library/undoc.html#module-buildtools">buildtools (module)</a></dt>
<dt>built-in</dt>
  <dd><dl>
    <dt><a href="library/objects.html#index-441">constants</a></dt>
    <dt><a href="library/objects.html#index-441">exceptions</a></dt>
    <dt><a href="library/objects.html#index-441">functions</a></dt>
    <dt><a href="reference/datamodel.html#index-831">method</a></dt>
    <dt><a href="library/objects.html#index-441">types</a>, <a href="library/stdtypes.html#index-578">[1]</a></dt>
  </dl></dd>
<dt>built-in function</dt>
  <dd><dl>
    <dt><a href="c-api/import.html#index-34">__import__</a>, <a href="reference/simple_stmts.html#index-1054">[1]</a></dt>
    <dt><a href="c-api/number.html#index-118">abs</a>, <a href="reference/datamodel.html#index-878">[1]</a></dt>
    <dt><a href="c-api/object.html#index-130">apply</a>, <a href="c-api/object.html#index-131">[1]</a>, <a href="c-api/object.html#index-132">[2]</a></dt>
    <dt><a href="library/types.html#index-695">buffer</a></dt>
    <dt><a href="c-api/object.html#index-128">bytes</a></dt>
    <dt><a href="reference/expressions.html#index-942">call</a></dt>
    <dt><a href="reference/datamodel.html#index-807">chr</a>, <a href="reference/datamodel.html#index-808">[1]</a></dt>
    <dt><a href="c-api/structures.html#index-143">classmethod</a></dt>
    <dt><a href="reference/datamodel.html#index-866">cmp</a>, <a href="c-api/object.html#index-124">[1]</a>, <a href="c-api/object.html#index-125">[2]</a>, <a href="library/locale.html#index-418">[3]</a></dt>
    <dt><a href="c-api/number.html#index-120">coerce</a></dt>
    <dt><a href="c-api/import.html#index-37">compile</a>, <a href="reference/simple_stmts.html#index-1058">[1]</a>, <a href="library/parser.html#index-484">[2]</a>, <a href="library/parser.html#index-485">[3]</a>, <a href="library/stdtypes.html#index-615">[4]</a>, <a href="library/types.html#index-692">[5]</a></dt>
    <dt><a href="reference/datamodel.html#index-879">complex</a>, <a href="library/stdtypes.html#index-593">[1]</a></dt>
    <dt><a href="c-api/number.html#index-116">divmod</a>, <a href="reference/datamodel.html#index-875">[1]</a>, <a href="reference/datamodel.html#index-876">[2]</a></dt>
    <dt><a href="library/pprint.html#index-504">eval</a>, <a href="library/pprint.html#index-505">[1]</a>, <a href="reference/toplevel_components.html#index-1068">[2]</a>, <a href="library/string.html#index-625">[3]</a>, <a href="reference/simple_stmts.html#index-1058">[4]</a>, <a href="reference/simple_stmts.html#index-1061">[5]</a>, <a href="library/parser.html#index-483">[6]</a>, <a href="library/stdtypes.html#index-616">[7]</a></dt>
    <dt><a href="library/user.html#index-722">execfile</a>, <a href="reference/simple_stmts.html#index-1058">[1]</a></dt>
    <dt><a href="library/stdtypes.html#index-610">file</a></dt>
    <dt><a href="c-api/number.html#index-123">float</a>, <a href="reference/datamodel.html#index-879">[1]</a>, <a href="library/string.html#index-623">[2]</a>, <a href="library/stdtypes.html#index-593">[3]</a></dt>
    <dt><a href="reference/simple_stmts.html#index-1061">globals</a></dt>
    <dt><a href="c-api/typeobj.html#index-154">hash</a>, <a href="reference/datamodel.html#index-867">[1]</a>, <a href="c-api/object.html#index-133">[2]</a></dt>
    <dt><a href="tutorial/stdlib.html#index-1098">help</a></dt>
    <dt><a href="reference/datamodel.html#index-880">hex</a></dt>
    <dt><a href="reference/datamodel.html#index-787">id</a></dt>
    <dt><a href="reference/toplevel_components.html#index-1069">input</a>, <a href="library/sys.html#index-648">[1]</a></dt>
    <dt><a href="c-api/number.html#index-121">int</a>, <a href="reference/datamodel.html#index-879">[1]</a>, <a href="library/stdtypes.html#index-593">[2]</a></dt>
    <dt><a href="c-api/list.html#index-98">len</a>, <a href="reference/datamodel.html#index-803">[1]</a>, <a href="reference/datamodel.html#index-815">[2]</a>, <a href="reference/datamodel.html#index-818">[3]</a>, <a href="reference/datamodel.html#index-873">[4]</a>, <a href="c-api/object.html#index-135">[5]</a>, <a href="c-api/set.html#index-139">[6]</a>, <a href="c-api/dict.html#index-15">[7]</a>, <a href="c-api/sequence.html#index-136">[8]</a>, <a href="library/stdtypes.html#index-600">[9]</a>, <a href="library/stdtypes.html#index-609">[10]</a>, <a href="c-api/mapping.html#index-105">[11]</a></dt>
    <dt><a href="reference/simple_stmts.html#index-1061">locals</a></dt>
    <dt><a href="c-api/number.html#index-122">long</a>, <a href="reference/datamodel.html#index-879">[1]</a>, <a href="library/string.html#index-626">[2]</a>, <a href="library/stdtypes.html#index-593">[3]</a></dt>
    <dt><a href="library/stdtypes.html#index-600">max</a></dt>
    <dt><a href="library/stdtypes.html#index-600">min</a></dt>
    <dt><a href="reference/datamodel.html#index-830">object</a>, <a href="reference/expressions.html#index-942">[1]</a></dt>
    <dt><a href="reference/datamodel.html#index-880">oct</a></dt>
    <dt><a href="reference/datamodel.html#index-844">open</a>, <a href="tutorial/inputoutput.html#index-1080">[1]</a></dt>
    <dt><a href="reference/datamodel.html#index-807">ord</a>, <a href="reference/datamodel.html#index-808">[1]</a>, <a href="reference/datamodel.html#index-809">[2]</a></dt>
    <dt><a href="c-api/number.html#index-117">pow</a>, <a href="c-api/number.html#index-119">[1]</a>, <a href="reference/datamodel.html#index-875">[2]</a>, <a href="reference/datamodel.html#index-875">[3]</a>, <a href="reference/datamodel.html#index-876">[4]</a>, <a href="reference/datamodel.html#index-877">[5]</a></dt>
    <dt><a href="reference/compound_stmts.html#index-771">range</a></dt>
    <dt><a href="reference/toplevel_components.html#index-1070">raw_input</a>, <a href="library/sys.html#index-648">[1]</a></dt>
    <dt><a href="c-api/import.html#index-36">reload</a>, <a href="library/sys.html#index-639">[1]</a>, <a href="library/imp.html#index-398">[2]</a>, <a href="library/imp.html#index-401">[3]</a></dt>
    <dt><a href="c-api/typeobj.html#index-153">repr</a>, <a href="reference/datamodel.html#index-862">[1]</a>, <a href="c-api/object.html#index-126">[2]</a>, <a href="reference/simple_stmts.html#index-1004">[3]</a>, <a href="reference/expressions.html#index-922">[4]</a>, <a href="extending/newtypes.html#index-173">[5]</a></dt>
    <dt><a href="reference/datamodel.html#index-855">slice</a>, <a href="library/dis.html#index-275">[1]</a>, <a href="library/types.html#index-694">[2]</a></dt>
    <dt><a href="c-api/structures.html#index-144">staticmethod</a></dt>
    <dt><a href="reference/datamodel.html#index-864">str</a>, <a href="c-api/object.html#index-127">[1]</a>, <a href="reference/expressions.html#index-922">[2]</a>, <a href="extending/newtypes.html#index-173">[3]</a></dt>
    <dt><a href="c-api/list.html#index-99">tuple</a>, <a href="c-api/sequence.html#index-137">[1]</a></dt>
    <dt><a href="reference/datamodel.html#index-787">type</a>, <a href="c-api/object.html#index-134">[1]</a>, <a href="library/stdtypes.html#index-617">[2]</a>, <a href="library/types.html#index-691">[3]</a></dt>
    <dt><a href="reference/datamodel.html#index-809">unichr</a></dt>
    <dt><a href="reference/datamodel.html#index-809">unicode</a>, <a href="reference/datamodel.html#index-869">[1]</a>, <a href="c-api/object.html#index-129">[2]</a>, <a href="tutorial/introduction.html#index-1086">[3]</a></dt>
    <dt><a href="library/types.html#index-693">xrange</a></dt>
  </dl></dd>
<dt>built-in method</dt>
  <dd><dl>
    <dt><a href="reference/expressions.html#index-942">call</a></dt>
    <dt><a href="reference/datamodel.html#index-831">object</a>, <a href="reference/expressions.html#index-942">[1]</a></dt>
  </dl></dd>
<dt><a href="library/sys.html#sys.builtin_module_names">builtin_module_names (in module sys)</a></dt>
<dt><a href="library/types.html#types.BuiltinFunctionType">BuiltinFunctionType (in module types)</a></dt>
<dt><a href="library/imputil.html#imputil.BuiltinImporter">BuiltinImporter (class in imputil)</a></dt>
<dt><a href="library/types.html#types.BuiltinMethodType">BuiltinMethodType (in module types)</a></dt>
<dt><a href="library/tix.html#Tix.ButtonBox">ButtonBox (class in Tix)</a></dt>
<dt><a href="library/turtle.html#turtle.bye">bye() (in module turtle)</a></dt>
<dt><a href="library/ctypes.html#ctypes.byref">byref() (in module ctypes)</a></dt>
<dt><a href="reference/datamodel.html#index-807">byte</a></dt>
<dt>byte-code</dt>
  <dd><dl>
    <dt><a href="library/py_compile.html#index-509">file</a>, <a href="library/imp.html#index-397">[1]</a>, <a href="library/imp.html#index-399">[2]</a></dt>
  </dl></dd>
<dt><a href="distutils/apiref.html#distutils.util.byte_compile">byte_compile() (in module distutils.util)</a></dt>
<dt><a href="reference/datamodel.html#index-813">bytearray</a></dt>
  <dd><dl>
    <dt><a href="c-api/bytearray.html#index-3">object</a></dt>
  </dl></dd>
<dt><a href="reference/datamodel.html#index-846">bytecode</a>, <a href="glossary.html#term-bytecode">[1]</a></dt>
<dt><a href="library/sys.html#sys.byteorder">byteorder (in module sys)</a></dt>
<dt>bytes</dt>
  <dd><dl>
    <dt><a href="c-api/object.html#index-128">built-in function</a></dt>
  </dl></dd>
<dt><a href="library/uuid.html#uuid.UUID.bytes">bytes (uuid.UUID attribute)</a></dt>
<dt><a href="library/uuid.html#uuid.UUID.bytes_le">bytes_le (uuid.UUID attribute)</a></dt>
<dt><a href="library/io.html#io.BytesIO">BytesIO (class in io)</a></dt>
<dt><a href="library/array.html#array.array.byteswap">byteswap() (array.array method)</a></dt>
<dt><a href="library/bz2.html#module-bz2">bz2 (module)</a></dt>
<dt><a href="library/bz2.html#bz2.BZ2Compressor">BZ2Compressor (class in bz2)</a></dt>
<dt><a href="library/bz2.html#bz2.BZ2Decompressor">BZ2Decompressor (class in bz2)</a></dt>
<dt><a href="library/bz2.html#bz2.BZ2File">BZ2File (class in bz2)</a></dt>
</dl></td></tr></table>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
   <h4>Index</h4>
   <p><a href="genindex-Symbols.html"><strong>Symbols</strong></a>
     | <a href="genindex-_.html"><strong>_</strong></a>
     | <a href="genindex-A.html"><strong>A</strong></a>
     | <a href="#"><strong>B</strong></a>
     | <a href="genindex-C.html"><strong>C</strong></a>
     | <a href="genindex-D.html"><strong>D</strong></a>
     | <a href="genindex-E.html"><strong>E</strong></a>
     | <a href="genindex-F.html"><strong>F</strong></a>
     | <a href="genindex-G.html"><strong>G</strong></a>
     | <a href="genindex-H.html"><strong>H</strong></a>
     | <a href="genindex-I.html"><strong>I</strong></a>
     | <a href="genindex-J.html"><strong>J</strong></a>
     | <a href="genindex-K.html"><strong>K</strong></a>
     | <a href="genindex-L.html"><strong>L</strong></a>
     | <a href="genindex-M.html"><strong>M</strong></a>
     | <a href="genindex-N.html"><strong>N</strong></a>
     | <a href="genindex-O.html"><strong>O</strong></a>
     | <a href="genindex-P.html"><strong>P</strong></a>
     | <a href="genindex-Q.html"><strong>Q</strong></a>
     | <a href="genindex-R.html"><strong>R</strong></a>
     | <a href="genindex-S.html"><strong>S</strong></a>
     | <a href="genindex-T.html"><strong>T</strong></a>
     | <a href="genindex-U.html"><strong>U</strong></a>
     | <a href="genindex-V.html"><strong>V</strong></a>
     | <a href="genindex-W.html"><strong>W</strong></a>
     | <a href="genindex-X.html"><strong>X</strong></a>
     | <a href="genindex-Y.html"><strong>Y</strong></a>
     | <a href="genindex-Z.html"><strong>Z</strong></a>
     </p>

   <p><a href="genindex-all.html"><strong>Full index on one page</strong></a></p>
   

          <div id="searchbox" style="display: none">
            <h3>Quick search</h3>
              <form class="search" action="search.html" method="get">
                <input type="text" name="q" size="18" />
                <input type="submit" value="Go" />
                <input type="hidden" name="check_keywords" value="yes" />
                <input type="hidden" name="area" value="default" />
              </form>
              <p class="searchtip" style="font-size: 90%">
              Enter search terms or a module, class or function name.
              </p>
          </div>
          <script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="modindex.html" title="Global Module Index"
             >modules</a> |</li>
        <li><img src="_static/py.png" alt=""
                 style="vertical-align: middle; margin-top: -1px"/></li>
        <li><a href="index.html">Python v2.6.5 documentation</a> &raquo;</li>
 
      </ul>
    </div>
    <div class="footer">
    &copy; <a href="copyright.html">Copyright</a> 1990-2010, Python Software Foundation.
    <br />
    The Python Software Foundation is a non-profit corporation.  
    <a href="http://www.python.org/psf/donations/">Please donate.</a>
    <br />
    Last updated on Mar 19, 2010.
    Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.5.
    </div>

  </body>
</html>