summaryrefslogtreecommitdiff
path: root/django/utils/html_parser.py
AgeCommit message (Expand)Author
2012-09-09Fix an HTML-parser test that's failed in Python 2.6.8 since 5c79dd58.Carl Meyer
2012-08-16Fixed #18239 -- Subclassed HTMLParser only for selected Python versionsClaude Paroz
2012-07-22[py3] Switched to Python 3-compatible imports.Aymeric Augustin
2012-06-22Fixed our HTMLParser patches for python 2.7.4Florian Apolloner
2012-03-01Fixed #17730 - Renamed django.utils.htmlparser to django.utils.html_parser to...Carl Meyer