summaryrefslogtreecommitdiffstats
path: root/Lib/xml/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+47
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-141-47/+0
* r1077@spiff: Fredrik | 2005-12-12 22:58:44 +0100Fredrik Lundh2005-12-121-0/+1
* r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100Fredrik Lundh2005-12-121-2/+6
* Fix typo in comment.Walter Dörwald2004-11-251-1/+1
* Require minimally PyXML 0.8.4.Martin v. Löwis2004-10-131-1/+1
* Require PyXML 0.8.2.Martin v. Löwis2003-01-261-1/+1
* Bump required PyXML version to 0.6.5.Martin v. Löwis2002-06-301-1/+1
* Arghh. Fix typo.Martin v. Löwis2001-03-271-1/+1
* Use Guido's trick for always extracting the version number from aMartin v. Löwis2001-03-271-1/+4
* String method conversion.Eric S. Raymond2001-02-091-3/+1
* Use the string module instead of string methods; this should still workFred Drake2000-12-161-1/+3
* Make reindent.py happy (lots of trailing whitespace removed).Fred Drake2000-10-231-1/+1
* Include the version-detecting code to allow PyXML to override the "standard"Fred Drake2000-09-251-2/+19
* Remove the outer test for __name__; not necessary.Fred Drake2000-08-041-8/+7
* Add magic to replace the xml package with _xmlplus at import time.Fred Drake2000-08-011-1/+11
* Typo (mine): Garsholm --> GarsholFred Drake2000-07-021-1/+1
* Reference cycle fixesPaul Prescod2000-07-011-2/+2
* Package docstring.Fred Drake2000-06-291-0/+13