<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/tests, 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>Implement a dedicated int/float parser for XML (schema) values in lxml.objectify.</title>
<updated>2021-08-12T14:59:26+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2021-08-12T14:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=83e6c031994d553b74991501c6cd85e3517fadd8'/>
<id>83e6c031994d553b74991501c6cd85e3517fadd8</id>
<content type='text'>
This disables support for "_" in numbers, which are allowed by Python but not by XMLSchema.
Wee keep a few additional literals, such as "+NaN", simply because they shouldn't hurt.

See https://mail.python.org/archives/list/lxml@python.org/thread/6F7VIDKWZTJ6LB6VOX6IJNNWICYHFPNR/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This disables support for "_" in numbers, which are allowed by Python but not by XMLSchema.
Wee keep a few additional literals, such as "+NaN", simply because they shouldn't hurt.

See https://mail.python.org/archives/list/lxml@python.org/thread/6F7VIDKWZTJ6LB6VOX6IJNNWICYHFPNR/
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite Unicode chunk parsing by directly encoding to UTF-8.</title>
<updated>2021-07-18T13:39:24+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2021-07-18T09:51:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=02a49b1d6ad177c948652f8b4d72aa0e2b386b89'/>
<id>02a49b1d6ad177c948652f8b4d72aa0e2b386b89</id>
<content type='text'>
Previously, we required Py_UNICODE strings, which is inefficient since most strings in Py3 use the PEP-393 memory layout.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, we required Py_UNICODE strings, which is inefficient since most strings in Py3 use the PEP-393 memory layout.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt a test to a behavioural change in libxml2 2.9.11+.</title>
<updated>2021-05-18T23:03:58+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2021-05-18T20:02:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=852ed1092bd80b6b9a51db24371047ec88843031'/>
<id>852ed1092bd80b6b9a51db24371047ec88843031</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up fuzzer test.</title>
<updated>2021-05-08T14:25:30+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2021-05-08T14:25:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=b3b09fcd1962409c2f7867fcadd636c38579b81d'/>
<id>b3b09fcd1962409c2f7867fcadd636c38579b81d</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 Atheris fuzzer. (GH-313)</title>
<updated>2021-05-08T13:37:11+00:00</updated>
<author>
<name>DavidKorczynski</name>
<email>david@adalogics.com</email>
</author>
<published>2021-05-08T13:37:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=a3741bc3d5b083e6503fc62ac45a48014c5ae6f4'/>
<id>a3741bc3d5b083e6503fc62ac45a48014c5ae6f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable access to the system_url of DTD entity declarations (GH-317)</title>
<updated>2021-05-08T13:21:08+00:00</updated>
<author>
<name>Joel</name>
<email>greenbadge.jc@gmail.com</email>
</author>
<published>2021-05-08T13:21:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=f163e6395668e315c74489183070ce2ed3878e83'/>
<id>f163e6395668e315c74489183070ce2ed3878e83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Exclude a test in Py 3.9.0 due to ET bug https://bugs.python.org/issue41900</title>
<updated>2020-10-15T21:28:38+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2020-10-15T21:28:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=210d77e86d0ad284c863c340ad9540d0739ded20'/>
<id>210d77e86d0ad284c863c340ad9540d0739ded20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable test in unfixed ET versions &lt;= 3.8.6.</title>
<updated>2020-10-01T10:04:48+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2020-10-01T10:04:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=71667f9ac7694216ee8e793192bcd0993a0cdc66'/>
<id>71667f9ac7694216ee8e793192bcd0993a0cdc66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LP#1869455: C14N 2.0 serialisation failed for unprefixed attributes when a default namespace was defined.</title>
<updated>2020-10-01T08:39:48+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2020-10-01T08:39:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=45aa5a1cf518ba529afb56a55150bcec683cf2e4'/>
<id>45aa5a1cf518ba529afb56a55150bcec683cf2e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dead imports.</title>
<updated>2020-08-13T06:25:45+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2020-08-13T06:25:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=23a36dbdec48f2cc32c9249e7e5aefa95dfbeeae'/>
<id>23a36dbdec48f2cc32c9249e7e5aefa95dfbeeae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
