<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/tests/test_unicode.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>raise a parser error even in recovery mode when encountering undecodable input to avoid having to deal with mixed-encoding trees</title>
<updated>2014-05-24T09:09:29+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-05-24T09:09:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=46e9309a585da7b3de7ecab137e7427cf2dcebf4'/>
<id>46e9309a585da7b3de7ecab137e7427cf2dcebf4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unused import</title>
<updated>2014-05-24T08:44:30+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-05-24T08:44:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=e022ae98250461f700a6a37a14b14f1f21b7afdf'/>
<id>e022ae98250461f700a6a37a14b14f1f21b7afdf</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 for non-BMP Unicode string parsing</title>
<updated>2014-01-02T13:45:38+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-01-02T13:45:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=4bade1bfa23e8320ada7479557f6be03a1b86148'/>
<id>4bade1bfa23e8320ada7479557f6be03a1b86148</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix and extend Unicode parsing tests</title>
<updated>2014-01-02T11:34:51+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-01-02T11:34:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=0c339d4277b6857a358c06f071bad6864cb84fef'/>
<id>0c339d4277b6857a358c06f071bad6864cb84fef</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>simplify portability imports to make them more portable themselves</title>
<updated>2012-02-20T10:15:29+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-02-20T10:15:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=aa753aaffe5c4cd899c3e16f09a72e5e549eaac1'/>
<id>aa753aaffe5c4cd899c3e16f09a72e5e549eaac1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r4188] r5197@delle:  sbehnel | 2009-08-08 17:53:33 +0200</title>
<updated>2009-08-08T15:57:49+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2009-08-08T15:57:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=6ca6a234370f07f76e1a31c9dfec7302431d1b5e'/>
<id>6ca6a234370f07f76e1a31c9dfec7302431d1b5e</id>
<content type='text'>
 check namespace URIs against RFC3986

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 check namespace URIs against RFC3986

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3708] r4266@delle:  sbehnel | 2008-05-21 00:16:13 +0200</title>
<updated>2008-05-21T19:47:05+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-05-21T19:47:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=9b4ea933c1e7191639b4be57fad569c72dca1d15'/>
<id>9b4ea933c1e7191639b4be57fad569c72dca1d15</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 r3321] r3552@delle:  sbehnel | 2008-02-19 22:43:13 +0100</title>
<updated>2008-02-21T16:19:49+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-02-21T16:19:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=7ebf1b945bcb94a04e1fdbdea16a1689823787de'/>
<id>7ebf1b945bcb94a04e1fdbdea16a1689823787de</id>
<content type='text'>
 let all test case classes inherit from HelperTestCase

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 let all test case classes inherit from HelperTestCase

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r2941] let tag name validation distinguish HTML/XML tags based on the related parser, allow ':' in HTML tags</title>
<updated>2007-10-07T04:30:34+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2007-10-07T04:30:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=edbeff7a9b0cd5623d01fe4bf64fc725029f613a'/>
<id>edbeff7a9b0cd5623d01fe4bf64fc725029f613a</id>
<content type='text'>
--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
</feed>
