23 Commits (3bf01757b668eefd9cd2b80887ca824ef3dca777)

Author SHA1 Message Date
Ezio Melotti 29877e8e04 HTMLParser is now able to handle slashes in the start tag. 14 years ago
Ezio Melotti e31ddedb0e Fix an index and clean up comments. 14 years ago
Ezio Melotti f4ab491901 Improve handling of declarations in HTMLParser. 14 years ago
Ezio Melotti 5211ffe4df #13993: HTMLParser is now able to handle broken end tags when strict=False. 14 years ago
Ezio Melotti fa3702dc28 #13960: HTMLParser is now able to handle broken comments when strict=False. 14 years ago
Ezio Melotti 15cb489234 #13358: HTMLParser now calls handle_data only once for each CDATA. 14 years ago
Ezio Melotti c2fe57762b #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. 14 years ago
Ezio Melotti 7de56f6a04 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. 14 years ago
Ezio Melotti f50ffa94ab #13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False. 14 years ago
Senthil Kumaran d71bbf9fd5 Fix issue12938 - Update the docstring of html.escape. Include the information on single quote. 15 years ago
Ezio Melotti d9e0b068af #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities. Patch by Peter Otten. 15 years ago
Éric Araujo 39f180bb1f Fix display of html.parser.HTMLParser.feed docstring 15 years ago
Ezio Melotti 2e3607c1e7 #7311: fix html.parser to accept non-ASCII attribute values. 15 years ago
Senthil Kumaran 6c85838489 Merged revisions 87542 via svnmerge from 15 years ago
Senthil Kumaran 164540fee1 Fix Issue10759 - html.parser.unescape() fails on HTML entities with incorrect syntax 15 years ago
R. David Murray b579dba119 #1486713: Add a tolerant mode to HTMLParser. 15 years ago
Georg Brandl 1f7fffb308 #2830: add html.escape() helper and move cgi.escape() uses in the standard library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning. 15 years ago
Victor Stinner 30c223cff5 Merged revisions 81504 via svnmerge from 16 years ago
Victor Stinner e021f4b206 Recorded merge of revisions 81500-81501 via svnmerge from 16 years ago
Antoine Pitrou fd036451bf #2834: Change re module semantics, so that str and bytes mixing is forbidden, 18 years ago
Mark Dickinson f64dcf3ce0 Change test_htmlparser to reflect the HTMLParser -> html.parser 18 years ago
Fred Drake 3c50ea4303 rename HTMLParser to html.parser and htmlentitydefs to html.entities; 18 years ago