summaryrefslogtreecommitdiff
path: root/src/lxml/html/diff.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typos (GH-334)Kian Meng, Ang2022-01-021-1/+1
* Set explicit Cython language levels for compiled modules (Cython suggests to ...Stefan Behnel2018-12-021-0/+2
* Merge lxml-4.2 branch into master.Stefan Behnel2018-09-291-0/+2
|\
| * Fix import warnings in Py3.6+ by switching to absolute imports.Stefan Behnel2018-09-291-0/+2
* | Remove ununsed importsHugo2018-08-261-1/+0
* | 'assert False' more readable than 'assert 0'Hugo2018-08-261-1/+1
* | Remove redundant parenthesesHugo2018-08-251-1/+1
|/
* fix spelling mistakes originally found by scop in GH#230Stefan Behnel2017-03-181-1/+1
* use Unicode whitespace in regexStefan Behnel2013-08-011-1/+1
* trailing_whitespace is now always a string.Orf2013-07-301-12/+4
* Regex now pulls all whitespace, href_tag now sets trailing_whitespace correct...Orf2013-07-301-2/+2
* Update split_words docstringorf2013-07-291-2/+2
* Fix trailing_whitespace being the wrong valueorf2013-07-291-1/+1
* Update diff.pyorf2013-07-291-1/+0
* All trailing whitespace is stored and ignored while diffingorf2013-07-291-19/+33
* replace usages of cgi.escape() by html.escape() in Py3 to fix deprecation war...Stefan Behnel2012-11-291-5/+8
* simplify portability imports to make them more portable themselvesStefan Behnel2012-02-201-2/+2
* fix bug #889200: no longer raise an exception in lxml.html.diff on img tags w...Stefan Behnel2011-11-111-3/+3
* [svn r4034] r4909@delle: sbehnel | 2008-12-10 21:02:11 +0100scoder2008-12-101-2/+1
* [svn r4032] Small cleanups to lxml.html.diff.ianb2008-12-101-2/+6
* [svn r3766] r4382@delle: sbehnel | 2008-05-26 19:44:47 +0200scoder2008-05-261-5/+5
* [svn r3755] r4371@delle: sbehnel | 2008-05-26 09:37:29 +0200scoder2008-05-261-3/+3
* [svn r3717] r4275@delle: sbehnel | 2008-05-21 20:06:26 +0200scoder2008-05-211-2/+7
* [svn r3704] r4262@delle: sbehnel | 2008-05-21 00:11:28 +0200scoder2008-05-211-6/+11
* [svn r3460] Fix empty tags (e.g., <br>) in diffs.ianb2008-03-261-3/+3
* [svn r3275] r3461@delle: sbehnel | 2008-02-11 19:27:27 +0100scoder2008-02-111-14/+2
* [svn r3182] r3276@delle: sbehnel | 2008-01-21 14:51:38 +0100scoder2008-01-211-1/+1
* [svn r3180] r3274@delle: sbehnel | 2008-01-21 11:24:48 +0100scoder2008-01-211-3/+3
* [svn r2743] copied lxml.html from html branchscoder2007-08-181-0/+872