index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
html_parser.py
Age
Commit message (
Expand
)
Author
2016-03-26
Refs #18239 -- Removed an obsolete workaround for bugs in HTMLParser.
Tim Graham
2015-06-18
Removed support for Python 3.3.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-17
Removed compatibility with Python 3.2.
Tim Graham
2014-11-05
Added a dummy class for HTMLParserError; refs #23763.
Tim Graham
2014-03-26
Fixed Python 3.4 test failure.
Tim Graham
2014-01-12
Add further workarounds for HTMLParser with Python 3.4.
Marc Tamlyn
2013-11-02
Correct flake8 violation E261
Ray Ashman Jr
2013-09-22
Removed a few trailing backslashes.
Aymeric Augustin
2012-09-09
Fix an HTML-parser test that's failed in Python 2.6.8 since 5c79dd58.
Carl Meyer
2012-08-16
Fixed #18239 -- Subclassed HTMLParser only for selected Python versions
Claude Paroz
2012-07-22
[py3] Switched to Python 3-compatible imports.
Aymeric Augustin
2012-06-22
Fixed our HTMLParser patches for python 2.7.4
Florian Apolloner
2012-03-01
Fixed #17730 - Renamed django.utils.htmlparser to django.utils.html_parser to...
Carl Meyer