summaryrefslogtreecommitdiffstats
path: root/Lib/html/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* #2927: Added the unescape() function to the html module.Ezio Melotti2013-11-191-1/+113
* #18020: improve html.escape speed by an order of magnitude. Patch by Matt Br...Ezio Melotti2013-07-071-7/+6
* Fix issue12938 - Update the docstring of html.escape. Include the information...Senthil Kumaran2011-09-121-1/+2
* #2830: add html.escape() helper and move cgi.escape() uses in the standard li...Georg Brandl2010-10-151-1/+20
* rename HTMLParser to html.parser and htmlentitydefs to html.entities;Fred Drake2008-05-171-0/+1