1. 2e3607c #7311: fix html.parser to accept non-ASCII attribute values. by Ezio Melotti · 13 years ago
  2. 164540f Fix Issue10759 - html.parser.unescape() fails on HTML entities with incorrect syntax by Senthil Kumaran · 14 years ago
  3. b579dba #1486713: Add a tolerant mode to HTMLParser. by R. David Murray · 14 years ago
  4. e021f4b Recorded merge of revisions 81500-81501 via svnmerge from by Victor Stinner · 14 years ago
  5. 5a53fde Merged revisions 78678,78680,78682 via svnmerge from by Benjamin Peterson · 14 years ago
  6. f64dcf3 Change test_htmlparser to reflect the HTMLParser -> html.parser by Mark Dickinson · 16 years ago
  7. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  8. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  9. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  10. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  11. d09def3 Bug #1442874: handle "<!>", the empty SGML comment by Georg Brandl · 18 years ago
  12. 75d9a62 add tests that make sure buffer boundaries are handled properly for SGML comments by Fred Drake · 20 years ago
  13. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  14. 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
  15. fafd56f Add test that demonstrates SGML-style handling of processing instructions. by Fred Drake · 21 years ago
  16. 0834d77 Accept commas in unquoted attribute values. This closes SF patch #669683. by Fred Drake · 21 years ago
  17. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  18. 073148c Add a test that makes sure unclosed entity references are handled consitently. by Fred Drake · 23 years ago
  19. e822049 Adapt to use the test_main() approach. by Fred Drake · 23 years ago
  20. 7cf613d HTMLParser is allowed to be more strict than sgmllib, so let's not by Fred Drake · 23 years ago
  21. c20a698 Enhanced the test for DOCTYPE declarations, added a test for dealing with by Fred Drake · 23 years ago
  22. 029acfb Deal more appropriately with bare ampersands and pointy brackets; this by Fred Drake · 23 years ago
  23. 84bb9d8 Fix stupid bug: when migrating these tests from the Zope repository, the by Fred Drake · 23 years ago
  24. 50bc19f Remove a duplicate test. by Fred Drake · 23 years ago
  25. bd3090d Added test suite for the new HTMLParser module, originally from the by Fred Drake · 23 years ago