cpython/Lib/html
Serhiy Storchaka 6eb6c5dbfb
gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464)
End-of-file errors are now handled according to the HTML5 specs --
comments and declarations are automatically closed, tags are ignored.
2025-06-13 19:57:48 +03:00
..
__init__.py gh-100210: Correct the comment link for unescaping HTML (#100212) 2023-02-19 11:18:12 +01:00
entities.py
parser.py gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464) 2025-06-13 19:57:48 +03:00