| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed a few imports. | Jannis Leidel | 2013-05-27 | 1 | -6/+1 |
| | | |||||
| * | Minor fixes after the Python 3 merge. | Jannis Leidel | 2013-05-27 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'develop' of github.com:jezdez/django_compressor into develop | Jannis Leidel | 2013-05-27 | 1 | -13/+16 |
| |\ | | | | | | | | | | | | | Conflicts: compressor/parser/html5lib.py compressor/storage.py compressor/tests/test_parsers.py | ||||
| | * | Fix #405 - compatibility with html5lib 1.0 | Łukasz Langa | 2013-05-27 | 1 | -15/+21 |
| | | | |||||
| * | | Fix falke8 errors | Kudlaty | 2013-04-16 | 1 | -1/+6 |
| | | | |||||
| * | | Initial python 3 compatibility | Rafal Stozek | 2013-03-20 | 1 | -4/+4 |
| |/ | |||||
| * | Moved import into Html5LibParser.__init__. | Jannis Leidel | 2012-03-03 | 1 | -3/+3 |
| | | |||||
| * | Fix html5lib import error | shemigon | 2012-02-05 | 1 | -2/+5 |
| | | | | | Due to property may happen to be cached html5lib are not imported and causes "Caught AttributeError while rendering: 'Html5LibParser' object has no attribute 'html5lib'" Sorry cannot provide test for that as I don't have the environment set up and am short in time to do this. | ||||
| * | Moved decorator to proper util module. | Jannis Leidel | 2011-05-13 | 1 | -1/+1 |
| | | |||||
| * | Created new parser, HtmlParser, based on the stdlib HTMLParser module. | Jaap Roes | 2011-04-20 | 1 | -0/+3 |
| | | | | | | Added AutoSelectParser, picks LxmlParser if lxml is available, falls back to HtmlParser if not, also the new default. Created a special BeautifulSoupTest in order to still test this parser. Updated README, installation and settings docs to reflect these changes. | ||||
| * | Fixed NameError. | Jannis Leidel | 2011-04-18 | 1 | -1/+1 |
| | | |||||
| * | Fixed html5lib parser. | Jannis Leidel | 2011-04-18 | 1 | -2/+3 |
| | | |||||
| * | Use cached_property with the parsers and split the exception handling ↵ | Jannis Leidel | 2011-04-18 | 1 | -28/+25 |
| | | | | | between ImportErrors and every other exception. | ||||
| * | Move parsers to nicer locations. | Jannis Leidel | 2011-04-18 | 1 | -0/+52 |
