<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/tests/test_elementpath.py, branch xml_int_float_parsing</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>Prevent the default namespace from being picked up when searching for unprefixed attribute names.</title>
<updated>2019-05-08T19:53:14+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-05-08T19:53:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=c0df0bc7803814c39c0ea156713e1a57e07ffa25'/>
<id>c0df0bc7803814c39c0ea156713e1a57e07ffa25</id>
<content type='text'>
Fix copied from https://github.com/python/cpython/pull/13201
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix copied from https://github.com/python/cpython/pull/13201
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend ElementPath predicate tests.</title>
<updated>2017-10-01T12:43:33+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2017-10-01T12:43:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=6b336fbdd7db59f96bdf9d8a7caed3d4db1f9125'/>
<id>6b336fbdd7db59f96bdf9d8a7caed3d4db1f9125</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure text selects find all entries (remove left-over "break").</title>
<updated>2017-09-30T09:49:21+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2017-09-30T09:49:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=7c5a14a08e68b1490e9fde3405abd125cf63cd13'/>
<id>7c5a14a08e68b1490e9fde3405abd125cf63cd13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy ElementPath tests from selftest.py into test_elementpath.py to extend them with non-ET compatible tests.</title>
<updated>2017-09-30T08:04:08+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2017-09-30T08:04:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=f4859858d4a6baf426bcdab677fba4a0ba6b219f'/>
<id>f4859858d4a6baf426bcdab677fba4a0ba6b219f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support a default prefix mapping in ElementPath searches by allowing to inject a namespace into all unprefixed tags in the path expression</title>
<updated>2017-05-26T17:19:22+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2017-05-26T17:19:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=d2fdf7459608b725410833e06125a75c63350840'/>
<id>d2fdf7459608b725410833e06125a75c63350840</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>disable ElementPath cache test comparison with ElementTree as it fails in Python 3.4 and later</title>
<updated>2015-04-15T17:54:55+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2015-04-15T17:54:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=99547dd5660279bdfc3663cfdecb260796105992'/>
<id>99547dd5660279bdfc3663cfdecb260796105992</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix docstring</title>
<updated>2015-04-15T17:13:59+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2015-04-15T17:13:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=a3f2ab30592f5e1e97c2e7d23e490e83f5ee98af'/>
<id>a3f2ab30592f5e1e97c2e7d23e490e83f5ee98af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add initial test for elementpath implementation</title>
<updated>2015-04-15T17:07:57+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2015-04-15T17:07:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=bbc6475a486d56a62608d37c723cf1fa7a905fc6'/>
<id>bbc6475a486d56a62608d37c723cf1fa7a905fc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
