<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/includes, branch lxml-3.4.2</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>use per-document hash tables for XML IDs and allow disabling them completely with collect_ids=False</title>
<updated>2014-05-28T19:04:55+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-05-28T19:04:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=35316b052af48921657813bb68563fe4a301d1b8'/>
<id>35316b052af48921657813bb68563fe4a301d1b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove legacy code for now unsupported libxml2/libxslt versions</title>
<updated>2014-03-22T14:25:14+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-03-22T14:25:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=3337f4834396774d63d3ecaa4ba954912462190b'/>
<id>3337f4834396774d63d3ecaa4ba954912462190b</id>
<content type='text'>
--HG--
extra : amend_source : 5f766bb41c74b8ea7bba7f71905fb18cb90a19f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : 5f766bb41c74b8ea7bba7f71905fb18cb90a19f2
</pre>
</div>
</content>
</entry>
<entry>
<title>remove some unused imports in .pxd files</title>
<updated>2014-03-20T19:25:11+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-03-20T19:25:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=e411c062cf26a8b33901fa627e166d24d496f7f5'/>
<id>e411c062cf26a8b33901fa627e166d24d496f7f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add new libxml2 HTML parser flags to declarations</title>
<updated>2014-03-20T19:17:01+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-03-20T19:17:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=40ce3370563a9bcbdd154cff8bd693cc21cc827f'/>
<id>40ce3370563a9bcbdd154cff8bd693cc21cc827f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use XML_PARSE_BIG_LINES parser option if available (libxml2 2.9.0+)</title>
<updated>2014-03-18T07:56:45+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-03-18T07:56:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=4239773478a8127e39da829adf3468f6e8b71bfb'/>
<id>4239773478a8127e39da829adf3468f6e8b71bfb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add parse options added in recent libxml2 versions</title>
<updated>2014-03-18T07:37:49+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-03-18T07:37:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=0e16a3fa31ef3fc5994a0e1b6f877e6524f3023e'/>
<id>0e16a3fa31ef3fc5994a0e1b6f877e6524f3023e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use slightly better _isString() subtype check in Py2</title>
<updated>2014-03-15T15:12:27+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-03-15T15:12:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=98a170cdadd8e871741b97abefffd4debb0a44b0'/>
<id>98a170cdadd8e871741b97abefffd4debb0a44b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use safer way to pass parser context into XInclude engine in libxml2 2.7.4 and later</title>
<updated>2014-03-15T09:23:54+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-03-15T09:23:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=34a18baaa6cda233cd2aac12d69a313e3d32971c'/>
<id>34a18baaa6cda233cd2aac12d69a313e3d32971c</id>
<content type='text'>
--HG--
extra : amend_source : 5e5f9f4de27a119ab64f722fd7a23ceeae98de46
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : 5e5f9f4de27a119ab64f722fd7a23ceeae98de46
</pre>
</div>
</content>
</entry>
<entry>
<title>PyPy fix</title>
<updated>2014-03-10T20:05:31+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-03-10T20:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=0c905beeb1bd2dc47d2712a7d28a376d8c0a424b'/>
<id>0c905beeb1bd2dc47d2712a7d28a376d8c0a424b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove some legacy code</title>
<updated>2014-03-10T19:32:54+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-03-10T19:32:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=ea5bb99ebf6eb197f32e41a99f5a7333907c57ff'/>
<id>ea5bb99ebf6eb197f32e41a99f5a7333907c57ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
