<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/tests/test_css.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>Clean up imports in tests.</title>
<updated>2019-12-27T15:52:30+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-12-27T15:52:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=90ba63b04fa33e916793d5a98912300f9903b8c7'/>
<id>90ba63b04fa33e916793d5a98912300f9903b8c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>py.test adaptation in CSS tests</title>
<updated>2012-11-18T14:34:40+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-11-18T14:34:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=de23e3ca4cf57b2f728b6442f3575f69ffd77e09'/>
<id>de23e3ca4cf57b2f728b6442f3575f69ffd77e09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid dependency on external cssselect package in the test suite</title>
<updated>2012-04-21T07:36:33+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-04-21T07:36:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=9d1f2789728e3807610f800c766f9f42a19b8b9f'/>
<id>9d1f2789728e3807610f800c766f9f42a19b8b9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the test suite for _Element.cssselect removal.</title>
<updated>2012-04-20T20:10:39+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2012-04-20T20:10:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=5acdb840bda54e1272e8ffe6d6408c532e67a80a'/>
<id>5acdb840bda54e1272e8ffe6d6408c532e67a80a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Shrink the css tests</title>
<updated>2012-04-20T18:14:07+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2012-04-20T18:14:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=5f83a88e566b80df6cca52167aee6e307f8be563'/>
<id>5f83a88e566b80df6cca52167aee6e307f8be563</id>
<content type='text'>
No need to duplicate the tests that are now in cssselect.
Now test_css.py only tests what is specific to lxml.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No need to duplicate the tests that are now in cssselect.
Now test_css.py only tests what is specific to lxml.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the external cssselect</title>
<updated>2012-04-16T10:17:40+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2012-04-16T10:17:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=220d865f8ba5bc564a49b1d63e0f34dcbf2abe27'/>
<id>220d865f8ba5bc564a49b1d63e0f34dcbf2abe27</id>
<content type='text'>
Includes ugly hack to support Python 2.4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Includes ugly hack to support Python 2.4
</pre>
</div>
</content>
</entry>
<entry>
<title>e.args is intended to be a tuple with a single item.</title>
<updated>2012-03-31T21:54:24+00:00</updated>
<author>
<name>Laurence Rowe</name>
<email>laurence@lrowe.co.uk</email>
</author>
<published>2012-02-09T14:59:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=a4a5be6de8522cd2b10ef75f424aa74dbf219265'/>
<id>a4a5be6de8522cd2b10ef75f424aa74dbf219265</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://91.123.203.49/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 r4399] r5564@lenny:  sbehnel | 2010-04-11 19:31:29 +0200</title>
<updated>2010-04-11T17:34:58+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2010-04-11T17:34:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=844599ad19ea1a3a0005630c8323c48ba62e2a9e'/>
<id>844599ad19ea1a3a0005630c8323c48ba62e2a9e</id>
<content type='text'>
 execute doctests in cssselect.py

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 execute doctests in cssselect.py

--HG--
branch : trunk
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3835] r4520@delle:  sbehnel | 2008-06-20 09:48:39 +0200</title>
<updated>2008-06-20T07:52:39+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-06-20T07:52:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=19c8cc0f31519004866b5fac35a85c7157c05a57'/>
<id>19c8cc0f31519004866b5fac35a85c7157c05a57</id>
<content type='text'>
 CSS selector parser accidentally merged non-adjacent classes

--HG--
branch : trunk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 CSS selector parser accidentally merged non-adjacent classes

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