aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/html/parser.py
Commit message (Expand)AuthorAge
* bpo-37328: remove deprecated HTMLParser.unescape (GH-14186)Inada Naoki2019-08-27
* bpo-30629: Remove second call of str.lower() in html.parser.parse_endtag. (#2...Motoki Naruse2017-06-16
* Revert "Fixed a typo in the HTMLParser.feed docstrings" (#1771)Serhiy Storchaka2017-05-24
* Fixed a typo in the HTMLParser.feed docstrings. The docstring started with an...Jani Šumak2017-05-23
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-08
* Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-26
* #23144: merge with 3.4.Ezio Melotti2015-09-06
|\
| * #23144: Make sure that HTMLParser.feed() returns all the data, even when conv...Ezio Melotti2015-09-06
* | #21047: set the default value for the *convert_charrefs* argument of HTMLPars...Ezio Melotti2014-08-02
* | #15114: the strict mode and argument of HTMLParser, HTMLParser.error, and the...Ezio Melotti2014-08-02
|/
* #20288: merge with 3.3.Ezio Melotti2014-02-01
|\
| * #20288: fix handling of invalid numeric charrefs in HTMLParser.Ezio Melotti2014-02-01
* | #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when Tru...Ezio Melotti2013-11-23
* | #19688: add back and deprecate the internal HTMLParser.unescape() method.Ezio Melotti2013-11-22
* | #2927: Added the unescape() function to the html module.Ezio Melotti2013-11-19
* | #19480: merge with 3.3.Ezio Melotti2013-11-07
|\|
| * #19480: HTMLParser now accepts all valid start-tag names as defined by the HT...Ezio Melotti2013-11-07
* | #15114: The html.parser module now raises a DeprecationWarning when the stric...Ezio Melotti2013-11-02
* | #17802: merge with 3.3.Ezio Melotti2013-05-01
|\|
| * #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Bar...Ezio Melotti2013-05-01
* | #14679: add an __all__ (that contains only HTMLParser) to html.parser.Ezio Melotti2013-05-01
|/
* #15156: HTMLParser now uses the new "html.entities.html5" dictionary.Ezio Melotti2012-06-24
* #15114: the strict mode of HTMLParser and the HTMLParseError exception are de...Ezio Melotti2012-06-23
* #14538: HTMLParser can now parse correctly start tags that contain a bare /.Ezio Melotti2012-04-18
* HTMLParser is now able to handle slashes in the start tag.Ezio Melotti2012-02-21
* Fix an index and clean up comments.Ezio Melotti2012-02-13
* Improve handling of declarations in HTMLParser.Ezio Melotti2012-02-13
* #13993: HTMLParser is now able to handle broken end tags when strict=False.Ezio Melotti2012-02-13
* #13960: HTMLParser is now able to handle broken comments when strict=False.Ezio Melotti2012-02-10
* #13358: HTMLParser now calls handle_data only once for each CDATA.Ezio Melotti2011-11-18
* #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HT...Ezio Melotti2011-11-14
* #670664: Fix HTMLParser to correctly handle the content of ``<script>...</scr...Ezio Melotti2011-11-01
* #13273: fix a bug that prevented HTMLParser to properly detect some tags when...Ezio Melotti2011-10-28
* #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more tha...Ezio Melotti2011-09-05
* Merge 3.1Éric Araujo2011-05-25
|\
| * Fix display of html.parser.HTMLParser.feed docstringÉric Araujo2011-05-04
| * Merged revisions 87542 via svnmerge fromSenthil Kumaran2010-12-28
| * Merged revisions 81504 via svnmerge fromVictor Stinner2010-05-24
* | #7311: fix html.parser to accept non-ASCII attribute values.Ezio Melotti2011-04-07
* | Fix Issue10759 - html.parser.unescape() fails on HTML entities with incorrect...Senthil Kumaran2010-12-28
* | #1486713: Add a tolerant mode to HTMLParser.R. David Murray2010-12-03
* | Recorded merge of revisions 81500-81501 via svnmerge fromVictor Stinner2010-05-24
|/
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-19
* Change test_htmlparser to reflect the HTMLParser -> html.parserMark Dickinson2008-05-21
* rename HTMLParser to html.parser and htmlentitydefs to html.entities;Fred Drake2008-05-17