summaryrefslogtreecommitdiff
path: root/src/lxml/html/tests/test_html5parser.py
Commit message (Expand)AuthorAgeFilesLines
* Avoid using the deprecated "imp" module.HEADmasterStefan Behnel2023-05-111-1/+2
* Avoid using the deprecated "imp" module.Stefan Behnel2023-05-111-2/+4
* Merge pull request #270 from hugovk/rm-2.6scoder2018-08-261-18/+2
|\
| * Use tempfile.NamedTemporaryFile directlyHugo2018-08-261-3/+1
| * Remove redundant code for Python <= 2.6Hugo2018-08-251-17/+3
* | Fix typo in test file.Stefan Behnel2018-08-261-1/+1
|/
* Fix tests after making "useChardet" handling smarter.Stefan Behnel2017-08-121-5/+16
* Perform full-document detection on decoded bytes.Koert van der Veer2017-03-161-0/+6
* clean up test module (mostly formatting)Stefan Behnel2014-02-211-2/+16
* 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
* close some more files in test (avoids warnings in Py3 debug builds)Stefan Behnel2012-04-211-2/+8
* close files in test (avoids warnings in Py3 debug builds)Stefan Behnel2012-04-211-13/+26
* Unit tests for lxml.html.html5parserJeff Dairiki2012-03-311-0/+358