summaryrefslogtreecommitdiff
path: root/compressor/parser/default_htmlparser.py
Commit message (Expand)AuthorAgeFilesLines
* Reformat with black (#1151)Mathieu Pillard2022-10-281-31/+29
* Remove python 2 logic (#982)Albert Wang2020-01-021-5/+4
* Remove six (#976)Albert Wang2020-01-021-3/+3
* Switch from smart_text to smart_str (#977)Albert Wang2020-01-021-2/+2
* Remove the auto-closing link tag in more places and more test fixesJohannes Linke2019-08-051-1/+1
* Use six directly instead of django.utils.six (#950)Tobias Kunze2019-07-061-1/+1
* Drop support for Python 3.2Johannes Linke2017-05-111-13/+3
* Fixed deprecation warnings for calling HTMLParser on Python 3.XLuke Plant2015-10-231-1/+20
* Fixed a few imports.Jannis Leidel2013-05-271-6/+1
* Change internall import of six to django.utils.six as we don't need add more ...Kudlaty2013-04-161-1/+2
* Fix falke8 errorsKudlaty2013-04-161-1/+6
* Initial python 3 compatibilityRafal Stozek2013-03-201-7/+6
* Merge pull request #263 from jedie/11ae55c90d7c74c060cbe6fe5777cf24838ce74aJannis Leidel2012-08-031-1/+3
|\
| * Display the error line on HTMLParser parse errors.Jens Diemer2012-05-181-1/+3
* | More flaking.Jannis Leidel2012-05-191-0/+1
|/
* Renamed htmlparser.py to default_htmlparser.py and renamed custom HtmlParser ...Michael van de Waeter2011-06-281-0/+76