<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/parser.pxi, 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>minor doc fixes</title>
<updated>2014-05-25T17:26:03+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-05-25T17:26:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=593f24af60b8edcd296426d8ae637aea240b8651'/>
<id>593f24af60b8edcd296426d8ae637aea240b8651</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>only apply decoding error change to XML parsing (not HTML for now)</title>
<updated>2014-05-24T09:25:51+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-05-24T09:25:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=f4d99b75af8545f5b10d447fadf3b3d7baf70a53'/>
<id>f4d99b75af8545f5b10d447fadf3b3d7baf70a53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>raise a parser error even in recovery mode when encountering undecodable input to avoid having to deal with mixed-encoding trees</title>
<updated>2014-05-24T09:09:29+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-05-24T09:09:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=46e9309a585da7b3de7ecab137e7427cf2dcebf4'/>
<id>46e9309a585da7b3de7ecab137e7427cf2dcebf4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minor code cleanup</title>
<updated>2014-05-24T08:56:30+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-05-24T08:56:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=fd4c255850935e005fcb5a9516443cb71ece9961'/>
<id>fd4c255850935e005fcb5a9516443cb71ece9961</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>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>remove some legacy code</title>
<updated>2014-03-10T19:25:17+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-03-10T19:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=c464b866b12169358b699b7c9a1c943170d1afe0'/>
<id>c464b866b12169358b699b7c9a1c943170d1afe0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve docstring description of "remove_blank_text" parser option</title>
<updated>2014-02-28T10:00:45+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-02-28T10:00:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=b8269b96f197774f568030fd7b6964e428285a8e'/>
<id>b8269b96f197774f568030fd7b6964e428285a8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>undo doc freeing change: crashes when doc has already been used elsewhere</title>
<updated>2014-02-25T19:21:03+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-02-25T19:21:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=7037633c90001fb47d6d7f8ec39399d7dfc03a47'/>
<id>7037633c90001fb47d6d7f8ec39399d7dfc03a47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
