Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closes #14545: make clearer what was added. | Georg Brandl | 2012-04-11 | 1 | -2/+2 |
| | |||||
* | More source links. | Raymond Hettinger | 2011-01-27 | 1 | -0/+3 |
| | |||||
* | #2830: add html.escape() helper and move cgi.escape() uses in the standard ↵ | Georg Brandl | 2010-10-15 | 1 | -0/+18 |
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. |