index
:
delta/python-packages/django-compressor.git
black
dependabot/pip/requirements/beautifulsoup4-4.12.2
dependabot/pip/requirements/calmjs-3.4.4
dependabot/pip/requirements/coverage-7.2.3
dependabot/pip/requirements/jinja2-2.11.3
dependabot/pip/requirements/lxml-4.6.3
develop
django-2.2-support
django-4.1-ci
drop-python-3.6
drop-python-3.7-and-old-djangos
fix-tests-coffin-breakage
master
prepare-for-2.0
rtd-config
simplify-settings
update-pypi-badge
update-template-doc-link
github.com: django-compressor/django-compressor.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compressor
/
parser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't raise an error if BeautifulSoup isn't installed
Damian Moore
2013-06-12
1
-1
/
+1
*
Fixed a few imports.
Jannis Leidel
2013-05-27
4
-26
/
+6
*
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
|
\
|
*
Fix #405 - compatibility with html5lib 1.0
Ćukasz Langa
2013-05-27
1
-15
/
+21
*
|
Change internall import of six to django.utils.six as we don't need add more ...
Kudlaty
2013-04-16
3
-3
/
+4
*
|
In python3 import bs4 not BeautifulSoup which will work only in python2
Kudlaty
2013-04-16
1
-3
/
+13
*
|
Fix falke8 errors
Kudlaty
2013-04-16
4
-4
/
+24
*
|
Python 3 compatible lxml parser. Note that lxml under python 3.3 doesn't hand...
Rafal Stozek
2013-03-21
1
-10
/
+34
*
|
Initial python 3 compatibility
Rafal Stozek
2013-03-20
5
-22
/
+23
|
/
*
Merge pull request #263 from jedie/11ae55c90d7c74c060cbe6fe5777cf24838ce74a
Jannis Leidel
2012-08-03
1
-1
/
+3
|
\
|
*
Display the error line on HTMLParser parse errors.
Jens Diemer
2012-05-18
1
-1
/
+3
*
|
More flaking.
Jannis Leidel
2012-05-19
2
-5
/
+7
*
|
Fixed the lxml parser for good.
Jannis Leidel
2012-05-19
1
-2
/
+1
*
|
Various PEP8 and pyflakes related fixes.
Jannis Leidel
2012-05-19
1
-1
/
+1
*
|
Xpath + regexp = hell
Jannis Leidel
2012-05-19
1
-1
/
+1
*
|
Use regex in the lxml parser to support case-insensitive attribute parsing
Jannis Leidel
2012-05-19
1
-1
/
+3
|
/
*
Moved import into Html5LibParser.__init__.
Jannis Leidel
2012-03-03
1
-3
/
+3
*
Fix html5lib import error
shemigon
2012-02-05
1
-2
/
+5
*
Fixed LxmlParser. Closes #102.
Jannis Leidel
2011-08-19
1
-10
/
+14
*
Renamed htmlparser.py to default_htmlparser.py and renamed custom HtmlParser ...
Michael van de Waeter
2011-06-28
2
-3
/
+3
*
Bugfix on import of htmlparser on case-insensitive file-systems (e.g. Mac)
mvdwaeter
2011-06-23
1
-1
/
+1
*
Removed a few unneeded imports.
Jannis Leidel
2011-05-18
1
-1
/
+0
*
Moved decorator to proper util module.
Jannis Leidel
2011-05-13
3
-3
/
+3
*
Created new parser, HtmlParser, based on the stdlib HTMLParser module.
Jaap Roes
2011-04-20
4
-4
/
+114
*
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 between...
Jannis Leidel
2011-04-18
3
-54
/
+57
*
Move parsers to nicer locations.
Jannis Leidel
2011-04-18
4
-3
/
+6
*
Only try importing lxml if the tree hasn't been build yet.
Jaap Roes
2011-04-17
1
-10
/
+11
*
Extracted parsers into their own seperate modules. Created a html5lib based p...
Jaap Roes
2011-04-17
5
-0
/
+175