summaryrefslogtreecommitdiff
path: root/Lib/test/test_htmlparser.py
Commit message (Expand)AuthorAgeFilesLines
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-1/+1
* Issue #23277: Remove unused support.run_unittest import.Serhiy Storchaka2016-04-241-1/+0
* #23144: merge with 3.4.Ezio Melotti2015-09-061-69/+7
|\
| * #21047: set the default value for the *convert_charrefs* argument of HTMLPars...Ezio Melotti2014-08-021-5/+2
| * #15114: the strict mode and argument of HTMLParser, HTMLParser.error, and the...Ezio Melotti2014-08-021-64/+5
* | #23144: Make sure that HTMLParser.feed() returns all the data, even when conv...Ezio Melotti2015-09-061-3/+12
|/
* #20288: merge with 3.3.Ezio Melotti2014-02-011-0/+6
|\
| * #20288: fix handling of invalid numeric charrefs in HTMLParser.Ezio Melotti2014-02-011-0/+6
* | #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when Tru...Ezio Melotti2013-11-231-8/+62
* | #19688: add back and deprecate the internal HTMLParser.unescape() method.Ezio Melotti2013-11-221-0/+7
* | #2927: Added the unescape() function to the html module.Ezio Melotti2013-11-191-12/+0
* | #19480: merge with 3.3.Ezio Melotti2013-11-071-4/+13
|\ \ | |/
| * #19480: HTMLParser now accepts all valid start-tag names as defined by the HT...Ezio Melotti2013-11-071-4/+13
* | Merge test_htmlparser changes from 3.3.Ezio Melotti2013-11-021-3/+14
|\ \ | |/ |/|
| * #15114: The html.parser module now raises a DeprecationWarning when the stric...Ezio Melotti2013-11-021-3/+14
* | Use unittest.main() in test_htmlparser.Ezio Melotti2013-11-021-7/+1
|/
* #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Bar...Ezio Melotti2013-05-011-0/+14
* #15156: HTMLParser now uses the new "html.entities.html5" dictionary.Ezio Melotti2012-06-241-1/+6
* #15114: the strict mode of HTMLParser and the HTMLParseError exception are de...Ezio Melotti2012-06-231-2/+4
* #14538: HTMLParser can now parse correctly start tags that contain a bare /.Ezio Melotti2012-04-181-0/+10
* HTMLParser is now able to handle slashes in the start tag.Ezio Melotti2012-02-211-0/+21
* Fix an index and clean up comments.Ezio Melotti2012-02-131-1/+0
* Improve handling of declarations in HTMLParser.Ezio Melotti2012-02-131-21/+29
* Fix htmlparser tests to always use the right collector.Ezio Melotti2012-02-131-2/+26
* #13993: HTMLParser is now able to handle broken end tags when strict=False.Ezio Melotti2012-02-131-2/+41
* #13960: HTMLParser is now able to handle broken comments when strict=False.Ezio Melotti2012-02-101-0/+30
* #13576: add tests about the handling of (possibly broken) condcoms.Ezio Melotti2011-12-191-0/+43
* #13358: HTMLParser now calls handle_data only once for each CDATA.Ezio Melotti2011-11-181-1/+21
* #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HT...Ezio Melotti2011-11-141-14/+93
* Group tests about attributes in a separate class.Ezio Melotti2011-11-141-59/+62
* Make sure that the tolerant parser still parses valid HTML correctly.Ezio Melotti2011-11-011-17/+19
* Avoid reusing the same collector in the tests.Ezio Melotti2011-11-011-10/+11
* #12008: add a test.Ezio Melotti2011-11-011-0/+24
* #670664: Fix HTMLParser to correctly handle the content of ``<script>...</scr...Ezio Melotti2011-11-011-12/+30
* #13273: fix a bug that prevented HTMLParser to properly detect some tags when...Ezio Melotti2011-10-281-0/+33
* #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more tha...Ezio Melotti2011-09-051-1/+2
* #7311: fix html.parser to accept non-ASCII attribute values.Ezio Melotti2011-04-071-0/+17
* Fix Issue10759 - html.parser.unescape() fails on HTML entities with incorrect...Senthil Kumaran2010-12-281-0/+5
* #1486713: Add a tolerant mode to HTMLParser.R. David Murray2010-12-031-6/+42
* Recorded merge of revisions 81500-81501 via svnmerge fromVictor Stinner2010-05-241-0/+7
* Merged revisions 78678,78680,78682 via svnmerge fromBenjamin Peterson2010-03-051-0/+0
* Change test_htmlparser to reflect the HTMLParser -> html.parserMark Dickinson2008-05-211-5/+5
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-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