<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/distutils/tests, branch benjamin-interp-initialize</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-34530: Fix distutils find_executable() (GH-9049)</title>
<updated>2018-09-04T09:01:09+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2018-09-04T09:01:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=39487196c87e28128ea907a0d9b8a88ba53f68d5'/>
<id>39487196c87e28128ea907a0d9b8a88ba53f68d5</id>
<content type='text'>
distutils.spawn.find_executable() now falls back on os.defpath if the
PATH environment variable is not set.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
distutils.spawn.find_executable() now falls back on os.defpath if the
PATH environment variable is not set.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264)</title>
<updated>2018-01-26T00:02:03+00:00</updated>
<author>
<name>Bo Bayles</name>
<email>bbayles@gmail.com</email>
</author>
<published>2018-01-26T00:02:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2fc98ae115e2a2095a0bcf388c27a878aafdb454'/>
<id>2fc98ae115e2a2095a0bcf388c27a878aafdb454</id>
<content type='text'>
Patch by Bo Bayles.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Bo Bayles.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-19610: Warn if distutils is provided something other than a list to some fields (#4685)</title>
<updated>2017-12-05T02:58:12+00:00</updated>
<author>
<name>Neil Schemenauer</name>
<email>nas-github@arctrix.com</email>
</author>
<published>2017-12-05T02:58:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8837dd092fe5ad5184889104e8036811ed839f98'/>
<id>8837dd092fe5ad5184889104e8036811ed839f98</id>
<content type='text'>
* Rather than raise TypeError, warn and call list() on the value.

* Fix tests, revise NEWS and whatsnew text.

* Revise documentation, a string is okay as well.

* Ensure 'requires' and 'obsoletes' are real lists.

* Test that requires and obsoletes are turned to lists.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Rather than raise TypeError, warn and call list() on the value.

* Fix tests, revise NEWS and whatsnew text.

* Revise documentation, a string is okay as well.

* Ensure 'requires' and 'obsoletes' are real lists.

* Test that requires and obsoletes are turned to lists.

</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-19610: setup() now raises TypeError for invalid types (GH-4519)</title>
<updated>2017-11-23T18:34:20+00:00</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2017-11-23T18:34:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dcaed6b2d954786eb5369ec2e8dfdeefe3cdc6ae'/>
<id>dcaed6b2d954786eb5369ec2e8dfdeefe3cdc6ae</id>
<content type='text'>
The Distribution class now explicitly raises an
exception when 'classifiers', 'keywords' and
'platforms' fields are not specified as a list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Distribution class now explicitly raises an
exception when 'classifiers', 'keywords' and
'platforms' fields are not specified as a list.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29185: Fix `test_distutils` failures on Android (GH-4438)</title>
<updated>2017-11-18T17:17:16+00:00</updated>
<author>
<name>xdegaye</name>
<email>xdegaye@gmail.com</email>
</author>
<published>2017-11-18T17:17:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d34d8fc24f23ccff5de03c9277da5acbbdc30e90'/>
<id>d34d8fc24f23ccff5de03c9277da5acbbdc30e90</id>
<content type='text'>
* Run gzip with separate command line options (Android understands  '-f9' as the name of a file).
* Creation of a hard link is controled by SELinux on Android.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Run gzip with separate command line options (Android understands  '-f9' as the name of a file).
* Creation of a hard link is controled by SELinux on Android.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)</title>
<updated>2017-09-07T18:49:23+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@microsoft.com</email>
</author>
<published>2017-09-07T18:49:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=05f01d85257d0f3409c7335aaf0bf6a6da7eecb7'/>
<id>05f01d85257d0f3409c7335aaf0bf6a6da7eecb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove all mention of Windows IA-64 support (GH-3389)</title>
<updated>2017-09-06T22:45:25+00:00</updated>
<author>
<name>Zachary Ware</name>
<email>zachary.ware@gmail.com</email>
</author>
<published>2017-09-06T22:45:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=49ce74efe845a8a91939ff3990a5f233262d3e1f'/>
<id>49ce74efe845a8a91939ff3990a5f233262d3e1f</id>
<content type='text'>
It was mostly removed long ago.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was mostly removed long ago.</pre>
</div>
</content>
</entry>
<entry>
<title>remove IRIX support (closes bpo-31341) (#3310)</title>
<updated>2017-09-04T23:36:05+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2017-09-04T23:36:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=069306312addf87252e2dbf250fc7632fc8b7da3'/>
<id>069306312addf87252e2dbf250fc7632fc8b7da3</id>
<content type='text'>
See PEP 11.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See PEP 11.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30132: distutils BuildExtTestCase use temp_cwd (#1380)</title>
<updated>2017-05-02T11:11:50+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2017-05-02T11:11:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=92fd6c9ef54a857815e3dca8ee74b2b4f5cdf154'/>
<id>92fd6c9ef54a857815e3dca8ee74b2b4f5cdf154</id>
<content type='text'>
BuildExtTestCase of test_distutils now uses support.temp_cwd() in
setUp() to remove files created in the current working in all
BuildExtTestCase unit tests, not only test_build_ext().

Move also tearDown() just after setUp().</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BuildExtTestCase of test_distutils now uses support.temp_cwd() in
setUp() to remove files created in the current working in all
BuildExtTestCase unit tests, not only test_build_ext().

Move also tearDown() just after setUp().</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30132: distutils test_build_ext() uses temp_cwd() (#1278)</title>
<updated>2017-04-25T00:11:09+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2017-04-25T00:11:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f6448e5d65c349576df6e83b8324b9c208e77615'/>
<id>f6448e5d65c349576df6e83b8324b9c208e77615</id>
<content type='text'>
test_build_ext() of test_distutils now uses support.temp_cwd() to
prevent the creation of a pdb file in the current working directory
on Windows.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test_build_ext() of test_distutils now uses support.temp_cwd() to
prevent the creation of a pdb file in the current working directory
on Windows.</pre>
</div>
</content>
</entry>
</feed>
