summaryrefslogtreecommitdiff
path: root/src/lxml/html/soupparser.py
Commit message (Expand)AuthorAgeFilesLines
* LP#1567526: Make soupparser sort-of handle empty and plain text input instead...Stefan Behnel2017-08-131-3/+7
* soupparser: Use html.HtmlComment() to create commendha shao2017-07-291-3/+1
* Soupparser: Fix "No parser was explicitly specified" warningha shao2017-07-281-1/+1
* Soupparser: Fix bug with double hyphen (--) in comment elementha shao2017-07-281-0/+2
* Remove unused imports.Chris Gavin2017-04-241-2/+2
* Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-03-191-1/+1
* Fix unichr bug on Python3Duncan Morris2016-02-221-0/+7
* avoid double recursion in BS tree conversionStefan Behnel2015-06-051-0/+11
* use node type based dispatch mechanism for BS tree conversion instead of sequ...Stefan Behnel2015-06-051-24/+63
* clean up BS4 changesStefan Behnel2015-06-051-17/+19
* minor code reformattingStefan Behnel2015-06-051-5/+9
* bs4: replace exception with hasattr on output_readymozbugbox2015-06-051-2/+2
* Merge branch 'master' into port-beautifulsoup-v4mozbugbox2015-06-051-9/+8
|\
| * prefer BeautifulSoup 4 over version 3 in soupparser.pyStefan Behnel2015-06-051-5/+9
| * support for bs4.BeautifulSouplosintikfos2015-06-041-4/+6
* | BeautifulSoup 4: handle Doctype and Declarationmozbugbox2015-06-051-4/+14
* | Port soupparser to bs4mozbugbox2015-06-051-7/+21
|/
* refactor new code in soupparser, extend testsStefan Behnel2015-02-161-49/+47
* Make soupparser properly handle everything outside the root tag (doctypeOlli Pottonen2015-02-161-30/+131
* Py3 fix in soupparser.pyStefan Behnel2011-02-171-1/+4
* [svn r4122] r5071@delle: sbehnel | 2009-02-27 15:29:21 +0100scoder2009-02-271-5/+1
* [svn r4119] r5058@delle: sbehnel | 2009-02-27 14:06:21 +0100scoder2009-02-271-0/+6
* [svn r3445] r3808@delle: sbehnel | 2008-03-18 22:17:23 +0100scoder2008-03-191-22/+14
* [svn r3434] r3788@delle: sbehnel | 2008-03-16 11:49:19 +0100scoder2008-03-161-0/+128