1. 50f948e bpo-30011: Fixed race condition in HTMLParser.unescape(). (#1140) by Serhiy Storchaka · 7 years ago
  2. 5a88853 #20288: fix handling of invalid numeric charrefs in HTMLParser. by Ezio Melotti · 10 years ago
  3. b814745 #19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard. by Ezio Melotti · 11 years ago
  4. c45868e #14538: HTMLParser can now parse correctly start tags that contain a bare /. by Ezio Melotti · 12 years ago
  5. 36b7361 HTMLParser is now able to handle slashes in the start tag. by Ezio Melotti · 12 years ago
  6. 65d36da #13987: HTMLParser is now able to handle malformed start tags. by Ezio Melotti · 12 years ago
  7. d2307cb #13987: HTMLParser is now able to handle EOFs in the middle of a construct. by Ezio Melotti · 12 years ago
  8. 369cbd7 Fix an index, add more tests, avoid raising errors for unknown declarations, and clean up comments. by Ezio Melotti · 12 years ago
  9. f117443 #13993: HTMLParser is now able to handle broken end tags. by Ezio Melotti · 12 years ago
  10. 4b92cc3 #13960: HTMLParser is now able to handle broken comments. by Ezio Melotti · 12 years ago
  11. 00dc60b #13358: HTMLParser now calls handle_data only once for each CDATA. by Ezio Melotti · 13 years ago
  12. 0f1571c #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. by Ezio Melotti · 13 years ago
  13. 7e82b27 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 13 years ago
  14. 31890bc Fix display of html.parser.HTMLParser.feed docstrin by Éric Araujo · 13 years ago
  15. 9f1ffb2 #7311: fix HTMLParser to accept non-ASCII attribute values. by Ezio Melotti · 13 years ago
  16. 3f60f09 Fix Issue10759 - HTMLParser.unescape() to handle malform charrefs. by Senthil Kumaran · 14 years ago
  17. 554a3b8 Issue #6662: Fix parsing of malformatted charref (&#bad;) by Victor Stinner · 14 years ago
  18. d995e11 revert creation of the html.entities and html.parser modules by Fred Drake · 16 years ago
  19. 91ae250 rename HTMLParser to html.parser, htmlentitydefs to html.entities by Fred Drake · 16 years ago
  20. ab8a6bb Patch #912410: Replace HTML entity references for attribute values by Martin v. Löwis · 17 years ago
  21. cd3c26a Reverting previous checkin. This breaks too much of HTMLParser to be applied by Georg Brandl · 19 years ago
  22. 7847405 bug [ 761452 ] HTMLParser chokes on my.yahoo.com output by Georg Brandl · 19 years ago
  23. 49b4d19 remove unnecessary override of base class method by Fred Drake · 20 years ago
  24. 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 · 20 years ago
  25. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  26. 0834d77 Accept commas in unquoted attribute values. This closes SF patch #669683. by Fred Drake · 21 years ago
  27. 30d59ba Simplify code to remove an unnecessary test. by Fred Drake · 22 years ago
  28. 248b043 Convert to using string methods instead of the string module. by Fred Drake · 23 years ago
  29. bfc8fea Re-factor the HTMLParser class to use the new markupbase.ParserBase class. by Fred Drake · 23 years ago
  30. b64bec3 Whitespace normalization. by Tim Peters · 23 years ago
  31. 7cf613d HTMLParser is allowed to be more strict than sgmllib, so let's not by Fred Drake · 23 years ago
  32. 68eac2b Added reasonable parsing of the DOCTYPE declaration, fixed edge cases by Fred Drake · 23 years ago
  33. 029acfb Deal more appropriately with bare ampersands and pointy brackets; this by Fred Drake · 23 years ago
  34. 1d4601d Change some comments into docstrings. by Fred Drake · 23 years ago
  35. 1c48eb7 Merge my changes to the offending comment with Guido's changes. by Fred Drake · 23 years ago
  36. 07f353c Removed incorrect comment left over from sgmllib.py. by Guido van Rossum · 23 years ago
  37. 8846d71 A much improved HTML parser -- a replacement for sgmllib. The API is by Guido van Rossum · 23 years ago