COMMITS
/ Lib/test/test_htmlparser.py November 19, 2025
S
gh-140875: Fix handling of unclosed charrefs before EOF in HTMLParser (GH-140904)
Serhiy Storchaka committed
October 31, 2025
S
gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (GH-137837)
Serhiy Storchaka committed
August 17, 2025
S
gh-135661: Fix parsing unterminated bogus comments in HTMLParser (GH-137873)
Serhiy Storchaka committed
August 14, 2025
S
gh-135661: Fix CDATA section parsing in HTMLParser (GH-135665)
Serhiy Storchaka committed
July 22, 2025
T
gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (#135310)
Timon Viola committed
July 21, 2025
S
gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser (GH-136908)
Serhiy Storchaka committed
July 4, 2025
S
gh-102555: Fix comment parsing in HTMLParser according to the HTML5 standard (GH-135664)
Serhiy Storchaka committed
July 3, 2025
S
gh-135661: Fix parsing start and end tags in HTMLParser according to the HTML5 standard (GH-135930)
Serhiy Storchaka committed
June 13, 2025
S
gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464)
Serhiy Storchaka committed
May 10, 2025
W
gh-86155: Fix data loss after unclosed script or style tag in HTMLParser (GH-22658)
Waylan Limberg committed
E
gh-77057: Fix handling of invalid markup declarations in HTMLParser (GH-9295)
Ezio Melotti committed
May 7, 2025
S
gh-69426: HTMLParser: only unescape properly terminated character entities in attribute values (GH-95215)
Sascha Ißbrücker committed
August 18, 2022
D
gh-95813: Improve HTMLParser from the view of inheritance (#95874)
Dong-hee Na committed
February 1, 2021
K
bpo-41748: Handles unquoted attributes with commas (#24072)
Karl Dubost committed
August 27, 2019
I
bpo-37328: remove deprecated HTMLParser.unescape (GH-14186)
Inada Naoki committed
September 8, 2016
R
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray committed
April 24, 2016
S
Issue #23277: Remove unused support.run_unittest import.
Serhiy Storchaka committed
September 6, 2015
E
#23144: merge with 3.4.
Ezio Melotti committed
August 2, 2014
E
February 1, 2014
E
#20288: merge with 3.3.
Ezio Melotti committed
E
#20288: fix handling of invalid numeric charrefs in HTMLParser.
Ezio Melotti committed
November 23, 2013
November 22, 2013
E
#19688: add back and deprecate the internal HTMLParser.unescape() method.
Ezio Melotti committed
November 19, 2013
E
#2927: Added the unescape() function to the html module.
Ezio Melotti committed
November 7, 2013
E
#19480: merge with 3.3.
Ezio Melotti committed
E
#19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard.
Ezio Melotti committed
November 2, 2013
E
Merge test_htmlparser changes from 3.3.
Ezio Melotti committed
E
Use unittest.main() in test_htmlparser.
Ezio Melotti committed
May 1, 2013
E
#17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow.
Ezio Melotti committed
June 24, 2012
E
#15156: HTMLParser now uses the new "html.entities.html5" dictionary.
Ezio Melotti committed
June 23, 2012
April 19, 2012
E
#14538: HTMLParser can now parse correctly start tags that contain a bare /.
Ezio Melotti committed
February 21, 2012
E
HTMLParser is now able to handle slashes in the start tag.
Ezio Melotti committed
February 13, 2012
E
Fix an index and clean up comments.
Ezio Melotti committed
E
Improve handling of declarations in HTMLParser.
Ezio Melotti committed
E
Fix htmlparser tests to always use the right collector.
Ezio Melotti committed
E
#13993: HTMLParser is now able to handle broken end tags when strict=False.
Ezio Melotti committed
February 10, 2012
E
#13960: HTMLParser is now able to handle broken comments when strict=False.
Ezio Melotti committed
December 19, 2011
E
#13576: add tests about the handling of (possibly broken) condcoms.
Ezio Melotti committed
November 18, 2011
E
#13358: HTMLParser now calls handle_data only once for each CDATA.
Ezio Melotti committed
November 14, 2011
E
#1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser.
Ezio Melotti committed
E
Group tests about attributes in a separate class.
Ezio Melotti committed
November 1, 2011
E
Make sure that the tolerant parser still parses valid HTML correctly.
Ezio Melotti committed
E
Avoid reusing the same collector in the tests.
Ezio Melotti committed
E
#12008: add a test.
Ezio Melotti committed
October 28, 2011
E
#13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False.
Ezio Melotti committed