Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | expunge the xmlcore changes: | Fred Drake | 2006-07-29 | 1 | -0/+47 |
| | | | | | | | | | | | | | | | | | | | 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 | 1 | -47/+0 |
| | | | | | test that package, not the xmlcore/PyXML switcheroo fiasco in the xml module/package | ||||
* | r1077@spiff: Fredrik | 2005-12-12 22:58:44 +0100 | Fredrik Lundh | 2005-12-12 | 1 | -0/+1 |
| | | | | | make sure xml.etree can be used even if PyXML is present (solution proposed by Philip J. Eby) | ||||
* | r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100 | Fredrik Lundh | 2005-12-12 | 1 | -2/+6 |
| | | | | assorted xml.etree tweaks | ||||
* | Fix typo in comment. | Walter Dörwald | 2004-11-25 | 1 | -1/+1 |
| | |||||
* | Require minimally PyXML 0.8.4. | Martin v. Löwis | 2004-10-13 | 1 | -1/+1 |
| | |||||
* | Require PyXML 0.8.2. | Martin v. Löwis | 2003-01-26 | 1 | -1/+1 |
| | |||||
* | Bump required PyXML version to 0.6.5. | Martin v. Löwis | 2002-06-30 | 1 | -1/+1 |
| | |||||
* | Arghh. Fix typo. | Martin v. Löwis | 2001-03-27 | 1 | -1/+1 |
| | |||||
* | Use Guido's trick for always extracting the version number from a | Martin v. Löwis | 2001-03-27 | 1 | -1/+4 |
| | | | | CVS Revision string correctly, even under -kv. | ||||
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -3/+1 |
| | |||||
* | Use the string module instead of string methods; this should still work | Fred Drake | 2000-12-16 | 1 | -1/+3 |
| | | | | with Python 1.5.2 for now. | ||||
* | Make reindent.py happy (lots of trailing whitespace removed). | Fred Drake | 2000-10-23 | 1 | -1/+1 |
| | |||||
* | Include the version-detecting code to allow PyXML to override the "standard" | Fred Drake | 2000-09-25 | 1 | -2/+19 |
| | | | | xml package. Require at least PyXML 0.6.1. | ||||
* | Remove the outer test for __name__; not necessary. | Fred Drake | 2000-08-04 | 1 | -8/+7 |
| | |||||
* | Add magic to replace the xml package with _xmlplus at import time. | Fred Drake | 2000-08-01 | 1 | -1/+11 |
| | | | | Update docstring to reflect change of name for the parsers subpackage. | ||||
* | Typo (mine): Garsholm --> Garshol | Fred Drake | 2000-07-02 | 1 | -1/+1 |
| | | | | Noted by Rob Hooft <rob@hooft.net>. | ||||
* | Reference cycle fixes | Paul Prescod | 2000-07-01 | 1 | -2/+2 |
| | |||||
* | Package docstring. | Fred Drake | 2000-06-29 | 1 | -0/+13 |