summaryrefslogtreecommitdiffstats
path: root/Lib/html/__init__.py
Commit message (Collapse)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 ↵Ezio Melotti2013-07-071-7/+6
| | | | Bryant.
* Fix issue12938 - Update the docstring of html.escape. Include the ↵Senthil Kumaran2011-09-121-1/+2
| | | | information on single quote.
* #2830: add html.escape() helper and move cgi.escape() uses in the standard ↵Georg Brandl2010-10-151-1/+20
| | | | library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning.
* rename HTMLParser to html.parser and htmlentitydefs to html.entities;Fred Drake2008-05-171-0/+1
includes merge of trunk revision 63432