summaryrefslogtreecommitdiff
path: root/Lib/xml/sax/xmlreader.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* #2501 xml.sax.parser doesn't terminate when given a filename; enable some mor...Benjamin Peterson2008-09-041-1/+1
* r698@Silves: collinwinter | 2007-08-24 10:57:15 -0700Collin Winter2007-08-241-4/+4
* Make test_sax pass.Guido van Rossum2007-02-111-6/+6
* Fix some more has_key() uses. This could really use a tool to automate...Guido van Rossum2006-08-191-6/+3
* Use explicit relative import to make this work again.Guido van Rossum2006-08-171-3/+3
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+381
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-141-381/+0
* SF patch 672098: Three __contains__ implementationsRaymond Hettinger2003-01-301-0/+3
* Previous check-in was by mistake, undo it.Martin v. Löwis2001-06-071-1/+3
* Patch #416220: Fix misplaced paren.Martin v. Löwis2001-06-071-3/+1
* Import the exceptions that this module can raise.Fred Drake2001-03-141-0/+3
* Synchronize with PyXML 1.5.Martin v. Löwis2001-01-271-1/+1
* When raising KeyError, provide the key value that failed.Fred Drake2000-12-131-4/+4
* Make reindent.py happy (lots of trailing whitespace removed).Fred Drake2000-10-231-26/+26
* In an incremental parser, close the parser after feeding everything.Martin v. Löwis2000-10-061-0/+1
* Remove dependency from saxutils when loading xmlreaderMartin v. Löwis2000-09-291-2/+1
* Improvements to doco strings.Lars Gustäbel2000-09-241-0/+11
* Added EntityResolver and DTDHandler (patch 101631) with test cases.Lars Gustäbel2000-09-241-4/+2
* Added back the InputSource class (patch 101630).Lars Gustäbel2000-09-241-15/+100
* Updated to final Attributes interface (patch 101632).Lars Gustäbel2000-09-241-9/+55
* Paul Prescod <paul@prescod.net>:Fred Drake2000-09-211-17/+27
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* fixed indentation in several placesSkip Montanaro2000-07-061-19/+19
* Paul Prescod <paul@prescod.net>:Fred Drake2000-06-291-0/+225