<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml, 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>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>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>
<entry>
<title>Replace old Pyrex property syntax with @property decorators for read-only properties, and resolve some Cython warnings.</title>
<updated>2019-02-23T10:52:55+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-02-23T10:52:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=fd971a56dd5fe68dbafc8048ebaf9d712b2dfc21'/>
<id>fd971a56dd5fe68dbafc8048ebaf9d712b2dfc21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Also set .doc field of attribute children (if any) during subtree migration.</title>
<updated>2019-02-06T21:46:57+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-02-06T21:46:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=ee9dc101d7190c24d5b72ba208412c82e5c7484b'/>
<id>ee9dc101d7190c24d5b72ba208412c82e5c7484b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace obfuscated loop with a helper function that is called twice for two different things.</title>
<updated>2019-02-06T21:22:59+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-02-06T21:22:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=3a8123d0115e8ed555dc1d699aab05ec67be61ed'/>
<id>3a8123d0115e8ed555dc1d699aab05ec67be61ed</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>
</feed>
