<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/tests, branch lxml-4.3</title>
<subtitle>github.com: lxml/lxml.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/'/>
<entry>
<title>Add some tests for tree modification while iterating.</title>
<updated>2019-02-28T15:33:58+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-02-28T15:33:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=3f47dac3a33d1731937223cb1b5b0fbda2d98eac'/>
<id>3f47dac3a33d1731937223cb1b5b0fbda2d98eac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable a test under Windows that depends on library linking.</title>
<updated>2019-02-06T20:27:41+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-02-06T20:27:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=3806d612b8d3c8a6ce894ba3aaef213cc65d1558'/>
<id>3806d612b8d3c8a6ce894ba3aaef213cc65d1558</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LP#1814522: Fix a crash when appending a child subtree that contains unsubstituted entity references.</title>
<updated>2019-02-05T20:31:02+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-02-05T20:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=201b712edf0478e6a94ace984c1e8435bf3bc3c3'/>
<id>201b712edf0478e6a94ace984c1e8435bf3bc3c3</id>
<content type='text'>
This is a work-around for a (supposed) bug in libxml2 (https://gitlab.gnome.org/GNOME/libxml2/issues/42), which crashes by running into an infinite recursive loop while traversing the child nodes of the entity reference.
A lucky side effect is that the previously duplicated cleanup traversal to a) update the .doc pointers in libxml2 and b) update the dict names in lxml is now replaced by a single traversal, which should speed things up for large subtrees.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a work-around for a (supposed) bug in libxml2 (https://gitlab.gnome.org/GNOME/libxml2/issues/42), which crashes by running into an infinite recursive loop while traversing the child nodes of the entity reference.
A lucky side effect is that the previously duplicated cleanup traversal to a) update the .doc pointers in libxml2 and b) update the dict names in lxml is now replaced by a single traversal, which should speed things up for large subtrees.
</pre>
</div>
</content>
</entry>
<entry>
<title>New and improved namespace handling for the saxifier</title>
<updated>2018-11-23T13:54:26+00:00</updated>
<author>
<name>Lennart Regebro</name>
<email>regebro@gmail.com</email>
</author>
<published>2018-11-22T12:26:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=8c8e6136cd35f12ad0b90e8265eb13c5ea58e29b'/>
<id>8c8e6136cd35f12ad0b90e8265eb13c5ea58e29b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into master</title>
<updated>2018-10-17T14:32:00+00:00</updated>
<author>
<name>Lennart Regebro</name>
<email>regebro@gmail.com</email>
</author>
<published>2018-10-17T14:32:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=2d92c1edc1dbf5c3eee7206011725453faa04b20'/>
<id>2d92c1edc1dbf5c3eee7206011725453faa04b20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Let ElementTreeProducer use the available namespaces</title>
<updated>2018-10-17T14:29:52+00:00</updated>
<author>
<name>Lennart Regebro</name>
<email>regebro@gmail.com</email>
</author>
<published>2018-06-11T11:26:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=035d48a84deea73323991a919c864dc8ea854886'/>
<id>035d48a84deea73323991a919c864dc8ea854886</id>
<content type='text'>
ElementTreeProducer would ignore the namespace prefixes that were available in the element tree, and always generate new prefixes like ns00, ns01 etc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ElementTreeProducer would ignore the namespace prefixes that were available in the element tree, and always generate new prefixes like ns00, ns01 etc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for EOL Python 3.3</title>
<updated>2018-08-26T14:21:43+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-08-26T14:21:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=ae02899b108ec247c3f3401321fc71527ddb2cc5'/>
<id>ae02899b108ec247c3f3401321fc71527ddb2cc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove ununsed imports</title>
<updated>2018-08-26T13:16:00+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-08-26T12:58:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=9ac32de2352912e52dea7c5bd825d99100d22171'/>
<id>9ac32de2352912e52dea7c5bd825d99100d22171</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep on same line</title>
<updated>2018-08-26T13:07:46+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-08-26T13:07:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=dcdf7b7191f7d56e0dcdf2096bb6269c7fecccd1'/>
<id>dcdf7b7191f7d56e0dcdf2096bb6269c7fecccd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Start a new line for the items</title>
<updated>2018-08-26T13:05:04+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-08-26T13:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=6b8edfac28921f189ed70616d4eded44af885db4'/>
<id>6b8edfac28921f189ed70616d4eded44af885db4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
