Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid using the deprecated "imp" module.HEADmaster | Stefan Behnel | 2023-05-11 | 1 | -1/+2 |
| | | | | Closes https://bugs.launchpad.net/lxml/+bug/2018137 | ||||
* | Avoid using the deprecated "imp" module. | Stefan Behnel | 2023-05-11 | 1 | -2/+4 |
| | | | | Closes https://bugs.launchpad.net/lxml/+bug/2018137 | ||||
* | Merge pull request #270 from hugovk/rm-2.6 | scoder | 2018-08-26 | 1 | -18/+2 |
|\ | | | | | Remove redundant Python <= 2.6 code | ||||
| * | Use tempfile.NamedTemporaryFile directly | Hugo | 2018-08-26 | 1 | -3/+1 |
| | | |||||
| * | Remove redundant code for Python <= 2.6 | Hugo | 2018-08-25 | 1 | -17/+3 |
| | | |||||
* | | Fix typo in test file. | Stefan Behnel | 2018-08-26 | 1 | -1/+1 |
|/ | |||||
* | Fix tests after making "useChardet" handling smarter. | Stefan Behnel | 2017-08-12 | 1 | -5/+16 |
| | |||||
* | Perform full-document detection on decoded bytes. | Koert van der Veer | 2017-03-16 | 1 | -0/+6 |
| | | | | Closes #1673355 | ||||
* | clean up test module (mostly formatting) | Stefan Behnel | 2014-02-21 | 1 | -2/+16 |
| | |||||
* | more faking of NamedTemporaryFile(delete=False) in Py2.[45] | Stefan Behnel | 2014-02-19 | 1 | -1/+12 |
| | |||||
* | clean up test changes | Stefan Behnel | 2014-02-19 | 1 | -8/+12 |
| | |||||
* | python 3 fixes | Gabi Davar | 2014-02-16 | 1 | -3/+6 |
| | | | | | --HG-- extra : rebase_source : 7bee297054a17cee778109cd465625870e2af8eb | ||||
* | fix tests for win32 - local paths are NOT URLs | Gabi Davar | 2014-02-16 | 1 | -6/+25 |
| | | | | | --HG-- extra : rebase_source : 48a48c732d63f466b845af1ebf6e27091405fc16 | ||||
* | win32 test fix | Stefan Behnel | 2014-01-23 | 1 | -1/+2 |
| | |||||
* | close some more files in test (avoids warnings in Py3 debug builds) | Stefan Behnel | 2012-04-21 | 1 | -2/+8 |
| | |||||
* | close files in test (avoids warnings in Py3 debug builds) | Stefan Behnel | 2012-04-21 | 1 | -13/+26 |
| | |||||
* | Unit tests for lxml.html.html5parser | Jeff Dairiki | 2012-03-31 | 1 | -0/+358 |
--HG-- extra : rebase_source : fc5d3b785f1eb962b54077611438af2667e1f2e8 |