Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Convert to using string methods instead of the string module. | Fred Drake | 2001-12-03 |
* | Re-factor the HTMLParser class to use the new markupbase.ParserBase class. | Fred Drake | 2001-09-24 |
* | Whitespace normalization. | Tim Peters | 2001-09-18 |
* | HTMLParser is allowed to be more strict than sgmllib, so let's not | Fred Drake | 2001-09-04 |
* | Added reasonable parsing of the DOCTYPE declaration, fixed edge cases | Fred Drake | 2001-09-04 |
* | Deal more appropriately with bare ampersands and pointy brackets; this | Fred Drake | 2001-08-20 |
* | Change some comments into docstrings. | Fred Drake | 2001-08-03 |
* | Merge my changes to the offending comment with Guido's changes. | Fred Drake | 2001-05-23 |
* | Removed incorrect comment left over from sgmllib.py. | Guido van Rossum | 2001-05-22 |
* | A much improved HTML parser -- a replacement for sgmllib. The API is | Guido van Rossum | 2001-05-18 |