Lines Matching refs:HTMLParser
405 - Issue #23144: Make sure that HTMLParser.feed() returns all the data, even
2468 - Issue #20288: fix handling of invalid numeric charrefs in HTMLParser.
3368 - Issue #13633: Added a new convert_charrefs keyword arg to HTMLParser that,
3467 - Issue #19480: HTMLParser now accepts all valid start-tag names as defined
3471 strict argument of HTMLParser or the HTMLParser.error method are used.
5019 - Issue #14679: add an __all__ (that contains only HTMLParser) to html.parser.
7221 - Issue #15156: HTMLParser now uses the new "html.entities.html5" dictionary.
7227 - Issue #15114: the strict mode of HTMLParser and the HTMLParseError exception
7876 - Issue #14538: HTMLParser can now parse correctly start tags that contain
8727 - HTMLParser is now able to handle slashes in the start tag.
8761 - Issue #13993: HTMLParser is now able to handle broken end tags when
8789 - Issue #13960: HTMLParser is now able to handle broken comments when
9022 - Issue #13358: HTMLParser now calls handle_data only once for each CDATA.
9037 - Issues #1745761, #755670, #13357, #12629, #1200313: HTMLParser now correctly
9076 - Issue #670664: Fix HTMLParser to correctly handle the content of
9092 - Issue #13273: fix a bug that prevented HTMLParser to properly detect some
9207 - Issue #12888: Fix a bug in HTMLParser.unescape that prevented it to escape
11304 - Issue #1486713: HTMLParser now has an optional tolerant mode where it tries to