COMMITS
/ Lib/xml/sax/xmlreader.py April 2, 2015
S
Issue #2175: SAX parsers now support a character stream of InputSource object.
Serhiy Storchaka committed
December 18, 2012
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
September 4, 2008
B
#2501 xml.sax.parser doesn't terminate when given a filename; enable some more tests!
Benjamin Peterson committed
August 24, 2007
C
r698@Silves: collinwinter | 2007-08-24 10:57:15 -0700
Collin Winter committed
February 11, 2007
G
Make test_sax pass.
Guido van Rossum committed
August 19, 2006
G
Fix some more has_key() uses. This could really use a tool to automate...
Guido van Rossum committed
August 17, 2006
G
Use explicit relative import to make this work again.
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
December 14, 2005
F
move the xml package implementation to xmlcore, and adjust the tests to
Fred Drake committed
January 30, 2003
R
SF patch 672098: Three __contains__ implementations
Raymond Hettinger committed
June 7, 2001
M
Previous check-in was by mistake, undo it.
Martin v. Löwis committed
M
Patch #416220: Fix misplaced paren.
Martin v. Löwis committed
March 14, 2001
F
Import the exceptions that this module can raise.
Fred Drake committed
January 27, 2001
M
Synchronize with PyXML 1.5.
Martin v. Löwis committed
December 13, 2000
F
When raising KeyError, provide the key value that failed.
Fred Drake committed
October 23, 2000
F
Make reindent.py happy (lots of trailing whitespace removed).
Fred Drake committed
October 6, 2000
M
In an incremental parser, close the parser after feeding everything.
Martin v. Löwis committed
September 29, 2000
M
Remove dependency from saxutils when loading xmlreader
Martin v. Löwis committed
September 24, 2000
L
Improvements to doco strings.
Lars Gustäbel committed
L
Added EntityResolver and DTDHandler (patch 101631) with test cases.
Lars Gustäbel committed
L
Added back the InputSource class (patch 101630).
Lars Gustäbel committed
L
Updated to final Attributes interface (patch 101632).
Lars Gustäbel committed
September 21, 2000
F
Paul Prescod <paul@prescod.net>:
Fred Drake committed
July 16, 2000
T
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters committed
July 6, 2000
S
fixed indentation in several places
Skip Montanaro committed
June 29, 2000
F
Paul Prescod <paul@prescod.net>:
Fred Drake committed