History log of /external/python/cpython3/Lib/test/test_html.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
38c707e7e0322f9139bb51ad73ede1e3b46985ef 13-Apr-2015 Zachary Ware <zachary.ware@gmail.com> Issue #21741: Update 147 test modules to use test discovery.

I have compared output between pre- and post-patch runs of these tests
to make sure there's nothing missing and nothing broken, on both
Windows and Linux. The only differences I found were actually tests
that were previously *not* run.
/external/python/cpython3/Lib/test/test_html.py
d3faf43f9ba7da0ae504c9186b10d0fa3a8eb300 18-Jan-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #23181: More "codepoint" -> "code point".
/external/python/cpython3/Lib/test/test_html.py
4a9ee26750aa8cb37b5072b2bb4dd328819febb4 19-Nov-2013 Ezio Melotti <ezio.melotti@gmail.com> #2927: Added the unescape() function to the html module.
/external/python/cpython3/Lib/test/test_html.py
1f7fffb308390d10a2c6a4ec624f18cfeef97aeb 15-Oct-2010 Georg Brandl <georg@python.org> #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.
/external/python/cpython3/Lib/test/test_html.py