History log of /external/python/cpython2/Lib/xml/dom/xmlbuilder.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6e3dbbdf39f3b4eb6f18c0165e446df17218b7dc 10-Oct-2009 Benjamin Peterson <benjamin@python.org> replace has_key with 'in' operator
/external/python/cpython2/Lib/xml/dom/xmlbuilder.py
fbdeaad06910a50d6f05da177949b9a451a1132a 29-Jul-2006 Fred Drake <fdrake@acm.org> 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
/external/python/cpython2/Lib/xml/dom/xmlbuilder.py
c6730e1772f52b99feaffb95cdb7774905340d52 14-Dec-2005 Fred Drake <fdrake@acm.org> 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
/external/python/cpython2/Lib/xml/dom/xmlbuilder.py
70a6b49821a3226f55e9716f32d802d06640cb89 12-Feb-2004 Walter Dörwald <walter@livinglogic.de> Replace backticks with repr() or "%r"

From SF patch #852334.
/external/python/cpython2/Lib/xml/dom/xmlbuilder.py
9ea67889dc8fecbd2e57e2c3a5a65f1f69b7c1dc 25-Jan-2003 Martin v. Löwis <martin@v.loewis.de> Import from PyXML 1.10.
/external/python/cpython2/Lib/xml/dom/xmlbuilder.py