- c45868e #14538: HTMLParser can now parse correctly start tags that contain a bare /. by Ezio Melotti · 13 years ago
- 36b7361 HTMLParser is now able to handle slashes in the start tag. by Ezio Melotti · 13 years ago
- 65d36da #13987: HTMLParser is now able to handle malformed start tags. by Ezio Melotti · 13 years ago
- d2307cb #13987: HTMLParser is now able to handle EOFs in the middle of a construct. by Ezio Melotti · 13 years ago
- 369cbd7 Fix an index, add more tests, avoid raising errors for unknown declarations, and clean up comments. by Ezio Melotti · 13 years ago
- f117443 #13993: HTMLParser is now able to handle broken end tags. by Ezio Melotti · 13 years ago
- 4b92cc3 #13960: HTMLParser is now able to handle broken comments. by Ezio Melotti · 13 years ago
- 6b7003a #13576: add tests about the handling of (possibly broken) condcoms. by Ezio Melotti · 13 years ago
- 00dc60b #13358: HTMLParser now calls handle_data only once for each CDATA. by Ezio Melotti · 13 years ago
- 0f1571c #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. by Ezio Melotti · 13 years ago
- 7459291 Group tests about attributes in a separate class. by Ezio Melotti · 14 years ago
- 7e82b27 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 14 years ago
- 9f1ffb2 #7311: fix HTMLParser to accept non-ASCII attribute values. by Ezio Melotti · 14 years ago
- 3f60f09 Fix Issue10759 - HTMLParser.unescape() to handle malform charrefs. by Senthil Kumaran · 14 years ago
- 554a3b8 Issue #6662: Fix parsing of malformatted charref (&#bad;) by Victor Stinner · 15 years ago
- b3be23a remove the svn:executable property from files that don't have shebang lines by Benjamin Peterson · 15 years ago
- bcdafa4 Remove html package and fix test_htmlparser. by Georg Brandl · 17 years ago
- d21dabc change some imports in tests so they will not be skipped in 3.0 by Benjamin Peterson · 17 years ago
- c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
- ab8a6bb Patch #912410: Replace HTML entity references for attribute values by Martin v. Löwis · 18 years ago
- d09def3 Bug #1442874: handle "<!>", the empty SGML comment by Georg Brandl · 19 years ago
- 75d9a62 add tests that make sure buffer boundaries are handled properly for SGML comments by Fred Drake · 21 years ago
- 27f8836 Whitespace normalization. by Tim Peters · 21 years ago
- b7d8ce0 [Bug #921657] Allow '@' in unquoted HTML attributes. Not strictly legal according to the HTML REC, but HTMLParser is already a pretty loose parser. Reported by Bernd Zimmermann. by Andrew M. Kuchling · 21 years ago
- fafd56f Add test that demonstrates SGML-style handling of processing instructions. by Fred Drake · 22 years ago
- 0834d77 Accept commas in unquoted attribute values. This closes SF patch #669683. by Fred Drake · 22 years ago
- 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
- 073148c Add a test that makes sure unclosed entity references are handled consitently. by Fred Drake · 23 years ago
- e822049 Adapt to use the test_main() approach. by Fred Drake · 24 years ago
- 7cf613d HTMLParser is allowed to be more strict than sgmllib, so let's not by Fred Drake · 24 years ago
- c20a698 Enhanced the test for DOCTYPE declarations, added a test for dealing with by Fred Drake · 24 years ago
- 029acfb Deal more appropriately with bare ampersands and pointy brackets; this by Fred Drake · 24 years ago
- 84bb9d8 Fix stupid bug: when migrating these tests from the Zope repository, the by Fred Drake · 24 years ago
- 50bc19f Remove a duplicate test. by Fred Drake · 24 years ago
- bd3090d Added test suite for the new HTMLParser module, originally from the by Fred Drake · 24 years ago