<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git, 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>Prepare release of lxml 4.3.5.</title>
<updated>2019-07-27T05:32:42+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-07-27T05:32:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=1848047e2724a01a16d54029e013316617285491'/>
<id>1848047e2724a01a16d54029e013316617285491</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release of lxml 4.3.4.</title>
<updated>2019-06-10T04:35:47+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-06-10T04:35:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=6156d61ca53cadfd6b3d1b2908af518174997039'/>
<id>6156d61ca53cadfd6b3d1b2908af518174997039</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release of lxml 4.3.3.</title>
<updated>2019-03-26T13:07:31+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-03-26T13:07:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=e2d97468f3cea7b7fb11399732705d9f688c3c6d'/>
<id>e2d97468f3cea7b7fb11399732705d9f688c3c6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix leak of output buffer in _XSLTResultTree.write_output().</title>
<updated>2019-03-26T13:02:57+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-03-26T13:02:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=4baad26fd9931b3a7da9fb23cfe2c47d513c7940'/>
<id>4baad26fd9931b3a7da9fb23cfe2c47d513c7940</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release of 4.3.2.</title>
<updated>2019-02-28T19:55:58+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-02-28T19:55:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=f2981e643b5b5a56089146bd5a093ecf7526dc12'/>
<id>f2981e643b5b5a56089146bd5a093ecf7526dc12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash due to incorrect dict handling for text nodes.</title>
<updated>2019-02-28T19:53:29+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-02-28T19:53:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=f529aeb1bb234cf7dc0cf23e1e7fd98ce4953e85'/>
<id>f529aeb1bb234cf7dc0cf23e1e7fd98ce4953e85</id>
<content type='text'>
The C doc link needs to be set after removing text from the dict and before putting it there. Thus, it is best to separate the adaptations into two traversals again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The C doc link needs to be set after removing text from the dict and before putting it there. Thus, it is best to separate the adaptations into two traversals again.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure doc links are updated also for non-element nodes.</title>
<updated>2019-02-28T18:15:12+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-02-28T18:15:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=f8bb21857f8cfad0c707b6785ae0ec1832011fbf'/>
<id>f8bb21857f8cfad0c707b6785ae0ec1832011fbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve cleanup handling when an exception is raised during document adaptation.</title>
<updated>2019-02-28T15:34:56+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-02-28T15:34:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=8c5b45b296b2ddabcdbe2fa1d631c142f62a0309'/>
<id>8c5b45b296b2ddabcdbe2fa1d631c142f62a0309</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Avoid instantiating node iterators when it's easy to see that they will be empty.</title>
<updated>2019-02-28T14:02:22+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-02-28T14:02:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=c5b06c45122f4084ccc826ee2828ed3cbe16ea24'/>
<id>c5b06c45122f4084ccc826ee2828ed3cbe16ea24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
