cpython/Lib/xml/sax
Lars Gustäbel fc643c339d Bug fix to namespace handling in XMLGenerator (now adds declarations).
Bug fixes to XMLFilterBase (wrong ignorableWhitespace signature and
did not inherit set*Handler methods from XMLReader.)
2000-09-24 10:53:31 +00:00
..
__init__.py More whitespace cleanup, to satisfy tabnanny.py. Don't trust -tt! 2000-09-22 09:30:29 +00:00
_exceptions.py SAXException.__getitem__(): Raise AttributeError instead of NameError. 2000-09-21 16:32:28 +00:00
expatreader.py Conform more closely with the Python style guide. 2000-09-23 05:32:26 +00:00
handler.py Updated to correct DocumentHandler signatures. (patch 101570) 2000-09-21 08:18:55 +00:00
saxutils.py Bug fix to namespace handling in XMLGenerator (now adds declarations). 2000-09-24 10:53:31 +00:00
xmlreader.py Paul Prescod <paul@prescod.net>: 2000-09-21 17:43:48 +00:00