1. 4a9ee26 #2927: Added the unescape() function to the html module. by Ezio Melotti · 11 years ago
  2. 4603487 #18020: improve html.escape speed by an order of magnitude. Patch by Matt Bryant. by Ezio Melotti · 11 years ago
  3. d71bbf9 Fix issue12938 - Update the docstring of html.escape. Include the information on single quote. by Senthil Kumaran · 13 years ago
  4. 1f7fffb #2830: add html.escape() helper and move cgi.escape() uses in the standard 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. by Georg Brandl · 14 years ago
  5. 3c50ea4 rename HTMLParser to html.parser and htmlentitydefs to html.entities; by Fred Drake · 16 years ago