cpython/Lib/html
Serhiy Storchaka f3c6f882cd
[3.11] gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464) (GH-135484)
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:46 +02:00
..
__init__.py [3.11] gh-100210: Correct the comment link for unescaping HTML (GH-100212) (#102044) 2023-02-21 07:52:02 +08:00
entities.py Add source for character mappings (#92014) 2022-05-06 12:28:09 +02:00
parser.py [3.11] gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464) (GH-135484) 2025-07-03 23:05:46 +02:00