cpython/Lib/html
Serhiy Storchaka fdc9d214c0
[3.10] gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464) (GH-135485)
End-of-file errors are now handled according to the HTML5 specs --
comments and declarations are automatically closed, tags are ignored.
(cherry picked from commit 6eb6c5dbfb)
2025-07-03 23:05:53 +02:00
..
__init__.py gh-100210: Correct the comment link for unescaping HTML (GH-100212) 2023-02-19 02:41:53 -08:00
entities.py Add source for character mappings (GH-92014) (#92389) 2022-05-06 12:58:16 +02:00
parser.py [3.10] gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464) (GH-135485) 2025-07-03 23:05:53 +02:00