summaryrefslogtreecommitdiff
path: root/src/lxml/html/diff.py
Commit message (Collapse)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
| | | | make them explicit).
* 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 ↵Orf2013-07-301-2/+2
| | | | correctly and the tests should run on py3k
* 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 ↵Stefan Behnel2012-11-291-5/+8
| | | | warning
* 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 ↵Stefan Behnel2011-11-111-3/+3
| | | | without src attribute
* [svn r4034] r4909@delle: sbehnel | 2008-12-10 21:02:11 +0100scoder2008-12-101-2/+1
| | | | | | | cleanup --HG-- branch : trunk
* [svn r4032] Small cleanups to lxml.html.diff.ianb2008-12-101-2/+6
| | | | | | | Export lxml.html.parse --HG-- branch : trunk
* [svn r3766] r4382@delle: sbehnel | 2008-05-26 19:44:47 +0200scoder2008-05-261-5/+5
| | | | | | | enable more explicit Python3-like syntax in doctests --HG-- branch : trunk
* [svn r3755] r4371@delle: sbehnel | 2008-05-26 09:37:29 +0200scoder2008-05-261-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 +0200scoder2008-05-211-2/+7
| | | | | | | lots pf Py3 fixes and work-arounds --HG-- branch : trunk
* [svn r3704] r4262@delle: sbehnel | 2008-05-21 00:11:28 +0200scoder2008-05-211-6/+11
| | | | | | | Py3 fix --HG-- branch : trunk
* [svn r3460] Fix empty tags (e.g., <br>) in diffs.ianb2008-03-261-3/+3
| | | | | --HG-- branch : trunk
* [svn r3275] r3461@delle: sbehnel | 2008-02-11 19:27:27 +0100scoder2008-02-111-14/+2
| | | | | | | code simplification --HG-- branch : trunk
* [svn r3182] r3276@delle: sbehnel | 2008-01-21 14:51:38 +0100scoder2008-01-211-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 +0100scoder2008-01-211-3/+3
| | | | | | | fix Py2.4-isms --HG-- branch : trunk
* [svn r2743] copied lxml.html from html branchscoder2007-08-181-0/+872
--HG-- branch : trunk