]> granicus.if.org Git - python/commit
move the xml package implementation to xmlcore, and adjust the tests to
authorFred Drake <fdrake@acm.org>
Wed, 14 Dec 2005 06:20:35 +0000 (06:20 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 14 Dec 2005 06:20:35 +0000 (06:20 +0000)
commitc6730e1772f52b99feaffb95cdb7774905340d52
tree0f125cf464348edd71c41f35c4ecbff8f8fe6114
parentcc117dbb9d925ade41ae3e43ff2292b83b5d9b32
move the xml package implementation to xmlcore, and adjust the tests to
test that package, not the xmlcore/PyXML switcheroo fiasco in the xml
module/package
24 files changed:
Lib/test/test_minidom.py
Lib/test/test_sax.py
Lib/test/test_xml_etree.py
Lib/xml.py [moved from Lib/xml/__init__.py with 90% similarity]
Lib/xmlcore/dom/NodeFilter.py [moved from Lib/xml/dom/NodeFilter.py with 100% similarity]
Lib/xmlcore/dom/__init__.py [moved from Lib/xml/dom/__init__.py with 100% similarity]
Lib/xmlcore/dom/domreg.py [moved from Lib/xml/dom/domreg.py with 98% similarity]
Lib/xmlcore/dom/expatbuilder.py [moved from Lib/xml/dom/expatbuilder.py with 99% similarity]
Lib/xmlcore/dom/minicompat.py [moved from Lib/xml/dom/minicompat.py with 96% similarity]
Lib/xmlcore/dom/minidom.py [moved from Lib/xml/dom/minidom.py with 93% similarity]
Lib/xmlcore/dom/pulldom.py [moved from Lib/xml/dom/pulldom.py with 96% similarity]
Lib/xmlcore/dom/xmlbuilder.py [moved from Lib/xml/dom/xmlbuilder.py with 95% similarity]
Lib/xmlcore/etree/ElementInclude.py [moved from Lib/xml/etree/ElementInclude.py with 100% similarity]
Lib/xmlcore/etree/ElementPath.py [moved from Lib/xml/etree/ElementPath.py with 100% similarity]
Lib/xmlcore/etree/ElementTree.py [moved from Lib/xml/etree/ElementTree.py with 96% similarity]
Lib/xmlcore/etree/__init__.py [moved from Lib/xml/etree/__init__.py with 100% similarity]
Lib/xmlcore/parsers/__init__.py [moved from Lib/xml/parsers/__init__.py with 100% similarity]
Lib/xmlcore/parsers/expat.py [moved from Lib/xml/parsers/expat.py with 100% similarity]
Lib/xmlcore/sax/__init__.py [moved from Lib/xml/sax/__init__.py with 97% similarity]
Lib/xmlcore/sax/_exceptions.py [moved from Lib/xml/sax/_exceptions.py with 100% similarity]
Lib/xmlcore/sax/expatreader.py [moved from Lib/xml/sax/expatreader.py with 95% similarity]
Lib/xmlcore/sax/handler.py [moved from Lib/xml/sax/handler.py with 100% similarity]
Lib/xmlcore/sax/saxutils.py [moved from Lib/xml/sax/saxutils.py with 100% similarity]
Lib/xmlcore/sax/xmlreader.py [moved from Lib/xml/sax/xmlreader.py with 100% similarity]