Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SF Patch #1093896: miscellaneous doc typos | Raymond Hettinger | 2005-01-01 | 1 | -2/+2 |
| | |||||
* | Patch #1014930. Expose current parse location to XMLParser. | Dave Cole | 2004-08-26 | 1 | -0/+20 |
| | |||||
* | added missing documentation for UseForeignDTD() (new in 2.3) | Fred Drake | 2004-08-10 | 1 | -0/+21 |
| | | | | someone should backport to the release23-maint branch | ||||
* | add descriptions for many of the new error codes | Fred Drake | 2004-08-10 | 1 | -1/+82 |
| | |||||
* | Fix minor typos. | Raymond Hettinger | 2003-05-12 | 1 | -1/+1 |
| | |||||
* | Fix problem in example code. It's minor in this particular example, | Fred Drake | 2002-12-03 | 1 | -1/+1 |
| | | | | but can lead to mysterious problems in real applications. | ||||
* | Added documentation for the buffer_text and related attributes of the | Fred Drake | 2002-07-17 | 1 | -0/+23 |
| | | | | xmlparser object provided by pyexpat, new in Python 2.3. | ||||
* | Added reference to the Expat home page. | Fred Drake | 2002-06-20 | 1 | -0/+6 |
| | |||||
* | Remove obsolete e-mail address | Andrew M. Kuchling | 2001-11-05 | 1 | -2/+0 |
| | |||||
* | Fill in a few more descriptions for xml.parsers.expat. | Fred Drake | 2001-09-20 | 1 | -5/+24 |
| | |||||
* | Make some clarifications and corrections based on comments from Guido. | Fred Drake | 2001-02-15 | 1 | -8/+10 |
| | | | | | Fix a few markup nits. Work around a LaTeX2HTML nuisance. | ||||
* | Updated to reflect the additional information and interfaces exported in | Fred Drake | 2001-02-14 | 1 | -5/+43 |
| | | | | pyexpat.c revision 2.40. | ||||
* | Update documentation for pyexpat (xml.parsers.expat), to reflect the new | Fred Drake | 2001-02-08 | 1 | -62/+274 |
| | | | | support for Expat 1.95.*. | ||||
* | Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. | Ka-Ping Yee | 2001-01-24 | 1 | -2/+2 |
| | | | | Switch from octal escapes to hex escapes for other nonprintable characters. | ||||
* | Fix typo spotted by Detlef Lannert <lannert@users.sourceforge.net>. | Fred Drake | 2001-01-04 | 1 | -1/+1 |
| | |||||
* | Added information on the ExternalEntityParserCreate() method. | Fred Drake | 2000-12-23 | 1 | -2/+12 |
| | |||||
* | Note that, as of Python 1.6, the .returns_unicode attribute on parser | Fred Drake | 2000-12-07 | 1 | -0/+2 |
| | | | | objects can be modified at any point with the expected results. | ||||
* | Two minor nits. | Fred Drake | 2000-11-28 | 1 | -3/+3 |
| | |||||
* | Many small markup revisions to be more consistent with markup elsewhere, | Fred Drake | 2000-10-29 | 1 | -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 Drake | 2000-09-25 | 1 | -6/+12 |
| | |||||
* | Rename the public interface from "pyexpat" to "xml.parsers.expat". | Fred Drake | 2000-09-23 | 1 | -26/+24 |
| | |||||
* | Document the returns_unicode attribute | Andrew M. Kuchling | 2000-08-17 | 1 | -4/+11 |
| | |||||
* | Change the table in the pyexpat.errors module to a series of datadesc | Fred Drake | 2000-07-11 | 1 | -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 Drake | 2000-07-05 | 1 | -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. Kuchling | 2000-06-11 | 1 | -0/+262 |