<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/saxparser.pxi, branch lxml-3.0alpha1</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>fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*'</title>
<updated>2012-07-30T18:12:24+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-07-30T18:12:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=290fdc52a30164a46f349dd6b7d2a94b45bdc15b'/>
<id>290fdc52a30164a46f349dd6b7d2a94b45bdc15b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merged 2.3 branch into master</title>
<updated>2012-04-20T13:39:54+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-04-20T13:39:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=8dfe9918525d8b9c52a652f53cb1ab1979371bf5'/>
<id>8dfe9918525d8b9c52a652f53cb1ab1979371bf5</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 in sax parser when finding invalid DOCTYPE</title>
<updated>2012-04-20T13:34:37+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-04-20T13:34:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=e1f3f2affc774fdaaf414f59e2601c298b33f954'/>
<id>e1f3f2affc774fdaaf414f59e2601c298b33f954</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>fix more compiler warnings: unused and uninitialised variables</title>
<updated>2011-05-28T16:11:29+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>scoder@users.berlios.de</email>
</author>
<published>2011-05-28T16:11:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=ead6757d2cbe4fd6723de73977b29aea371aaa45'/>
<id>ead6757d2cbe4fd6723de73977b29aea371aaa45</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 r4166] r5156@delle:  sbehnel | 2009-06-16 20:43:55 +0200</title>
<updated>2009-06-16T18:47:30+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2009-06-16T18:47:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=babb019b875f1149da84875fe780281d87c11fe1'/>
<id>babb019b875f1149da84875fe780281d87c11fe1</id>
<content type='text'>
 raising an exception from a parser target callback didn't always terminate the parser

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 raising an exception from a parser target callback didn't always terminate the parser

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r4022] r4886@delle:  sbehnel | 2008-11-19 08:43:16 +0100</title>
<updated>2008-11-19T07:44:26+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-11-19T07:44:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=cb724a50d9046c4446f7f406158013bc1552fe71'/>
<id>cb724a50d9046c4446f7f406158013bc1552fe71</id>
<content type='text'>
 code cleanup: let Cython do the optimisation

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 code cleanup: let Cython do the optimisation

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r4020] r4875@delle:  sbehnel | 2008-11-17 23:22:34 +0100</title>
<updated>2008-11-17T22:23:45+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-11-17T22:23:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=43769d64c53e4c8a3f4aafe23112f28deaa7d414'/>
<id>43769d64c53e4c8a3f4aafe23112f28deaa7d414</id>
<content type='text'>
 code cleanup: use list.append() instead of PyList_Append() and let Cython do the rest

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 code cleanup: use list.append() instead of PyList_Append() and let Cython do the rest

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3742] r4337@delle:  sbehnel | 2008-05-24 10:04:51 +0200</title>
<updated>2008-05-24T08:10:09+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-05-24T08:10:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=dfeffb35598dfe3a38b4f10444fe514947beea90'/>
<id>dfeffb35598dfe3a38b4f10444fe514947beea90</id>
<content type='text'>
 unicode fix

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

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