summaryrefslogtreecommitdiff
path: root/compressor/parser/html5lib.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed a few imports.Jannis Leidel2013-05-271-6/+1
* Minor fixes after the Python 3 merge.Jannis Leidel2013-05-271-1/+1
* Merge branch 'develop' of github.com:jezdez/django_compressor into developJannis Leidel2013-05-271-13/+16
|\
| * Fix #405 - compatibility with html5lib 1.0Ɓukasz Langa2013-05-271-15/+21
* | Fix falke8 errorsKudlaty2013-04-161-1/+6
* | Initial python 3 compatibilityRafal Stozek2013-03-201-4/+4
|/
* Moved import into Html5LibParser.__init__.Jannis Leidel2012-03-031-3/+3
* Fix html5lib import error shemigon2012-02-051-2/+5
* Moved decorator to proper util module.Jannis Leidel2011-05-131-1/+1
* Created new parser, HtmlParser, based on the stdlib HTMLParser module.Jaap Roes2011-04-201-0/+3
* Fixed NameError.Jannis Leidel2011-04-181-1/+1
* Fixed html5lib parser.Jannis Leidel2011-04-181-2/+3
* Use cached_property with the parsers and split the exception handling between...Jannis Leidel2011-04-181-28/+25
* Move parsers to nicer locations.Jannis Leidel2011-04-181-0/+52