summaryrefslogtreecommitdiff
path: root/Lib/html
Commit message (Expand)AuthorAgeFilesLines
* #17802: merge with 3.3.Ezio Melotti2013-05-011-0/+1
|\
| * #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Bar...Ezio Melotti2013-05-011-0/+1
* | #14679: add an __all__ (that contains only HTMLParser) to html.parser.Ezio Melotti2013-05-011-0/+2
|/
* #16245: Fix the value of a few entities in html.entities.html5.Ezio Melotti2012-10-231-12/+12
* Reorder html.entities.html5 entities to make updates easier. Patch by Iuliia...Ezio Melotti2012-10-231-109/+109
* #15156: HTMLParser now uses the new "html.entities.html5" dictionary.Ezio Melotti2012-06-241-17/+15
* #11113: add a new "html5" dictionary containing the named character reference...Ezio Melotti2012-06-241-0/+2236
* #15114: the strict mode of HTMLParser and the HTMLParseError exception are de...Ezio Melotti2012-06-231-9/+12
* #14538: HTMLParser can now parse correctly start tags that contain a bare /.Ezio Melotti2012-04-181-3/+3
* HTMLParser is now able to handle slashes in the start tag.Ezio Melotti2012-02-211-7/+11
* Fix an index and clean up comments.Ezio Melotti2012-02-131-1/+2
* Improve handling of declarations in HTMLParser.Ezio Melotti2012-02-131-8/+22
* #13993: HTMLParser is now able to handle broken end tags when strict=False.Ezio Melotti2012-02-131-15/+27
* #13960: HTMLParser is now able to handle broken comments when strict=False.Ezio Melotti2012-02-101-1/+24
* #13358: HTMLParser now calls handle_data only once for each CDATA.Ezio Melotti2011-11-181-3/+4
* #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HT...Ezio Melotti2011-11-141-9/+10
* #670664: Fix HTMLParser to correctly handle the content of ``<script>...</scr...Ezio Melotti2011-11-011-4/+18
* #13273: fix a bug that prevented HTMLParser to properly detect some tags when...Ezio Melotti2011-10-281-3/+2
* Fix issue12938 - Update the docstring of html.escape. Include the information...Senthil Kumaran2011-09-131-1/+2
* #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more tha...Ezio Melotti2011-09-051-1/+1
* Merge 3.1Éric Araujo2011-05-251-1/+1
|\
| * Fix display of html.parser.HTMLParser.feed docstringÉric Araujo2011-05-041-1/+1
| * Merged revisions 87542 via svnmerge fromSenthil Kumaran2010-12-281-7/+10
| * Merged revisions 81504 via svnmerge fromVictor Stinner2010-05-241-0/+3
* | #7311: fix html.parser to accept non-ASCII attribute values.Ezio Melotti2011-04-071-1/+1
* | Fix Issue10759 - html.parser.unescape() fails on HTML entities with incorrect...Senthil Kumaran2010-12-281-7/+10
* | #1486713: Add a tolerant mode to HTMLParser.R. David Murray2010-12-031-16/+83
* | #2830: add html.escape() helper and move cgi.escape() uses in the standard li...Georg Brandl2010-10-151-1/+20
* | Recorded merge of revisions 81500-81501 via svnmerge fromVictor Stinner2010-05-241-0/+3
|/
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-1/+1
* Change test_htmlparser to reflect the HTMLParser -> html.parserMark Dickinson2008-05-211-1/+1
* rename HTMLParser to html.parser and htmlentitydefs to html.entities;Fred Drake2008-05-173-0/+659