<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/html, branch master</title>
<subtitle>github.com: lxml/lxml.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/'/>
<entry>
<title>Avoid using the deprecated "imp" module.</title>
<updated>2023-05-11T08:30:15+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2023-05-11T08:30:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=c6b7e621e4696c02bf8f6ea423ffbbf2109748ab'/>
<id>c6b7e621e4696c02bf8f6ea423ffbbf2109748ab</id>
<content type='text'>
Closes https://bugs.launchpad.net/lxml/+bug/2018137
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://bugs.launchpad.net/lxml/+bug/2018137
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid using the deprecated "imp" module.</title>
<updated>2023-05-11T08:29:02+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2023-05-11T08:29:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=07db761f9f027d1814a43686cda6fca26e37a931'/>
<id>07db761f9f027d1814a43686cda6fca26e37a931</id>
<content type='text'>
Closes https://bugs.launchpad.net/lxml/+bug/2018137
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://bugs.launchpad.net/lxml/+bug/2018137
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix inheritance order of mixin classes in lxml.html (GH-340)</title>
<updated>2022-05-17T08:22:31+00:00</updated>
<author>
<name>xmo-odoo</name>
<email>xmo@odoo.com</email>
</author>
<published>2022-05-17T08:22:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=a90d0ee11685fef61e61c2de01a417a0e26eba50'/>
<id>a90d0ee11685fef61e61c2de01a417a0e26eba50</id>
<content type='text'>
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`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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`.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos (GH-334)</title>
<updated>2022-01-02T11:54:11+00:00</updated>
<author>
<name>Kian Meng, Ang</name>
<email>kianmeng.ang@gmail.com</email>
</author>
<published>2022-01-02T11:54:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=4eff06df2f25e07e7b46954bd2bd02920b470cf9'/>
<id>4eff06df2f25e07e7b46954bd2bd02920b470cf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a test in Py2.</title>
<updated>2021-12-12T14:23:49+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2021-12-12T14:23:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=a9611ba80bc5196c1dd07a0b1964fcb603695d63'/>
<id>a9611ba80bc5196c1dd07a0b1964fcb603695d63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaner: cover some more cases where scripts could sneak through in specially crafted style content.</title>
<updated>2021-12-11T11:19:21+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2021-12-11T11:19:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=69a747356655158fdf9abaecea5feafb3bd6b5f5'/>
<id>69a747356655158fdf9abaecea5feafb3bd6b5f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaner: Remove SVG image data URLs since they can embed script content.</title>
<updated>2021-11-11T14:39:27+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2021-11-11T12:21:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=f2330237440df7e8f39c3ad1b1aa8852be3b27c0'/>
<id>f2330237440df7e8f39c3ad1b1aa8852be3b27c0</id>
<content type='text'>
Reported as GHSL-2021-1038
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported as GHSL-2021-1038
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaner: Prevent "@import" from re-occurring in the CSS after replacements, e.g. "@@importimport".</title>
<updated>2021-11-11T12:19:30+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2021-11-11T11:20:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=12fa9669007180a7bb87d990c375cf91ca5b664a'/>
<id>12fa9669007180a7bb87d990c375cf91ca5b664a</id>
<content type='text'>
Reported as GHSL-2021-1037
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported as GHSL-2021-1037
</pre>
</div>
</content>
</entry>
<entry>
<title>Add HTML-5 "formaction" attribute to "defs.link_attrs" (GH-316)</title>
<updated>2021-03-21T14:03:09+00:00</updated>
<author>
<name>Kevin Chung</name>
<email>kchung@nyu.edu</email>
</author>
<published>2021-03-21T14:03:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=2d01a1ba8984e0483ce6619b972832377f208a0d'/>
<id>2d01a1ba8984e0483ce6619b972832377f208a0d</id>
<content type='text'>
Resolves https://bugs.launchpad.net/lxml/+bug/1888153
See https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28957</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves https://bugs.launchpad.net/lxml/+bug/1888153
See https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28957</pre>
</div>
</content>
</entry>
<entry>
<title>Work around Py2's lack of "re.ASCII".</title>
<updated>2020-11-26T10:31:44+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2020-11-26T10:31:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=4cb57362deb23bca0f70f41ab1efa13390fcdbb1'/>
<id>4cb57362deb23bca0f70f41ab1efa13390fcdbb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
