<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/PC/layout, branch orphaned-comment</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-45901: Fixes argument passing when invoking .py files directly through the Store package (GH-29799)</title>
<updated>2021-11-26T23:08:20+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2021-11-26T23:08:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4841e694ee1686f8c933ddfcb8c854915867ce17'/>
<id>4841e694ee1686f8c933ddfcb8c854915867ce17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-42802: Remove distutils bdist_wininst command (GH-24043)</title>
<updated>2021-01-08T23:35:01+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2021-01-08T23:35:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0e2a0f72cc9af0899eacb5604e44a563c0b06110'/>
<id>0e2a0f72cc9af0899eacb5604e44a563c0b06110</id>
<content type='text'>
The distutils bdist_wininst command deprecated in Python 3.8 has been
removed. The distutils bidst_wheel command is now recommended to
distribute binary packages on Windows.

* Remove Lib/distutils/command/bdist_wininst.py
* Remove PC/bdist_wininst/ project
* Remove Lib/distutils/command/wininst-*.exe programs
* Remove all references to bdist_wininst</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The distutils bdist_wininst command deprecated in Python 3.8 has been
removed. The distutils bidst_wheel command is now recommended to
distribute binary packages on Windows.

* Remove Lib/distutils/command/bdist_wininst.py
* Remove PC/bdist_wininst/ project
* Remove Lib/distutils/command/wininst-*.exe programs
* Remove all references to bdist_wininst</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-42111: Make the xxlimited module an example of best extension module practices (GH-23226)</title>
<updated>2020-12-08T16:36:53+00:00</updated>
<author>
<name>Petr Viktorin</name>
<email>encukou@gmail.com</email>
</author>
<published>2020-12-08T16:36:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c168b5078f88874b9acd993ac886f82269c780dd'/>
<id>c168b5078f88874b9acd993ac886f82269c780dd</id>
<content type='text'>
- Copy existing xxlimited to xxlimited53 (named for the limited API version it uses)
- Build both modules, both in debug and release
- Test both modules</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Copy existing xxlimited to xxlimited53 (named for the limited API version it uses)
- Build both modules, both in debug and release
- Test both modules</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andrew Clover (GH-22817)</title>
<updated>2020-10-20T14:54:13+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2020-10-20T14:54:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6d883fbe14751b58d9ed2fd708322613d8931035'/>
<id>6d883fbe14751b58d9ed2fd708322613d8931035</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343)</title>
<updated>2020-04-03T20:03:54+00:00</updated>
<author>
<name>Chris Martinez</name>
<email>sydefekt@hotmail.com</email>
</author>
<published>2020-04-03T20:03:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6e623ff9d251e0ce86e9b18a01bfd6f067079d7a'/>
<id>6e623ff9d251e0ce86e9b18a01bfd6f067079d7a</id>
<content type='text'>
Fix default Python home path relative to the NuGet package</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix default Python home path relative to the NuGet package</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39930: Convert error to warning for more silent failure (GH-18921)</title>
<updated>2020-03-11T14:12:31+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2020-03-11T14:12:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fde44ae6d08d3df79554155b1cf079e73a8fabdd'/>
<id>fde44ae6d08d3df79554155b1cf079e73a8fabdd</id>
<content type='text'>
Makes it an error to create a layout without vcruntime DLL</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes it an error to create a layout without vcruntime DLL</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39789: Update Windows release build machines to VS 2019 (GH-18695)</title>
<updated>2020-02-29T00:21:46+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2020-02-29T00:21:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=03153dd1459fab94f294a118ed1525e34d58601a'/>
<id>03153dd1459fab94f294a118ed1525e34d58601a</id>
<content type='text'>
Also fixes some potential Nuget build issues.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixes some potential Nuget build issues.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38403: Update nuspec file for deprecated field and git repository (GH-18657)</title>
<updated>2020-02-25T20:07:00+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2020-02-25T20:07:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d6448919702142123d937a54f20a81aeaf8d2acc'/>
<id>d6448919702142123d937a54f20a81aeaf8d2acc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39012: Fix RC version suffix for nuget release files (GH-17564)</title>
<updated>2019-12-10T23:19:03+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2019-12-10T23:19:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d0802d07d2c864b95480a9b24c7cc050e19189d5'/>
<id>d0802d07d2c864b95480a9b24c7cc050e19189d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix APPX registry key generation (GH-17489)</title>
<updated>2019-12-09T16:43:13+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2019-12-09T16:43:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e89e159b18cc9f32a0a4a818d080eb6a63d888a7'/>
<id>e89e159b18cc9f32a0a4a818d080eb6a63d888a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
