<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/tests/test_xmlschema.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>fix crash when cleaning up XMLSchemas created from non-root elements: pointer to fake-root document was actually stored in the schema, which lead to double-free errors</title>
<updated>2015-02-07T19:26:03+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2015-02-07T19:26:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=fa39e927e702e564485c6af7c97c1ed3a8230073'/>
<id>fa39e927e702e564485c6af7c97c1ed3a8230073</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>partial fix for LP#1222132: clear XMLSchema.error_log before running a validation</title>
<updated>2014-02-23T21:12:07+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-02-23T21:12:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=4c748a9f8bb97a20f0f6948f3a426f02137f6d6d'/>
<id>4c748a9f8bb97a20f0f6948f3a426f02137f6d6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minor test code cleanup</title>
<updated>2014-02-23T20:57:13+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-02-23T20:57:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=18eb0a55c22b1b4ae8343d550433ea64b293f20c'/>
<id>18eb0a55c22b1b4ae8343d550433ea64b293f20c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add tests</title>
<updated>2013-11-28T17:31:21+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-11-28T17:31:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=3660644fc051602490e5f71c19d56491b5282928'/>
<id>3660644fc051602490e5f71c19d56491b5282928</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace test usages of assert_() by assertTrue() to fix Py3 deprecation warning</title>
<updated>2012-11-29T21:55:39+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-11-29T21:55:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=415743debc3a776ee8954ff03fc87c25f8ce9219'/>
<id>415743debc3a776ee8954ff03fc87c25f8ce9219</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 r4185] r5192@delle:  sbehnel | 2009-07-14 21:07:32 +0200</title>
<updated>2009-07-14T19:11:19+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2009-07-14T19:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=4d3e251bdbfd7b2f4817fd9a91558bbe2c884aef'/>
<id>4d3e251bdbfd7b2f4817fd9a91558bbe2c884aef</id>
<content type='text'>
 Py3.1 test fixes

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

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r4151] r5128@delle:  sbehnel | 2009-05-31 22:46:55 +0200</title>
<updated>2009-05-31T20:50:08+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2009-05-31T20:50:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=0a3ae451464d089d63bc1a71f6b73451b0998ece'/>
<id>0a3ae451464d089d63bc1a71f6b73451b0998ece</id>
<content type='text'>
 support injecting XML Schema default attributes into a document during validation

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 support injecting XML Schema default attributes into a document during validation

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r4131] r5088@delle:  sbehnel | 2009-03-02 14:06:27 +0100</title>
<updated>2009-03-02T16:02:43+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2009-03-02T16:02:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=9490a09cfdf1ade63096759b3fca75c2bdbaa655'/>
<id>9490a09cfdf1ade63096759b3fca75c2bdbaa655</id>
<content type='text'>
 fix crash bug when parsing an XMLSchema with imports from a filename

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 fix crash bug when parsing an XMLSchema with imports from a filename

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3859] r4557@delle:  sbehnel | 2008-06-25 09:25:08 +0200</title>
<updated>2008-06-25T19:57:26+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-06-25T19:57:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=5be1ef64b7d806e015fda31ace6637bde0f8e086'/>
<id>5be1ef64b7d806e015fda31ace6637bde0f8e086</id>
<content type='text'>
 applied and refactored schema/xinclude resolvers patch by Michael Ballback

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 applied and refactored schema/xinclude resolvers patch by Michael Ballback

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