summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_xml_etree_c.py
Commit message (Collapse)AuthorAgeFilesLines
* Move the xml test data to their own directory.Florent Xicluna2010-03-131-0/+5
|
* Issue #6472: The xml.etree package is updated to ElementTree 1.3. The ↵Florent Xicluna2010-03-111-203/+14
| | | | cElementTree module is updated too.
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
|
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-031-1/+1
|
* Change more tests to use import_module for the modules thatR. David Murray2009-03-301-1/+1
| | | | | should cause tests to be skipped. Also rename import_function to the more descriptive get_attribute and add a docstring.
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+2
|
* SF#1534630Fredrik Lundh2006-08-161-0/+11
| | | | ignore data that arrives before the opening start tag
* expunge the xmlcore changes:Fred Drake2006-07-291-3/+3
| | | | | | | | | | | | | | | | | | | 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
* added encoding tests to ElementTree/cElementTree testsFredrik Lundh2005-12-161-6/+15
|
* added cElementTree testsFredrik Lundh2005-12-151-0/+203