<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/parser.pxi, branch baserock/morph</title>
<subtitle>github.com: lxml/lxml.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/'/>
<entry>
<title>free GIL in resolver code when libxml2 potentially does I/O</title>
<updated>2013-04-28T09:35:33+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-04-28T09:35:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=3256ccb8eec06e782fdcc6f39e49dfa4c7896a17'/>
<id>3256ccb8eec06e782fdcc6f39e49dfa4c7896a17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>always restore parser context options after calling into libxml2's parser</title>
<updated>2013-04-28T09:31:22+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-04-28T09:31:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=1d4ecb12d5bd2858a1ab5c29f9401518b7f87647'/>
<id>1d4ecb12d5bd2858a1ab5c29f9401518b7f87647</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>safely report IOErrors even in the face of unexpectedly encoded file names</title>
<updated>2013-04-27T13:14:53+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-04-27T13:14:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=7698fac30c6f859a1150a79a67540fe3b3fd77d1'/>
<id>7698fac30c6f859a1150a79a67540fe3b3fd77d1</id>
<content type='text'>
--HG--
extra : rebase_source : e19f5f1b11ba54126f147b2a67110b2d9b66754d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : rebase_source : e19f5f1b11ba54126f147b2a67110b2d9b66754d
</pre>
</div>
</content>
</entry>
<entry>
<title>remove _BaseParser from lxml.etree module dict and clean up some code</title>
<updated>2013-03-23T11:25:27+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-03-23T11:25:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=ce71464cbdc5536ca50a8a44797319ab4fb0d7d3'/>
<id>ce71464cbdc5536ca50a8a44797319ab4fb0d7d3</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 useless explicit usages of C-API calls from the code base</title>
<updated>2013-02-17T10:27:45+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-02-17T10:27:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=328d69f6bfd921af2c2def9aa698ad71008bab94'/>
<id>328d69f6bfd921af2c2def9aa698ad71008bab94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up string parsing code a bit and improve unicode XML declaration error</title>
<updated>2013-02-17T07:06:41+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-02-17T07:06:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=3547ff5ae62791c04345e7525adeb287e7af9231'/>
<id>3547ff5ae62791c04345e7525adeb287e7af9231</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix undefined C symbol in Python runtimes compiled without threading support</title>
<updated>2013-01-24T16:05:58+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-01-24T16:05:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=f2e0f8a898673511794a38350a30353d545baa3a'/>
<id>f2e0f8a898673511794a38350a30353d545baa3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix another load of C compiler warnings about xmlChar* unsignedness etc.</title>
<updated>2012-08-11T09:05:50+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-08-11T09:05:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=7eca2bb4b704058c0430ded3d1c05ed418ac7223'/>
<id>7eca2bb4b704058c0430ded3d1c05ed418ac7223</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>deleted dead code</title>
<updated>2012-08-11T07:23:30+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-08-11T07:23:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=ec95879187f94f107d762aa2613bb7cba0870566'/>
<id>ec95879187f94f107d762aa2613bb7cba0870566</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix parsing when long Unicode strings are passed into the feed() method: part of the string was dropped</title>
<updated>2012-08-09T15:06:50+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-08-09T15:06:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=095468bb154c5b76eac19f05c799bcb5d7a7de40'/>
<id>095468bb154c5b76eac19f05c799bcb5d7a7de40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
