1. 4a9ee26 #2927: Added the unescape() function to the html module. by Ezio Melotti · 11 years ago
  2. fe7b00f Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http". by Georg Brandl · 12 years ago
  3. 2c58075 Closes #14545: make clearer what was added. by Georg Brandl · 12 years ago
  4. a199368 More source links. by Raymond Hettinger · 14 years ago
  5. 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