summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpyexpat.tex
Commit message (Collapse)AuthorAgeFilesLines
* revise explanation of returns_unicode to reflect bool valuesFred Drake2006-09-151-3/+4
| | | | | and to include the default value (merged from release25-maint revision 51890)
* Patch #1377848: typo in pyexpat docsGeorg Brandl2005-12-161-1/+1
|
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-011-2/+2
|
* Patch #1014930. Expose current parse location to XMLParser.Dave Cole2004-08-261-0/+20
|
* added missing documentation for UseForeignDTD() (new in 2.3)Fred Drake2004-08-101-0/+21
| | | | someone should backport to the release23-maint branch
* add descriptions for many of the new error codesFred Drake2004-08-101-1/+82
|
* Fix minor typos.Raymond Hettinger2003-05-121-1/+1
|
* Fix problem in example code. It's minor in this particular example,Fred Drake2002-12-031-1/+1
| | | | but can lead to mysterious problems in real applications.
* Added documentation for the buffer_text and related attributes of theFred Drake2002-07-171-0/+23
| | | | xmlparser object provided by pyexpat, new in Python 2.3.
* Added reference to the Expat home page.Fred Drake2002-06-201-0/+6
|
* Remove obsolete e-mail addressAndrew M. Kuchling2001-11-051-2/+0
|
* Fill in a few more descriptions for xml.parsers.expat.Fred Drake2001-09-201-5/+24
|
* 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