| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #6472: The xml.etree package is updated to ElementTree 1.3. The ↵ | Florent Xicluna | 2010-03-11 | 4 | -545/+1038 |
| | | | | | cElementTree module is updated too. | ||||
| * | Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">") | Antoine Pitrou | 2010-02-09 | 1 | -2/+2 |
| | | | | | | | in XML processing instructions and comments. These raw characters are allowed by the XML specification, and are necessary when outputting e.g. PHP code in a processing instruction. Patch by Neil Muller. | ||||
| * | expunge the xmlcore changes: | Fred Drake | 2006-07-29 | 5 | -0/+1637 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | move the xml package implementation to xmlcore, and adjust the tests to | Fred Drake | 2005-12-14 | 4 | -1621/+0 |
| | | | | | | test that package, not the xmlcore/PyXML switcheroo fiasco in the xml module/package | ||||
| * | added ElementTree core components to xml.etree | Fredrik Lundh | 2005-12-12 | 4 | -0/+1621 |
