<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/distutils, branch fix-namedexpr-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-21063: Improve module synopsis for distutils (GH-17363)</title>
<updated>2019-11-25T22:17:59+00:00</updated>
<author>
<name>Sanchit Khurana</name>
<email>54467174+GeniusLearner@users.noreply.github.com</email>
</author>
<published>2019-11-25T22:17:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f8a6316778faff3991144c3aec4fa92d7b30a72b'/>
<id>f8a6316778faff3991144c3aec4fa92d7b30a72b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38103: fix conflicting labels in the docs. (GH-15906)</title>
<updated>2019-09-11T10:57:59+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>ezio.melotti@gmail.com</email>
</author>
<published>2019-09-11T10:57:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2d8d597bb8f882a7677db5a2739df0e617098634'/>
<id>2d8d597bb8f882a7677db5a2739df0e617098634</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36797: Fix a dead link in  Doc/distutils/apiref (GH-15700)</title>
<updated>2019-09-05T15:06:45+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2019-09-05T15:06:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2c2b561967c1916855399f809e30ae0ba7e09ae2'/>
<id>2c2b561967c1916855399f809e30ae0ba7e09ae2</id>
<content type='text'>
https://bugs.python.org/issue36797</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugs.python.org/issue36797</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37481: Deprecate distutils bdist_wininst command (GH-14553)</title>
<updated>2019-07-05T08:44:12+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2019-07-05T08:44:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1da4462765b084dfa8d869b6cb5855e8f6014a11'/>
<id>1da4462765b084dfa8d869b6cb5855e8f6014a11</id>
<content type='text'>
The distutils bdist_wininst command is now deprecated, use
bdist_wheel (wheel packages) instead.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The distutils bdist_wininst command is now deprecated, use
bdist_wheel (wheel packages) instead.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506)</title>
<updated>2019-07-01T12:12:40+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2019-07-01T12:12:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=72cd653c4ed7a4f8f8fb06ac364b08a97085a2b5'/>
<id>72cd653c4ed7a4f8f8fb06ac364b08a97085a2b5</id>
<content type='text'>
bdist_wininst depends on MBCS codec, unavailable on non-Windows,
and bdist_wininst have not worked since at least Python 3.2, possibly
never on Python 3.

Here we document that bdist_wininst is only supported on Windows,
and we mark it unsupported otherwise to skip tests.

Distributors of Python 3 can now safely drop the bdist_wininst .exe files
without the need to skip bdist_wininst related tests.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bdist_wininst depends on MBCS codec, unavailable on non-Windows,
and bdist_wininst have not worked since at least Python 3.2, possibly
never on Python 3.

Here we document that bdist_wininst is only supported on Windows,
and we mark it unsupported otherwise to skip tests.

Distributors of Python 3 can now safely drop the bdist_wininst .exe files
without the need to skip bdist_wininst related tests.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549)</title>
<updated>2019-05-24T15:33:47+00:00</updated>
<author>
<name>E. M. Bray</name>
<email>erik.bray@lri.fr</email>
</author>
<published>2019-05-24T15:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c994c8fc196a167c57c8850e8abdee170d366eec'/>
<id>c994c8fc196a167c57c8850e8abdee170d366eec</id>
<content type='text'>
It is also possible to link against a library or executable with a
statically linked libpython, but not both with the same DLL.  In fact
building a statically linked python is currently broken on Cygwin
for other (related) reasons.

The same problem applies to other POSIX-like layers over Windows
(MinGW, MSYS) but Python's build system does not seem to attempt
to support those platforms at the moment.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is also possible to link against a library or executable with a
statically linked libpython, but not both with the same DLL.  In fact
building a statically linked python is currently broken on Cygwin
for other (related) reasons.

The same problem applies to other POSIX-like layers over Windows
(MinGW, MSYS) but Python's build system does not seem to attempt
to support those platforms at the moment.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36797: Reduce levels of indirection in outdated distutils docs (#13462)</title>
<updated>2019-05-23T14:06:39+00:00</updated>
<author>
<name>Nick Coghlan</name>
<email>ncoghlan@gmail.com</email>
</author>
<published>2019-05-23T14:06:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e788057a9188ff37e232729815dfda2529079420'/>
<id>e788057a9188ff37e232729815dfda2529079420</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36797: Prune more legacy distutils documentation (GH-13092)</title>
<updated>2019-05-14T12:04:30+00:00</updated>
<author>
<name>Nick Coghlan</name>
<email>ncoghlan@gmail.com</email>
</author>
<published>2019-05-14T12:04:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dae1229729920e3aa2be015453b7f702dff9b375'/>
<id>dae1229729920e3aa2be015453b7f702dff9b375</id>
<content type='text'>
Removes more legacy distutils documentation, and more clearly
marks what is left as potentially outdated, with references to
setuptools as a replacement.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes more legacy distutils documentation, and more clearly
marks what is left as potentially outdated, with references to
setuptools as a replacement.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33071: remove outdated PyPI docs (GH-13087)</title>
<updated>2019-05-10T08:45:09+00:00</updated>
<author>
<name>Kojo Idrissa</name>
<email>kojoidrissa@users.noreply.github.com</email>
</author>
<published>2019-05-10T08:45:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1b4abcf302ff2c8f4d4881294510d48ba5186b53'/>
<id>1b4abcf302ff2c8f4d4881294510d48ba5186b53</id>
<content type='text'>
Patch by Kojo Idrissa.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Kojo Idrissa.</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: Fix missing bracket (GH-13163)</title>
<updated>2019-05-08T13:44:01+00:00</updated>
<author>
<name>Zhaorong Ma</name>
<email>mazhaorong@gmail.com</email>
</author>
<published>2019-05-08T13:44:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=70b80541bb044e8cb7037acaf97f64890fef418e'/>
<id>70b80541bb044e8cb7037acaf97f64890fef418e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
