<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/tests/test_classlookup.py, branch lxml-3.4.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>make class lookups work in iterparse, pull parsers and target parser</title>
<updated>2014-01-09T21:07:17+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-01-09T21:07:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=a9b59b7f31d71dd0a890f5849840accb08a5ba0c'/>
<id>a9b59b7f31d71dd0a890f5849840accb08a5ba0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>be stricter about element class validation in user defined lookup methods</title>
<updated>2013-05-12T05:47:05+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-05-12T05:47:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=bbc71883611271f32e6c0d20502e7b3a865f79b9'/>
<id>bbc71883611271f32e6c0d20502e7b3a865f79b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix crash when a custom class lookup method returns arbitrary non-type objects</title>
<updated>2013-05-10T21:38:47+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-05-10T21:38:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=8867ff26975d2a3e2822b15a7f41c404c3521017'/>
<id>8867ff26975d2a3e2822b15a7f41c404c3521017</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix crash when using instances of Comment/PI subtypes</title>
<updated>2013-05-10T13:03:06+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-05-10T13:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=46e3b2570b6e63cfcb2c8bfe11467466b93b81d1'/>
<id>46e3b2570b6e63cfcb2c8bfe11467466b93b81d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add some tests for proxy reuse</title>
<updated>2013-03-17T13:43:51+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-03-17T13:43:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=ec692af97eea48421c12525bdafd2f20f922bd86'/>
<id>ec692af97eea48421c12525bdafd2f20f922bd86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace usages of assertEquals() by assertEqual() to fix Py3 deprecation warning</title>
<updated>2012-11-29T21:52:01+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-11-29T21:52:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=31f3ddfc483f10c13f59a0f7dc2a15de7cf19640'/>
<id>31f3ddfc483f10c13f59a0f7dc2a15de7cf19640</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3805] r4468@delle:  sbehnel | 2008-06-04 14:40:14 +0200</title>
<updated>2008-06-04T17:38:25+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-06-04T17:38:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=4229ed8982bf0d4966149d92bebd4e15381e7a91'/>
<id>4229ed8982bf0d4966149d92bebd4e15381e7a91</id>
<content type='text'>
 fixed crash in lookup classes when subclasses forget to call super.__init__()

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 fixed crash in lookup classes when subclasses forget to call super.__init__()

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3771] r4409@delle:  sbehnel | 2008-05-28 18:11:40 +0200</title>
<updated>2008-05-28T20:08:00+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-05-28T20:08:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=9ca3ef2ad757f648fb8978b3da10c651fc170010'/>
<id>9ca3ef2ad757f648fb8978b3da10c651fc170010</id>
<content type='text'>
 concurrency tests for _elementFactory()

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 concurrency tests for _elementFactory()

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3707] r4265@delle:  sbehnel | 2008-05-21 00:12:51 +0200</title>
<updated>2008-05-21T19:46:59+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-05-21T19:46:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=850c59a2fef9991ed8b207f2ae9188ecea02e95a'/>
<id>850c59a2fef9991ed8b207f2ae9188ecea02e95a</id>
<content type='text'>
 Py3 test fixes

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Py3 test fixes

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3689] r4235@delle:  sbehnel | 2008-05-19 23:57:56 +0200</title>
<updated>2008-05-19T22:02:14+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-05-19T22:02:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=39e164b6441da1883fdb959f1d58d214c4198340'/>
<id>39e164b6441da1883fdb959f1d58d214c4198340</id>
<content type='text'>
 Py3 test fixes

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Py3 test fixes

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
</feed>
