<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/setup.py, branch lxml-4.3</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>Drop support for EOL Python 3.3</title>
<updated>2018-08-26T14:21:43+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-08-26T14:21:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=ae02899b108ec247c3f3401321fc71527ddb2cc5'/>
<id>ae02899b108ec247c3f3401321fc71527ddb2cc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant code for Python &lt;= 2.6</title>
<updated>2018-08-25T17:53:59+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-08-25T17:53:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=beaa4eb8904b9209d75d98059b5b92b26fdfebe3'/>
<id>beaa4eb8904b9209d75d98059b5b92b26fdfebe3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Officially remove support for Py2.6.</title>
<updated>2018-07-30T19:34:49+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2018-07-30T19:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=9436948369d636d50355f7f679a0cfd7edc23044'/>
<id>9436948369d636d50355f7f679a0cfd7edc23044</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add official support for Py3.7 for the next release.</title>
<updated>2018-03-10T12:42:17+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2018-03-10T12:42:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=9b9a6fb18badb0f53ade2c448b1b49312bcf9364'/>
<id>9b9a6fb18badb0f53ade2c448b1b49312bcf9364</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to ignore externally installed lxml packages when building, to prevent accidentally picking up their cimport/include files.</title>
<updated>2017-08-17T06:24:06+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2017-08-17T06:24:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=a0599527c0328b715c9087c6716485cb1efb4ba4'/>
<id>a0599527c0328b715c9087c6716485cb1efb4ba4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LP#1637922: Name license in setup.py.</title>
<updated>2017-08-13T12:39:24+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2017-08-13T12:39:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=8b709dba0239344c5132fff1d5fadceb3c50746a'/>
<id>8b709dba0239344c5132fff1d5fadceb3c50746a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly integrate the compilation of _elementpath.py and some lxml.html modules into the build process and exclude it in PyPy.</title>
<updated>2017-08-11T12:33:51+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2017-08-11T12:33:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=ccc44405d538546314891eae433cb8037ee09c29'/>
<id>ccc44405d538546314891eae433cb8037ee09c29</id>
<content type='text'>
Also finally rename lxml.etree.pyx and lxml.objectify.pyx to their correct module names and provide some legacy integration aid by keeping the original API header file names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also finally rename lxml.etree.pyx and lxml.objectify.pyx to their correct module names and provide some legacy integration aid by keeping the original API header file names.
</pre>
</div>
</content>
</entry>
<entry>
<title>discontinue support for CPython 3.2 - may or may not work in the future</title>
<updated>2017-02-11T22:15:22+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2017-02-11T22:15:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=2b7411290c2ab4334219547d42376e915c777051'/>
<id>2b7411290c2ab4334219547d42376e915c777051</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>also works with Py3.5</title>
<updated>2015-09-18T07:38:25+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2015-09-18T07:38:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=c6b5ace9c7810a867c736682ca8612c786f08995'/>
<id>c6b5ace9c7810a867c736682ca8612c786f08995</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>prepare release of 3.5.0b1</title>
<updated>2015-09-18T07:17:02+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2015-09-18T07:17:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=717942131fe47584c45800970758d9b46ee077ff'/>
<id>717942131fe47584c45800970758d9b46ee077ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
