Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion peps/pep-0668.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Author: Geoffrey Thomas <[email protected]>,
Pradyun Gedam <[email protected]>
PEP-Delegate: Paul Moore <[email protected]>
Discussions-To: https://discuss.python.org/t/10302
Status: Accepted
Status: Final
Type: Standards Track
Topic: Packaging
Created: 18-May-2021
Expand Down
4 changes: 3 additions & 1 deletion peps/pep-0687.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PEP: 687
Title: Isolating modules in the standard library
Author: Erlend Egeberg Aasland <[email protected]>, Petr Viktorin <[email protected]>
Discussions-To: https://discuss.python.org/t/14824
Status: Accepted
Status: Final
Type: Standards Track
Requires: 489, 573, 630
Created: 04-Apr-2022
Expand All @@ -11,6 +11,8 @@ Post-History: `04-Apr-2022 <https://discuss.python.org/t/14824>`__,
`11-Apr-2022 <https://mail.python.org/archives/list/[email protected]/thread/B3HYQIE4Z5WBJCC3FUZJZHXLM32I4BZA/>`__
Resolution: https://discuss.python.org/t/14824/4

.. This PEP doesn't have any canonical documentation.

Abstract
========

Expand Down
2 changes: 1 addition & 1 deletion peps/pep-0691.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Author: Donald Stufft <[email protected]>,
Dustin Ingram <[email protected]>
PEP-Delegate: Brett Cannon <[email protected]>
Discussions-To: https://discuss.python.org/t/pep-691-json-based-simple-api-for-python-package-indexes/15553
Status: Accepted
Status: Final
Type: Standards Track
Topic: Packaging
Created: 04-May-2022
Expand Down
4 changes: 2 additions & 2 deletions peps/pep-0699.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ PEP: 699
Title: Remove private dict version field added in PEP 509
Author: Ken Jin <[email protected]>
Discussions-To: https://discuss.python.org/t/pep-699-remove-private-dict-version-field-added-in-pep-509/19724
Status: Accepted
Status: Final
Type: Standards Track
Created: 03-Oct-2022
Python-Version: 3.12
Post-History: `05-Oct-2022 <https://discuss.python.org/t/pep-699-remove-private-dict-version-field-added-in-pep-509/19724>`__
Replaces: 509
Resolution: https://discuss.python.org/t/pep-699-remove-private-dict-version-field-added-in-pep-509/19724/13


.. This PEP doesn't have any canonical documentation.

Abstract
========
Expand Down
4 changes: 3 additions & 1 deletion peps/pep-0701.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ Author: Pablo Galindo Salgado <[email protected]>,
Lysandros Nikolaou <[email protected]>,
Marta Gómez Macías <[email protected]>
Discussions-To: https://discuss.python.org/t/pep-701-syntactic-formalization-of-f-strings/22046
Status: Accepted
Status: Final
Type: Standards Track
Created: 15-Nov-2022
Python-Version: 3.12
Post-History: `19-Dec-2022 <https://discuss.python.org/t/pep-701-syntactic-formalization-of-f-strings/22046>`__,
Resolution: `14-Mar-2023 <https://discuss.python.org/t/pep-701-syntactic-formalization-of-f-strings/22046/119>`__


.. canonical-doc:: :ref:`f-strings`

Abstract
========

Expand Down
4 changes: 3 additions & 1 deletion peps/pep-0703.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: Making the Global Interpreter Lock Optional in CPython
Author: Sam Gross <colesbury at gmail.com>
Sponsor: Łukasz Langa <lukasz at python.org>
Discussions-To: https://discuss.python.org/t/22606
Status: Accepted
Status: Final
Comment thread
hugovk marked this conversation as resolved.
Type: Standards Track
Created: 09-Jan-2023
Python-Version: 3.13
Expand All @@ -18,6 +18,8 @@ Resolution: `24-Oct-2023 <https://discuss.python.org/t/pep-703-making-the-global
potentially rolling back all of PEP 703 entirely if necessary
(however unlikely or undesirable we expect that to be).

.. canonical-doc:: :ref:`freethreading-python-howto`


Abstract
========
Expand Down
4 changes: 3 additions & 1 deletion peps/pep-0728.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ Title: TypedDict with Typed Extra Items
Author: Zixuan James Li <[email protected]>
Sponsor: Jelle Zijlstra <[email protected]>
Discussions-To: https://discuss.python.org/t/pep-728-typeddict-with-typed-extra-items/45443
Status: Accepted
Status: Final
Type: Standards Track
Topic: Typing
Created: 12-Sep-2023
Python-Version: 3.15
Post-History: `09-Feb-2024 <https://discuss.python.org/t/pep-728-typeddict-with-typed-extra-items/45443>`__,
Resolution: `15-Aug-2025 <https://discuss.python.org/t/pep-728-typeddict-with-typed-extra-items/45443/159>`__

