summaryrefslogtreecommitdiff
path: root/src/lxml/html/html5parser.py
Commit message (Expand)AuthorAgeFilesLines
* Update docstrings to reflect the new behaviour of the "guess_charset" option ...Stefan Behnel2017-08-131-9/+20
* Adapt defaults for "guess_charset" option in the remaining parse functions.Stefan Behnel2017-08-131-2/+2
* Adapt defaults for "guess_charset" option when parsing from files and URLs to...Stefan Behnel2017-08-131-2/+22
* Back out GH issue #232 again as a retry should not be triggered internally by...Stefan Behnel2017-08-131-36/+6
* Only pass "useChardet" option into html5parser by default if the input is a b...Stefan Behnel2017-08-121-6/+18
* Make class Py2 compatible.Stefan Behnel2017-08-121-1/+1
* Merge pull request #232 from ondergetekende/1654544scoder2017-08-121-5/+38
|\
| * Make sure the html5lib tests are included in CIKoert van der Veer2017-03-201-20/+22
| * Build a retry mechanism around html5lib's unpredictable useChardet supportKoert van der Veer2017-03-161-2/+33
* | improve type check and commentStefan Behnel2017-03-181-4/+4
* | Perform full-document detection on decoded bytes.Koert van der Veer2017-03-161-1/+8
|/
* prevent 'abc' from being considered a drive letterStefan Behnel2014-01-231-1/+3
* fix URL detection heuristic in html5parser under win32Stefan Behnel2014-01-201-1/+12
* Fixes so that unit tests run under python 3.1Jeff Dairiki2012-04-011-8/+18
* fix undefined names in html5parser.pyStefan Behnel2012-03-241-2/+2
* Added support for passing kwargs into html5lib parser. I.e lxml.html.html5par...hankthetank2011-11-041-4/+4
* replace html5lib integration with an import of the official lxml support in h...Stefan Behnel2011-08-111-2/+4
* [svn r4339] r5455@lenny: sbehnel | 2010-01-30 22:37:46 +0100scoder2010-01-301-13/+20
* [svn r4338] r5454@lenny: sbehnel | 2010-01-30 22:10:29 +0100scoder2010-01-301-5/+10
* [svn r4312] r5409@lenny: sbehnel | 2010-01-21 13:22:23 +0100scoder2010-01-211-6/+12
* [svn r4005] r4861@delle: sbehnel | 2008-11-14 10:52:38 +0100scoder2008-11-161-2/+2
* [svn r3900] r4637@delle: sbehnel | 2008-07-16 08:55:48 +0200scoder2008-07-161-0/+164