<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/distributing, branch enum-lost-fixes</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-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (GH-28687)</title>
<updated>2021-10-02T06:27:23+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-10-02T06:27:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e040adc806aba32c53f4c3d35899d0e5691cab95'/>
<id>e040adc806aba32c53f4c3d35899d0e5691cab95</id>
<content type='text'>
pypi.org "  The Python Package Index (PyPI) ...
(cherry picked from commit 0be338199fd663f020d833a4db185d0c5a0e0078)

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pypi.org "  The Python Package Index (PyPI) ...
(cherry picked from commit 0be338199fd663f020d833a4db185d0c5a0e0078)

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523)</title>
<updated>2021-09-23T10:25:31+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-09-23T10:25:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1493e1a40d04a048cce9c5080ec47478a4941054'/>
<id>1493e1a40d04a048cce9c5080ec47478a4941054</id>
<content type='text'>
Replace old names when they refer to actual versions of macOS.
Keep historical names in references to older versions.

Co-authored-by: Patrick Reader &lt;_@pxeger.com&gt;
(cherry picked from commit 36122e18148c5b6c78ebce1d36d514fd7cf250f5)

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace old names when they refer to actual versions of macOS.
Keep historical names in references to older versions.

Co-authored-by: Patrick Reader &lt;_@pxeger.com&gt;
(cherry picked from commit 36122e18148c5b6c78ebce1d36d514fd7cf250f5)

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[3.10] bpo-44561: Update hyperlinks in Doc/distributing/index.rst (GH-27032) (GH-27234)</title>
<updated>2021-07-19T00:34:44+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-07-19T00:34:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bce2847169e181ae894b323b9d5c31b0a3bec621'/>
<id>bce2847169e181ae894b323b9d5c31b0a3bec621</id>
<content type='text'>
* Update hyperlinks in Doc/distributing/index.rst

Update three expired hyperlinks.

Closes [bpo-44561]().
(cherry picked from commit b494685b2548489efcc66993cc6c13b027ce3b26)


Co-authored-by: Steven Hsu &lt;hsuhaochun@gmail.com&gt;

Automerge-Triggered-By: GH:ncoghlan</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update hyperlinks in Doc/distributing/index.rst

Update three expired hyperlinks.

Closes [bpo-44561]().
(cherry picked from commit b494685b2548489efcc66993cc6c13b027ce3b26)


Co-authored-by: Steven Hsu &lt;hsuhaochun@gmail.com&gt;

Automerge-Triggered-By: GH:ncoghlan</pre>
</div>
</content>
</entry>
<entry>
<title>Add link to .pypirc specification (GH-20680)</title>
<updated>2020-06-20T17:10:25+00:00</updated>
<author>
<name>Brian Rutledge</name>
<email>brian@bhrutledge.com</email>
</author>
<published>2020-06-20T17:10:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=af157fad286c00ff204e86d8556648cbb53ba99e'/>
<id>af157fad286c00ff204e86d8556648cbb53ba99e</id>
<content type='text'>
Related to https://github.com/pypa/twine/issues/638 and https://github.com/pypa/packaging.python.org/issues/730, I wrote a spec based on the one that was removed in https://github.com/python/cpython/pull/13087. However, a Google search for "pypirc" turned up at least one [blog post](https://truveris.github.io/articles/configuring-pypirc/) that links to https://docs.python.org/3/distutils/packageindex.html#the-pypirc-file, which now just links to this document. So, I thought a link to the spec would be handy.

Automerge-Triggered-By: @jaraco</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related to https://github.com/pypa/twine/issues/638 and https://github.com/pypa/packaging.python.org/issues/730, I wrote a spec based on the one that was removed in https://github.com/python/cpython/pull/13087. However, a Google search for "pypirc" turned up at least one [blog post](https://truveris.github.io/articles/configuring-pypirc/) that links to https://docs.python.org/3/distutils/packageindex.html#the-pypirc-file, which now just links to this document. So, I thought a link to the spec would be handy.

Automerge-Triggered-By: @jaraco</pre>
</div>
</content>
</entry>
<entry>
<title>Spell Bitbucket correctly. (GH-16862)</title>
<updated>2019-10-23T09:17:30+00:00</updated>
<author>
<name>Peter Bittner</name>
<email>django@bittner.it</email>
</author>
<published>2019-10-23T09:17:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d34ac305327420bd68f05e201b63d2a665b073f8'/>
<id>d34ac305327420bd68f05e201b63d2a665b073f8</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: 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-33503: Fix the broken pypi link in the source and the documentation (GH-6814)</title>
<updated>2018-05-15T18:58:35+00:00</updated>
<author>
<name>Stéphane Wirtel</name>
<email>stephane@wirtel.be</email>
</author>
<published>2018-05-15T18:58:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=19177fbd5d6d9b29ccc302d65f9d9417ece082ce'/>
<id>19177fbd5d6d9b29ccc302d65f9d9417ece082ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-25910: Link redirections in docs (#1933)</title>
<updated>2018-01-20T00:25:37+00:00</updated>
<author>
<name>Sanyam Khurana</name>
<email>8039608+CuriousLearner@users.noreply.github.com</email>
</author>
<published>2018-01-20T00:25:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=338cd83c5dceaed785f5bf613e2122f871908e2a'/>
<id>338cd83c5dceaed785f5bf613e2122f871908e2a</id>
<content type='text'>
Fixes some redirection links in docs.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes some redirection links in docs.</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #26014: Update 3.x packaging documentation:</title>
<updated>2016-06-06T00:38:48+00:00</updated>
<author>
<name>Ned Deily</name>
<email>nad@python.org</email>
</author>
<published>2016-06-06T00:38:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8f5798edfb71342fa4b3070a7f69386f7b229cd0'/>
<id>8f5798edfb71342fa4b3070a7f69386f7b229cd0</id>
<content type='text'>
- "See also" links to the new docs are now provided in the legacy pages
- links to setuptools documentation have been updated

(original patch by Susan Sun)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- "See also" links to the new docs are now provided in the legacy pages
- links to setuptools documentation have been updated

(original patch by Susan Sun)
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.</title>
<updated>2016-02-26T18:37:12+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2016-02-26T18:37:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5d9413404017a829aa5ddb52be6019fb63ec5c09'/>
<id>5d9413404017a829aa5ddb52be6019fb63ec5c09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
