<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/distutils/command, branch benjamin-pyapi</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-34605: Replace "pliant children" with "helpers" (GH-9195)</title>
<updated>2018-09-11T23:40:06+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2018-09-11T23:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fa7dfae3171914f91d629a64c6e829788b485b06'/>
<id>fa7dfae3171914f91d629a64c6e829788b485b06</id>
<content type='text'>
In distutils.command.install, replace "pliant children" (previously,
it was "pliant slaves") with "helpers".

&lt;!-- issue-number: [bpo-34605](https://www.bugs.python.org/issue34605) --&gt;
https://bugs.python.org/issue34605
&lt;!-- /issue-number --&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In distutils.command.install, replace "pliant children" (previously,
it was "pliant slaves") with "helpers".

&lt;!-- issue-number: [bpo-34605](https://www.bugs.python.org/issue34605) --&gt;
https://bugs.python.org/issue34605
&lt;!-- /issue-number --&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34605: childs =&gt; children (GH-9102)</title>
<updated>2018-09-07T16:13:10+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2018-09-07T16:13:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7e610bcdf128f61b925654e4fa80fbac83537d0e'/>
<id>7e610bcdf128f61b925654e4fa80fbac83537d0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34605: Avoid master/slave terms (GH-9101)</title>
<updated>2018-09-07T15:30:33+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2018-09-07T15:30:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5e922658fb55734bf8b4c6246033ea93af172ff7'/>
<id>5e922658fb55734bf8b4c6246033ea93af172ff7</id>
<content type='text'>
* Replace "master process" with "parent process"
* Replace "master option mappings" with "main option mappings"
* Replace "master pattern object" with "main pattern object"
* ssl: replace "master" with "server"
* And some other similar changes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Replace "master process" with "parent process"
* Replace "master option mappings" with "main option mappings"
* Replace "master pattern object" with "main pattern object"
* ssl: replace "master" with "server"
* And some other similar changes</pre>
</div>
</content>
</entry>
<entry>
<title>Improve error message for "setup.py upload" without dist files (#21060)</title>
<updated>2018-02-18T23:14:54+00:00</updated>
<author>
<name>Éric Araujo</name>
<email>merwok@netwok.org</email>
</author>
<published>2018-02-18T23:14:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=08a6926b2584040fe3c3f06263b0b5f1fbbdc24c'/>
<id>08a6926b2584040fe3c3f06263b0b5f1fbbdc24c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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-32588: Move _findvs into its own module and add missing _queue module to installer (#5227)</title>
<updated>2018-01-18T22:09:36+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@microsoft.com</email>
</author>
<published>2018-01-18T22:09:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2507e29a9e4e9dcac6eab46546bd3d34a69342ba'/>
<id>2507e29a9e4e9dcac6eab46546bd3d34a69342ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32302: Fix distutils bdist_wininst for CRT v142 (#4851)</title>
<updated>2017-12-14T10:39:34+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2017-12-14T10:39:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9e7c136ad8bc8e8eec50c2a8ae5ff02752f695a2'/>
<id>9e7c136ad8bc8e8eec50c2a8ae5ff02752f695a2</id>
<content type='text'>
CRT v142 is binary compatible with CRT v140.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CRT v142 is binary compatible with CRT v140.</pre>
</div>
</content>
</entry>
<entry>
<title>fixes bpo-31866: remove code pertaining to AtheOS support (#4115)</title>
<updated>2017-10-26T06:55:14+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2017-10-26T06:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4eaf7f949069882e385f2297c9e70031caf9144c'/>
<id>4eaf7f949069882e385f2297c9e70031caf9144c</id>
<content type='text'>
We stop support this OS in 2007 with commit
19fab761b71a1687aee3415db3a937b5ce31975d. Let's finish.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We stop support this OS in 2007 with commit
19fab761b71a1687aee3415db3a937b5ce31975d. Let's finish.</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>bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311)</title>
<updated>2017-09-06T17:01:38+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@microsoft.com</email>
</author>
<published>2017-09-06T17:01:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5fcd5e64eec9ed67613b8fe7356fb8288151ceba'/>
<id>5fcd5e64eec9ed67613b8fe7356fb8288151ceba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
