<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/test/test_minidom.py, branch benjamin-eval-loop-edit</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-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>
<entry>
<title>bpo-33549: Remove shim and deprecation warning to access DocumentLS.async. (GH-6924)</title>
<updated>2018-05-17T08:16:12+00:00</updated>
<author>
<name>Matthias Bussonnier</name>
<email>bussonniermatthias@gmail.com</email>
</author>
<published>2018-05-17T08:16:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f90f5d5c1d95721e0ca0b1c302e3d13ed34753a8'/>
<id>f90f5d5c1d95721e0ca0b1c302e3d13ed34753a8</id>
<content type='text'>
`obj.async` is now a syntax error, so the warning/shim is
quasi-unnecessary.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`obj.async` is now a syntax error, so the warning/shim is
quasi-unnecessary.</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #10131: Fixed deep copying of minidom documents.  Based on patch</title>
<updated>2015-11-26T21:50:54+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-11-26T21:50:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=15f070f8451db36d56bc3b99f14a6899b73cd305'/>
<id>15f070f8451db36d56bc3b99f14a6899b73cd305</id>
<content type='text'>
by Marian Ganisin.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by Marian Ganisin.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #10131: Fixed deep copying of minidom documents.  Based on patch</title>
<updated>2015-11-26T21:49:42+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-11-26T21:49:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c472246d81f2e9e7842c0d6e663ea01429e2efa9'/>
<id>c472246d81f2e9e7842c0d6e663ea01429e2efa9</id>
<content type='text'>
by Marian Ganisin.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by Marian Ganisin.
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP 0492 -- Coroutines with async and await syntax. Issue #24017.</title>
<updated>2015-05-12T02:57:16+00:00</updated>
<author>
<name>Yury Selivanov</name>
<email>yselivanov@sprymix.com</email>
</author>
<published>2015-05-12T02:57:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7544508f0245173bff5866aa1598c8f6cce1fc5f'/>
<id>7544508f0245173bff5866aa1598c8f6cce1fc5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21741: Update 147 test modules to use test discovery.</title>
<updated>2015-04-13T20:00:43+00:00</updated>
<author>
<name>Zachary Ware</name>
<email>zachary.ware@gmail.com</email>
</author>
<published>2015-04-13T20:00:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=38c707e7e0322f9139bb51ad73ede1e3b46985ef'/>
<id>38c707e7e0322f9139bb51ad73ede1e3b46985ef</id>
<content type='text'>
I have compared output between pre- and post-patch runs of these tests
to make sure there's nothing missing and nothing broken, on both
Windows and Linux.  The only differences I found were actually tests
that were previously *not* run.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I have compared output between pre- and post-patch runs of these tests
to make sure there's nothing missing and nothing broken, on both
Windows and Linux.  The only differences I found were actually tests
that were previously *not* run.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source().</title>
<updated>2015-04-02T17:55:59+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-04-02T17:55:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=aa9563c1b8b8187282c0cad2b0e3c0ed7f6a8dc9'/>
<id>aa9563c1b8b8187282c0cad2b0e3c0ed7f6a8dc9</id>
<content type='text'>
Made test XML files non-ASCII.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Made test XML files non-ASCII.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22777: Test pickling with all protocols.</title>
<updated>2014-12-15T12:03:42+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-12-15T12:03:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bad1257c96943dcb39584a41e1a178542479df97'/>
<id>bad1257c96943dcb39584a41e1a178542479df97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21774: Fix incorrect variable in xml.dom.minidom</title>
<updated>2014-06-15T21:48:19+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>python@rcn.com</email>
</author>
<published>2014-06-15T21:48:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=92a405534383927c48c8de2fc6bf06127ef2be78'/>
<id>92a405534383927c48c8de2fc6bf06127ef2be78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#12220: improve minidom error when URI contains spaces.</title>
<updated>2014-04-20T04:46:05+00:00</updated>
<author>
<name>R David Murray</name>
<email>rdmurray@bitdance.com</email>
</author>
<published>2014-04-20T04:46:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9077d24d7f85e09e53def11b2beeaf40749e2464'/>
<id>9077d24d7f85e09e53def11b2beeaf40749e2464</id>
<content type='text'>
Fix by 'amathew', test by Marek Stepniowski.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix by 'amathew', test by Marek Stepniowski.
</pre>
</div>
</content>
</entry>
</feed>
