summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_html.py
AgeCommit message (Expand)Author
2015-03-18[1.6.x] Fixed an infinite loop possibility in strip_tags().Tim Graham
2014-03-22[1.6.x] Tweaked strip_tags tests to pass on Python 3.3Claude Paroz
2014-03-22[1.6.x] Removed a strip_tags test for older Python versionsClaude Paroz
2014-03-22[1.6.x] Improved strip_tags and clarified documentationClaude Paroz
2013-07-28[1.6.x] Simplified smart_urlquote and added some basic tests.Florian Apolloner
2013-05-23Fixed #19237 (again) - Made strip_tags consistent between Python versionsClaude Paroz
2013-05-22Fixed #19237 -- Used HTML parser to strip tagsClaude Paroz
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons