<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/readonlytree.pxi, branch lxml-2.2.1</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>[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 r3773] r4411@delle:  sbehnel | 2008-05-28 18:16:45 +0200</title>
<updated>2008-05-28T20:08:17+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-05-28T20:08:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=352fc145ded564a61fbac27d5d7b2b2f2b9c3594'/>
<id>352fc145ded564a61fbac27d5d7b2b2f2b9c3594</id>
<content type='text'>
 Py3 fix in read-only tree: __getslice__() is dead

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Py3 fix in read-only tree: __getslice__() is dead

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3679] r4225@delle:  sbehnel | 2008-05-19 00:50:22 +0200</title>
<updated>2008-05-19T22:00:11+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-05-19T22:00:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=59fc2665e7517e5069d1caabc248bb5fe66084ad'/>
<id>59fc2665e7517e5069d1caabc248bb5fe66084ad</id>
<content type='text'>
 loads of Py3 fixes, mostly byte string/unicode string cleanup

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 loads of Py3 fixes, mostly byte string/unicode string cleanup

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3603] r4092@delle:  sbehnel | 2008-04-25 22:47:11 +0200</title>
<updated>2008-04-25T21:31:46+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-04-25T21:31:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=00171a9450ef1b1da0ad284cbfd1987d4bad197e'/>
<id>00171a9450ef1b1da0ad284cbfd1987d4bad197e</id>
<content type='text'>
 simpler exception raising code

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 simpler exception raising code

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3382] r3694@delle:  sbehnel | 2008-03-03 08:51:05 +0100</title>
<updated>2008-03-03T18:41:03+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-03-03T18:41:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=521e657843db745315902fcf546db425d838bf9f'/>
<id>521e657843db745315902fcf546db425d838bf9f</id>
<content type='text'>
 tag fix in read-only tree

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 tag fix in read-only tree

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3375] r3671@delle:  sbehnel | 2008-03-02 08:56:22 +0100</title>
<updated>2008-03-02T08:31:51+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-03-02T08:31:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=11f030a88b9193739ee394b5d3aa6cef27057d83'/>
<id>11f030a88b9193739ee394b5d3aa6cef27057d83</id>
<content type='text'>
  r3661@delle:  sbehnel | 2008-03-02 08:41:06 +0100
  support for deep copying read-only Elements

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  r3661@delle:  sbehnel | 2008-03-02 08:41:06 +0100
  support for deep copying read-only Elements

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3369] r3665@delle:  sbehnel | 2008-03-02 08:56:20 +0100</title>
<updated>2008-03-02T08:31:28+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-03-02T08:31:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=fb589415605af10167f6cc8b0e620b368e4de0b8'/>
<id>fb589415605af10167f6cc8b0e620b368e4de0b8</id>
<content type='text'>
  r3655@delle:  sbehnel | 2008-03-01 22:27:17 +0100
  partial reimplementation of the extension element mechanism, works now

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  r3655@delle:  sbehnel | 2008-03-01 22:27:17 +0100
  partial reimplementation of the extension element mechanism, works now

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3368] r3664@delle:  sbehnel | 2008-03-02 08:56:19 +0100</title>
<updated>2008-03-02T08:31:20+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-03-02T08:31:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=13fa54d64684814ec8886b74ac5a48f214eca2ed'/>
<id>13fa54d64684814ec8886b74ac5a48f214eca2ed</id>
<content type='text'>
  r3650@delle:  sbehnel | 2008-02-29 21:39:21 +0100
  initial import: will use read-only elements to access the XSLT tree, the input tree and the output tree

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  r3650@delle:  sbehnel | 2008-02-29 21:39:21 +0100
  initial import: will use read-only elements to access the XSLT tree, the input tree and the output tree

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3363] r3641@delle:  sbehnel | 2008-02-27 10:52:36 +0100</title>
<updated>2008-02-28T17:37:18+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-02-28T17:37:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=74960ada1f3a7398ed399fc4ad0c83cb9a8b1d51'/>
<id>74960ada1f3a7398ed399fc4ad0c83cb9a8b1d51</id>
<content type='text'>
 moved read-only tree implementation from lxml.pyclasslookup into lxml.etree

--HG--
branch : trunk
rename : src/lxml/lxml.pyclasslookup.pyx =&gt; src/lxml/readonlytree.pxi
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 moved read-only tree implementation from lxml.pyclasslookup into lxml.etree

--HG--
branch : trunk
rename : src/lxml/lxml.pyclasslookup.pyx =&gt; src/lxml/readonlytree.pxi
</pre>
</div>
</content>
</entry>
</feed>
