summaryrefslogtreecommitdiffstats
path: root/Lib/HTMLParser.py
Commit message (Expand)AuthorAgeFilesLines
* Simplify code to remove an unnecessary test.Fred Drake2002-05-141-2/+1
* Convert to using string methods instead of the string module.Fred Drake2001-12-031-29/+25
* Re-factor the HTMLParser class to use the new markupbase.ParserBase class.Fred Drake2001-09-241-305/+19
* Whitespace normalization.Tim Peters2001-09-181-1/+1
* HTMLParser is allowed to be more strict than sgmllib, so let's notFred Drake2001-09-041-31/+16
* Added reasonable parsing of the DOCTYPE declaration, fixed edge casesFred Drake2001-09-041-12/+260
* Deal more appropriately with bare ampersands and pointy brackets; thisFred Drake2001-08-201-12/+12
* Change some comments into docstrings.Fred Drake2001-08-031-27/+31
* Merge my changes to the offending comment with Guido's changes.Fred Drake2001-05-231-6/+10
* Removed incorrect comment left over from sgmllib.py.Guido van Rossum2001-05-221-7/+7
* A much improved HTML parser -- a replacement for sgmllib. The API isGuido van Rossum2001-05-181-0/+432