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
*
#20288: merge with 3.3.
Ezio Melotti
2014-02-01
|
\
|
*
#20288: fix handling of invalid numeric charrefs in HTMLParser.
Ezio Melotti
2014-02-01
*
|
#13633: Added a new convert_charrefs keyword arg to HTMLParser that, when Tru...
Ezio Melotti
2013-11-23
*
|
#19688: add back and deprecate the internal HTMLParser.unescape() method.
Ezio Melotti
2013-11-22
*
|
#2927: Added the unescape() function to the html module.
Ezio Melotti
2013-11-19
*
|
#19480: merge with 3.3.
Ezio Melotti
2013-11-07
|
\
|
|
*
#19480: HTMLParser now accepts all valid start-tag names as defined by the HT...
Ezio Melotti
2013-11-07
*
|
Merge test_htmlparser changes from 3.3.
Ezio Melotti
2013-11-02
|
\
|
|
*
Use unittest.main() in test_htmlparser.
Ezio Melotti
2013-11-02
*
|
#15114: The html.parser module now raises a DeprecationWarning when the stric...
Ezio Melotti
2013-11-02
|
/
*
#17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Bar...
Ezio Melotti
2013-05-01
*
#15156: HTMLParser now uses the new "html.entities.html5" dictionary.
Ezio Melotti
2012-06-24
*
#15114: the strict mode of HTMLParser and the HTMLParseError exception are de...
Ezio Melotti
2012-06-23
*
#14538: HTMLParser can now parse correctly start tags that contain a bare /.
Ezio Melotti
2012-04-18
*
HTMLParser is now able to handle slashes in the start tag.
Ezio Melotti
2012-02-21
*
Fix an index and clean up comments.
Ezio Melotti
2012-02-13
*
Improve handling of declarations in HTMLParser.
Ezio Melotti
2012-02-13
*
Fix htmlparser tests to always use the right collector.
Ezio Melotti
2012-02-13
*
#13993: HTMLParser is now able to handle broken end tags when strict=False.
Ezio Melotti
2012-02-13
*
#13960: HTMLParser is now able to handle broken comments when strict=False.
Ezio Melotti
2012-02-10
*
#13576: add tests about the handling of (possibly broken) condcoms.
Ezio Melotti
2011-12-19
*
#13358: HTMLParser now calls handle_data only once for each CDATA.
Ezio Melotti
2011-11-18
*
#1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HT...
Ezio Melotti
2011-11-14
*
Group tests about attributes in a separate class.
Ezio Melotti
2011-11-14
*
Make sure that the tolerant parser still parses valid HTML correctly.
Ezio Melotti
2011-11-01
*
Avoid reusing the same collector in the tests.
Ezio Melotti
2011-11-01
*
#12008: add a test.
Ezio Melotti
2011-11-01
*
#670664: Fix HTMLParser to correctly handle the content of ``<script>...</scr...
Ezio Melotti
2011-11-01
*
#13273: fix a bug that prevented HTMLParser to properly detect some tags when...
Ezio Melotti
2011-10-28
*
#12888: Fix a bug in HTMLParser.unescape that prevented it to escape more tha...
Ezio Melotti
2011-09-05
*
#7311: fix html.parser to accept non-ASCII attribute values.
Ezio Melotti
2011-04-07
*
Fix Issue10759 - html.parser.unescape() fails on HTML entities with incorrect...
Senthil Kumaran
2010-12-28
*
#1486713: Add a tolerant mode to HTMLParser.
R. David Murray
2010-12-03
*
Recorded merge of revisions 81500-81501 via svnmerge from
Victor Stinner
2010-05-24
*
Merged revisions 78678,78680,78682 via svnmerge from
Benjamin Peterson
2010-03-05
*
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
[next]