summaryrefslogtreecommitdiffstats
path: root/Lib/xml/sax/expatreader.py
Commit message (Expand)AuthorAgeFilesLines
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+414
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-141-414/+0
* [Bug #1281032] Pass encoding from the input source to pyexpat's ParserCreate()Andrew M. Kuchling2005-12-041-2/+3
* Swap public and system ID in start_doctype_decl. Fixes #780300.Martin v. Löwis2004-05-061-1/+1
* Get rid of many apply() calls.Guido van Rossum2003-02-271-1/+1
* Merge with PyXML 1.28:Martin v. Löwis2003-01-251-22/+71
* Fix spacing.Martin v. Löwis2002-06-301-1/+1
* Merge changes from PyXML:Martin v. Löwis2002-06-301-13/+76
* Use more string methods, remove import stringNeal Norwitz2002-05-311-4/+3
* Not sure why the regression test missed this, but the PyXML tests caught it.Fred Drake2002-04-041-1/+1
* Avoid creating circular references between the ExpatParser and theFred Drake2002-04-041-1/+38
* Get the whitespace right!Fred Drake2001-07-301-3/+3
* Ugly fix used when pyexpat is not available.Jeremy Hylton2001-07-301-0/+3
* Synchronize with 1.13 of PyXML:Martin v. Löwis2001-06-171-6/+28
* Re-indent.Martin v. Löwis2001-01-271-4/+4
* Synchronize with PyXML 1.10Martin v. Löwis2001-01-271-7/+25
* Make reindent.py happy (lots of trailing whitespace removed).Fred Drake2000-10-231-19/+19
* Fixed a bug that caused namespace names to be reported as lists ratherLars Gustäbel2000-10-191-0/+2
* Fixed minor problem with reset().Lars Gustäbel2000-10-141-1/+2
* _exceptions: Format a missing system id as <unknown>.Martin v. Löwis2000-10-091-1/+2
* Don't report a final chunk for an external entity parser.Martin v. Löwis2000-10-061-1/+0
* Move translation from expat.error to SAXParseException into feed, so thatMartin v. Löwis2000-10-061-17/+19
* Add SAXReaderNotAvailable, and use it to distinguish between anMartin v. Löwis2000-10-061-1/+4
* Use string functions instead of methods to allow sharing this module with PyXMLMartin v. Löwis2000-09-291-3/+5
* Find feature names in handler.Martin v. Löwis2000-09-241-3/+3
* Fixed another bug.Lars Gustäbel2000-09-241-1/+0
* Improvements to doco strings.Lars Gustäbel2000-09-241-4/+7
* Added EntityResolver and DTDHandler (patch 101631) with test cases.Lars Gustäbel2000-09-241-16/+18
* Added back the InputSource class (patch 101630).Lars Gustäbel2000-09-241-13/+9
* Updated to final Attributes interface (patch 101632).Lars Gustäbel2000-09-241-4/+17
* Updated to new *NS signatures (patch 101573).Lars Gustäbel2000-09-241-25/+25
* Conform more closely with the Python style guide.Fred Drake2000-09-231-11/+11
* Use the public name for the Expat parser; "pyexpat" is deprecated.Fred Drake2000-09-231-11/+7
* fix indentation in one docstringSkip Montanaro2000-07-061-1/+1
* Used original SAX handling form.Paul Prescod2000-07-041-11/+10
* Paul Prescod <paul@prescod.net>:Fred Drake2000-06-291-0/+204