index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_htmlparser.py
Commit message (
Expand
)
Author
Age
*
Merged revisions 87542 via svnmerge from
Senthil Kumaran
2010-12-28
*
Merged revisions 81504 via svnmerge from
Victor Stinner
2010-05-24
*
Change test_htmlparser to reflect the HTMLParser -> html.parser
Mark Dickinson
2008-05-21
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
*
Bug #1442874: handle "<!>", the empty SGML comment
Georg Brandl
2006-03-09
*
add tests that make sure buffer boundaries are handled properly for SGML comm...
Fred Drake
2004-09-08
*
Whitespace normalization.
Tim Peters
2004-07-08
*
[Bug #921657] Allow '@' in unquoted HTML attributes. Not strictly legal acco...
Andrew M. Kuchling
2004-06-05
*
Add test that demonstrates SGML-style handling of processing
Fred Drake
2003-04-17
*
Accept commas in unquoted attribute values.
Fred Drake
2003-03-14
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
Add a test that makes sure unclosed entity references are handled consitently.
Fred Drake
2001-12-03
*
Adapt to use the test_main() approach.
Fred Drake
2001-09-24
*
HTMLParser is allowed to be more strict than sgmllib, so let's not
Fred Drake
2001-09-04
*
Enhanced the test for DOCTYPE declarations, added a test for dealing with
Fred Drake
2001-09-04
*
Deal more appropriately with bare ampersands and pointy brackets; this
Fred Drake
2001-08-20
*
Fix stupid bug: when migrating these tests from the Zope repository, the
Fred Drake
2001-08-03
*
Remove a duplicate test.
Fred Drake
2001-07-16
*
Added test suite for the new HTMLParser module, originally from the
Fred Drake
2001-05-18