COMMITS
/ Lib/xml/sax/_exceptions.py December 23, 2022
N
gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)
Nikita Sobolev committed
December 18, 2012
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov 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
July 18, 2004
T
Whitespace normalization, via reindent.py.
Tim Peters committed
March 20, 2004
F
commit the portion of PyXML patch #919008 that is relevant to the
Fred Drake committed
March 22, 2001
M
Synchronize with 1.6 of PyXML:
Martin v. Löwis committed
January 27, 2001
M
Synchronize with PyXML 1.5.
Martin v. Löwis committed
October 23, 2000
F
Make reindent.py happy (lots of trailing whitespace removed).
Fred Drake committed
October 9, 2000
M
_exceptions: Format a missing system id as <unknown>.
Martin v. Löwis committed
October 6, 2000
M
Add SAXReaderNotAvailable, and use it to distinguish between an
Martin v. Löwis committed
September 21, 2000
F
SAXException.__getitem__(): Raise AttributeError instead of NameError.
Fred Drake committed
September 18, 2000
F
Once we're done with the sys module, remove it from the namespace so
Fred Drake committed
July 7, 2000
J
fix inconsistent use of tabs and spaces
Jeremy Hylton committed
June 29, 2000
F
Paul Prescod <paul@prescod.net>:
Fred Drake committed