History log of /external/python/cpython2/Lib/xml/dom/expatbuilder.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bf2dca96fbda4193552a56f7f1258ba5d16f2a60 11-Jul-2016 Martin Panter <vadmium+py@gmail.com> English spelling and grammar fixes
/external/python/cpython2/Lib/xml/dom/expatbuilder.py
e85e1ae413d28e78d66a7b74d68f08895479543f 06-Oct-2010 Georg Brandl <georg@python.org> Merged revisions 82757-82758,82760-82764 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r82757 | georg.brandl | 2010-07-10 10:58:37 +0200 (Sa, 10 Jul 2010) | 1 line

Fix markup.
........
r82758 | georg.brandl | 2010-07-10 12:23:40 +0200 (Sa, 10 Jul 2010) | 1 line

Emphasize role of count for Pascal string.
........
r82760 | georg.brandl | 2010-07-10 12:39:57 +0200 (Sa, 10 Jul 2010) | 1 line

#3214: improve description of duck-typing in glossary.
........
r82761 | georg.brandl | 2010-07-10 13:40:13 +0200 (Sa, 10 Jul 2010) | 1 line

#1434090: properly append child in expatbuilder doctype handler.
........
r82762 | georg.brandl | 2010-07-10 13:51:06 +0200 (Sa, 10 Jul 2010) | 1 line

#8338: fix outdated class name.
........
r82763 | georg.brandl | 2010-07-10 14:01:34 +0200 (Sa, 10 Jul 2010) | 1 line

#8456: fix signature of sqlite3.connect().
........
r82764 | georg.brandl | 2010-07-10 14:20:38 +0200 (Sa, 10 Jul 2010) | 1 line

#8564: update docs on integrating doctest/unittest with unittest(2) test discovery.
........
/external/python/cpython2/Lib/xml/dom/expatbuilder.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/expatbuilder.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/expatbuilder.py
bc05fc5d2b970a18686c71479f28372a24f97190 29-Jun-2003 Neal Norwitz <nnorwitz@gmail.com> Add missing self. before curNode. This may need to be committed
to PyXML, I'm not sure of the procedure.
/external/python/cpython2/Lib/xml/dom/expatbuilder.py
041411a1c70e0e01fb32864359990d4fd3a20f97 26-Jan-2003 Martin v. Löwis <martin@v.loewis.de> Merge with PyXML 1.34: Correct typo. Fixes #674700.
/external/python/cpython2/Lib/xml/dom/expatbuilder.py
fc5fec77350c1231f55ac8facb1ec3ce0d635a4d 25-Jan-2003 Martin v. Löwis <martin@v.loewis.de> Import expatbuilder, minicompat from PyXML.
/external/python/cpython2/Lib/xml/dom/expatbuilder.py