.. canonical-doc:: :class:`~typing.TypedDict`


Abstract
========
Expand Down
2 changes: 1 addition & 1 deletion peps/pep-0753.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Author: William Woodruff <[email protected]>,
Sponsor: Barry Warsaw <barry at python.org>
PEP-Delegate: Paul Moore <p.f.moore at gmail.com>
Discussions-To: https://discuss.python.org/t/pep-753-uniform-urls-in-core-metadata/62792
Status: Accepted
Status: Final
Type: Standards Track
Topic: Packaging
Created: 29-Aug-2024
Expand Down
4 changes: 2 additions & 2 deletions peps/pep-0770.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Author: Seth Larson <[email protected]>
Sponsor: Brett Cannon <[email protected]>
PEP-Delegate: Brett Cannon <[email protected]>
Discussions-To: https://discuss.python.org/t/76308
Status: Accepted
Status: Final
Type: Standards Track
Topic: Packaging
Created: 02-Jan-2025
Expand All @@ -13,7 +13,7 @@ Post-History:
`06-Jan-2025 <https://discuss.python.org/t/76308>`__,
Resolution: `11-Apr-2025 <https://discuss.python.org/t/76308/112>`__

.. canonical-pypa-spec:: https://packaging.python.org/en/latest/specifications/binary-distribution-format/#the-dist-info-sboms-directory
.. canonical-pypa-spec:: `The .dist-info/sboms/ directory <https://packaging.python.org/en/latest/specifications/binary-distribution-format/#the-dist-info-sboms-directory>`__

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Why was it impossible to use :ref:some text <dist-info-sbom-ref> here?)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah! Headings always create a ref, but its value derives from the heading content (so I can see why your tries didn’t find it, given inline markup in the title), and are prone to breaking for any change. Hopefully the doc will remain stable, and/or a linkcheck job in this repo can catch breakage.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Who controls the PyPA spec page (or is it us)? We could just ask nicely to add a ref there.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PyPA folk do, you can open a PR at https://github.com/pypa/packaging.python.org.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


Abstract
========
Expand Down
4 changes: 3 additions & 1 deletion peps/pep-0773.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PEP: 773
Title: A Python Installation Manager for Windows
Author: Steve Dower
Discussions-To: https://discuss.python.org/t/77900/
Status: Accepted
Status: Final
Type: Standards Track
Topic: Release
Created: 21-Jan-2025
Expand All @@ -12,6 +12,8 @@ Post-History:
Replaces: 397, 486
Resolution: `25-Apr-2025 <https://discuss.python.org/t/77900/180>`__

.. canonical-doc:: `Python Releases for Windows <https://www.python.org/downloads/windows/>`__


Abstract
========
Expand Down
4 changes: 3 additions & 1 deletion peps/pep-0829.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PEP: 829
Title: Package Startup Configuration Files
Author: Barry Warsaw <[email protected]>
Discussions-To: https://discuss.python.org/t/pep-829-structured-startup-configuration-via-site-toml-files/106789
Status: Accepted
Status: Final
Type: Standards Track
Created: 31-Mar-2026
Python-Version: 3.15
Expand All @@ -12,6 +12,8 @@ Post-History:
`15-Apr-2026 <https://discuss.python.org/t/pep-829-structured-startup-configuration-files/106789/99>`__
Resolution: `24-Apr-2026 <https://discuss.python.org/t/pep-829-structured-startup-configuration-files/106789/112>`__

.. canonical-doc:: :ref:`site-start-files`


Abstract
========
Expand Down
Loading