<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/docloader.pxi, branch lxml-3.3.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 known type to avoid some overhead</title>
<updated>2013-08-08T18:50:49+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-08-08T18:50:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=07d82ec6f385d8a18e94937a4489798a7fa552f2'/>
<id>07d82ec6f385d8a18e94937a4489798a7fa552f2</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://git.baserock.org/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>use @cython.final and/or @cython.internal decorators for internal classes</title>
<updated>2011-11-09T19:01:26+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2011-11-09T19:01:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=b6b7b441cdc1c21f55a23a206afa3bdb03ad7944'/>
<id>b6b7b441cdc1c21f55a23a206afa3bdb03ad7944</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>let parse() and iterparse() only close files they opened themselves, provide auto-close option to resolvers</title>
<updated>2011-05-23T18:47:58+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>scoder@users.berlios.de</email>
</author>
<published>2011-05-23T18:47:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=48f115fa5d2a515d70d0428515be7d9b5d1bff9a'/>
<id>48f115fa5d2a515d70d0428515be7d9b5d1bff9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r4402] r5569@lenny:  sbehnel | 2010-04-27 21:41:20 +0200</title>
<updated>2010-04-27T19:41:38+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2010-04-27T19:41:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=8f4837cb2168960ff72ec4083b32495b9f2f72eb'/>
<id>8f4837cb2168960ff72ec4083b32495b9f2f72eb</id>
<content type='text'>
 API hardening against uninitialised proxies and missing __init__ calls

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 API hardening against uninitialised proxies and missing __init__ calls

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r4233] r5283@delle:  sbehnel | 2009-10-17 01:16:46 +0200</title>
<updated>2009-10-16T23:18:39+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2009-10-16T23:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=b302a55dada1e85175a5713637227ac8eb5055ff'/>
<id>b302a55dada1e85175a5713637227ac8eb5055ff</id>
<content type='text'>
 fix PyBytes/PyString usage

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 fix PyBytes/PyString usage

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3982] r4814@delle:  sbehnel | 2008-10-16 22:41:13 +0200</title>
<updated>2008-10-16T20:41:51+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-10-16T20:41:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=34e3c2d95ea92bfd01664b69d168f86b16a62487'/>
<id>34e3c2d95ea92bfd01664b69d168f86b16a62487</id>
<content type='text'>
 cleanup and simplification

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 cleanup and simplification

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3981] r4810@delle:  sbehnel | 2008-10-16 22:32:57 +0200</title>
<updated>2008-10-16T20:33:51+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-10-16T20:33:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=8c5cfdf0027870ebeeee7237ca08ed686427aec7'/>
<id>8c5cfdf0027870ebeeee7237ca08ed686427aec7</id>
<content type='text'>
 fix for Resolver.resolve_string() to make it work with non-ASCII byte strings

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 fix for Resolver.resolve_string() to make it work with non-ASCII byte strings

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3940] r4741@delle:  sbehnel | 2008-08-18 09:18:42 +0200</title>
<updated>2008-08-19T19:40:03+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-08-19T19:40:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=df4ad55f5654f168b203d4fb6e0695578e5d4a3f'/>
<id>df4ad55f5654f168b203d4fb6e0695578e5d4a3f</id>
<content type='text'>
 docstrings

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 docstrings

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3679] r4225@delle:  sbehnel | 2008-05-19 00:50:22 +0200</title>
<updated>2008-05-19T22:00:11+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-05-19T22:00:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=59fc2665e7517e5069d1caabc248bb5fe66084ad'/>
<id>59fc2665e7517e5069d1caabc248bb5fe66084ad</id>
<content type='text'>
 loads of Py3 fixes, mostly byte string/unicode string cleanup

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 loads of Py3 fixes, mostly byte string/unicode string cleanup

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
</feed>
