<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/parser.pxi, 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 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>Avoid globally overriding the libxml2 external entity resolver and instead set it for each parser run.</title>
<updated>2020-05-23T07:34:22+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2020-05-23T07:34:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=fa1d856cad369d0ac64323ddec14b02281491706'/>
<id>fa1d856cad369d0ac64323ddec14b02281491706</id>
<content type='text'>
This improves the interoperability with other users of libxml2 in the system, such as libxmlsec.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This improves the interoperability with other users of libxml2 in the system, such as libxmlsec.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tighten an assertion (string length must never be &lt; 0).</title>
<updated>2019-03-15T22:13:52+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-03-15T22:13:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=582b598fd7aa49fecd64fea2ad88e969832f2beb'/>
<id>582b598fd7aa49fecd64fea2ad88e969832f2beb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor code cleanup.</title>
<updated>2019-03-15T22:12:56+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-03-15T22:12:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=0e6f746c30b54e1da232550de5022564b0ee24f0'/>
<id>0e6f746c30b54e1da232550de5022564b0ee24f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace old Pyrex property syntax with @property decorators for read-only properties, and resolve some Cython warnings.</title>
<updated>2019-02-23T10:52:55+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-02-23T10:52:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=fd971a56dd5fe68dbafc8048ebaf9d712b2dfc21'/>
<id>fd971a56dd5fe68dbafc8048ebaf9d712b2dfc21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant parentheses</title>
<updated>2018-08-25T18:14:49+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-08-25T18:14:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=5674dd2c1e29b98026350ab27163a2b06187be46'/>
<id>5674dd2c1e29b98026350ab27163a2b06187be46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash during GC when _ParserContext and _ParserSchemaValidationContext instances participate in a reference cycle and the _ParserContext gets cleared by the GC before it can disconnect the _ParserSchemaValidationContext.</title>
<updated>2018-06-03T18:52:12+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2018-06-03T18:52:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=69e5de40227ee046e9f19414fb90b924e4f739f8'/>
<id>69e5de40227ee046e9f19414fb90b924e4f739f8</id>
<content type='text'>
Closes #266.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #266.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing huge_tree parameter to XMLParser</title>
<updated>2018-04-13T16:25:31+00:00</updated>
<author>
<name>johnthagen</name>
<email>johnthagen@users.noreply.github.com</email>
</author>
<published>2018-04-13T16:25:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=8b4a13d64db86c71a58ff874a0ecd8a8fd37370d'/>
<id>8b4a13d64db86c71a58ff874a0ecd8a8fd37370d</id>
<content type='text'>
The `huge_tree` parameter is missing from the docstring definition of the `XMLParser` class. This causes PyCharm to report a false positive when this parameter is used: https://youtrack.jetbrains.com/issue/PY-21959

This PR adds the parameter to the docstring.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `huge_tree` parameter is missing from the docstring definition of the `XMLParser` class. This causes PyCharm to report a false positive when this parameter is used: https://youtrack.jetbrains.com/issue/PY-21959

This PR adds the parameter to the docstring.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix HTMLParser docstring.</title>
<updated>2018-03-08T00:17:23+00:00</updated>
<author>
<name>stranac</name>
<email>stranac@hotmail.com</email>
</author>
<published>2018-03-08T00:17:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=946652feff82c277cd65d5552224e6fe8849d84b'/>
<id>946652feff82c277cd65d5552224e6fe8849d84b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add huge_tree support to HTMLParser.</title>
<updated>2018-03-07T23:06:19+00:00</updated>
<author>
<name>stranac</name>
<email>stranac@hotmail.com</email>
</author>
<published>2018-03-07T23:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=2ab9e72f0bb52f6bb6e9d4c7d4e1a2f5419eaa69'/>
<id>2ab9e72f0bb52f6bb6e9d4c7d4e1a2f5419eaa69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
