<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/xml, branch print-statement</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-40443: Remove unused imports in the stdlib (GH-19803)</title>
<updated>2020-04-30T09:26:33+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2020-04-30T09:26:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=90549676e063c2c818cfc14213d3adb7edcc2bd5'/>
<id>90549676e063c2c818cfc14213d3adb7edcc2bd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-13743: Add some documentation strings to xml.dom.minidom (GH-16355)</title>
<updated>2020-04-12T14:21:58+00:00</updated>
<author>
<name>Alex Itkes</name>
<email>38556752+alexitkes@users.noreply.github.com</email>
</author>
<published>2020-04-12T14:21:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=63e5b59c06fc99f95d274e7f181296e094cc3ee7'/>
<id>63e5b59c06fc99f95d274e7f181296e094cc3ee7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39011: Preserve line endings within ElementTree attributes (GH-18468)</title>
<updated>2020-04-12T12:51:58+00:00</updated>
<author>
<name>mefistotelis</name>
<email>listom@gmail.com</email>
</author>
<published>2020-04-12T12:51:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=5fd8123dfdf6df0a9c29363c8327ccfa0c1d41ac'/>
<id>5fd8123dfdf6df0a9c29363c8327ccfa0c1d41ac</id>
<content type='text'>
* bpo-39011: Preserve line endings within attributes

Line endings within attributes were previously normalized to "\n" in Py3.7/3.8.
This patch removes that normalization, as line endings which were
replaced by entity numbers should be preserved in original form.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-39011: Preserve line endings within attributes

Line endings within attributes were previously normalized to "\n" in Py3.7/3.8.
This patch removes that normalization, as line endings which were
replaced by entity numbers should be preserved in original form.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36543: Remove the xml.etree.cElementTree module. (GH-19108)</title>
<updated>2020-03-22T12:31:38+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2020-03-22T12:31:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=b33e52511a59c6da7132c226b7f7489b092a33eb'/>
<id>b33e52511a59c6da7132c226b7f7489b092a33eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37534: Allow adding Standalone Document Declaration when generating XML documents (GH-14912)</title>
<updated>2020-02-29T08:22:19+00:00</updated>
<author>
<name>Henry Harutyunyan</name>
<email>henryharutyunyan@gmail.com</email>
</author>
<published>2020-02-29T08:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=dc04a0571e362cd3de040771d7705cb107ae26fc'/>
<id>dc04a0571e362cd3de040771d7705cb107ae26fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-20928: support base-URL and recursive includes in etree.ElementInclude (#5723)</title>
<updated>2019-11-25T15:36:25+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-11-25T15:36:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=c6a7bdb356835c9d7513b1ea6846683d446fe6c3'/>
<id>c6a7bdb356835c9d7513b1ea6846683d446fe6c3</id>
<content type='text'>
* bpo-20928: bring elementtree's XInclude support en-par with the implementation in lxml by adding support for recursive includes and a base-URL.

* bpo-20928: Support xincluding the same file multiple times, just not recursively.

* bpo-20928: Add 'max_depth' parameter to xinclude that limits the maximum recursion depth to 6 by default.

* Add news entry for updated ElementInclude support
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-20928: bring elementtree's XInclude support en-par with the implementation in lxml by adding support for recursive includes and a base-URL.

* bpo-20928: Support xincluding the same file multiple times, just not recursively.

* bpo-20928: Add 'max_depth' parameter to xinclude that limits the maximum recursion depth to 6 by default.

* Add news entry for updated ElementInclude support
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246)</title>
<updated>2019-11-19T21:34:03+00:00</updated>
<author>
<name>Pablo Galindo</name>
<email>Pablogsal@gmail.com</email>
</author>
<published>2019-11-19T21:34:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=293dd23477eef6e7c1b1e26b5bb2c1e0d79ac3c2'/>
<id>293dd23477eef6e7c1b1e26b5bb2c1e0d79ac3c2</id>
<content type='text'>
Capturing exceptions into names can lead to reference cycles though the __traceback__ attribute of the exceptions in some obscure cases that have been reported previously and fixed individually. As these variables are not used anyway, we can remove the binding to reduce the chances of creating reference cycles.

See for example GH-13135</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Capturing exceptions into names can lead to reference cycles though the __traceback__ attribute of the exceptions in some obscure cases that have been reported previously and fixed individually. As these variables are not used anyway, we can remove the binding to reduce the chances of creating reference cycles.

See for example GH-13135</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32424: Deprecate xml.etree.ElementTree.Element.copy() in favor of copy.copy() (GH-12995)</title>
<updated>2019-09-10T15:22:01+00:00</updated>
<author>
<name>Gordon P. Hemsley</name>
<email>me@gphemsley.org</email>
</author>
<published>2019-09-10T15:22:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=7d952ded6813c896ea3f4234bb8db5247dcb5484'/>
<id>7d952ded6813c896ea3f4234bb8db5247dcb5484</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622)</title>
<updated>2019-09-01T09:11:43+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2019-09-01T09:11:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=eb8974616bc58f44b2a3c3e4ca2326894ae42c8f'/>
<id>eb8974616bc58f44b2a3c3e4ca2326894ae42c8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36543: Remove old-deprecated ElementTree features. (GH-12707)</title>
<updated>2019-09-01T08:18:35+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2019-09-01T08:18:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=f02ea6225bc3b71bd5fe66224d199a6e3e23b14d'/>
<id>f02ea6225bc3b71bd5fe66224d199a6e3e23b14d</id>
<content type='text'>
Remove methods Element.getchildren(), Element.getiterator() and
ElementTree.getiterator() and the xml.etree.cElementTree module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove methods Element.getchildren(), Element.getiterator() and
ElementTree.getiterator() and the xml.etree.cElementTree module.
</pre>
</div>
</content>
</entry>
</feed>
