| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
As the old FIXME comment from
https://github.com/lxml/lxml/commit/8132c755adad4a75ba855d985dd257493bccc7fd
notes, the mixin should come first for the inheritance to be correct (the left-most class is the
first in the MRO, at least if no diamond inheritance is involved).
Also fix the odd `super` call in `HtmlMixin`, likely stemming from the incorrect MRO.
Fixes the inheritance order of all `HTML*` base classes though it
probably doesn't matter for other than `HtmlElement`.
|
| |
|
| |
|
|
|
|
|
|
|
| |
enable more explicit Python3-like syntax in doctests
--HG--
branch : trunk
|
|
|
|
|
|
|
| |
enable doctests in lxml.html
--HG--
branch : trunk
|
|
|
|
|
|
|
| |
run HTML doctests only under Python 2.4+, fix some 2.4-isms in the tests
--HG--
branch : trunk
|
|
|
|
|
|
|
| |
lxmlhtml.txt doesn't work as doctest
--HG--
branch : trunk
|
|
|
|
|
|
|
| |
run doctests from lxmlhtml.txt
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|