Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/html_parser.py
Commit message (Expand)AuthorAgeFilesLines
* Removed support for Python 3.3.Tim Graham2015-06-181-1/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+2
* Removed compatibility with Python 3.2.Tim Graham2015-01-171-4/+1
* Added a dummy class for HTMLParserError; refs #23763.Tim Graham2014-11-051-1/+6
* Fixed Python 3.4 test failure.Tim Graham2014-03-261-2/+2
* Add further workarounds for HTMLParser with Python 3.4.Marc Tamlyn2014-01-131-1/+12
* Correct flake8 violation E261Ray Ashman Jr2013-11-021-6/+6
* Removed a few trailing backslashes.Aymeric Augustin2013-09-221-4/+4
* Fix an HTML-parser test that's failed in Python 2.6.8 sin...Carl Meyer2012-09-091-2/+1
* Fixed #18239 -- Subclassed HTMLParser only for selected P...Claude Paroz2012-08-161-88/+100
* [py3] Switched to Python 3-compatible imports.Aymeric Augustin2012-07-221-8/+10
* Fixed our HTMLParser patches for python 2.7.4Florian Apolloner2012-06-221-2/+4
* Fixed #17730 - Renamed django.utils.htmlparser to django....Carl Meyer2012-03-011-0/+98