<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/objectpath.pxi, 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>Use f-strings for all string formatting for which it makes sense (i.e. does not look unreadable).</title>
<updated>2018-01-25T21:10:14+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2018-01-25T21:10:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=6d54319c91193af2e9eb24f28309c5512f3d734a'/>
<id>6d54319c91193af2e9eb24f28309c5512f3d734a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>for better symmetry, use lxml_malloc()/lxml_free() instead of lxml_malloc()/PyMem_Free()</title>
<updated>2015-03-01T20:08:52+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2015-03-01T20:08:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=e12e7c8687fafad31c8858ce4439e80d70c09e9e'/>
<id>e12e7c8687fafad31c8858ce4439e80d70c09e9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use safer macros for memory allocation (adapted from PyMem_New() and PyMem_Resize())</title>
<updated>2015-03-01T16:39:01+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2015-03-01T16:39:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=868c64fc4fbdeda1a329076c048bc3ce730f0350'/>
<id>868c64fc4fbdeda1a329076c048bc3ce730f0350</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up some unnecessarily C-ish code</title>
<updated>2015-03-01T11:59:40+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2015-03-01T11:59:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=09bc47a15c3b3b7c278715743e126acfe9639e36'/>
<id>09bc47a15c3b3b7c278715743e126acfe9639e36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minor code cleanup</title>
<updated>2015-02-22T08:00:36+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2015-02-22T08:00:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=7b12c4b7fdbbb73dd9df5bbeaf762d6147d29a7e'/>
<id>7b12c4b7fdbbb73dd9df5bbeaf762d6147d29a7e</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://91.123.203.49/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>fix some more C compiler warnings in lxml.objectify</title>
<updated>2012-07-31T09:54:03+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-07-31T09:54:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=da1b53c2cd81ad04b67bcfff69ed4afbe7a33252'/>
<id>da1b53c2cd81ad04b67bcfff69ed4afbe7a33252</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://91.123.203.49/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>code cleanup: replace call to PyErr_NoMemory() by explicit exception</title>
<updated>2012-04-07T21:26:05+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-04-07T21:26:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=ea53ceaf7e44ba4fbb5c818ae31370932f47774e'/>
<id>ea53ceaf7e44ba4fbb5c818ae31370932f47774e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use 'cstring_h.*' instead of 'string' for string.h functions</title>
<updated>2012-01-09T17:16:59+00:00</updated>
<author>
<name>Tay Ray Chuan</name>
<email>rctay89@gmail.com</email>
</author>
<published>2012-01-09T17:16:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=bc4b2811975f5332c096162746ee926e3610a8b3'/>
<id>bc4b2811975f5332c096162746ee926e3610a8b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
