<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src, branch macos_unicode_tests</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>Rewrite two tests to try to make them work in macOS.</title>
<updated>2021-07-18T15:29:43+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2021-07-18T15:29:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=03ed9210b047e7b3267cd26e09c9d061279beba8'/>
<id>03ed9210b047e7b3267cd26e09c9d061279beba8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Implement "__rXXX__" special methods in objectify elements to support proper Python semantics in Cython 3.</title>
<updated>2021-07-16T15:56:22+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2021-07-16T15:56:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=6660ff2de00c884c9ce82c4833e39553835ce780'/>
<id>6660ff2de00c884c9ce82c4833e39553835ce780</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid direct C-API call.</title>
<updated>2021-05-19T13:06:11+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2021-05-19T13:04:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=6321f9de9b3cdca136bce63ea40816e077b9005f'/>
<id>6321f9de9b3cdca136bce63ea40816e077b9005f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Prepare release of lxml 4.6.3.</title>
<updated>2021-03-21T14:11:30+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2021-03-21T14:11:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=a5f9cb52079dc57477c460dbe6ba0f775e14a999'/>
<id>a5f9cb52079dc57477c460dbe6ba0f775e14a999</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add HTML-5 "formaction" attribute to "defs.link_attrs" (GH-316)</title>
<updated>2021-03-21T14:03:09+00:00</updated>
<author>
<name>Kevin Chung</name>
<email>kchung@nyu.edu</email>
</author>
<published>2021-03-21T14:03:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=2d01a1ba8984e0483ce6619b972832377f208a0d'/>
<id>2d01a1ba8984e0483ce6619b972832377f208a0d</id>
<content type='text'>
Resolves https://bugs.launchpad.net/lxml/+bug/1888153
See https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28957</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves https://bugs.launchpad.net/lxml/+bug/1888153
See https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28957</pre>
</div>
</content>
</entry>
</feed>
