COMMITS
/ Lib/html/parser.py June 17, 2017
M
bpo-30629: Remove second call of str.lower() in html.parser.parse_endtag. (#2099)
Motoki Naruse committed
May 24, 2017
S
Revert "Fixed a typo in the HTMLParser.feed docstrings" (#1771)
Serhiy Storchaka committed
May 23, 2017
September 8, 2016
R
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray committed
May 26, 2016
M
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter committed
September 6, 2015
E
#23144: merge with 3.4.
Ezio Melotti committed
August 2, 2014
E
February 1, 2014
E
#20288: merge with 3.3.
Ezio Melotti committed
E
#20288: fix handling of invalid numeric charrefs in HTMLParser.
Ezio Melotti committed
November 23, 2013
November 22, 2013
E
#19688: add back and deprecate the internal HTMLParser.unescape() method.
Ezio Melotti committed
November 19, 2013
E
#2927: Added the unescape() function to the html module.
Ezio Melotti committed
November 7, 2013
E
#19480: merge with 3.3.
Ezio Melotti committed
E
#19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard.
Ezio Melotti committed
November 2, 2013
May 1, 2013
E
#17802: merge with 3.3.
Ezio Melotti committed
E
#17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow.
Ezio Melotti committed
E
#14679: add an __all__ (that contains only HTMLParser) to html.parser.
Ezio Melotti committed
June 24, 2012
E
#15156: HTMLParser now uses the new "html.entities.html5" dictionary.
Ezio Melotti committed
June 23, 2012
April 19, 2012
E
#14538: HTMLParser can now parse correctly start tags that contain a bare /.
Ezio Melotti committed
February 21, 2012
E
HTMLParser is now able to handle slashes in the start tag.
Ezio Melotti committed
February 13, 2012
E
Fix an index and clean up comments.
Ezio Melotti committed
E
Improve handling of declarations in HTMLParser.
Ezio Melotti committed
E
#13993: HTMLParser is now able to handle broken end tags when strict=False.
Ezio Melotti committed
February 10, 2012
E
#13960: HTMLParser is now able to handle broken comments when strict=False.
Ezio Melotti committed
November 18, 2011
E
#13358: HTMLParser now calls handle_data only once for each CDATA.
Ezio Melotti committed
November 14, 2011
E
#1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser.
Ezio Melotti committed
November 1, 2011
October 28, 2011
E
#13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False.
Ezio Melotti committed
September 5, 2011
May 4, 2011
É
Fix display of html.parser.HTMLParser.feed docstring
Éric Araujo committed
April 7, 2011
E
#7311: fix html.parser to accept non-ASCII attribute values.
Ezio Melotti committed
December 28, 2010
S
Merged revisions 87542 via svnmerge from
Senthil Kumaran committed
S
Fix Issue10759 - html.parser.unescape() fails on HTML entities with incorrect syntax
Senthil Kumaran committed
December 3, 2010
R
#1486713: Add a tolerant mode to HTMLParser.
R. David Murray committed
May 24, 2010
V
Merged revisions 81504 via svnmerge from
Victor Stinner committed
V
Recorded merge of revisions 81500-81501 via svnmerge from
Victor Stinner committed
August 19, 2008
A
#2834: Change re module semantics, so that str and bytes mixing is forbidden,
Antoine Pitrou committed
May 21, 2008
M
Change test_htmlparser to reflect the HTMLParser -> html.parser
Mark Dickinson committed
May 17, 2008
F
rename HTMLParser to html.parser and htmlentitydefs to html.entities;
Fred Drake committed