1. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  2. 597d15a Issue #23277: Remove unused support.run_unittest import. by Serhiy Storchaka · 8 years ago
  3. 20a2c64 #23144: merge with 3.4. by Ezio Melotti · 9 years ago
  4. 6f2bb98 #23144: Make sure that HTMLParser.feed() returns all the data, even when convert_charrefs is True. by Ezio Melotti · 9 years ago
  5. 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
  6. 73a4359 #15114: the strict mode and argument of HTMLParser, HTMLParser.error, and the HTMLParserError exception have been removed. by Ezio Melotti · 10 years ago
  7. 153d97b #20288: merge with 3.3. by Ezio Melotti · 10 years ago
  8. f27b9a7 #20288: fix handling of invalid numeric charrefs in HTMLParser. by Ezio Melotti · 10 years ago
  9. 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
  10. f6de9eb #19688: add back and deprecate the internal HTMLParser.unescape() method. by Ezio Melotti · 11 years ago
  11. 4a9ee26 #2927: Added the unescape() function to the html module. by Ezio Melotti · 11 years ago
  12. b703881 #19480: merge with 3.3. by Ezio Melotti · 11 years ago
  13. 7165d8b #19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard. by Ezio Melotti · 11 years ago
  14. 1943c8a Merge test_htmlparser changes from 3.3. by Ezio Melotti · 11 years ago
  15. 5028f4d Use unittest.main() in test_htmlparser. by Ezio Melotti · 11 years ago
  16. 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
  17. 8e596a7 #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow. by Ezio Melotti · 11 years ago
  18. 4649518 #15156: HTMLParser now uses the new "html.entities.html5" dictionary. by Ezio Melotti · 12 years ago
  19. 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
  20. 0780b6b #14538: HTMLParser can now parse correctly start tags that contain a bare /. by Ezio Melotti · 12 years ago
  21. 29877e8 HTMLParser is now able to handle slashes in the start tag. by Ezio Melotti · 12 years ago
  22. e31dded Fix an index and clean up comments. by Ezio Melotti · 12 years ago
  23. f4ab491 Improve handling of declarations in HTMLParser. by Ezio Melotti · 12 years ago
  24. 86f6712 Fix htmlparser tests to always use the right collector. by Ezio Melotti · 12 years ago
  25. 5211ffe #13993: HTMLParser is now able to handle broken end tags when strict=False. by Ezio Melotti · 12 years ago
  26. fa3702d #13960: HTMLParser is now able to handle broken comments when strict=False. by Ezio Melotti · 12 years ago
  27. 62f3d03 #13576: add tests about the handling of (possibly broken) condcoms. by Ezio Melotti · 13 years ago
  28. 15cb489 #13358: HTMLParser now calls handle_data only once for each CDATA. by Ezio Melotti · 13 years ago
  29. c2fe577 #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. by Ezio Melotti · 13 years ago
  30. b245ed1 Group tests about attributes in a separate class. by Ezio Melotti · 13 years ago
  31. c1e73c3 Make sure that the tolerant parser still parses valid HTML correctly. by Ezio Melotti · 13 years ago
  32. b9a48f7 Avoid reusing the same collector in the tests. by Ezio Melotti · 13 years ago
  33. 18b0e5b #12008: add a test. by Ezio Melotti · 13 years ago
  34. 7de56f6 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 13 years ago
  35. f50ffa9 #13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False. by Ezio Melotti · 13 years ago
  36. d9e0b06 #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities. Patch by Peter Otten. by Ezio Melotti · 13 years ago
  37. 2e3607c #7311: fix html.parser to accept non-ASCII attribute values. by Ezio Melotti · 13 years ago
  38. 164540f Fix Issue10759 - html.parser.unescape() fails on HTML entities with incorrect syntax by Senthil Kumaran · 13 years ago
  39. b579dba #1486713: Add a tolerant mode to HTMLParser. by R. David Murray · 14 years ago
  40. e021f4b Recorded merge of revisions 81500-81501 via svnmerge from by Victor Stinner · 14 years ago
  41. 5a53fde Merged revisions 78678,78680,78682 via svnmerge from by Benjamin Peterson · 14 years ago
  42. f64dcf3 Change test_htmlparser to reflect the HTMLParser -> html.parser by Mark Dickinson · 16 years ago
  43. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  44. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  45. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  46. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  47. d09def3 Bug #1442874: handle "<!>", the empty SGML comment by Georg Brandl · 18 years ago
  48. 75d9a62 add tests that make sure buffer boundaries are handled properly for SGML comments by Fred Drake · 20 years ago
  49. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  50. 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
  51. fafd56f Add test that demonstrates SGML-style handling of processing instructions. by Fred Drake · 21 years ago
  52. 0834d77 Accept commas in unquoted attribute values. This closes SF patch #669683. by Fred Drake · 21 years ago
  53. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  54. 073148c Add a test that makes sure unclosed entity references are handled consitently. by Fred Drake · 23 years ago
  55. e822049 Adapt to use the test_main() approach. by Fred Drake · 23 years ago
  56. 7cf613d HTMLParser is allowed to be more strict than sgmllib, so let's not by Fred Drake · 23 years ago
  57. c20a698 Enhanced the test for DOCTYPE declarations, added a test for dealing with by Fred Drake · 23 years ago
  58. 029acfb Deal more appropriately with bare ampersands and pointy brackets; this by Fred Drake · 23 years ago
  59. 84bb9d8 Fix stupid bug: when migrating these tests from the Zope repository, the by Fred Drake · 23 years ago
  60. 50bc19f Remove a duplicate test. by Fred Drake · 23 years ago
  61. bd3090d Added test suite for the new HTMLParser module, originally from the by Fred Drake · 23 years ago