Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the xml test data to their own directory. | Florent Xicluna | 2010-03-13 | 1 | -0/+5 |
| | |||||
* | Issue #6472: The xml.etree package is updated to ElementTree 1.3. The ↵ | Florent Xicluna | 2010-03-11 | 1 | -203/+14 |
| | | | | cElementTree module is updated too. | ||||
* | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -1/+0 |
| | |||||
* | #7092: Silence more py3k warnings. Patch by Florent Xicluna. | Ezio Melotti | 2010-02-03 | 1 | -1/+1 |
| | |||||
* | Change more tests to use import_module for the modules that | R. David Murray | 2009-03-30 | 1 | -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 imports | Christian Heimes | 2008-02-23 | 1 | -1/+2 |
| | |||||
* | SF#1534630 | Fredrik Lundh | 2006-08-16 | 1 | -0/+11 |
| | | | | ignore data that arrives before the opening start tag | ||||
* | expunge the xmlcore changes: | Fred Drake | 2006-07-29 | 1 | -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 tests | Fredrik Lundh | 2005-12-16 | 1 | -6/+15 |
| | |||||
* | added cElementTree tests | Fredrik Lundh | 2005-12-15 | 1 | -0/+203 |