1. c6730e1 move the xml package implementation to xmlcore, and adjust the tests to by Fred Drake · 19 years ago[Renamed (89%) from Lib/xml/__init__.py]
  2. af57fa1 r1077@spiff: Fredrik | 2005-12-12 22:58:44 +0100 by Fredrik Lundh · 19 years ago
  3. 7e0aef0 r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100 assorted xml.etree tweaks by Fredrik Lundh · 19 years ago
  4. f7f9b6c Fix typo in comment. by Walter Dörwald · 20 years ago
  5. 4b9059b Require minimally PyXML 0.8.4. by Martin v. Löwis · 20 years ago
  6. afef4ee Require PyXML 0.8.2. by Martin v. Löwis · 21 years ago
  7. adfa740 Bump required PyXML version to 0.6.5. by Martin v. Löwis · 22 years ago
  8. 764dad5 Arghh. Fix typo. by Martin v. Löwis · 23 years ago
  9. c9494ac Use Guido's trick for always extracting the version number from a by Martin v. Löwis · 23 years ago
  10. 83ff749 String method conversion. by Eric S. Raymond · 23 years ago
  11. 1402ab2 Use the string module instead of string methods; this should still work by Fred Drake · 24 years ago
  12. 16f6329 Make reindent.py happy (lots of trailing whitespace removed). by Fred Drake · 24 years ago
  13. af57431 Include the version-detecting code to allow PyXML to override the "standard" by Fred Drake · 24 years ago
  14. 5750017 Remove the outer test for __name__; not necessary. by Fred Drake · 24 years ago
  15. 327e187 Add magic to replace the xml package with _xmlplus at import time. by Fred Drake · 24 years ago
  16. b19948b Typo (mine): Garsholm --> Garshol Noted by Rob Hooft <rob@hooft.net>. by Fred Drake · 24 years ago
  17. 73678da Reference cycle fixes by Paul Prescod · 24 years ago
  18. e85c350 Package docstring. by Fred Drake · 24 years ago