<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/tests, branch baserock/morph</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>fix tests in Py2.5 and Py3</title>
<updated>2013-04-28T12:28:40+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-04-28T12:28:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=df91a7354de4d77368f8102c0a438051a789ab0e'/>
<id>df91a7354de4d77368f8102c0a438051a789ab0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add test for 'no_network' parser option</title>
<updated>2013-04-28T12:05:52+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-04-28T12:05:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=1984326cfc177668b19c2502999b0cffbba8c69a'/>
<id>1984326cfc177668b19c2502999b0cffbba8c69a</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 parsing from HTTP URLs</title>
<updated>2013-04-28T11:16:58+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-04-28T11:16:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=c6f1b6fd48c2da36ac847e1013c1282c901e41e0'/>
<id>c6f1b6fd48c2da36ac847e1013c1282c901e41e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added test for directory name that contains characters beyond latin-1</title>
<updated>2013-04-27T13:58:15+00:00</updated>
<author>
<name>Max Jakob</name>
<email>max.jakob@ifi.lmu.de</email>
</author>
<published>2013-04-27T13:02:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=955336b7c3d6a7c077a0b2cbe3b3fdefc050092b'/>
<id>955336b7c3d6a7c077a0b2cbe3b3fdefc050092b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #107 from zzzeek/master</title>
<updated>2013-03-31T09:04:02+00:00</updated>
<author>
<name>scoder</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-03-31T09:04:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=103cd6cbf9ff1cd0daa5a21b8bd310fcee6e7b90'/>
<id>103cd6cbf9ff1cd0daa5a21b8bd310fcee6e7b90</id>
<content type='text'>
repair non-namespace-aware attribute mis-interpretation in ElementTreeContentHandler</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
repair non-namespace-aware attribute mis-interpretation in ElementTreeContentHandler</pre>
</div>
</content>
</entry>
<entry>
<title>- pass through non-NS aware attribute names as is; a ":" should just go to</title>
<updated>2013-03-30T18:03:52+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-03-30T18:03:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=b844f9e507c6155b1b2e7e95ed659d5e4c44fae8'/>
<id>b844f9e507c6155b1b2e7e95ed659d5e4c44fae8</id>
<content type='text'>
ValueError
- use boolean test for attributes dict
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ValueError
- use boolean test for attributes dict
</pre>
</div>
</content>
</entry>
<entry>
<title>- repair issue in sax.ElementTreeContentHandler</title>
<updated>2013-03-29T23:07:04+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2013-03-29T23:07:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=3222e75260ea46b53819937f9d30bdcc75acc07d'/>
<id>3222e75260ea46b53819937f9d30bdcc75acc07d</id>
<content type='text'>
whereby attributes passed to startElement() would be mis-interpreted
as containing a namespace attribute, leading to a TypeError,
as well as where attributes with namespaces wouldn't be split
up correctly when passed to startElement().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
whereby attributes passed to startElement() would be mis-interpreted
as containing a namespace attribute, leading to a TypeError,
as well as where attributes with namespaces wouldn't be split
up correctly when passed to startElement().
</pre>
</div>
</content>
</entry>
<entry>
<title>fix regex and add test for it</title>
<updated>2013-03-29T22:49:18+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-03-29T22:49:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=cbfedcd89ab2d2274a7d1266633ea7887524d76c'/>
<id>cbfedcd89ab2d2274a7d1266633ea7887524d76c</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://91.123.203.49/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>disable doctest in Py2.5 that requires the 'with' statement</title>
<updated>2013-02-10T15:55:26+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-02-10T15:55:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=f76cca898b7edefe91be584540883d158416e6cb'/>
<id>f76cca898b7edefe91be584540883d158416e6cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
