<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/setupinfo.py, 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>allow disabling -w C compiler option</title>
<updated>2014-01-17T18:49:02+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-01-17T18:49:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=662df9a9847a78bb9c46891aa746f75bf80690a0'/>
<id>662df9a9847a78bb9c46891aa746f75bf80690a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add -w to CFLAGS for now because Cython generates some incorrect casts (but working code)</title>
<updated>2014-01-17T18:26:35+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-01-17T18:26:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=6e62970e48664f37caf8d678d2aafabcde1d9893'/>
<id>6e62970e48664f37caf8d678d2aafabcde1d9893</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.no_gc_clear decorator for Elements to get rid of double _Document ref hack</title>
<updated>2014-01-17T18:03:17+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-01-17T18:03:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=c368af418a4cf822287f098a4d639398fc352c20'/>
<id>c368af418a4cf822287f098a4d639398fc352c20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add compile time option for Py2 that makes the API always return Unicode strings for names and text instead of byte strings for pure ASCII</title>
<updated>2012-12-21T21:48:02+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-12-21T21:48:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=c37f36f2843f0f9c1ef938920b47978d6e28ed4e'/>
<id>c37f36f2843f0f9c1ef938920b47978d6e28ed4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>include Cython compilation in sdist build by passing the distutils Extensions through cythonize()</title>
<updated>2012-11-23T12:52:42+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-11-23T12:52:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=20dca2e01df409406f9105c0a8051a2c379f5fdb'/>
<id>20dca2e01df409406f9105c0a8051a2c379f5fdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow --without-cython to override build error (needed for non-build setup.py targets)</title>
<updated>2012-10-07T19:09:57+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-10-07T19:09:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=6478b2f6d1ce37c64384813ee07a68d6b094d138'/>
<id>6478b2f6d1ce37c64384813ee07a68d6b094d138</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>only use Cython for building when required or explicitly requested</title>
<updated>2012-10-07T18:57:24+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-10-07T18:57:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=792c629e2d9490db8993b7665114ddca8a1fb8aa'/>
<id>792c629e2d9490db8993b7665114ddca8a1fb8aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>let Cython generate complete module cleanup code</title>
<updated>2012-08-23T19:45:38+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-08-23T19:45:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=808f7db8125d9a6c83241dabd8c42b328e83d05c'/>
<id>808f7db8125d9a6c83241dabd8c42b328e83d05c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix dependency list in build script</title>
<updated>2012-08-11T06:56:40+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-08-11T06:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=e0ea33175b2ee106a737d06cacdd5ca51026028b'/>
<id>e0ea33175b2ee106a737d06cacdd5ca51026028b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>drop '-w' flag from C compiler options</title>
<updated>2012-07-31T10:15:09+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-07-31T10:15:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=11da137ac6f624662a07dc0df771c6ccdf5ab0c3'/>
<id>11da137ac6f624662a07dc0df771c6ccdf5ab0c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
