Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos (GH-334) | Kian Meng, Ang | 2022-01-02 | 1 | -1/+1 |
| | |||||
* | Set explicit Cython language levels for compiled modules (Cython suggests to ↵ | Stefan Behnel | 2018-12-02 | 1 | -0/+2 |
| | | | | make them explicit). | ||||
* | Merge lxml-4.2 branch into master. | Stefan Behnel | 2018-09-29 | 1 | -0/+2 |
|\ | |||||
| * | Fix import warnings in Py3.6+ by switching to absolute imports. | Stefan Behnel | 2018-09-29 | 1 | -0/+2 |
| | | |||||
* | | Remove ununsed imports | Hugo | 2018-08-26 | 1 | -1/+0 |
| | | |||||
* | | 'assert False' more readable than 'assert 0' | Hugo | 2018-08-26 | 1 | -1/+1 |
| | | |||||
* | | Remove redundant parentheses | Hugo | 2018-08-25 | 1 | -1/+1 |
|/ | |||||
* | fix spelling mistakes originally found by scop in GH#230 | Stefan Behnel | 2017-03-18 | 1 | -1/+1 |
| | |||||
* | use Unicode whitespace in regex | Stefan Behnel | 2013-08-01 | 1 | -1/+1 |
| | |||||
* | trailing_whitespace is now always a string. | Orf | 2013-07-30 | 1 | -12/+4 |
| | |||||
* | Regex now pulls all whitespace, href_tag now sets trailing_whitespace ↵ | Orf | 2013-07-30 | 1 | -2/+2 |
| | | | | correctly and the tests should run on py3k | ||||
* | Update split_words docstring | orf | 2013-07-29 | 1 | -2/+2 |
| | |||||
* | Fix trailing_whitespace being the wrong value | orf | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | Update diff.py | orf | 2013-07-29 | 1 | -1/+0 |
| | |||||
* | All trailing whitespace is stored and ignored while diffing | orf | 2013-07-29 | 1 | -19/+33 |
| | |||||
* | replace usages of cgi.escape() by html.escape() in Py3 to fix deprecation ↵ | Stefan Behnel | 2012-11-29 | 1 | -5/+8 |
| | | | | warning | ||||
* | simplify portability imports to make them more portable themselves | Stefan Behnel | 2012-02-20 | 1 | -2/+2 |
| | |||||
* | fix bug #889200: no longer raise an exception in lxml.html.diff on img tags ↵ | Stefan Behnel | 2011-11-11 | 1 | -3/+3 |
| | | | | without src attribute | ||||
* | [svn r4034] r4909@delle: sbehnel | 2008-12-10 21:02:11 +0100 | scoder | 2008-12-10 | 1 | -2/+1 |
| | | | | | | | cleanup --HG-- branch : trunk | ||||
* | [svn r4032] Small cleanups to lxml.html.diff. | ianb | 2008-12-10 | 1 | -2/+6 |
| | | | | | | | Export lxml.html.parse --HG-- branch : trunk | ||||
* | [svn r3766] r4382@delle: sbehnel | 2008-05-26 19:44:47 +0200 | scoder | 2008-05-26 | 1 | -5/+5 |
| | | | | | | | enable more explicit Python3-like syntax in doctests --HG-- branch : trunk | ||||
* | [svn r3755] r4371@delle: sbehnel | 2008-05-26 09:37:29 +0200 | scoder | 2008-05-26 | 1 | -3/+3 |
| | | | | | | | let lxml.html.diff serialise unicode strings instead of UTF-8 encoded byte strings --HG-- branch : trunk | ||||
* | [svn r3717] r4275@delle: sbehnel | 2008-05-21 20:06:26 +0200 | scoder | 2008-05-21 | 1 | -2/+7 |
| | | | | | | | lots pf Py3 fixes and work-arounds --HG-- branch : trunk | ||||
* | [svn r3704] r4262@delle: sbehnel | 2008-05-21 00:11:28 +0200 | scoder | 2008-05-21 | 1 | -6/+11 |
| | | | | | | | Py3 fix --HG-- branch : trunk | ||||
* | [svn r3460] Fix empty tags (e.g., <br>) in diffs. | ianb | 2008-03-26 | 1 | -3/+3 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r3275] r3461@delle: sbehnel | 2008-02-11 19:27:27 +0100 | scoder | 2008-02-11 | 1 | -14/+2 |
| | | | | | | | code simplification --HG-- branch : trunk | ||||
* | [svn r3182] r3276@delle: sbehnel | 2008-01-21 14:51:38 +0100 | scoder | 2008-01-21 | 1 | -1/+1 |
| | | | | | | | run HTML doctests only under Python 2.4+, fix some 2.4-isms in the tests --HG-- branch : trunk | ||||
* | [svn r3180] r3274@delle: sbehnel | 2008-01-21 11:24:48 +0100 | scoder | 2008-01-21 | 1 | -3/+3 |
| | | | | | | | fix Py2.4-isms --HG-- branch : trunk | ||||
* | [svn r2743] copied lxml.html from html branch | scoder | 2007-08-18 | 1 | -0/+872 |
--HG-- branch : trunk |