]> granicus.if.org Git - python/commit
expunge the xmlcore changes:
authorFred Drake <fdrake@acm.org>
Sat, 29 Jul 2006 16:56:15 +0000 (16:56 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 29 Jul 2006 16:56:15 +0000 (16:56 +0000)
commitfbdeaad06910a50d6f05da177949b9a451a1132a
tree373bae36b9be6328bc02c6f2a778e76a2f58e7ea
parentc032ee939bae3662017f6ff359fb1ed7d207f3f6
expunge the xmlcore changes:
  41667, 41668 - initial switch to xmlcore
  47044        - mention of xmlcore in What's New
  50687        - mention of xmlcore in the library reference

re-apply xmlcore changes to xml:
  41674        - line ending changes (re-applied manually), directory props
  41677        - add cElementTree wrapper
  41678        - PSF licensing for etree
  41812        - whitespace normalization
  42724        - fix svn:eol-style settings
  43681, 43682 - remove Python version-compatibility cruft from minidom
  46773        - fix encoding of \r\n\t in attr values in saxutils
  47269        - added XMLParser alias for cElementTree compatibility

additional tests were added in Lib/test/test_sax.py that failed with
the xmlcore changes; these relate to SF bugs #1511497, #1513611
31 files changed:
Doc/lib/markup.tex
Doc/whatsnew/whatsnew25.tex
Lib/test/test_minidom.py
Lib/test/test_sax.py
Lib/test/test_xml_etree.py
Lib/test/test_xml_etree_c.py
Lib/xml/__init__.py [moved from Lib/xml.py with 90% similarity]
Lib/xml/dom/NodeFilter.py [moved from Lib/xmlcore/dom/NodeFilter.py with 100% similarity]
Lib/xml/dom/__init__.py [moved from Lib/xmlcore/dom/__init__.py with 100% similarity]
Lib/xml/dom/domreg.py [moved from Lib/xmlcore/dom/domreg.py with 98% similarity]
Lib/xml/dom/expatbuilder.py [moved from Lib/xmlcore/dom/expatbuilder.py with 99% similarity]
Lib/xml/dom/minicompat.py [moved from Lib/xmlcore/dom/minicompat.py with 99% similarity]
Lib/xml/dom/minidom.py [moved from Lib/xmlcore/dom/minidom.py with 93% similarity]
Lib/xml/dom/pulldom.py [moved from Lib/xmlcore/dom/pulldom.py with 96% similarity]
Lib/xml/dom/xmlbuilder.py [moved from Lib/xmlcore/dom/xmlbuilder.py with 95% similarity]
Lib/xml/etree/ElementInclude.py [moved from Lib/xmlcore/etree/ElementInclude.py with 100% similarity]
Lib/xml/etree/ElementPath.py [moved from Lib/xmlcore/etree/ElementPath.py with 100% similarity]
Lib/xml/etree/ElementTree.py [moved from Lib/xmlcore/etree/ElementTree.py with 99% similarity]
Lib/xml/etree/__init__.py [moved from Lib/xmlcore/etree/__init__.py with 100% similarity]
Lib/xml/etree/cElementTree.py [moved from Lib/xmlcore/etree/cElementTree.py with 100% similarity]
Lib/xml/parsers/__init__.py [moved from Lib/xmlcore/parsers/__init__.py with 100% similarity]
Lib/xml/parsers/expat.py [moved from Lib/xmlcore/parsers/expat.py with 100% similarity]
Lib/xml/sax/__init__.py [moved from Lib/xmlcore/sax/__init__.py with 97% similarity]
Lib/xml/sax/_exceptions.py [moved from Lib/xmlcore/sax/_exceptions.py with 100% similarity]
Lib/xml/sax/expatreader.py [moved from Lib/xmlcore/sax/expatreader.py with 95% similarity]
Lib/xml/sax/handler.py [moved from Lib/xmlcore/sax/handler.py with 100% similarity]
Lib/xml/sax/saxutils.py [moved from Lib/xmlcore/sax/saxutils.py with 100% similarity]
Lib/xml/sax/xmlreader.py [moved from Lib/xmlcore/sax/xmlreader.py with 100% similarity]
Lib/xmlcore/__init__.py [deleted file]
Makefile.pre.in
Misc/NEWS