COMMITS
/ Lib/xml/__init__.py May 9, 2011
M
Stop trying to use _xmlplus in the xml module. Closes #11164.
Martin v. Löwis committed
November 13, 2009
B
Merged revisions 76235 via svnmerge from
Benjamin Peterson committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
December 14, 2005
F
move the xml package implementation to xmlcore, and adjust the tests to
Fred Drake committed
December 12, 2005
F
r1077@spiff: Fredrik | 2005-12-12 22:58:44 +0100
Fredrik Lundh committed
F
r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100
Fredrik Lundh committed
November 25, 2004
W
Fix typo in comment.
Walter Dörwald committed
October 13, 2004
M
Require minimally PyXML 0.8.4.
Martin v. Löwis committed
January 26, 2003
M
Require PyXML 0.8.2.
Martin v. Löwis committed
June 30, 2002
M
Bump required PyXML version to 0.6.5.
Martin v. Löwis committed
March 27, 2001
M
Arghh. Fix typo.
Martin v. Löwis committed
M
Use Guido's trick for always extracting the version number from a
Martin v. Löwis committed
February 9, 2001
E
String method conversion.
Eric S. Raymond committed
December 16, 2000
F
Use the string module instead of string methods; this should still work
Fred Drake committed
October 23, 2000
F
Make reindent.py happy (lots of trailing whitespace removed).
Fred Drake committed
September 25, 2000
F
Include the version-detecting code to allow PyXML to override the "standard"
Fred Drake committed
August 4, 2000
F
Remove the outer test for __name__; not necessary.
Fred Drake committed
August 1, 2000
F
Add magic to replace the xml package with _xmlplus at import time.
Fred Drake committed
July 2, 2000
F
Typo (mine): Garsholm --> Garshol
Fred Drake committed
July 1, 2000
P
Reference cycle fixes
Paul Prescod committed
June 29, 2000
F
Package docstring.
Fred Drake committed