<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/builder.py, branch macos_unicode_tests</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>Fix compile problem due to language_level=3: "basestring" must still refer to "str/unicode" in Py2.</title>
<updated>2018-12-02T16:55:43+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2018-12-02T16:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=013c309b604021839ef99b36d601aa6f8323db28'/>
<id>013c309b604021839ef99b36d601aa6f8323db28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set explicit Cython language levels for compiled modules (Cython suggests to make them explicit).</title>
<updated>2018-12-02T16:26:45+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2018-12-02T16:26:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=9057bd1c3495ea1ed7b0569949ef7481fc1dc350'/>
<id>9057bd1c3495ea1ed7b0569949ef7481fc1dc350</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix import warnings in Py3.6+ by switching to absolute imports.</title>
<updated>2018-09-29T12:43:15+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2018-09-29T12:43:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=de326abde764fd0969d59601cd103fc8eea46487'/>
<id>de326abde764fd0969d59601cd103fc8eea46487</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Compile ElementMaker into an extension type to speed it up.</title>
<updated>2017-08-19T18:32:27+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2017-08-19T18:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=9f21aa602440c1e6fb3d35b627c170fccf065dcd'/>
<id>9f21aa602440c1e6fb3d35b627c170fccf065dcd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix spelling mistakes originally found by scop in GH#230</title>
<updated>2017-03-18T08:32:59+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2017-03-18T08:32:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=2802687228fd26c0d87d3aba76fb16570d448a25'/>
<id>2802687228fd26c0d87d3aba76fb16570d448a25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove compat definition of callable()</title>
<updated>2017-03-17T20:53:41+00:00</updated>
<author>
<name>Jakub Wilk</name>
<email>jwilk@jwilk.net</email>
</author>
<published>2017-03-17T20:35:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=d4c02b9a71da62022e89165f8350f7202a98901e'/>
<id>d4c02b9a71da62022e89165f8350f7202a98901e</id>
<content type='text'>
This was needed for Python 3.1, which is no longer supported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was needed for Python 3.1, which is no longer supported.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove compat definition of partial()</title>
<updated>2017-03-17T20:53:41+00:00</updated>
<author>
<name>Jakub Wilk</name>
<email>jwilk@jwilk.net</email>
</author>
<published>2017-03-17T19:43:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=1ad8119edda4f0d2c3a7cec61cd6e8cf97f03912'/>
<id>1ad8119edda4f0d2c3a7cec61cd6e8cf97f03912</id>
<content type='text'>
This was needed for Python 2.4, which is no longer supported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was needed for Python 2.4, which is no longer supported.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CDATA support in ElementBuilder.</title>
<updated>2014-06-16T17:09:32+00:00</updated>
<author>
<name>Ionel Cristian Mărieș</name>
<email>contact@ionelmc.ro</email>
</author>
<published>2014-06-16T17:09:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=14ce04ba6b33940ce84c00c3e0544e8b541a4291'/>
<id>14ce04ba6b33940ce84c00c3e0544e8b541a4291</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix text formatting in some docstrings</title>
<updated>2013-07-28T10:52:33+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-07-28T10:52:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=8c59378b76732a9082a76da1467f8f40b54c2920'/>
<id>8c59378b76732a9082a76da1467f8f40b54c2920</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix slowness when building elements</title>
<updated>2012-11-06T16:32:33+00:00</updated>
<author>
<name>Anders Hammarquist</name>
<email>iko@openend.se</email>
</author>
<published>2012-11-06T16:32:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=f428ea38f2427313bee3d27abcab8dadda2b5af1'/>
<id>f428ea38f2427313bee3d27abcab8dadda2b5af1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
