summaryrefslogtreecommitdiff
path: root/src/lxml/html/tests
Commit message (Expand)AuthorAgeFilesLines
* Add HTML-5 "formaction" attribute to "defs.link_attrs" (GH-316)Kevin Chung2021-03-211-0/+15
* Prevent combinations of <math/svg> and <style> to sneak JavaScript through th...Stefan Behnel2020-11-262-3/+25
* Prevent combinations of <noscript> and <style> to sneak JavaScript through th...Stefan Behnel2020-10-181-0/+10
* html: Add InputGetter.items() method and make .keys() return the field names ...Stefan Behnel2020-08-121-0/+16
* Cleaner: Catch bad arg combo in constructor (GH-301)Mike Lissner2020-06-201-0/+15
* LP#1882606: ``Cleaner.clean_html()`` discarded comments and PIs regardless of...Stefan Behnel2020-06-132-0/+42
* Merge branch lxml-4.2 into master.Stefan Behnel2018-09-091-3/+3
|\
| * 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-091-3/+3
* | Merge pull request #270 from hugovk/rm-2.6scoder2018-08-2612-62/+32
|\ \
| * | Remove ununsed importsHugo2018-08-2610-12/+8
| * | Use tempfile.NamedTemporaryFile directlyHugo2018-08-261-3/+1
| * | Min version of LIBXML_VERSION is now 2.7Hugo2018-08-261-2/+1
| * | Replace function call with set literalHugo2018-08-251-1/+1
| * | Remove redundant code for Python <= 2.6Hugo2018-08-259-48/+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-052-1/+38
* LP#1567526: Make soupparser sort-of handle empty and plain text input instead...Stefan Behnel2017-08-131-0/+10
* Fix tests after making "useChardet" handling smarter.Stefan Behnel2017-08-121-5/+16
* soupparse: add test case for double-hyphenha shao2017-07-291-0/+11
* Fix a typo: referrs -> refersFelix Yan2017-06-121-1/+1
* Perform full-document detection on decoded bytes.Koert van der Veer2017-03-161-0/+6
* add tests for bug #1665241Ashish Kulkarni2017-02-161-1/+25
* ignore disabled form inputsKristian Klemon2016-07-261-1/+3
* Merge pull request #180 from chripede/patch-2scoder2016-07-241-2/+21
|\
| * Fix tests for inline_styleChristian Pedersen2015-11-201-2/+21
* | Exclude `file` field `value` from `FormElement.form_values`.Tomas Divis2016-07-201-0/+2
|/
* simplify import check in test and keep original import exception on failuresStefan Behnel2015-06-051-13/+6
* unittest check beautifulsoup/bs4 import properlymozbugbox2015-06-061-5/+14
* BeautifulSoup 4: handle Doctype and Declarationmozbugbox2015-06-051-9/+12
* fix doctest in Py3Stefan Behnel2015-02-181-2/+2
* implement a set-like interface for the HTML 'class' attributeStefan Behnel2015-02-181-0/+57
* refactor new code in soupparser, extend testsStefan Behnel2015-02-161-8/+22
* Make soupparser properly handle everything outside the root tag (doctypeOlli Pottonen2015-02-161-0/+55
* LP#1419354: fix meta-redirect URL parsing when preceded by whitespaceStefan Behnel2015-02-081-0/+12
* lxml.html.document_fromstring ensure_head_bodyjab2014-09-041-0/+17
* include links in meta refresh tags in iterlinksjab2014-08-221-0/+7
* strip control characters before looking for evil text content in CleanerStefan Behnel2014-04-171-1/+8
* clean up test module (mostly formatting)Stefan Behnel2014-02-211-2/+16
* fix typo in commentStefan Behnel2014-02-211-1/+1
* add testStefan Behnel2014-02-201-1/+11
* more faking of NamedTemporaryFile(delete=False) in Py2.[45]Stefan Behnel2014-02-191-1/+12
* clean up test changesStefan Behnel2014-02-191-8/+12
* python 3 fixesGabi Davar2014-02-161-3/+6
* fix tests for win32 - local paths are NOT URLsGabi Davar2014-02-161-6/+25
* win32 test fixStefan Behnel2014-01-231-1/+2
* disable doctest that fails in Py2.6-Stefan Behnel2013-11-151-15/+16
* add 'handle_failures' option to make_links_absolute() to allow graceful handl...Stefan Behnel2013-11-151-4/+17
* lxml.html.formfill: Fix textarea form filling.Jonas Baumann2013-10-201-0/+12