summaryrefslogtreecommitdiff
path: root/django/utils/html_parser.py
AgeCommit message (Expand)Author
2016-03-26Refs #18239 -- Removed an obsolete workaround for bugs in HTMLParser.Tim Graham
2015-06-18Removed support for Python 3.3.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-17Removed compatibility with Python 3.2.Tim Graham
2014-11-05Added a dummy class for HTMLParserError; refs #23763.Tim Graham
2014-03-26Fixed Python 3.4 test failure.Tim Graham
2014-01-12Add further workarounds for HTMLParser with Python 3.4.Marc Tamlyn
2013-11-02Correct flake8 violation E261Ray Ashman Jr
2013-09-22Removed a few trailing backslashes.Aymeric Augustin
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