<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/saxparser.pxi, branch lxml-4.4</title>
<subtitle>github.com: lxml/lxml.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/'/>
<entry>
<title>Make 'data' argument optional for TreeBuilder.pi(), as in ElementTree.</title>
<updated>2019-07-27T06:45:01+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-07-27T06:45:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=5666bdaf6a0bade43f06b47f451e788a8d34e925'/>
<id>5666bdaf6a0bade43f06b47f451e788a8d34e925</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent invalid field access if parser target is None and clarify a callback function name that relies on the target.</title>
<updated>2019-04-22T08:50:01+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-04-22T08:50:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=d3772982776a171de4ef8fed55be30a329284dcd'/>
<id>d3772982776a171de4ef8fed55be30a329284dcd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make bit enums in sax parser more obvious.</title>
<updated>2019-04-22T08:00:29+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-04-22T08:00:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=209b82303ef9b76edcf4098eb348b36ca51ad1eb'/>
<id>209b82303ef9b76edcf4098eb348b36ca51ad1eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tighten conditions under which we need to overwrite the parser start/end even callbacks: no namespace parsing =&gt; no namespace callbacks.</title>
<updated>2019-04-22T07:51:29+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-04-22T07:51:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=ab44c355560aac6d1202364df996036f91f64346'/>
<id>ab44c355560aac6d1202364df996036f91f64346</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix end-ns reporting in pull parser when start-ns events are not requested.</title>
<updated>2019-04-22T06:59:50+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-04-22T06:59:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=260ea114cecfafcf848bfec11f75336c57e555d4'/>
<id>260ea114cecfafcf848bfec11f75336c57e555d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Leave constant tuple packing to Cython.</title>
<updated>2019-04-22T06:45:06+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-04-22T06:45:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=a15e6466ab369c86d805046f33fdb511c5427824'/>
<id>a15e6466ab369c86d805046f33fdb511c5427824</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Repair handling of "end_ns" target callbacks when "start" events are not requested.</title>
<updated>2019-04-22T06:29:01+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-04-22T06:29:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=5f2d15d5995e9b6ee9eda33e45dbf4d6d292cb1c'/>
<id>5f2d15d5995e9b6ee9eda33e45dbf4d6d292cb1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable namespace prefix callbacks (start_ns/end_ns) for parser targets and make comment/pi creation optional and configurable in TreeBuilder.</title>
<updated>2019-04-21T15:22:46+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-04-21T15:22:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=f4906c865d1fdc1ba0e1a341d89e4d30d5a224de'/>
<id>f4906c865d1fdc1ba0e1a341d89e4d30d5a224de</id>
<content type='text'>
Also update some compatibility tests from ElementTree in Py3.8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also update some compatibility tests from ElementTree in Py3.8.
</pre>
</div>
</content>
</entry>
<entry>
<title>Work around Cython bug that calls the parent class tp_clear() function even if the parent is declared as @no_gc_clear.</title>
<updated>2018-06-03T19:09:35+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2018-06-03T19:09:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=2e097da701cc2cde0e144f57ba7130ed677d20d7'/>
<id>2e097da701cc2cde0e144f57ba7130ed677d20d7</id>
<content type='text'>
See #266.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See #266.
</pre>
</div>
</content>
</entry>
<entry>
<title>Speed up the creation of _MultiTagMatcher instances a little by directly calling __new__() instead of the class.</title>
<updated>2018-02-09T12:16:11+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2018-02-09T12:16:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=6e336419f8c3543d6a064558c6af1116d1c064c7'/>
<id>6e336419f8c3543d6a064558c6af1116d1c064c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
