1. 2e3607c #7311: fix html.parser to accept non-ASCII attribute values. by Ezio Melotti · 14 years ago
  2. 164540f Fix Issue10759 - html.parser.unescape() fails on HTML entities with incorrect syntax by Senthil Kumaran · 15 years ago
  3. b579dba #1486713: Add a tolerant mode to HTMLParser. by R. David Murray · 15 years ago
  4. e021f4b Recorded merge of revisions 81500-81501 via svnmerge from by Victor Stinner · 15 years ago
  5. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 17 years ago
  6. f64dcf3 Change test_htmlparser to reflect the HTMLParser -> html.parser by Mark Dickinson · 17 years ago
  7. 3c50ea4 rename HTMLParser to html.parser and htmlentitydefs to html.entities; by Fred Drake · 17 years ago[Renamed (96%) from Lib/HTMLParser.py]
  8. cb5c80f rename markupbase to _markupbase by Fred Drake · 18 years ago
  9. 84fc66d Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. by Guido van Rossum · 18 years ago
  10. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
  11. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  12. cd3c26a Reverting previous checkin. This breaks too much of HTMLParser to be applied by Georg Brandl · 20 years ago
  13. 7847405 bug [ 761452 ] HTMLParser chokes on my.yahoo.com output by Georg Brandl · 20 years ago
  14. 49b4d19 remove unnecessary override of base class method by Fred Drake · 21 years ago
  15. b7d8ce0 [Bug #921657] Allow '@' in unquoted HTML attributes. Not strictly legal according to the HTML REC, but HTMLParser is already a pretty loose parser. Reported by Bernd Zimmermann. by Andrew M. Kuchling · 21 years ago
  16. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  17. 0834d77 Accept commas in unquoted attribute values. This closes SF patch #669683. by Fred Drake · 22 years ago
  18. 30d59ba Simplify code to remove an unnecessary test. by Fred Drake · 23 years ago
  19. 248b043 Convert to using string methods instead of the string module. by Fred Drake · 24 years ago
  20. bfc8fea Re-factor the HTMLParser class to use the new markupbase.ParserBase class. by Fred Drake · 24 years ago
  21. b64bec3 Whitespace normalization. by Tim Peters · 24 years ago
  22. 7cf613d HTMLParser is allowed to be more strict than sgmllib, so let's not by Fred Drake · 24 years ago
  23. 68eac2b Added reasonable parsing of the DOCTYPE declaration, fixed edge cases by Fred Drake · 24 years ago
  24. 029acfb Deal more appropriately with bare ampersands and pointy brackets; this by Fred Drake · 24 years ago
  25. 1d4601d Change some comments into docstrings. by Fred Drake · 24 years ago
  26. 1c48eb7 Merge my changes to the offending comment with Guido's changes. by Fred Drake · 24 years ago
  27. 07f353c Removed incorrect comment left over from sgmllib.py. by Guido van Rossum · 24 years ago
  28. 8846d71 A much improved HTML parser -- a replacement for sgmllib. The API is by Guido van Rossum · 24 years ago