summaryrefslogtreecommitdiff
path: root/src/lxml/html
Commit message (Expand)AuthorAgeFilesLines
* Actually use "language_level=2" everywhere for better Py2 compatibility.Stefan Behnel2018-12-021-1/+1
* Set explicit Cython language levels for compiled modules (Cython suggests to ...Stefan Behnel2018-12-022-0/+4
* LP#1799755: Fix ABC imports from collections package to resolve a Deprecation...Stefan Behnel2018-10-242-2/+5
* Merge lxml-4.2 branch into master.Stefan Behnel2018-09-292-0/+4
|\
| * Fix import warnings in Py3.6+ by switching to absolute imports.Stefan Behnel2018-09-292-0/+4
* | Merge branch lxml-4.2 into master.Stefan Behnel2018-09-092-5/+6
|\ \ | |/
| * Fix typo in test file.Stefan Behnel2018-08-261-1/+1
| * Fix: make the cleaner also remove javascript URLs that use escaping.Stefan Behnel2018-09-092-5/+6
* | Merge pull request #270 from hugovk/rm-2.6scoder2018-08-2614-70/+34
|\ \
| * | Remove ununsed importsHugo2018-08-2611-13/+8
| * | Use tempfile.NamedTemporaryFile directlyHugo2018-08-261-3/+1
| * | Min version of LIBXML_VERSION is now 2.7Hugo2018-08-261-2/+1
| * | 'assert False' more readable than 'assert 0'Hugo2018-08-261-1/+1
| * | Revert "Replace mutable default argument"Hugo2018-08-261-18/+6
| * | Remove redundant parenthesesHugo2018-08-251-1/+1
| * | Replace function call with set literalHugo2018-08-252-2/+2
| * | Replace mutable default argumentHugo2018-08-251-6/+18
| * | Remove redundant code for Python <= 2.6Hugo2018-08-2510-53/+25
| |/
* | Fix typo in test file.Stefan Behnel2018-08-261-1/+1
|/
* Clean up test code for better readability.Stefan Behnel2017-11-121-6/+16
* Add better fallbacks to SelectElement.valueChristopher Schramm2017-10-053-8/+51
* LP#1710429: Fix uninitialised variable usage.Stefan Behnel2017-08-131-0/+1
* clean up importsStefan Behnel2017-08-131-1/+3
* LP#1567526: Make soupparser sort-of handle empty and plain text input instead...Stefan Behnel2017-08-132-3/+17
* 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
* Fix tests after making "useChardet" handling smarter.Stefan Behnel2017-08-121-5/+16
* 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
* | soupparse: add test case for double-hyphenha shao2017-07-291-0/+11
* | 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
* | Fix a typo: referrs -> refersFelix Yan2017-06-121-1/+1
* | Remove unused imports.Chris Gavin2017-04-243-4/+4
* | Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-03-191-1/+1
* | merge lxml-3.7 branch into masterStefan Behnel2017-03-181-4/+4
|\ \
| * | improve type check and commentStefan Behnel2017-03-181-4/+4
| * | Perform full-document detection on decoded bytes.Koert van der Veer2017-03-162-1/+14
* | | Merge pull request #233 from ondergetekende/1673355scoder2017-03-182-1/+14
|\ \ \
| * | | Perform full-document detection on decoded bytes.Koert van der Veer2017-03-162-1/+14
| | |/ | |/|
* | | fix spelling mistakes originally found by scop in GH#230Stefan Behnel2017-03-181-1/+1
* | | Merge pull request #235 from jwilk/cruftscoder2017-03-181-6/+0
|\ \ \
| * | | remove conditional imports of the set moduleJakub Wilk2017-03-171-6/+0
| |/ /
* | | allow hyphens in mailto: hostsJakub Wilk2017-03-161-1/+1
|/ /