COMMITS
/ Lib/HTMLParser.py September 4, 2001
F
HTMLParser is allowed to be more strict than sgmllib, so let's not
Fred Drake committed
F
Added reasonable parsing of the DOCTYPE declaration, fixed edge cases
Fred Drake committed
August 20, 2001
F
Deal more appropriately with bare ampersands and pointy brackets; this
Fred Drake committed
August 3, 2001
F
Change some comments into docstrings.
Fred Drake committed
May 23, 2001
F
Merge my changes to the offending comment with Guido's changes.
Fred Drake committed
May 22, 2001
G
Removed incorrect comment left over from sgmllib.py.
Guido van Rossum committed
May 18, 2001
G
A much improved HTML parser -- a replacement for sgmllib. The API is
Guido van Rossum committed