<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/xml/dom, branch fix-traceback-syntax-error</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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-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://git.baserock.org/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-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://git.baserock.org/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-36407: Fix writing indentations of CDATA section (xml.dom.minidom). (GH-12514)</title>
<updated>2019-03-27T05:58:49+00:00</updated>
<author>
<name>Vladimir Surjaninov</name>
<email>vsurjaninov@gmail.com</email>
</author>
<published>2019-03-27T05:58:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=384b81d923addd52125e94470b11d2574ca266a9'/>
<id>384b81d923addd52125e94470b11d2574ca266a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061)</title>
<updated>2018-12-10T10:12:53+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2018-12-10T10:12:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8e0418688906206fe59bd26344320c0fc026849e'/>
<id>8e0418688906206fe59bd26344320c0fc026849e</id>
<content type='text'>
Fix xml.dom.minidom cloneNode() on a document with an entity: pass
the correct arguments to the user data handler of an entity (fix an
old copy/paste mistake).

Bug spotted and fix proposed by Charalampos Stratakis, initial
reproducer written by Petr Viktorin.

Co-Authored-By: Charalampos Stratakis &lt;cstratak@redhat.com&gt;
Co-Authored-By: Petr Viktorin &lt;encukou@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix xml.dom.minidom cloneNode() on a document with an entity: pass
the correct arguments to the user data handler of an entity (fix an
old copy/paste mistake).

Bug spotted and fix proposed by Charalampos Stratakis, initial
reproducer written by Petr Viktorin.

Co-Authored-By: Charalampos Stratakis &lt;cstratak@redhat.com&gt;
Co-Authored-By: Petr Viktorin &lt;encukou@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34160: Preserve order of attributes in minidom. (GH-10219)</title>
<updated>2018-11-07T14:09:04+00:00</updated>
<author>
<name>Diego Rojas</name>
<email>rojastorrado@gmail.com</email>
</author>
<published>2018-11-07T14:09:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5598cc90c745dab827e55fadded42dbe85e31d33'/>
<id>5598cc90c745dab827e55fadded42dbe85e31d33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34791: xml package obeys ignore env flags (GH-9544)</title>
<updated>2018-09-24T17:21:12+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2018-09-24T17:21:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=223e501fb9c2b6ae21b96054e20c4c31d94a5d96'/>
<id>223e501fb9c2b6ae21b96054e20c4c31d94a5d96</id>
<content type='text'>
The xml.sax and xml.dom.domreg modules now obey
sys.flags.ignore_environment.

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;



https://bugs.python.org/issue34791</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The xml.sax and xml.dom.domreg modules now obey
sys.flags.ignore_environment.

Signed-off-by: Christian Heimes &lt;christian@python.org&gt;



https://bugs.python.org/issue34791</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-9372: Deprecate several __getitem__ methods (GH-8609)</title>
<updated>2018-08-11T06:05:04+00:00</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2018-08-11T06:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=84a13fbda0d79789e3c9efcc9f64752261ce1e8d'/>
<id>84a13fbda0d79789e3c9efcc9f64752261ce1e8d</id>
<content type='text'>
The __getitem__ methods of DOMEventStream, FileInput,
and FileWrapper classes ignore their 'index' parameters
and return the next item instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The __getitem__ methods of DOMEventStream, FileInput,
and FileWrapper classes ignore their 'index' parameters
and return the next item instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33274: Compliance with DOM L1: return removed attribute (#7465)</title>
<updated>2018-06-07T04:42:38+00:00</updated>
<author>
<name>arikrupnik</name>
<email>ari@30pins.com</email>
</author>
<published>2018-06-07T04:42:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5bfa058e65897567889354d7eb34af2b93a20f18'/>
<id>5bfa058e65897567889354d7eb34af2b93a20f18</id>
<content type='text'>
* bpo-33274: Compliance with DOM L1: return removed attribute

* Update 2018-06-06-22-01-33.bpo-33274.teYqv8.rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-33274: Compliance with DOM L1: return removed attribute

* Update 2018-06-06-22-01-33.bpo-33274.teYqv8.rst
</pre>
</div>
</content>
</entry>
</feed>
