1. 6fc16d8 #21047: set the default value for the *convert_charrefs* argument of HTMLParser to True. Patch by Berker Peksag. by Ezio Melotti · 10 years ago
  2. 73a4359 #15114: the strict mode and argument of HTMLParser, HTMLParser.error, and the HTMLParserError exception have been removed. by Ezio Melotti · 10 years ago
  3. 95401c5 #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when True, automatically converts all character references. by Ezio Melotti · 11 years ago
  4. 88ebfb1 #15114: The html.parser module now raises a DeprecationWarning when the strict argument of HTMLParser or the HTMLParser.error method are used. by Ezio Melotti · 11 years ago
  5. 61063cc Fix a couple of versionadded/versionchanged related markup errors. by Georg Brandl · 12 years ago
  6. 3861d8b #15114: the strict mode of HTMLParser and the HTMLParseError exception are deprecated now that the parser is able to parse invalid markup. by Ezio Melotti · 12 years ago
  7. 4279bc7 #14020: improve HTMLParser documentation. by Ezio Melotti · 12 years ago
  8. 7de56f6 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 13 years ago
  9. f99e4b5 Improve HTMLParser example in the doc and fix a couple minor things. by Ezio Melotti · 13 years ago
  10. 2f5cac6 Merge to 3.2. by Georg Brandl · 13 years ago
  11. 82d8ec5 Fix duplicate word. by Georg Brandl · 13 years ago
  12. a199368 More source links. by Raymond Hettinger · 13 years ago
  13. bb7b753 Add missing versionchanged, correct 'throw' wording to 'raise'. by R. David Murray · 14 years ago
  14. b579dba #1486713: Add a tolerant mode to HTMLParser. by R. David Murray · 14 years ago
  15. 13f959b Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,83599,83612,83659,83977,84015-84018,84020,84141 via svnmerge from by Georg Brandl · 14 years ago
  16. 7cb1319 Terminology fix: exceptions are raised, except in generator.throw(). by Georg Brandl · 14 years ago
  17. feb4c88 Merged revisions 83223 via svnmerge from by Georg Brandl · 14 years ago
  18. 46aa5c5 #3874: document HTMLParser.unknown_decl(). by Georg Brandl · 14 years ago
  19. f78dd34 Merged revisions 73592,73823 via svnmerge from by Georg Brandl · 15 years ago
  20. 2fad00c Updated the last example as requested in #6350 by Ezio Melotti · 15 years ago
  21. 877b10a Remove the htmllib and sgmllib modules as per PEP 3108. by Georg Brandl · 16 years ago
  22. 9087b7f Merged revisions 63438 via svnmerge from by Georg Brandl · 16 years ago[Renamed (96%) from Doc/library/htmlparser.rst]
  23. 3c50ea4 rename HTMLParser to html.parser and htmlentitydefs to html.entities; by Fred Drake · 16 years ago
  24. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  25. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  26. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago