History log of /external/python/cpython2/Lib/test/test_xml_etree_c.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1456c984938afa869dfa4c460a6ddc6330d0d98b 23-Nov-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #25691: Added tests on deleting cElementTree.Element attributes.
/external/python/cpython2/Lib/test/test_xml_etree_c.py
0a92d1849e17dd4008f0d190ecc47b5c55260f3b 03-May-2011 Victor Stinner <victor.stinner@haypocalc.com> Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file
doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int (length
bigger than 2^31-1 bytes).
/external/python/cpython2/Lib/test/test_xml_etree_c.py
13ba1a1c6571dad26e3030525556ec4b552b0865 13-Mar-2010 Florent Xicluna <florent.xicluna@gmail.com> Move the xml test data to their own directory.
/external/python/cpython2/Lib/test/test_xml_etree_c.py
3e8c189faae661d44c61839986614fce595fc404 11-Mar-2010 Florent Xicluna <florent.xicluna@gmail.com> Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too.
/external/python/cpython2/Lib/test/test_xml_etree_c.py
a4f46e129294c686ef1effdd89c459bd9a624e6d 07-Feb-2010 Georg Brandl <georg@python.org> Remove unused imports in test modules.
/external/python/cpython2/Lib/test/test_xml_etree_c.py
dde5b94875460e704099593766f4a5bc3279483d 03-Feb-2010 Ezio Melotti <ezio.melotti@gmail.com> #7092: Silence more py3k warnings. Patch by Florent Xicluna.
/external/python/cpython2/Lib/test/test_xml_etree_c.py
3db8a3432bd84b58bdc7da2c9872777c537a4d09 31-Mar-2009 R. David Murray <rdmurray@bitdance.com> Change more tests to use import_module for the modules that
should cause tests to be skipped. Also rename import_function
to the more descriptive get_attribute and add a docstring.
/external/python/cpython2/Lib/test/test_xml_etree_c.py
c5f05e45cffa16f45f1332cec531c045893f928f 23-Feb-2008 Christian Heimes <christian@cheimes.de> Patch #2167 from calvin: Remove unused imports
/external/python/cpython2/Lib/test/test_xml_etree_c.py
dc075b9ddd19ec5930d39f4958f8f80a2d14c8ae 16-Aug-2006 Fredrik Lundh <fredrik@pythonware.com> SF#1534630

ignore data that arrives before the opening start tag
/external/python/cpython2/Lib/test/test_xml_etree_c.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/test/test_xml_etree_c.py
8911ca3d70d97d46bbc7c7b77293ecc8c45d4c1f 16-Dec-2005 Fredrik Lundh <fredrik@pythonware.com> added encoding tests to ElementTree/cElementTree tests
/external/python/cpython2/Lib/test/test_xml_etree_c.py
9235ea4f26c883c37ea6d3655cb96848e25fd87d 15-Dec-2005 Fredrik Lundh <fredrik@pythonware.com> added cElementTree tests
/external/python/cpython2/Lib/test/test_xml_etree_c.py