summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpyexpat.tex
Commit message (Collapse)AuthorAgeFilesLines
* Make some clarifications and corrections based on comments from Guido.Fred Drake2001-02-151-8/+10
| | | | | Fix a few markup nits. Work around a LaTeX2HTML nuisance.
* Updated to reflect the additional information and interfaces exported inFred Drake2001-02-141-5/+43
| | | | pyexpat.c revision 2.40.
* Update documentation for pyexpat (xml.parsers.expat), to reflect the newFred Drake2001-02-081-62/+274
| | | | support for Expat 1.95.*.
* Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings.Ka-Ping Yee2001-01-241-2/+2
| | | | Switch from octal escapes to hex escapes for other nonprintable characters.
* Fix typo spotted by Detlef Lannert <lannert@users.sourceforge.net>.Fred Drake2001-01-041-1/+1
|
* Added information on the ExternalEntityParserCreate() method.Fred Drake2000-12-231-2/+12
|
* Note that, as of Python 1.6, the .returns_unicode attribute on parserFred Drake2000-12-071-0/+2
| | | | objects can be modified at any point with the expected results.
* Two minor nits.Fred Drake2000-11-281-3/+3
|
* Many small markup revisions to be more consistent with markup elsewhere,Fred Drake2000-10-291-47/+61
| | | | | | | | and to provide more consistent indexing. Added an index entry. Added documentation for the error and XMLParserType objects.
* Minor cleanups, wrap long lines.Fred Drake2000-09-251-6/+12
|
* Rename the public interface from "pyexpat" to "xml.parsers.expat".Fred Drake2000-09-231-26/+24
|
* Document the returns_unicode attributeAndrew M. Kuchling2000-08-171-4/+11
|
* Change the table in the pyexpat.errors module to a series of datadescFred Drake2000-07-111-21/+64
| | | | | | | | elements (since the table was pretty screwed up); this is how it is done elsewhere in the manual. I could use some help creating descriptions of the specific error identifiers (input conditions that lead to each error, etc.).
* Wrapped some long lines.Fred Drake2000-07-051-34/+48
| | | | | | | Cleaned up the table of error constants defined in pyexpat.errors; an extra pair of braces had pretty much destroyed the table! (Not sure why.) Moved the pyexpat.errors module documentation into a \section with the proper headers for a module.
* Documentation for the pyexpat module.Andrew M. Kuchling2000-06-111-0/+262