cpython/Doc/lib
Fred Drake c6d8f8d2ac Add descriptions of {}.iteritems(), {}.iterkeys(), and {}.itervalues()
in the table of mapping object operations.  Re-numbered the list of
notes to reflect the move of the "Added in version 2.2." note to the list
of notes instead of being inserted into the last column of the table.
2001-05-25 04:24:37 +00:00
..
.cvsignore Updates to reflect pending changes to the XML conversion process. 2000-11-22 16:42:37 +00:00
internet.tex Merged changes from the 1.5.2p2 release. 2000-04-03 20:13:55 +00:00
language.tex Break the "Python Services" chapter into two: "Python Runtime Services" 2000-08-03 21:18:18 +00:00
lib.tex Add entry for unittest documentation. 2001-04-07 05:42:14 +00:00
libaifc.tex Document that the |mode| parameter to open() is optional and explain how 1999-12-21 18:31:30 +00:00
libal.tex Make internal module references hyperlinks wherever it makes sense. 1999-04-22 21:23:22 +00:00
liballos.tex Rob W. W. Hooft's spelling fixes for the Library Reference. I hope 2000-07-16 19:01:10 +00:00
libamoeba.tex
libanydbm.tex
libarray.tex Added link to HTML version of the NumPy documentation. 2000-12-11 20:57:13 +00:00
libascii.tex Work around limitations of the module synopsis table generation to avoid 2001-05-09 15:50:17 +00:00
libasyncore.tex Fix typo in example (\b should be \n in string literal). 2001-04-09 15:57:06 +00:00
libatexit.tex Move the "See also" section to a location more consistent with other 2000-09-09 03:25:11 +00:00
libaudioop.tex Rob W. W. Hooft's spelling fixes for the Library Reference. I hope 2000-07-16 19:01:10 +00:00
libbase64.tex Convert several \seetext references to \seerfc and \seetitle versions. 2001-04-12 16:47:17 +00:00
libbasehttp.tex Better synopses based on suggestions from Ka-Ping Yee <ping@lfw.org>. 2000-10-10 16:56:41 +00:00
libbastion.tex
libbinascii.tex Work around limitations of the module synopsis table generation to avoid 2001-05-09 15:50:17 +00:00
libbinhex.tex Make all the \seemodule explanations consistent: start with a capitalized 2000-10-18 17:43:06 +00:00
libbisect.tex Based on comments from Guido, do not describe bisect() and insert() as 2001-01-04 14:18:55 +00:00
libbltin.tex Logical markup. 1999-04-23 17:11:53 +00:00
libbsddb.tex Update explanation of the set_location() method to indicate that in 2001-01-05 06:44:19 +00:00
libcalendar.tex Work around limitations of the module synopsis table generation to avoid 2001-05-09 15:50:17 +00:00
libcd.tex Rob W. W. Hooft's spelling fixes for the Library Reference. I hope 2000-07-16 19:01:10 +00:00
libcfgparser.tex ConfigParser.optionxform(): Document this since it is available for 2001-02-19 22:37:24 +00:00
libcgi.tex Closing patch #101120 -- After everyone agreed. 2000-08-25 21:47:56 +00:00
libcgihttp.tex Update Moshe Zadka's email address to one works and might last a while. 2000-12-01 15:25:23 +00:00
libchunk.tex Rob W. W. Hooft's spelling fixes for the Library Reference. I hope 2000-07-16 19:01:10 +00:00
libcmath.tex Remove unnecessary comma. 1999-06-29 15:53:52 +00:00
libcmd.tex Document use_rawinput. (Although now that I think more about it, a 2001-03-24 19:17:35 +00:00
libcmp.tex Removed references to Python 1.5.3; that was a "tentative" number I used 2001-01-25 17:29:18 +00:00
libcmpcache.tex Removed references to Python 1.5.3; that was a "tentative" number I used 2001-01-25 17:29:18 +00:00
libcode.tex Denis S. Otkidach <ods@users.sourceforge.net>: 2000-09-14 20:42:53 +00:00
libcodecs.tex Added link to the "Python Codecs" project at SourceForge. 2001-01-22 20:17:54 +00:00
libcodeop.tex Update Moshe Zadka's email address to one works and might last a while. 2000-12-01 15:25:23 +00:00
libcolorsys.tex
libcommands.tex Shorten the section title. 1999-04-22 15:53:35 +00:00
libcompileall.tex Merged changes from the 1.5.2p2 release. 2000-04-03 20:13:55 +00:00
libcookie.tex Fix the example (it didn't seem to reflect reality). 2001-01-18 07:50:17 +00:00
libcopy.tex Fix really bad typo, noted by Neil Schemenauer <nas@arctrix.com>. 2000-10-06 20:16:50 +00:00
libcopyreg.tex Document the exceptions that now get raised on invalid parameters. 2000-10-11 22:27:51 +00:00
libcrypt.tex Work around limitations of the module synopsis table generation to avoid 2001-05-09 15:50:17 +00:00
libcrypto.tex Update the link to Andrew Kuchling's crypto code. 2000-09-16 05:02:24 +00:00
libcurses.tex Fix a number of minor markup errors. 2001-04-21 05:56:06 +00:00
libcursespanel.tex Fix serious markup errors. 2001-03-29 22:22:23 +00:00
libdbhash.tex
libdbm.tex Add some comments on the available implementations that this module can 2000-09-15 21:31:31 +00:00
libdifflib.tex --sigh-- 2001-05-11 15:49:19 +00:00
libdircache.tex Update Moshe Zadka's email address to one works and might last a while. 2000-12-01 15:25:23 +00:00
libdis.tex Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. 2001-04-13 17:25:38 +00:00
libdl.tex Update Moshe Zadka's email address to one works and might last a while. 2000-12-01 15:25:23 +00:00
libdoctest.tex Change {\em ...} to \emph{...} for consistency with the rest of the Python 2001-04-05 18:31:27 +00:00
liberrno.tex Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. 2000-10-10 17:03:45 +00:00
libexcs.tex The general iteration support is part of 2.2, not 2.1 -- fixed the version 2001-05-03 04:39:10 +00:00
libfcntl.tex Update the fcntl module documentation. 2001-05-09 21:09:57 +00:00
libfilecmp.tex Add some text to make the dircmp object section more readable, and move 2001-05-11 17:01:32 +00:00
libfileinput.tex Note that when inplace=1 existing backup files will be removed silently. 2001-05-09 03:24:55 +00:00
libfl.tex Use the new module-key for the FL module when hyperlinking (the old 1999-04-29 18:42:18 +00:00
libfm.tex Always use "section" when referring to sections of a document, not "Section". 1999-04-29 02:47:40 +00:00
libfnmatch.tex Work around annoyances in LaTeX2HTML. 2000-10-09 18:12:29 +00:00
libformatter.tex Rob W. W. Hooft's spelling fixes for the Library Reference. I hope 2000-07-16 19:01:10 +00:00
libfpectl.tex Documentation for the fpectl module, from Lee Busby. (Thanks!) 2001-01-09 20:38:54 +00:00
libfpformat.tex Update Moshe Zadka's email address to one works and might last a while. 2000-12-01 15:25:23 +00:00
libftplib.tex Document default blocksize for storbinary(). 2001-02-15 13:53:40 +00:00
libfuncs.tex Beef up the unicode() description a bit, based on material from AMK's 2001-05-15 15:27:53 +00:00
libgc.tex - update Neil's email address 2000-10-04 16:34:09 +00:00
libgdbm.tex Add support for gdbm2 open flags ('s' and 'u'). Add module constant 2000-12-17 07:14:13 +00:00
libgetopt.tex Add note about the version in which GetoptError was added -- this can 2001-04-18 03:18:57 +00:00
libgetpass.tex Make internal module references hyperlinks wherever it makes sense. 1999-04-22 21:23:22 +00:00
libgettext.tex Some rewriting of the "Internationalizing your programs and modules" 2001-01-31 21:21:45 +00:00
libgl.tex Added "See also" reference to PyOpenGL. 1999-04-27 18:05:06 +00:00
libglob.tex Work around annoyances in LaTeX2HTML. 2000-10-09 18:12:29 +00:00
libgopherlib.tex Reference to urllib module can be a hyperlink. 1999-04-22 16:17:45 +00:00
libgrp.tex Minor revisions similar to some information in the new docstrings. 2000-07-08 16:59:03 +00:00
libgzip.tex Make all the \seemodule explanations consistent: start with a capitalized 2000-10-18 17:43:06 +00:00
libhtmllib.tex Rob W. W. Hooft's spelling fixes for the Library Reference. I hope 2000-07-16 19:01:10 +00:00
libhttplib.tex Minor markup adjustment. 2001-01-22 17:42:32 +00:00
libimageop.tex Rob W. W. Hooft's spelling fixes for the Library Reference. I hope 2000-07-16 19:01:10 +00:00
libimaplib.tex Corrections and additions to the documentation for POP3 and IMAP library 2001-01-11 04:19:52 +00:00
libimgfile.tex
libimghdr.tex Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. 2000-10-10 17:03:45 +00:00
libimp.tex Add a missing newline in an example; caught by Chris Ryland 2001-01-17 05:12:13 +00:00
libinspect.tex Add documentation for getmoduleinfo() and getmodulename(). 2001-04-10 15:12:34 +00:00
libintro.tex Rob W. W. Hooft's spelling fixes for the Library Reference. I hope 2000-07-16 19:01:10 +00:00
libjpeg.tex Convert several \seetext references to \seerfc and \seetitle versions. 2001-04-12 16:47:17 +00:00
libkeyword.tex
liblinecache.tex Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. 2001-01-24 17:19:08 +00:00
liblocale.tex Remove all mentions of the strop module -- it has been pronounced Evil. 2001-05-10 15:05:03 +00:00
libmailbox.tex Add a "See also" section with useful links. More should be added giving 2001-05-21 21:23:01 +00:00
libmailcap.tex
libmain.tex A little more text, and some really minor cleanups. 2000-08-17 22:31:23 +00:00
libmarshal.tex Rob W. W. Hooft's spelling fixes for the Library Reference. I hope 2000-07-16 19:01:10 +00:00
libmath.tex Do not talk about "real" numbers; talk about "floats" or "floating point 2000-12-18 13:50:24 +00:00
libmd5.tex Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. 2001-01-24 17:19:08 +00:00
libmhlib.tex Merged changes from the 1.5.2p2 release. 2000-04-03 20:13:55 +00:00
libmimetools.tex Fixed a large number of small problems, mostly noted by Detlef Lannert 2000-10-10 22:00:03 +00:00
libmimetypes.tex Merged changes from the 1.5.2p2 release. 2000-04-03 20:13:55 +00:00
libmimewriter.tex Merged changes from the 1.5.2p2 release. 2000-04-03 20:13:55 +00:00
libmimify.tex Added "See also" section; from Peter Funk <pf@artcom-gmbh.de>. 2000-04-04 20:42:38 +00:00
libmisc.tex
libmm.tex
libmmap.tex Updated descriptions to incorporate additional information from Tim Peters. 2001-01-11 22:49:49 +00:00
libmpz.tex Work around LaTeX2HTML comment-handling bug. 1999-04-22 20:55:59 +00:00
libmsvcrt.tex Update information on the locking() function, added the needed constants. 2000-12-14 03:11:24 +00:00
libmultifile.tex Re-order some method descriptions for a more logical grouping. 2001-03-08 22:46:41 +00:00
libmutex.tex Added missing word; fixed minor nits. 2001-01-09 20:54:15 +00:00
libnetrc.tex Update documentation to reflect the shift to NetrcParseError instead of 2001-03-06 06:55:18 +00:00
libnew.tex Adjust documentation for new.instance() to reflect that the second 2001-01-28 17:23:05 +00:00
libni.tex
libnis.tex Update Moshe Zadka's email address to one works and might last a while. 2000-12-01 15:25:23 +00:00
libnntplib.tex Send a "ARTICLE" --> Send an "ARTICLE" 2000-07-01 17:43:19 +00:00
libobjs.tex Really minor consistency nit. 2000-09-09 03:31:17 +00:00
liboperator.tex Grant Griffin <grant.griffin@honeywell.com>: 2000-12-15 05:41:49 +00:00
libos.tex Capitalize first letter of an explanation for a \versionchanged 2000-10-19 05:33:46 +00:00
libpanel.tex Rob W. W. Hooft's spelling fixes for the Library Reference. I hope 2000-07-16 19:01:10 +00:00
libparser.tex Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. 2001-01-24 17:19:08 +00:00
libpdb.tex Reflect change in traceback format: 2001-02-14 03:20:18 +00:00
libpickle.tex Capitalize & use periods for \seemodule explanation parameter. 2000-10-18 16:47:52 +00:00
libpipes.tex Work around limitations of the module synopsis table generation to avoid 2001-05-09 15:50:17 +00:00
libpopen2.tex Updated documentation relating to the various flavors of popen[234]() 2000-09-28 20:27:51 +00:00
libpoplib.tex There is no IMAP class in the imaplib module; the class is IMAP4. 2001-05-09 03:49:48 +00:00
libposix.tex Work around limitations of the module synopsis table generation to avoid 2001-05-09 15:50:17 +00:00
libposixfile.tex Mark the "Notes:" sections under tables the same way it's done 1999-04-21 21:15:35 +00:00
libposixpath.tex Explained that os.path.basename() may return something different from the 2000-10-26 21:38:23 +00:00
libpprint.tex Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. 2000-10-10 17:03:45 +00:00
libprofile.tex Minor markup adjustments. 2001-04-13 14:34:58 +00:00
libpty.tex Update Moshe Zadka's email address to one works and might last a while. 2000-12-01 15:25:23 +00:00
libpwd.tex Merged changes from the 1.5.2p2 release. 2000-04-03 20:13:55 +00:00
libpyclbr.tex Add note about not being able to use this module with modules not 1999-06-29 15:43:02 +00:00
libpycompile.tex Merged changes from the 1.5.2p2 release. 2000-04-03 20:13:55 +00:00
libpyexpat.tex Make some clarifications and corrections based on comments from Guido. 2001-02-15 05:37:51 +00:00
libpython.tex Break the "Python Services" chapter into two: "Python Runtime Services" 2000-08-03 21:18:18 +00:00
libqueue.tex Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. 2000-10-10 17:03:45 +00:00
libquopri.tex Added "See also" section; from Peter Funk <pf@artcom-gmbh.de> 2000-04-04 20:43:50 +00:00
librand.tex Make all the \seemodule explanations consistent: start with a capitalized 2000-10-18 17:43:06 +00:00
librandom.tex Fix a number of minor markup errors. 2001-04-21 05:56:06 +00:00
libre.tex Suggestion from Keith Briggs: refer to RE objects consistently instead of 2001-04-18 17:26:20 +00:00
libreadline.tex Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. 2000-10-10 17:03:45 +00:00
libregex.tex Add obsolescence note to the module descriptions that get added to the 2000-09-25 17:23:04 +00:00
libregsub.tex Add obsolescence note to the module descriptions that get added to the 2000-09-25 17:23:04 +00:00
librepr.tex Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. 2000-10-10 17:03:45 +00:00
libresource.tex
librestricted.tex Fixed some logical markup nits. 1999-04-23 17:26:24 +00:00
librexec.tex Make internal module references hyperlinks wherever it makes sense. 1999-04-22 21:23:22 +00:00
librfc822.tex One more update related to the new get() and setdefault() methods on the 2001-05-22 22:00:40 +00:00
librgbimg.tex
librlcompleter.tex Update Moshe Zadka's email address to one works and might last a while. 2000-12-01 15:25:23 +00:00
librobotparser.tex \file and \filenq should not be used in section titles; they are not 2000-04-28 18:17:23 +00:00
librotor.tex Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. 2001-01-24 17:19:08 +00:00
libsched.tex Update Moshe Zadka's email address to one works and might last a while. 2000-12-01 15:25:23 +00:00
libselect.tex select.select(): Add note that though this function accepts empty lists, 2000-12-11 15:50:07 +00:00
libsgi.tex
libsgmllib.tex Add documentation for SGMLParser.handle_decl(). 2001-03-16 20:39:41 +00:00
libsha.tex Repaired some glitches in the MD5 and SHA docs; copied the descriptions of 2000-09-18 15:34:57 +00:00
libshelve.tex Rob W. W. Hooft's spelling fixes for the Library Reference. I hope 2000-07-16 19:01:10 +00:00
libshlex.tex Work around limitations of the module synopsis table generation to avoid 2001-05-09 15:50:17 +00:00
libshutil.tex For copyfile(), be explicit that src and dst are file names; that was only 2001-03-02 16:46:42 +00:00
libsignal.tex Update example to no longer use the FCNTL module. 2001-05-10 15:57:17 +00:00
libsimplehttp.tex Update Moshe Zadka's email address to one works and might last a while. 2000-12-01 15:25:23 +00:00
libsite.tex Document \code{import} in pth files. 2001-01-11 22:07:25 +00:00
libsmtplib.tex Fix bug in smtplib example: the prompt said to end the message with ^D, 2001-05-20 12:26:04 +00:00
libsndhdr.tex Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. 2000-10-10 17:03:45 +00:00
libsocket.tex SourceForge patch #103140, checked in at fdrake's invitation. Minor fixes and 2001-01-10 19:34:52 +00:00
libsocksvr.tex Changing allow_reuse_address's default value, and documenting it. 2000-12-13 20:39:22 +00:00
libsomeos.tex Rob W. W. Hooft's spelling fixes for the Library Reference. I hope 2000-07-16 19:01:10 +00:00
libstat.tex Fixed minor markup nits for consistency with the rest of the library 2001-01-11 16:02:08 +00:00
libstatcache.tex Update Moshe Zadka's email address to one works and might last a while. 2000-12-01 15:25:23 +00:00
libstatvfs.tex Update Moshe Zadka's email address to one works and might last a while. 2000-12-01 15:25:23 +00:00
libstdtypes.tex Add descriptions of {}.iteritems(), {}.iterkeys(), and {}.itervalues() 2001-05-25 04:24:37 +00:00
libstdwin.tex Rob W. W. Hooft's spelling fixes for the Library Reference. I hope 2000-07-16 19:01:10 +00:00
libstring.tex Remove all mentions of the strop module -- it has been pronounced Evil. 2001-05-10 15:05:03 +00:00
libstringio.tex Added information on the use of Unicode with the StringIO and cStringIO 2000-11-28 16:24:28 +00:00
libstrings.tex
libstruct.tex Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. 2001-01-24 17:19:08 +00:00
libsun.tex
libsunau.tex Update Moshe Zadka's email address to one works and might last a while. 2000-12-01 15:25:23 +00:00
libsunaudio.tex Separate documentation of SUNAUDIODEV from sunaudiodev; this mirrors 1999-06-27 14:53:11 +00:00
libsymbol.tex Make all the \seemodule explanations consistent: start with a capitalized 2000-10-18 17:43:06 +00:00
libsys.tex Give a slightly better explanation of excepthook. 2001-03-23 05:17:41 +00:00
libsyslog.tex Work around limitations of the module synopsis table generation to avoid 2001-05-09 15:50:17 +00:00
libtabnanny.tex Initial version from Peter Funk <pf@artcom-gmbh.de>, with minor 2000-02-23 15:44:08 +00:00
libtelnetlib.tex Rob W. W. Hooft's spelling fixes for the Library Reference. I hope 2000-07-16 19:01:10 +00:00
libtempfile.tex Rob W. W. Hooft's spelling fixes for the Library Reference. I hope 2000-07-16 19:01:10 +00:00
libtermios.tex Work around limitations of the module synopsis table generation to avoid 2001-05-09 15:50:17 +00:00
libthread.tex Noted by Guido: 2000-04-05 15:00:38 +00:00
libthreading.tex Fix a grammatical error reported by Detlef Lannert 1999-04-23 20:07:02 +00:00
libtime.tex Add versioning notes: many of the signatures changed to allow the time 2001-04-19 04:55:23 +00:00
libtoken.tex Make all the \seemodule explanations consistent: start with a capitalized 2000-10-18 17:43:06 +00:00
libtokenize.tex Explain the difference between NL and NEWLINE. 2001-03-23 05:22:12 +00:00
libtraceback.tex Reflect change in traceback format: 2001-02-14 03:20:18 +00:00
libtty.tex Update Moshe Zadka's email address to one works and might last a while. 2000-12-01 15:25:23 +00:00
libturtle.tex Update Moshe Zadka's email address to one works and might last a while. 2000-12-01 15:25:23 +00:00
libtypes.tex Marc-Andre Lemburg <mal@lemburg.com>: 2000-04-06 15:05:04 +00:00
libundoc.tex Moved the description of the tzparse module to the "Obsolete" section 2001-03-20 23:13:53 +00:00
libunicodedata.tex new unicodedata functions (name, lookup) 2001-01-24 08:10:07 +00:00
libunittest.tex Added module synopsis for the chapter summary. 2001-04-12 19:34:38 +00:00
libunix.tex
liburllib.tex Added warning that FancyURLopener prompts the user on the terminal when 2001-04-12 20:26:49 +00:00
liburllib2.tex Markup adjustments to avoid getting junk in the index. 2001-05-11 15:46:45 +00:00
liburlparse.tex Add reference to RFC 2396 in "See also" section. 2000-08-25 17:29:35 +00:00
libuser.tex Make all the \seemodule explanations consistent: start with a capitalized 2000-10-18 17:43:06 +00:00
libuserdict.tex Fixed a large number of small problems, mostly noted by Detlef Lannert 2000-10-10 22:00:03 +00:00
libuu.tex Make all the \seemodule explanations consistent: start with a capitalized 2000-10-18 17:43:06 +00:00
libwarnings.tex Document warn_explicit(). 2001-02-28 23:34:21 +00:00
libwave.tex Update Moshe Zadka's email address to one works and might last a while. 2000-12-01 15:25:23 +00:00
libweakref.tex Fix typo in weakref.proxy() documentation. 2001-05-10 17:22:17 +00:00
libwebbrowser.tex Add a note that the "kfm" controller supports "konqueror" as well as the 2001-03-26 16:17:21 +00:00
libwhichdb.tex Make the names of the referenced modules hyperlinks; they had not been 1999-04-21 18:10:08 +00:00
libwhrandom.tex Revise the deprecation note for the whrandom module to be correct and a 2001-02-03 01:12:44 +00:00
libwinreg.tex Use small tables instead of bare \item markers to describe the contents 2000-11-30 07:12:54 +00:00
libwinsound.tex Fix up the markup in some recently-added portions of the text. 2001-02-23 19:10:41 +00:00
libxdrlib.tex Minor nit fixes based on suggestions from Ka-Ping Yee <ping@lfw.org>. 2000-10-10 17:02:34 +00:00
libxmllib.tex Added brief explanation of the \versionchanged for 1.5.2 (fixes formatting 2000-11-28 06:39:28 +00:00
libxreadlines.tex Added note that this module was added in Python 2.1. 2001-01-12 22:57:32 +00:00
libzipfile.tex --sigh-- 2001-05-11 15:49:19 +00:00
libzlib.tex Cut-&-paste-o noted by Wolfgang Teschner: decompressobj() returns 2001-04-18 20:16:51 +00:00
markup.tex Created a new chapter on structured markup processing, including the 2000-07-05 02:24:39 +00:00
netdata.tex
windows.tex
xmldom.tex Add some information about what to expect of the DocumentType's 2001-04-05 18:30:04 +00:00
xmldomminidom.tex Change some wording to make this work with PDF generation -- using a PDF 2001-01-22 19:06:20 +00:00
xmldompulldom.tex Added "stub" documentation for xml.dom.pulldom for Paul to fill out with 2000-12-13 19:34:38 +00:00
xmlsax.tex Finish a sentence that was left half-written! 2000-12-13 22:36:02 +00:00
xmlsaxhandler.tex Added documentation on the ErrorHandler interface. 2000-12-19 04:07:54 +00:00
xmlsaxreader.tex Massive addition of SAX documentation from Martin von Loewis 2000-10-12 20:05:09 +00:00
xmlsaxutils.tex Massive addition of SAX documentation from Martin von Loewis 2000-10-12 20:05:09 +00:00