Size: 20452
Comment: Bindings from names of modules, to the module documentation itself.
|
Size: 21603
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
#pragma section-numbers off Python Documentation [http://onebigsoup.wiki.taoriver.net/moin.cgi/LocalNamesBasics LocalNames] Description This is a binding from names of modules to the URLs of the documentation of the module. == Discussion == I made the description by applying Emacs macros to the [http://www.python.org/doc/current/lib/ Python library reference.] Because the macro had a mistake in it, some sections are missing. I think the section on talking with the Python compiler itself is either messed up, or missing entirely. Please feel free to correct this document. Please keep comments up here, above the description. -- LionKimbro [[DateTime(2004-07-16T00:06:17Z)]] == Description == Please do not place comments below this line. Please '''do''' place ''corrections'' to URL bindings in the appropriate place, below this line. ---- {{{ http://purl.net/net/localnames/ }}} This page is accessed by: http://www.python.org/cgi-bin/moinmoin/LibraryReferencesNames?action=raw {{{ NamesTable this http://www.python.org/cgi-bin/moinmoin/LibraryReferencesNames LibraryReference http://www.python.org/doc/current/lib/ }}} Some things from the beginning of the Library Reference: {{{ BuiltInObjects http://www.python.org/doc/current/lib/builtin.html BuiltInFunctions http://www.python.org/doc/current/lib/built-in-funcs.html NonEssentialBuiltInFunctions http://www.python.org/doc/current/lib/non-essential-built-in-funcs.html BuiltInTypes http://www.python.org/doc/current/lib/types.html TruthValueTesting http://www.python.org/doc/current/lib/truth.html BooleanOperations http://www.python.org/doc/current/lib/boolean.html Comparisons http://www.python.org/doc/current/lib/comparisons.html NumericTypes http://www.python.org/doc/current/lib/typesnumeric.html IteratorTypes http://www.python.org/doc/current/lib/typeiter.html SequenceTypes http://www.python.org/doc/current/lib/typesseq.html MappingTypes http://www.python.org/doc/current/lib/typesmapping.html FileObjects http://www.python.org/doc/current/lib/bltin-file-objects.html OtherBuiltInTypes http://www.python.org/doc/current/lib/typesother.html SpecialAttributes http://www.python.org/doc/current/lib/specialattrs.html BuiltInExceptions http://www.python.org/doc/current/lib/module-exceptions.html BuiltInConstants http://www.python.org/doc/current/lib/node34.html }}} Most Modules. Warning: The remainder of the listing was made by a crude process; Some entries may be missing. Feel free to edit and fix. Also feel free to add additional aliases, like how "copy_reg" is also just "copyreg". {{{ PythonRuntimeServices http://www.python.org/doc/current/lib/python.html sys http://www.python.org/doc/current/lib/module-sys.html gc http://www.python.org/doc/current/lib/module-gc.html weakref http://www.python.org/doc/current/lib/module-weakref.html fpectl http://www.python.org/doc/current/lib/module-fpectl.html atexit http://www.python.org/doc/current/lib/module-atexit.html types http://www.python.org/doc/current/lib/module-types.html UserDict http://www.python.org/doc/current/lib/module-UserDict.html UserList http://www.python.org/doc/current/lib/module-UserList.html UserString http://www.python.org/doc/current/lib/module-UserString.html operator http://www.python.org/doc/current/lib/module-operator.html inspect http://www.python.org/doc/current/lib/module-inspect.html traceback http://www.python.org/doc/current/lib/module-traceback.html linecache http://www.python.org/doc/current/lib/module-linecache.html pickle http://www.python.org/doc/current/lib/module-pickle.html cPickle http://www.python.org/doc/current/lib/module-cPickle.html copy_reg http://www.python.org/doc/current/lib/module-copyreg.html copyreg shelve http://www.python.org/doc/current/lib/module-shelve.html copy http://www.python.org/doc/current/lib/module-copy.html marshall http://www.python.org/doc/current/lib/module-marshal.html warnings http://www.python.org/doc/current/lib/module-warnings.html imp http://www.python.org/doc/current/lib/module-imp.html pkgutil http://www.python.org/doc/current/lib/module-pkgutil.html code http://www.python.org/doc/current/lib/module-code.html codeop http://www.python.org/doc/current/lib/module-codeop.html pprint http://www.python.org/doc/current/lib/module-pprint.html repr http://www.python.org/doc/current/lib/module-repr.html new http://www.python.org/doc/current/lib/module-new.html site http://www.python.org/doc/current/lib/module-site.html user http://www.python.org/doc/current/lib/module-user.html __builtin__ http://www.python.org/doc/current/lib/module-builtin.html builtin __main__ http://www.python.org/doc/current/lib/module-main.html main __future__ http://www.python.org/doc/current/lib/module-future.html future string http://www.python.org/doc/current/lib/module-string.html re http://www.python.org/doc/current/lib/module-re.html struct http://www.python.org/doc/current/lib/module-struct.html difflib http://www.python.org/doc/current/lib/module-difflib.html fpformat http://www.python.org/doc/current/lib/module-fpformat.html StringIO http://www.python.org/doc/current/lib/module-StringIO.html cStringIO http://www.python.org/doc/current/lib/module-cStringIO.html textwrap http://www.python.org/doc/current/lib/module-textwrap.html codecs http://www.python.org/doc/current/lib/module-codecs.html encodings.idna http://www.python.org/doc/current/lib/module-encodings.idna.html unicodedata http://www.python.org/doc/current/lib/module-unicodedata.html stringprep http://www.python.org/doc/current/lib/module-stringprep.html pydoc http://www.python.org/doc/current/lib/module-pydoc.html doctest http://www.python.org/doc/current/lib/module-doctest.html unittest http://www.python.org/doc/current/lib/module-unittest.html test http://www.python.org/doc/current/lib/module-test.html test.test_support http://www.python.org/doc/current/lib/module-test.testsupport.html math http://www.python.org/doc/current/lib/module-math.html cmath http://www.python.org/doc/current/lib/module-cmath.html random http://www.python.org/doc/current/lib/module-random.html whrandom http://www.python.org/doc/current/lib/module-whrandom.html bisect http://www.python.org/doc/current/lib/module-bisect.html heapq http://www.python.org/doc/current/lib/module-heapq.html array http://www.python.org/doc/current/lib/module-array.html sets http://www.python.org/doc/current/lib/module-sets.html itertools http://www.python.org/doc/current/lib/module-itertools.html ConfigParser http://www.python.org/doc/current/lib/module-ConfigParser.html fileinput http://www.python.org/doc/current/lib/module-fileinput.html xreadlines http://www.python.org/doc/current/lib/module-xreadlines.html calendar http://www.python.org/doc/current/lib/module-calendar.html cmd http://www.python.org/doc/current/lib/module-cmd.html shlex http://www.python.org/doc/current/lib/module-shlex.html os http://www.python.org/doc/current/lib/module-os.html os.path http://www.python.org/doc/current/lib/module-os.path.html dircache http://www.python.org/doc/current/lib/module-dircache.html stat http://www.python.org/doc/current/lib/module-stat.html statcache http://www.python.org/doc/current/lib/module-statcache.html statvfs http://www.python.org/doc/current/lib/module-statvfs.html filecmp http://www.python.org/doc/current/lib/module-filecmp.html popen2 http://www.python.org/doc/current/lib/module-popen2.html datetime http://www.python.org/doc/current/lib/module-datetime.html time http://www.python.org/doc/current/lib/module-time.html sched http://www.python.org/doc/current/lib/module-sched.html mutex http://www.python.org/doc/current/lib/module-mutex.html getpass http://www.python.org/doc/current/lib/module-getpass.html curses http://www.python.org/doc/current/lib/module-curses.html curses.textpad http://www.python.org/doc/current/lib/module-curses.textpad.html curses.wrapper http://www.python.org/doc/current/lib/module-curses.wrapper.html curses.ascii http://www.python.org/doc/current/lib/module-curses.ascii.html curses.panel http://www.python.org/doc/current/lib/module-curses.panel.html getopt http://www.python.org/doc/current/lib/module-getopt.html optparse http://www.python.org/doc/current/lib/module-optparse.html tempfile http://www.python.org/doc/current/lib/module-tempfile.html errno http://www.python.org/doc/current/lib/module-errno.html glob http://www.python.org/doc/current/lib/module-glob.html shutil http://www.python.org/doc/current/lib/module-shutil.html locale http://www.python.org/doc/current/lib/module-locale.html gettext http://www.python.org/doc/current/lib/module-gettext.html logging http://www.python.org/doc/current/lib/module-logging.html signal http://www.python.org/doc/current/lib/module-signal.html socket http://www.python.org/doc/current/lib/module-socket.html select http://www.python.org/doc/current/lib/module-select.html thread http://www.python.org/doc/current/lib/module-thread.html threading http://www.python.org/doc/current/lib/module-threading.html dummy_thread http://www.python.org/doc/current/lib/module-dummythread.html dummy_threading http://www.python.org/doc/current/lib/module-dummythreading.html Queue http://www.python.org/doc/current/lib/module-Queue.html mmap http://www.python.org/doc/current/lib/module-mmap.html anydbm http://www.python.org/doc/current/lib/module-anydbm.html dbhash http://www.python.org/doc/current/lib/module-dbhash.html whichdb http://www.python.org/doc/current/lib/module-whichdb.html bsddb http://www.python.org/doc/current/lib/module-bsddb.html dumbdbm http://www.python.org/doc/current/lib/module-dumbdbm.html zlib http://www.python.org/doc/current/lib/module-zlib.html gzip http://www.python.org/doc/current/lib/module-gzip.html bz2 http://www.python.org/doc/current/lib/module-bz2.html zipfile http://www.python.org/doc/current/lib/module-zipfile.html tarfile http://www.python.org/doc/current/lib/module-tarfile.html readline http://www.python.org/doc/current/lib/module-readline.html rlcompleter http://www.python.org/doc/current/lib/module-rlcompleter.html posix http://www.python.org/doc/current/lib/module-posix.html pwd http://www.python.org/doc/current/lib/module-pwd.html grp http://www.python.org/doc/current/lib/module-grp.html crypt http://www.python.org/doc/current/lib/module-crypt.html dl http://www.python.org/doc/current/lib/module-dl.html dbm http://www.python.org/doc/current/lib/module-dbm.html gdbm http://www.python.org/doc/current/lib/module-gdbm.html termios http://www.python.org/doc/current/lib/module-termios.html TERMIOS http://www.python.org/doc/current/lib/module-TERMIOSuppercase.html tty http://www.python.org/doc/current/lib/module-tty.html pty http://www.python.org/doc/current/lib/module-pty.html fcntl http://www.python.org/doc/current/lib/module-fcntl.html pipes http://www.python.org/doc/current/lib/module-pipes.html posixfile http://www.python.org/doc/current/lib/module-posixfile.html resource http://www.python.org/doc/current/lib/module-resource.html nis http://www.python.org/doc/current/lib/module-nis.html syslog http://www.python.org/doc/current/lib/module-syslog.html commands http://www.python.org/doc/current/lib/module-commands.html hotshot http://www.python.org/doc/current/lib/module-pdb.html timeit http://www.python.org/doc/current/lib/module-hotshot.stats.html webbrowser http://www.python.org/doc/current/lib/module-webbrowser.html cgi http://www.python.org/doc/current/lib/module-cgi.html cgitb http://www.python.org/doc/current/lib/module-cgitb.html urllib http://www.python.org/doc/current/lib/module-urllib.html urllib2 http://www.python.org/doc/current/lib/module-urllib2.html httplib http://www.python.org/doc/current/lib/module-httplib.html ftplib http://www.python.org/doc/current/lib/module-ftplib.html gopherlib http://www.python.org/doc/current/lib/module-gopherlib.html poplib http://www.python.org/doc/current/lib/module-poplib.html imaplib http://www.python.org/doc/current/lib/module-imaplib.html nntplib http://www.python.org/doc/current/lib/module-nntplib.html smtplib http://www.python.org/doc/current/lib/module-smtplib.html telnetlib http://www.python.org/doc/current/lib/module-telnetlib.html urlparse http://www.python.org/doc/current/lib/module-urlparse.html SocketServer http://www.python.org/doc/current/lib/module-SocketServer.html BaseHTTPServer http://www.python.org/doc/current/lib/module-BaseHTTPServer.html SimpleHTTPServer http://www.python.org/doc/current/lib/module-SimpleHTTPServer.html CGIHTTPServer http://www.python.org/doc/current/lib/module-CGIHTTPServer.html Cookie http://www.python.org/doc/current/lib/module-Cookie.html xmlrpclib http://www.python.org/doc/current/lib/module-xmlrpclib.html SimpleXMLRPCServer http://www.python.org/doc/current/lib/module-SimpleXMLRPCServer.html DocXMLRPCServer http://www.python.org/doc/current/lib/module-DocXMLRPCServer.html asyncore http://www.python.org/doc/current/lib/module-asyncore.html asynchat http://www.python.org/doc/current/lib/module-asynchat.html formatter http://www.python.org/doc/current/lib/module-formatter.html email http://www.python.org/doc/current/lib/module-email.html mailcap http://www.python.org/doc/current/lib/module-email.Message.html mailbox http://www.python.org/doc/current/lib/module-mailbox.html mhlib http://www.python.org/doc/current/lib/module-mhlib.html mimetools http://www.python.org/doc/current/lib/module-mimetools.html mimetypes http://www.python.org/doc/current/lib/module-mimetypes.html MimeWriter http://www.python.org/doc/current/lib/module-MimeWriter.html mimify http://www.python.org/doc/current/lib/module-mimify.html multifile http://www.python.org/doc/current/lib/module-multifile.html rfc822 http://www.python.org/doc/current/lib/module-rfc822.html base64 http://www.python.org/doc/current/lib/module-base64.html binascii http://www.python.org/doc/current/lib/module-binascii.html binhex http://www.python.org/doc/current/lib/module-binhex.html quopri http://www.python.org/doc/current/lib/module-quopri.html uu http://www.python.org/doc/current/lib/module-uu.html xdrlib http://www.python.org/doc/current/lib/module-xdrlib.html netrc http://www.python.org/doc/current/lib/module-netrc.html robotparser http://www.python.org/doc/current/lib/module-robotparser.html csv http://www.python.org/doc/current/lib/module-csv.html HTMLParser http://www.python.org/doc/current/lib/module-HTMLParser.html sgmllib http://www.python.org/doc/current/lib/module-sgmllib.html htmllib http://www.python.org/doc/current/lib/module-htmllib.html htmlentitydefs http://www.python.org/doc/current/lib/module-htmlentitydefs.html xml.parsers.expat http://www.python.org/doc/current/lib/module-xml.parsers.expat.html xml.dom http://www.python.org/doc/current/lib/module-xml.dom.html xml.dom.minidom http://www.python.org/doc/current/lib/module-xml.dom.minidom.html xml.dom.pulldom http://www.python.org/doc/current/lib/module-xml.dom.pulldom.html xml.sax http://www.python.org/doc/current/lib/module-xml.sax.html xml.sax.handler http://www.python.org/doc/current/lib/module-xml.sax.handler.html xml.sax.saxutils http://www.python.org/doc/current/lib/module-xml.sax.saxutils.html xml.sax.xmlreader http://www.python.org/doc/current/lib/module-xml.sax.xmlreader.html xmllib http://www.python.org/doc/current/lib/module-xmllib.html audioop http://www.python.org/doc/current/lib/module-audioop.html imageop http://www.python.org/doc/current/lib/module-imageop.html aifc http://www.python.org/doc/current/lib/module-aifc.html sunau http://www.python.org/doc/current/lib/module-sunau.html wave http://www.python.org/doc/current/lib/module-wave.html chunk http://www.python.org/doc/current/lib/module-chunk.html colorsys http://www.python.org/doc/current/lib/module-colorsys.html rgbimg http://www.python.org/doc/current/lib/module-rgbimg.html imghdr http://www.python.org/doc/current/lib/module-imghdr.html sndhdr http://www.python.org/doc/current/lib/module-sndhdr.html ossaudiodev http://www.python.org/doc/current/lib/module-ossaudiodev.html hmac http://www.python.org/doc/current/lib/module-hmac.html md5 http://www.python.org/doc/current/lib/module-md5.html sha http://www.python.org/doc/current/lib/module-sha.html mpz http://www.python.org/doc/current/lib/module-mpz.html rotor http://www.python.org/doc/current/lib/module-rotor.html Tkinter http://www.python.org/doc/current/lib/module-Tkinter.html Tix http://www.python.org/doc/current/lib/module-Tix.html ScrolledText http://www.python.org/doc/current/lib/module-ScrolledText.html turtle http://www.python.org/doc/current/lib/module-turtle.html rexec http://www.python.org/doc/current/lib/module-rexec.html Bastion http://www.python.org/doc/current/lib/module-Bastion.html parser http://www.python.org/doc/current/lib/module-parser.html symbol http://www.python.org/doc/current/lib/module-symbol.html token http://www.python.org/doc/current/lib/module-token.html keyword http://www.python.org/doc/current/lib/module-keyword.html tokenize http://www.python.org/doc/current/lib/module-tokenize.html tabnanny http://www.python.org/doc/current/lib/module-tabnanny.html pyclbr http://www.python.org/doc/current/lib/module-pyclbr.html py_compile http://www.python.org/doc/current/lib/module-pycompile.html compileall http://www.python.org/doc/current/lib/module-compileall.html dis http://www.python.org/doc/current/lib/module-dis.html distutils http://www.python.org/doc/current/lib/module-distutils.html al http://www.python.org/doc/current/lib/module-compiler.html AL http://www.python.org/doc/current/lib/module-al-constants.html cd http://www.python.org/doc/current/lib/module-cd.html fl http://www.python.org/doc/current/lib/module-fl.html FL http://www.python.org/doc/current/lib/module-fl-constants.html flp http://www.python.org/doc/current/lib/module-flp.html fm http://www.python.org/doc/current/lib/module-fm.html gl http://www.python.org/doc/current/lib/module-gl.html DEVICE http://www.python.org/doc/current/lib/module-DEVICE.html GL http://www.python.org/doc/current/lib/module-gl-constants.html imgfile http://www.python.org/doc/current/lib/module-imgfile.html jpeg http://www.python.org/doc/current/lib/module-jpeg.html sunaudiodev http://www.python.org/doc/current/lib/module-sunaudiodev.html SUNAUDIODEV http://www.python.org/doc/current/lib/module-sunaudiodev-constants.html msvcrt http://www.python.org/doc/current/lib/module-msvcrt.html _winreg http://www.python.org/doc/current/lib/module--winreg.html winsound http://www.python.org/doc/current/lib/module-winsound.html }}} Default to PythonInfo, as a matter of convenience. {{{ OtherNameSpaces PythonInfo http://www.python.org/cgi-bin/moinmoin/LocalNamesDescription?action=raw DefaultNameSpaces PythonInfo }}} ---- == Other stuff: == For caching name servers that pay attention to events abroad. {{{ KeyValue INVALIDATE-UPON-CHANGE-TO http://www.python.org/cgi-bin/moinmoin/LibraryReferenceNames }}} Bring people back here in the event that something was missing. {{{ LastResortNamePattern http://www.python.org/cgi-bin/moinmoin/LibraryReferenceNames?action=edit }}} |
# {{{ # # Aren't URLs tedius? Have you ever wished you could just say the # name of a web page, and get right to it? Here's something you can # use to jump to any page in the Python Library Reference, by name, # or any page of this wiki. # # # Make a special bookmark in Firefox to do this: # # 1. Under "Bookmarks," pick "Manage Bookmarks" # # 2. Create a new bookmark, call it "Python Reference," # and set the Location to: # # "http://localnames.taoriver.net/pythonref/%s" # # Set the keyword to "python". # # 3. Put the bookmark in the "Quick Searches" folder. # # # Now, at the address bar, you can just type something like: # # python cgi # # ...and you'll be at the Python Reference CGI page. # # Or type something like: # # python FrontPage # # ...and you'll be at the front page of the wiki. # # Take care! # # # (If you're curious how this works, it's all just a bunch # of webservices and browser redirection.) # # ( You can pull down the namespace binding with the following # code, if you like, as well: # # import xmlrpclib # nameserver = xmlrpclib.ServerProxy( "http://services.taoriver.net:9089/" ) # nameserver.parse_description( "http://wrap.localnames.taoriver.net/spaces/pythoninfo/" ) # # You'll get back a big fat dictionary of name-URL bindings. # See http://services.taoriver.net:9089/ for other functionality available to you. ) # LN "this" "http://www.python.org/moin/LibraryReferencesNames?action=raw" LN "edit" "http://www.python.org/moin/LibraryReferencesNames?action=edit" LN "LibraryReference" "http://www.python.org/doc/current/lib/" # Some things from the beginning of the Library Reference: LN "BuiltInObjects" "http://www.python.org/doc/current/lib/builtin.html" LN "BuiltInFunctions" "http://www.python.org/doc/current/lib/built-in-funcs.html" LN "NonEssentialBuiltInFunctions" "http://www.python.org/doc/current/lib/non-essential-built-in-funcs.html" LN "BuiltInTypes" "http://www.python.org/doc/current/lib/types.html" LN "TruthValueTesting" "http://www.python.org/doc/current/lib/truth.html" LN "BooleanOperations" "http://www.python.org/doc/current/lib/boolean.html" LN "Comparisons" "http://www.python.org/doc/current/lib/comparisons.html" LN "NumericTypes" "http://www.python.org/doc/current/lib/typesnumeric.html" LN "IteratorTypes" "http://www.python.org/doc/current/lib/typeiter.html" LN "SequenceTypes" "http://www.python.org/doc/current/lib/typesseq.html" LN "MappingTypes" "http://www.python.org/doc/current/lib/typesmapping.html" LN "FileObjects" "http://www.python.org/doc/current/lib/bltin-file-objects.html" LN "OtherBuiltInTypes" "http://www.python.org/doc/current/lib/typesother.html" LN "SpecialAttributes" "http://www.python.org/doc/current/lib/specialattrs.html" LN "BuiltInExceptions" "http://www.python.org/doc/current/lib/module-exceptions.html" LN "BuiltInConstants" "http://www.python.org/doc/current/lib/node34.html" # Most Modules. # # Warning: The remainder of the listing was made by a crude process; # Some entries may be missing. Feel free to edit and fix. # # Also feel free to add additional aliases, like how "copy_reg" is also just "copyreg". LN "PythonRuntimeServices" "http://www.python.org/doc/current/lib/python.html" LN "sys" "http://www.python.org/doc/current/lib/module-sys.html" LN "gc" "http://www.python.org/doc/current/lib/module-gc.html" LN "weakref" "http://www.python.org/doc/current/lib/module-weakref.html" LN "fpectl" "http://www.python.org/doc/current/lib/module-fpectl.html" LN "atexit" "http://www.python.org/doc/current/lib/module-atexit.html" LN "types" "http://www.python.org/doc/current/lib/module-types.html" LN "UserDict" "http://www.python.org/doc/current/lib/module-UserDict.html" LN "UserList" "http://www.python.org/doc/current/lib/module-UserList.html" LN "UserString" "http://www.python.org/doc/current/lib/module-UserString.html" LN "operator" "http://www.python.org/doc/current/lib/module-operator.html" LN "inspect" "http://www.python.org/doc/current/lib/module-inspect.html" LN "traceback" "http://www.python.org/doc/current/lib/module-traceback.html" LN "linecache" "http://www.python.org/doc/current/lib/module-linecache.html" LN "pickle" "http://www.python.org/doc/current/lib/module-pickle.html" LN "cPickle" "http://www.python.org/doc/current/lib/module-cPickle.html" LN "copy_reg" "http://www.python.org/doc/current/lib/module-copyreg.html" LN "copyreg" . LN "shelve" "http://www.python.org/doc/current/lib/module-shelve.html" LN "copy" "http://www.python.org/doc/current/lib/module-copy.html" LN "marshall" "http://www.python.org/doc/current/lib/module-marshal.html" LN "marshal" . LN "warnings" "http://www.python.org/doc/current/lib/module-warnings.html" LN "imp" "http://www.python.org/doc/current/lib/module-imp.html" LN "pkgutil" "http://www.python.org/doc/current/lib/module-pkgutil.html" LN "code" "http://www.python.org/doc/current/lib/module-code.html" LN "codeop" "http://www.python.org/doc/current/lib/module-codeop.html" LN "pprint" "http://www.python.org/doc/current/lib/module-pprint.html" LN "repr" "http://www.python.org/doc/current/lib/module-repr.html" LN "new" "http://www.python.org/doc/current/lib/module-new.html" LN "site" "http://www.python.org/doc/current/lib/module-site.html" LN "user" "http://www.python.org/doc/current/lib/module-user.html" LN "__builtin__" "http://www.python.org/doc/current/lib/module-builtin.html" . "builtin" . LN "__main__" "http://www.python.org/doc/current/lib/module-main.html" . "main" . LN "__future__" "http://www.python.org/doc/current/lib/module-future.html" . "future" . LN "string" "http://www.python.org/doc/current/lib/module-string.html" LN "re" "http://www.python.org/doc/current/lib/module-re.html" LN "struct" "http://www.python.org/doc/current/lib/module-struct.html" LN "difflib" "http://www.python.org/doc/current/lib/module-difflib.html" LN "fpformat" "http://www.python.org/doc/current/lib/module-fpformat.html" LN "StringIO" "http://www.python.org/doc/current/lib/module-StringIO.html" LN "cStringIO" "http://www.python.org/doc/current/lib/module-cStringIO.html" LN "textwrap" "http://www.python.org/doc/current/lib/module-textwrap.html" LN "codecs" "http://www.python.org/doc/current/lib/module-codecs.html" LN "encodings.idna" "http://www.python.org/doc/current/lib/module-encodings.idna.html" LN "unicodedata" "http://www.python.org/doc/current/lib/module-unicodedata.html" LN "stringprep" "http://www.python.org/doc/current/lib/module-stringprep.html" LN "pydoc" "http://www.python.org/doc/current/lib/module-pydoc.html" LN "doctest" "http://www.python.org/doc/current/lib/module-doctest.html" LN "unittest" "http://www.python.org/doc/current/lib/module-unittest.html" LN "test" "http://www.python.org/doc/current/lib/module-test.html" LN "test.test_support" "http://www.python.org/doc/current/lib/module-test.testsupport.html" LN "math" "http://www.python.org/doc/current/lib/module-math.html" LN "cmath" "http://www.python.org/doc/current/lib/module-cmath.html" LN "random" "http://www.python.org/doc/current/lib/module-random.html" LN "whrandom" "http://www.python.org/doc/current/lib/module-whrandom.html" LN "bisect" "http://www.python.org/doc/current/lib/module-bisect.html" LN "heapq" "http://www.python.org/doc/current/lib/module-heapq.html" LN "array" "http://www.python.org/doc/current/lib/module-array.html" LN "sets" "http://www.python.org/doc/current/lib/module-sets.html" LN "itertools" "http://www.python.org/doc/current/lib/module-itertools.html" LN "ConfigParser" "http://www.python.org/doc/current/lib/module-ConfigParser.html" LN "fileinput" "http://www.python.org/doc/current/lib/module-fileinput.html" LN "xreadlines" "http://www.python.org/doc/current/lib/module-xreadlines.html" LN "calendar" "http://www.python.org/doc/current/lib/module-calendar.html" LN "cmd" "http://www.python.org/doc/current/lib/module-cmd.html" LN "shlex" "http://www.python.org/doc/current/lib/module-shlex.html" LN "os" "http://www.python.org/doc/current/lib/module-os.html" LN "os.path" "http://www.python.org/doc/current/lib/module-os.path.html" LN "dircache" "http://www.python.org/doc/current/lib/module-dircache.html" LN "stat" "http://www.python.org/doc/current/lib/module-stat.html" LN "statcache" "http://www.python.org/doc/current/lib/module-statcache.html" LN "statvfs" "http://www.python.org/doc/current/lib/module-statvfs.html" LN "filecmp" "http://www.python.org/doc/current/lib/module-filecmp.html" LN "popen2" "http://www.python.org/doc/current/lib/module-popen2.html" LN "datetime" "http://www.python.org/doc/current/lib/module-datetime.html" LN "time" "http://www.python.org/doc/current/lib/module-time.html" LN "sched" "http://www.python.org/doc/current/lib/module-sched.html" LN "mutex" "http://www.python.org/doc/current/lib/module-mutex.html" LN "getpass" "http://www.python.org/doc/current/lib/module-getpass.html" LN "curses" "http://www.python.org/doc/current/lib/module-curses.html" LN "curses.textpad" "http://www.python.org/doc/current/lib/module-curses.textpad.html" LN "curses.wrapper" "http://www.python.org/doc/current/lib/module-curses.wrapper.html" LN "curses.ascii" "http://www.python.org/doc/current/lib/module-curses.ascii.html" LN "curses.panel" "http://www.python.org/doc/current/lib/module-curses.panel.html" LN "getopt" "http://www.python.org/doc/current/lib/module-getopt.html" LN "optparse" "http://www.python.org/doc/current/lib/module-optparse.html" LN "tempfile" "http://www.python.org/doc/current/lib/module-tempfile.html" LN "errno" "http://www.python.org/doc/current/lib/module-errno.html" LN "glob" "http://www.python.org/doc/current/lib/module-glob.html" LN "shutil" "http://www.python.org/doc/current/lib/module-shutil.html" LN "locale" "http://www.python.org/doc/current/lib/module-locale.html" LN "gettext" "http://www.python.org/doc/current/lib/module-gettext.html" LN "logging" "http://www.python.org/doc/current/lib/module-logging.html" LN "signal" "http://www.python.org/doc/current/lib/module-signal.html" LN "socket" "http://www.python.org/doc/current/lib/module-socket.html" LN "select" "http://www.python.org/doc/current/lib/module-select.html" LN "thread" "http://www.python.org/doc/current/lib/module-thread.html" LN "threading" "http://www.python.org/doc/current/lib/module-threading.html" LN "dummy_thread" "http://www.python.org/doc/current/lib/module-dummythread.html" LN "dummy_threading" "http://www.python.org/doc/current/lib/module-dummythreading.html" LN "Queue" "http://www.python.org/doc/current/lib/module-Queue.html" LN "mmap" "http://www.python.org/doc/current/lib/module-mmap.html" LN "anydbm" "http://www.python.org/doc/current/lib/module-anydbm.html" LN "dbhash" "http://www.python.org/doc/current/lib/module-dbhash.html" LN "whichdb" "http://www.python.org/doc/current/lib/module-whichdb.html" LN "bsddb" "http://www.python.org/doc/current/lib/module-bsddb.html" LN "dumbdbm" "http://www.python.org/doc/current/lib/module-dumbdbm.html" LN "zlib" "http://www.python.org/doc/current/lib/module-zlib.html" LN "gzip" "http://www.python.org/doc/current/lib/module-gzip.html" LN "bz2" "http://www.python.org/doc/current/lib/module-bz2.html" LN "zipfile" "http://www.python.org/doc/current/lib/module-zipfile.html" LN "tarfile" "http://www.python.org/doc/current/lib/module-tarfile.html" LN "readline" "http://www.python.org/doc/current/lib/module-readline.html" LN "rlcompleter" "http://www.python.org/doc/current/lib/module-rlcompleter.html" LN "posix" "http://www.python.org/doc/current/lib/module-posix.html" LN "pwd" "http://www.python.org/doc/current/lib/module-pwd.html" LN "grp" "http://www.python.org/doc/current/lib/module-grp.html" LN "crypt" "http://www.python.org/doc/current/lib/module-crypt.html" LN "dl" "http://www.python.org/doc/current/lib/module-dl.html" LN "dbm" "http://www.python.org/doc/current/lib/module-dbm.html" LN "gdbm" "http://www.python.org/doc/current/lib/module-gdbm.html" LN "termios" "http://www.python.org/doc/current/lib/module-termios.html" LN "TERMIOS" "http://www.python.org/doc/current/lib/module-TERMIOSuppercase.html" LN "tty" "http://www.python.org/doc/current/lib/module-tty.html" LN "pty" "http://www.python.org/doc/current/lib/module-pty.html" LN "fcntl" "http://www.python.org/doc/current/lib/module-fcntl.html" LN "pipes" "http://www.python.org/doc/current/lib/module-pipes.html" LN "posixfile" "http://www.python.org/doc/current/lib/module-posixfile.html" LN "resource" "http://www.python.org/doc/current/lib/module-resource.html" LN "nis" "http://www.python.org/doc/current/lib/module-nis.html" LN "syslog" "http://www.python.org/doc/current/lib/module-syslog.html" LN "commands" "http://www.python.org/doc/current/lib/module-commands.html" LN "hotshot" "http://www.python.org/doc/current/lib/module-pdb.html" LN "timeit" "http://www.python.org/doc/current/lib/module-hotshot.stats.html" LN "webbrowser" "http://www.python.org/doc/current/lib/module-webbrowser.html" LN "cgi" "http://www.python.org/doc/current/lib/module-cgi.html" LN "cgitb" "http://www.python.org/doc/current/lib/module-cgitb.html" LN "urllib" "http://www.python.org/doc/current/lib/module-urllib.html" LN "urllib2" "http://www.python.org/doc/current/lib/module-urllib2.html" LN "httplib" "http://www.python.org/doc/current/lib/module-httplib.html" LN "ftplib" "http://www.python.org/doc/current/lib/module-ftplib.html" LN "gopherlib" "http://www.python.org/doc/current/lib/module-gopherlib.html" LN "poplib" "http://www.python.org/doc/current/lib/module-poplib.html" LN "imaplib" "http://www.python.org/doc/current/lib/module-imaplib.html" LN "nntplib" "http://www.python.org/doc/current/lib/module-nntplib.html" LN "smtplib" "http://www.python.org/doc/current/lib/module-smtplib.html" LN "telnetlib" "http://www.python.org/doc/current/lib/module-telnetlib.html" LN "urlparse" "http://www.python.org/doc/current/lib/module-urlparse.html" LN "SocketServer" "http://www.python.org/doc/current/lib/module-SocketServer.html" LN "BaseHTTPServer" "http://www.python.org/doc/current/lib/module-BaseHTTPServer.html" LN "SimpleHTTPServer" "http://www.python.org/doc/current/lib/module-SimpleHTTPServer.html" LN "CGIHTTPServer" "http://www.python.org/doc/current/lib/module-CGIHTTPServer.html" LN "Cookie" "http://www.python.org/doc/current/lib/module-Cookie.html" LN "xmlrpclib" "http://www.python.org/doc/current/lib/module-xmlrpclib.html" LN "SimpleXMLRPCServer" "http://www.python.org/doc/current/lib/module-SimpleXMLRPCServer.html" LN "DocXMLRPCServer" "http://www.python.org/doc/current/lib/module-DocXMLRPCServer.html" LN "asyncore" "http://www.python.org/doc/current/lib/module-asyncore.html" LN "asynchat" "http://www.python.org/doc/current/lib/module-asynchat.html" LN "formatter" "http://www.python.org/doc/current/lib/module-formatter.html" LN "email" "http://www.python.org/doc/current/lib/module-email.html" LN "mailcap" "http://www.python.org/doc/current/lib/module-email.Message.html" LN "mailbox" "http://www.python.org/doc/current/lib/module-mailbox.html" LN "mhlib" "http://www.python.org/doc/current/lib/module-mhlib.html" LN "mimetools" "http://www.python.org/doc/current/lib/module-mimetools.html" LN "mimetypes" "http://www.python.org/doc/current/lib/module-mimetypes.html" LN "MimeWriter" "http://www.python.org/doc/current/lib/module-MimeWriter.html" LN "mimify" "http://www.python.org/doc/current/lib/module-mimify.html" LN "multifile" "http://www.python.org/doc/current/lib/module-multifile.html" LN "rfc822" "http://www.python.org/doc/current/lib/module-rfc822.html" LN "base64" "http://www.python.org/doc/current/lib/module-base64.html" LN "binascii" "http://www.python.org/doc/current/lib/module-binascii.html" LN "binhex" "http://www.python.org/doc/current/lib/module-binhex.html" LN "quopri" "http://www.python.org/doc/current/lib/module-quopri.html" LN "uu" "http://www.python.org/doc/current/lib/module-uu.html" LN "xdrlib" "http://www.python.org/doc/current/lib/module-xdrlib.html" LN "netrc" "http://www.python.org/doc/current/lib/module-netrc.html" LN "robotparser" "http://www.python.org/doc/current/lib/module-robotparser.html" LN "csv" "http://www.python.org/doc/current/lib/module-csv.html" LN "HTMLParser" "http://www.python.org/doc/current/lib/module-HTMLParser.html" LN "sgmllib" "http://www.python.org/doc/current/lib/module-sgmllib.html" LN "htmllib" "http://www.python.org/doc/current/lib/module-htmllib.html" LN "htmlentitydefs" "http://www.python.org/doc/current/lib/module-htmlentitydefs.html" LN "xml.parsers.expat" "http://www.python.org/doc/current/lib/module-xml.parsers.expat.html" LN "xml.dom" "http://www.python.org/doc/current/lib/module-xml.dom.html" LN "xml.dom.minidom" "http://www.python.org/doc/current/lib/module-xml.dom.minidom.html" LN "xml.dom.pulldom" "http://www.python.org/doc/current/lib/module-xml.dom.pulldom.html" LN "xml.sax" "http://www.python.org/doc/current/lib/module-xml.sax.html" LN "xml.sax.handler" "http://www.python.org/doc/current/lib/module-xml.sax.handler.html" LN "xml.sax.saxutils" "http://www.python.org/doc/current/lib/module-xml.sax.saxutils.html" LN "xml.sax.xmlreader" "http://www.python.org/doc/current/lib/module-xml.sax.xmlreader.html" LN "xmllib" "http://www.python.org/doc/current/lib/module-xmllib.html" LN "audioop" "http://www.python.org/doc/current/lib/module-audioop.html" LN "imageop" "http://www.python.org/doc/current/lib/module-imageop.html" LN "aifc" "http://www.python.org/doc/current/lib/module-aifc.html" LN "sunau" "http://www.python.org/doc/current/lib/module-sunau.html" LN "wave" "http://www.python.org/doc/current/lib/module-wave.html" LN "chunk" "http://www.python.org/doc/current/lib/module-chunk.html" LN "colorsys" "http://www.python.org/doc/current/lib/module-colorsys.html" LN "rgbimg" "http://www.python.org/doc/current/lib/module-rgbimg.html" LN "imghdr" "http://www.python.org/doc/current/lib/module-imghdr.html" LN "sndhdr" "http://www.python.org/doc/current/lib/module-sndhdr.html" LN "ossaudiodev" "http://www.python.org/doc/current/lib/module-ossaudiodev.html" LN "hmac" "http://www.python.org/doc/current/lib/module-hmac.html" LN "md5" "http://www.python.org/doc/current/lib/module-md5.html" LN "sha" "http://www.python.org/doc/current/lib/module-sha.html" LN "mpz" "http://www.python.org/doc/current/lib/module-mpz.html" LN "rotor" "http://www.python.org/doc/current/lib/module-rotor.html" LN "Tkinter" "http://www.python.org/doc/current/lib/module-Tkinter.html" LN "Tix" "http://www.python.org/doc/current/lib/module-Tix.html" LN "ScrolledText" "http://www.python.org/doc/current/lib/module-ScrolledText.html" LN "turtle" "http://www.python.org/doc/current/lib/module-turtle.html" LN "rexec" "http://www.python.org/doc/current/lib/module-rexec.html" LN "Bastion" "http://www.python.org/doc/current/lib/module-Bastion.html" LN "parser" "http://www.python.org/doc/current/lib/module-parser.html" LN "symbol" "http://www.python.org/doc/current/lib/module-symbol.html" LN "token" "http://www.python.org/doc/current/lib/module-token.html" LN "keyword" "http://www.python.org/doc/current/lib/module-keyword.html" LN "tokenize" "http://www.python.org/doc/current/lib/module-tokenize.html" LN "tabnanny" "http://www.python.org/doc/current/lib/module-tabnanny.html" LN "pyclbr" "http://www.python.org/doc/current/lib/module-pyclbr.html" LN "py_compile" "http://www.python.org/doc/current/lib/module-pycompile.html" LN "compileall" "http://www.python.org/doc/current/lib/module-compileall.html" LN "dis" "http://www.python.org/doc/current/lib/module-dis.html" LN "distutils" "http://www.python.org/doc/current/lib/module-distutils.html" LN "al" "http://www.python.org/doc/current/lib/module-compiler.html" LN "AL" "http://www.python.org/doc/current/lib/module-al-constants.html" LN "cd" "http://www.python.org/doc/current/lib/module-cd.html" LN "fl" "http://www.python.org/doc/current/lib/module-fl.html" LN "FL" "http://www.python.org/doc/current/lib/module-fl-constants.html" LN "flp" "http://www.python.org/doc/current/lib/module-flp.html" LN "fm" "http://www.python.org/doc/current/lib/module-fm.html" LN "gl" "http://www.python.org/doc/current/lib/module-gl.html" LN "DEVICE" "http://www.python.org/doc/current/lib/module-DEVICE.html" LN "GL" "http://www.python.org/doc/current/lib/module-gl-constants.html" LN "imgfile" "http://www.python.org/doc/current/lib/module-imgfile.html" LN "jpeg" "http://www.python.org/doc/current/lib/module-jpeg.html" LN "sunaudiodev" "http://www.python.org/doc/current/lib/module-sunaudiodev.html" LN "SUNAUDIODEV" "http://www.python.org/doc/current/lib/module-sunaudiodev-constants.html" LN "msvcrt" "http://www.python.org/doc/current/lib/module-msvcrt.html" LN "_winreg" "http://www.python.org/doc/current/lib/module--winreg.html" LN "winsound" "http://www.python.org/doc/current/lib/module-winsound.html" # Default to the PythonInfo wiki, as a matter of convenience. NS "PythonInfo" "http://wrap.localnames.taoriver.net/spaces/pythoninfo/" . "PI" . . "wiki" . . "TheWiki" . # for caching name servers X INVALIDATE-UPON-CHANGE-TO http://www.python.org/moin/LibraryReferenceNames?action=edit # Bring people back here in the event that something was missing. FINAL http://www.python.org/moin/LibraryReferencesNames?action=edit # }}} |
# # Aren't URLs tedius? Have you ever wished you could just say the # name of a web page, and get right to it? Here's something you can # use to jump to any page in the Python Library Reference, by name, # or any page of this wiki. # # # Make a special bookmark in Firefox to do this: # # 1. Under "Bookmarks," pick "Manage Bookmarks" # # 2. Create a new bookmark, call it "Python Reference," # and set the Location to: # # "http://localnames.taoriver.net/pythonref/%s" # # Set the keyword to "python". # # 3. Put the bookmark in the "Quick Searches" folder. # # # Now, at the address bar, you can just type something like: # # python cgi # # ...and you'll be at the Python Reference CGI page. # # Or type something like: # # python FrontPage # # ...and you'll be at the front page of the wiki. # # Take care! # # # (If you're curious how this works, it's all just a bunch # of webservices and browser redirection.) # # ( You can pull down the namespace binding with the following # code, if you like, as well: # # import xmlrpclib # nameserver = xmlrpclib.ServerProxy( "http://services.taoriver.net:9089/" ) # nameserver.parse_description( "http://wrap.localnames.taoriver.net/spaces/pythoninfo/" ) # # You'll get back a big fat dictionary of name-URL bindings. # See http://services.taoriver.net:9089/ for other functionality available to you. ) #
LN "this" "http://www.python.org/moin/LibraryReferencesNames?action=raw" LN "edit" "http://www.python.org/moin/LibraryReferencesNames?action=edit" LN "LibraryReference" "http://www.python.org/doc/current/lib/"
# Some things from the beginning of the Library Reference:
LN "BuiltInObjects" "http://www.python.org/doc/current/lib/builtin.html" LN "BuiltInFunctions" "http://www.python.org/doc/current/lib/built-in-funcs.html" LN "NonEssentialBuiltInFunctions" "http://www.python.org/doc/current/lib/non-essential-built-in-funcs.html" LN "BuiltInTypes" "http://www.python.org/doc/current/lib/types.html" LN "TruthValueTesting" "http://www.python.org/doc/current/lib/truth.html" LN "BooleanOperations" "http://www.python.org/doc/current/lib/boolean.html" LN "Comparisons" "http://www.python.org/doc/current/lib/comparisons.html" LN "NumericTypes" "http://www.python.org/doc/current/lib/typesnumeric.html" LN "IteratorTypes" "http://www.python.org/doc/current/lib/typeiter.html" LN "SequenceTypes" "http://www.python.org/doc/current/lib/typesseq.html" LN "MappingTypes" "http://www.python.org/doc/current/lib/typesmapping.html" LN "FileObjects" "http://www.python.org/doc/current/lib/bltin-file-objects.html" LN "OtherBuiltInTypes" "http://www.python.org/doc/current/lib/typesother.html" LN "SpecialAttributes" "http://www.python.org/doc/current/lib/specialattrs.html" LN "BuiltInExceptions" "http://www.python.org/doc/current/lib/module-exceptions.html" LN "BuiltInConstants" "http://www.python.org/doc/current/lib/node34.html"
# Most Modules. # # Warning: The remainder of the listing was made by a crude process; # Some entries may be missing. Feel free to edit and fix. # # Also feel free to add additional aliases, like how "copy_reg" is also just "copyreg".
LN "PythonRuntimeServices" "http://www.python.org/doc/current/lib/python.html" LN "sys" "http://www.python.org/doc/current/lib/module-sys.html" LN "gc" "http://www.python.org/doc/current/lib/module-gc.html" LN "weakref" "http://www.python.org/doc/current/lib/module-weakref.html" LN "fpectl" "http://www.python.org/doc/current/lib/module-fpectl.html" LN "atexit" "http://www.python.org/doc/current/lib/module-atexit.html" LN "types" "http://www.python.org/doc/current/lib/module-types.html" LN "UserDict" "http://www.python.org/doc/current/lib/module-UserDict.html" LN "UserList" "http://www.python.org/doc/current/lib/module-UserList.html" LN "UserString" "http://www.python.org/doc/current/lib/module-UserString.html" LN "operator" "http://www.python.org/doc/current/lib/module-operator.html" LN "inspect" "http://www.python.org/doc/current/lib/module-inspect.html" LN "traceback" "http://www.python.org/doc/current/lib/module-traceback.html" LN "linecache" "http://www.python.org/doc/current/lib/module-linecache.html" LN "pickle" "http://www.python.org/doc/current/lib/module-pickle.html" LN "cPickle" "http://www.python.org/doc/current/lib/module-cPickle.html" LN "copy_reg" "http://www.python.org/doc/current/lib/module-copyreg.html" LN "copyreg" . LN "shelve" "http://www.python.org/doc/current/lib/module-shelve.html" LN "copy" "http://www.python.org/doc/current/lib/module-copy.html" LN "marshall" "http://www.python.org/doc/current/lib/module-marshal.html" LN "marshal" . LN "warnings" "http://www.python.org/doc/current/lib/module-warnings.html" LN "imp" "http://www.python.org/doc/current/lib/module-imp.html" LN "pkgutil" "http://www.python.org/doc/current/lib/module-pkgutil.html" LN "code" "http://www.python.org/doc/current/lib/module-code.html" LN "codeop" "http://www.python.org/doc/current/lib/module-codeop.html" LN "pprint" "http://www.python.org/doc/current/lib/module-pprint.html" LN "repr" "http://www.python.org/doc/current/lib/module-repr.html" LN "new" "http://www.python.org/doc/current/lib/module-new.html" LN "site" "http://www.python.org/doc/current/lib/module-site.html" LN "user" "http://www.python.org/doc/current/lib/module-user.html" LN "builtin" "http://www.python.org/doc/current/lib/module-builtin.html" . "builtin" . LN "main" "http://www.python.org/doc/current/lib/module-main.html" . "main" . LN "future" "http://www.python.org/doc/current/lib/module-future.html" . "future" . LN "string" "http://www.python.org/doc/current/lib/module-string.html" LN "re" "http://www.python.org/doc/current/lib/module-re.html" LN "struct" "http://www.python.org/doc/current/lib/module-struct.html" LN "difflib" "http://www.python.org/doc/current/lib/module-difflib.html" LN "fpformat" "http://www.python.org/doc/current/lib/module-fpformat.html" LN "StringIO" "http://www.python.org/doc/current/lib/module-StringIO.html" LN "cStringIO" "http://www.python.org/doc/current/lib/module-cStringIO.html" LN "textwrap" "http://www.python.org/doc/current/lib/module-textwrap.html" LN "codecs" "http://www.python.org/doc/current/lib/module-codecs.html" LN "encodings.idna" "http://www.python.org/doc/current/lib/module-encodings.idna.html" LN "unicodedata" "http://www.python.org/doc/current/lib/module-unicodedata.html" LN "stringprep" "http://www.python.org/doc/current/lib/module-stringprep.html" LN "pydoc" "http://www.python.org/doc/current/lib/module-pydoc.html" LN "doctest" "http://www.python.org/doc/current/lib/module-doctest.html" LN "unittest" "http://www.python.org/doc/current/lib/module-unittest.html" LN "test" "http://www.python.org/doc/current/lib/module-test.html" LN "test.test_support" "http://www.python.org/doc/current/lib/module-test.testsupport.html" LN "math" "http://www.python.org/doc/current/lib/module-math.html" LN "cmath" "http://www.python.org/doc/current/lib/module-cmath.html" LN "random" "http://www.python.org/doc/current/lib/module-random.html" LN "whrandom" "http://www.python.org/doc/current/lib/module-whrandom.html" LN "bisect" "http://www.python.org/doc/current/lib/module-bisect.html" LN "heapq" "http://www.python.org/doc/current/lib/module-heapq.html" LN "array" "http://www.python.org/doc/current/lib/module-array.html" LN "sets" "http://www.python.org/doc/current/lib/module-sets.html" LN "itertools" "http://www.python.org/doc/current/lib/module-itertools.html" LN "ConfigParser" "http://www.python.org/doc/current/lib/module-ConfigParser.html" LN "fileinput" "http://www.python.org/doc/current/lib/module-fileinput.html" LN "xreadlines" "http://www.python.org/doc/current/lib/module-xreadlines.html" LN "calendar" "http://www.python.org/doc/current/lib/module-calendar.html" LN "cmd" "http://www.python.org/doc/current/lib/module-cmd.html" LN "shlex" "http://www.python.org/doc/current/lib/module-shlex.html" LN "os" "http://www.python.org/doc/current/lib/module-os.html" LN "os.path" "http://www.python.org/doc/current/lib/module-os.path.html" LN "dircache" "http://www.python.org/doc/current/lib/module-dircache.html" LN "stat" "http://www.python.org/doc/current/lib/module-stat.html" LN "statcache" "http://www.python.org/doc/current/lib/module-statcache.html" LN "statvfs" "http://www.python.org/doc/current/lib/module-statvfs.html" LN "filecmp" "http://www.python.org/doc/current/lib/module-filecmp.html" LN "popen2" "http://www.python.org/doc/current/lib/module-popen2.html" LN "datetime" "http://www.python.org/doc/current/lib/module-datetime.html" LN "time" "http://www.python.org/doc/current/lib/module-time.html" LN "sched" "http://www.python.org/doc/current/lib/module-sched.html" LN "mutex" "http://www.python.org/doc/current/lib/module-mutex.html" LN "getpass" "http://www.python.org/doc/current/lib/module-getpass.html" LN "curses" "http://www.python.org/doc/current/lib/module-curses.html" LN "curses.textpad" "http://www.python.org/doc/current/lib/module-curses.textpad.html" LN "curses.wrapper" "http://www.python.org/doc/current/lib/module-curses.wrapper.html" LN "curses.ascii" "http://www.python.org/doc/current/lib/module-curses.ascii.html" LN "curses.panel" "http://www.python.org/doc/current/lib/module-curses.panel.html" LN "getopt" "http://www.python.org/doc/current/lib/module-getopt.html" LN "optparse" "http://www.python.org/doc/current/lib/module-optparse.html" LN "tempfile" "http://www.python.org/doc/current/lib/module-tempfile.html" LN "errno" "http://www.python.org/doc/current/lib/module-errno.html" LN "glob" "http://www.python.org/doc/current/lib/module-glob.html" LN "shutil" "http://www.python.org/doc/current/lib/module-shutil.html" LN "locale" "http://www.python.org/doc/current/lib/module-locale.html" LN "gettext" "http://www.python.org/doc/current/lib/module-gettext.html" LN "logging" "http://www.python.org/doc/current/lib/module-logging.html" LN "signal" "http://www.python.org/doc/current/lib/module-signal.html" LN "socket" "http://www.python.org/doc/current/lib/module-socket.html" LN "select" "http://www.python.org/doc/current/lib/module-select.html" LN "thread" "http://www.python.org/doc/current/lib/module-thread.html" LN "threading" "http://www.python.org/doc/current/lib/module-threading.html" LN "dummy_thread" "http://www.python.org/doc/current/lib/module-dummythread.html" LN "dummy_threading" "http://www.python.org/doc/current/lib/module-dummythreading.html" LN "Queue" "http://www.python.org/doc/current/lib/module-Queue.html" LN "mmap" "http://www.python.org/doc/current/lib/module-mmap.html" LN "anydbm" "http://www.python.org/doc/current/lib/module-anydbm.html" LN "dbhash" "http://www.python.org/doc/current/lib/module-dbhash.html" LN "whichdb" "http://www.python.org/doc/current/lib/module-whichdb.html" LN "bsddb" "http://www.python.org/doc/current/lib/module-bsddb.html" LN "dumbdbm" "http://www.python.org/doc/current/lib/module-dumbdbm.html" LN "zlib" "http://www.python.org/doc/current/lib/module-zlib.html" LN "gzip" "http://www.python.org/doc/current/lib/module-gzip.html" LN "bz2" "http://www.python.org/doc/current/lib/module-bz2.html" LN "zipfile" "http://www.python.org/doc/current/lib/module-zipfile.html" LN "tarfile" "http://www.python.org/doc/current/lib/module-tarfile.html" LN "readline" "http://www.python.org/doc/current/lib/module-readline.html" LN "rlcompleter" "http://www.python.org/doc/current/lib/module-rlcompleter.html" LN "posix" "http://www.python.org/doc/current/lib/module-posix.html" LN "pwd" "http://www.python.org/doc/current/lib/module-pwd.html" LN "grp" "http://www.python.org/doc/current/lib/module-grp.html" LN "crypt" "http://www.python.org/doc/current/lib/module-crypt.html" LN "dl" "http://www.python.org/doc/current/lib/module-dl.html" LN "dbm" "http://www.python.org/doc/current/lib/module-dbm.html" LN "gdbm" "http://www.python.org/doc/current/lib/module-gdbm.html" LN "termios" "http://www.python.org/doc/current/lib/module-termios.html" LN "TERMIOS" "http://www.python.org/doc/current/lib/module-TERMIOSuppercase.html" LN "tty" "http://www.python.org/doc/current/lib/module-tty.html" LN "pty" "http://www.python.org/doc/current/lib/module-pty.html" LN "fcntl" "http://www.python.org/doc/current/lib/module-fcntl.html" LN "pipes" "http://www.python.org/doc/current/lib/module-pipes.html" LN "posixfile" "http://www.python.org/doc/current/lib/module-posixfile.html" LN "resource" "http://www.python.org/doc/current/lib/module-resource.html" LN "nis" "http://www.python.org/doc/current/lib/module-nis.html" LN "syslog" "http://www.python.org/doc/current/lib/module-syslog.html" LN "commands" "http://www.python.org/doc/current/lib/module-commands.html" LN "hotshot" "http://www.python.org/doc/current/lib/module-pdb.html" LN "timeit" "http://www.python.org/doc/current/lib/module-hotshot.stats.html" LN "webbrowser" "http://www.python.org/doc/current/lib/module-webbrowser.html" LN "cgi" "http://www.python.org/doc/current/lib/module-cgi.html" LN "cgitb" "http://www.python.org/doc/current/lib/module-cgitb.html" LN "urllib" "http://www.python.org/doc/current/lib/module-urllib.html" LN "urllib2" "http://www.python.org/doc/current/lib/module-urllib2.html" LN "httplib" "http://www.python.org/doc/current/lib/module-httplib.html" LN "ftplib" "http://www.python.org/doc/current/lib/module-ftplib.html" LN "gopherlib" "http://www.python.org/doc/current/lib/module-gopherlib.html" LN "poplib" "http://www.python.org/doc/current/lib/module-poplib.html" LN "imaplib" "http://www.python.org/doc/current/lib/module-imaplib.html" LN "nntplib" "http://www.python.org/doc/current/lib/module-nntplib.html" LN "smtplib" "http://www.python.org/doc/current/lib/module-smtplib.html" LN "telnetlib" "http://www.python.org/doc/current/lib/module-telnetlib.html" LN "urlparse" "http://www.python.org/doc/current/lib/module-urlparse.html" LN "SocketServer" "http://www.python.org/doc/current/lib/module-SocketServer.html" LN "BaseHTTPServer" "http://www.python.org/doc/current/lib/module-BaseHTTPServer.html" LN "SimpleHTTPServer" "http://www.python.org/doc/current/lib/module-SimpleHTTPServer.html" LN "CGIHTTPServer" "http://www.python.org/doc/current/lib/module-CGIHTTPServer.html" LN "Cookie" "http://www.python.org/doc/current/lib/module-Cookie.html" LN "xmlrpclib" "http://www.python.org/doc/current/lib/module-xmlrpclib.html" LN "SimpleXMLRPCServer" "http://www.python.org/doc/current/lib/module-SimpleXMLRPCServer.html" LN "DocXMLRPCServer" "http://www.python.org/doc/current/lib/module-DocXMLRPCServer.html" LN "asyncore" "http://www.python.org/doc/current/lib/module-asyncore.html" LN "asynchat" "http://www.python.org/doc/current/lib/module-asynchat.html" LN "formatter" "http://www.python.org/doc/current/lib/module-formatter.html" LN "email" "http://www.python.org/doc/current/lib/module-email.html" LN "mailcap" "http://www.python.org/doc/current/lib/module-email.Message.html" LN "mailbox" "http://www.python.org/doc/current/lib/module-mailbox.html" LN "mhlib" "http://www.python.org/doc/current/lib/module-mhlib.html" LN "mimetools" "http://www.python.org/doc/current/lib/module-mimetools.html" LN "mimetypes" "http://www.python.org/doc/current/lib/module-mimetypes.html" LN "MimeWriter" "http://www.python.org/doc/current/lib/module-MimeWriter.html" LN "mimify" "http://www.python.org/doc/current/lib/module-mimify.html" LN "multifile" "http://www.python.org/doc/current/lib/module-multifile.html" LN "rfc822" "http://www.python.org/doc/current/lib/module-rfc822.html" LN "base64" "http://www.python.org/doc/current/lib/module-base64.html" LN "binascii" "http://www.python.org/doc/current/lib/module-binascii.html" LN "binhex" "http://www.python.org/doc/current/lib/module-binhex.html" LN "quopri" "http://www.python.org/doc/current/lib/module-quopri.html" LN "uu" "http://www.python.org/doc/current/lib/module-uu.html" LN "xdrlib" "http://www.python.org/doc/current/lib/module-xdrlib.html" LN "netrc" "http://www.python.org/doc/current/lib/module-netrc.html" LN "robotparser" "http://www.python.org/doc/current/lib/module-robotparser.html" LN "csv" "http://www.python.org/doc/current/lib/module-csv.html" LN "HTMLParser" "http://www.python.org/doc/current/lib/module-HTMLParser.html" LN "sgmllib" "http://www.python.org/doc/current/lib/module-sgmllib.html" LN "htmllib" "http://www.python.org/doc/current/lib/module-htmllib.html" LN "htmlentitydefs" "http://www.python.org/doc/current/lib/module-htmlentitydefs.html" LN "xml.parsers.expat" "http://www.python.org/doc/current/lib/module-xml.parsers.expat.html" LN "xml.dom" "http://www.python.org/doc/current/lib/module-xml.dom.html" LN "xml.dom.minidom" "http://www.python.org/doc/current/lib/module-xml.dom.minidom.html" LN "xml.dom.pulldom" "http://www.python.org/doc/current/lib/module-xml.dom.pulldom.html" LN "xml.sax" "http://www.python.org/doc/current/lib/module-xml.sax.html" LN "xml.sax.handler" "http://www.python.org/doc/current/lib/module-xml.sax.handler.html" LN "xml.sax.saxutils" "http://www.python.org/doc/current/lib/module-xml.sax.saxutils.html" LN "xml.sax.xmlreader" "http://www.python.org/doc/current/lib/module-xml.sax.xmlreader.html" LN "xmllib" "http://www.python.org/doc/current/lib/module-xmllib.html" LN "audioop" "http://www.python.org/doc/current/lib/module-audioop.html" LN "imageop" "http://www.python.org/doc/current/lib/module-imageop.html" LN "aifc" "http://www.python.org/doc/current/lib/module-aifc.html" LN "sunau" "http://www.python.org/doc/current/lib/module-sunau.html" LN "wave" "http://www.python.org/doc/current/lib/module-wave.html" LN "chunk" "http://www.python.org/doc/current/lib/module-chunk.html" LN "colorsys" "http://www.python.org/doc/current/lib/module-colorsys.html" LN "rgbimg" "http://www.python.org/doc/current/lib/module-rgbimg.html" LN "imghdr" "http://www.python.org/doc/current/lib/module-imghdr.html" LN "sndhdr" "http://www.python.org/doc/current/lib/module-sndhdr.html" LN "ossaudiodev" "http://www.python.org/doc/current/lib/module-ossaudiodev.html" LN "hmac" "http://www.python.org/doc/current/lib/module-hmac.html" LN "md5" "http://www.python.org/doc/current/lib/module-md5.html" LN "sha" "http://www.python.org/doc/current/lib/module-sha.html" LN "mpz" "http://www.python.org/doc/current/lib/module-mpz.html" LN "rotor" "http://www.python.org/doc/current/lib/module-rotor.html" LN "Tkinter" "http://www.python.org/doc/current/lib/module-Tkinter.html" LN "Tix" "http://www.python.org/doc/current/lib/module-Tix.html" LN "ScrolledText" "http://www.python.org/doc/current/lib/module-ScrolledText.html" LN "turtle" "http://www.python.org/doc/current/lib/module-turtle.html" LN "rexec" "http://www.python.org/doc/current/lib/module-rexec.html" LN "Bastion" "http://www.python.org/doc/current/lib/module-Bastion.html" LN "parser" "http://www.python.org/doc/current/lib/module-parser.html" LN "symbol" "http://www.python.org/doc/current/lib/module-symbol.html" LN "token" "http://www.python.org/doc/current/lib/module-token.html" LN "keyword" "http://www.python.org/doc/current/lib/module-keyword.html" LN "tokenize" "http://www.python.org/doc/current/lib/module-tokenize.html" LN "tabnanny" "http://www.python.org/doc/current/lib/module-tabnanny.html" LN "pyclbr" "http://www.python.org/doc/current/lib/module-pyclbr.html" LN "py_compile" "http://www.python.org/doc/current/lib/module-pycompile.html" LN "compileall" "http://www.python.org/doc/current/lib/module-compileall.html" LN "dis" "http://www.python.org/doc/current/lib/module-dis.html" LN "distutils" "http://www.python.org/doc/current/lib/module-distutils.html" LN "al" "http://www.python.org/doc/current/lib/module-compiler.html" LN "AL" "http://www.python.org/doc/current/lib/module-al-constants.html" LN "cd" "http://www.python.org/doc/current/lib/module-cd.html" LN "fl" "http://www.python.org/doc/current/lib/module-fl.html" LN "FL" "http://www.python.org/doc/current/lib/module-fl-constants.html" LN "flp" "http://www.python.org/doc/current/lib/module-flp.html" LN "fm" "http://www.python.org/doc/current/lib/module-fm.html" LN "gl" "http://www.python.org/doc/current/lib/module-gl.html" LN "DEVICE" "http://www.python.org/doc/current/lib/module-DEVICE.html" LN "GL" "http://www.python.org/doc/current/lib/module-gl-constants.html" LN "imgfile" "http://www.python.org/doc/current/lib/module-imgfile.html" LN "jpeg" "http://www.python.org/doc/current/lib/module-jpeg.html" LN "sunaudiodev" "http://www.python.org/doc/current/lib/module-sunaudiodev.html" LN "SUNAUDIODEV" "http://www.python.org/doc/current/lib/module-sunaudiodev-constants.html" LN "msvcrt" "http://www.python.org/doc/current/lib/module-msvcrt.html" LN "_winreg" "http://www.python.org/doc/current/lib/module--winreg.html" LN "winsound" "http://www.python.org/doc/current/lib/module-winsound.html"
# Default to the PythonInfo wiki, as a matter of convenience.
NS "PythonInfo" "http://wrap.localnames.taoriver.net/spaces/pythoninfo/" . "PI" . . "wiki" . . "TheWiki" .
# for caching name servers
X INVALIDATE-UPON-CHANGE-TO http://www.python.org/moin/LibraryReferenceNames?action=edit
# Bring people back here in the event that something was missing.
FINAL http://www.python.org/moin/LibraryReferencesNames?action=edit
# }}}