summaryrefslogtreecommitdiff
path: root/Lib/test/test_htmlparser.py
Commit message (Expand)AuthorAgeFilesLines
* #7311: fix HTMLParser to accept non-ASCII attribute values.Ezio Melotti2011-04-051-0/+17
* Fix Issue10759 - HTMLParser.unescape() to handle malform charrefs.Senthil Kumaran2010-12-281-0/+5
* Issue #6662: Fix parsing of malformatted charref (&#bad;)Victor Stinner2010-05-241-0/+7
* remove the svn:executable property from files that don't have shebang linesBenjamin Peterson2010-03-051-0/+0
* Remove html package and fix test_htmlparser.Georg Brandl2008-05-201-5/+5
* change some imports in tests so they will not be skipped in 3.0Benjamin Peterson2008-05-181-5/+5
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Patch #912410: Replace HTML entity references for attribute valuesMartin v. Löwis2007-03-061-0/+5
* Bug #1442874: handle "<!>", the empty SGML commentGeorg Brandl2006-03-091-1/+1
* add tests that make sure buffer boundaries are handled properly for SGML comm...Fred Drake2004-09-081-0/+13
* Whitespace normalization.Tim Peters2004-07-081-1/+1
* [Bug #921657] Allow '@' in unquoted HTML attributes. Not strictly legal acco...Andrew M. Kuchling2004-06-051-0/+4
* Add test that demonstrates SGML-style handling of processingFred Drake2003-04-171-0/+3
* Accept commas in unquoted attribute values.Fred Drake2003-03-141-0/+4
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Add a test that makes sure unclosed entity references are handled consitently.Fred Drake2001-12-031-0/+6
* Adapt to use the test_main() approach.Fred Drake2001-09-241-1/+6
* HTMLParser is allowed to be more strict than sgmllib, so let's notFred Drake2001-09-041-6/+1
* Enhanced the test for DOCTYPE declarations, added a test for dealing withFred Drake2001-09-041-14/+23
* Deal more appropriately with bare ampersands and pointy brackets; thisFred Drake2001-08-201-7/+27
* Fix stupid bug: when migrating these tests from the Zope repository, theFred Drake2001-08-031-14/+20
* Remove a duplicate test.Fred Drake2001-07-161-1/+0
* Added test suite for the new HTMLParser module, originally from theFred Drake2001-05-181-0/+254