Commit Graph

10378 Commits

Author SHA1 Message Date
Adam Turner 483b3f6031
PEP 262: Resolve unreferenced footnotes (#3220) 2023-08-01 06:46:55 +03:00
Adam Turner 47aaa694bf
PEP 299: Resolve unreferenced footnotes (#3223) 2023-08-01 06:38:57 +03:00
Adam Turner 1c572d1ca5
PEP 326: Remore unreferenced footnotes and renumber (#3225)
Footnote [10] does not exist. Footnotes [5], [8], and [11] are unreferenced. Commit 778f8da removed the reference to [5] (then numbered [6]) and added [8] with no reference. [11] was added in 64497e6 with no reference. Without an apparent need for these three, they are removed. The remaining footnotes and their text references are re-numbered.
2023-07-31 17:49:00 -04:00
Hugo van Kemenade 191de06f27
Infra: Revert "Fix a URL in the PyPA specification banner (#3199)" (#3218) 2023-07-31 22:28:06 +01:00
Daniel Foerster 2eb1b53274
PEP 639: Fix the link to the SPDX specification (#3216) 2023-07-31 18:01:59 +01:00
Adam Turner b199a29c8a
Many PEPs: Resolve reference warnings (#3214)
This commit resolves all outstanding duplicate label
and duplicate citation warnings.
I have not yet addressed unreferenced footnote warnings.

I took the general strategy of replacing a target above a section heading
with references directly to that section heading,
or where impractical, disambiguting the target with ``PEP NNN``.
I also converted all the citations in PEP 482 to links,
as they were causing duplicate citation warnings.
2023-07-31 17:50:14 +01:00
James Hilton-Balfe 16e35f537f
PEP 718: Subscriptable functions (#3179)
Co-authored-by: Chris Angelico <rosuav@gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: David Foster <david@dafoster.net>
2023-07-31 08:09:26 -06:00
Hugo van Kemenade 1453e26c74
PEP 554: Convert unreferenced footnote to bullet point (#3189) 2023-07-26 18:24:02 +03:00
Filipe Laíns 3782a8213c
PEP 720: add "Cross-compiling Python packages" PEP draft (#3192)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
2023-07-20 15:07:46 +01:00
j75 c1335476ff
PEP 393: Use Internet Archive link to Django measurement results (#3211) 2023-07-20 13:01:02 +01:00
Hugo van Kemenade a74c2141b8
PEP 715: Fix link to packaging term (#3188) 2023-07-17 23:46:52 -06:00
Hugo van Kemenade 83327e3101
PEP 693: Update 3.12.0b4 release date (#3203)
https://www.python.org/downloads/release/python-3120b4/
2023-07-17 09:27:25 +01:00
Uriya Harpeness fee8c3e353
Remove duplicated CSS properties in ``styles.css`` (#3204) 2023-07-16 14:42:59 +01:00
Uriya Harpeness 0e422008ed
PEP 383, 421, 529, 689, 701, 706, 714, 715: Fix typos (#3202) 2023-07-14 10:49:20 -06:00
Victor Couty 76b6939fe5
PEP721: fix typo (#3200) 2023-07-13 07:44:19 -07:00
Petr Viktorin b91880181b
PEP 721 (new): Using tarfile.data_filter for source distribution extraction (#3198)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-07-13 12:01:17 +02:00
wim glenn 08124264e6
Fix a URL in the PyPA specification banner (#3199) 2023-07-13 03:56:26 +01:00
Hugo van Kemenade 97984aa29a
Infra: Call sphinx-build directly in Makefile instead of via build.py wrapper (#3195) 2023-07-12 18:28:43 +03:00
Felix Gruber d2d7f5af93
PEP 681: Fix a typo. (#3197) 2023-07-11 07:12:13 -07:00
Victor Stinner 57b1d94a4f
PEP 387: Add Soft Deprecation section (#3182) 2023-07-03 21:25:05 +02:00
Petr Viktorin 51ba3ec235
PEP 384, 652: Add canonical-doc notices (#3177) 2023-07-03 15:47:30 +02:00
Ned Deily 81999f5996
Move 3.7 to end-of-life status (#3187) 2023-06-27 22:43:25 -04:00
Donald Stufft 8f7f574366
PEP 714: Mark Accepted (#3186) 2023-06-27 11:00:31 -07:00
Hugo van Kemenade 1833db97cc
PEP 719: Add to CODEOWNERS (#3185) 2023-06-27 09:09:56 -07:00
T. Wouters 8945d7681f
PEP 719: Add the Python 3.13 release schedule PEP. (#3184)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-06-27 17:53:15 +02:00
Petr Viktorin 9d64094905
PEP 387: Backwards Compatibility Policy updates/clarifications (#2931)
Approved in: https://discuss.python.org/t/22042/9
2023-06-26 17:23:53 +02:00
William Woodruff cd981f1b27
PEP 715: Mark as Accepted (#3180)
* PEP 715: mark as accepted

* PEP 715: fix type
2023-06-25 09:08:47 +03:00
William Woodruff b1337ad909
PEP 527: Recategorize as "Standards Track" (#3181) 2023-06-25 00:45:48 -04:00
Hugo van Kemenade 4b35f2cda9
PEP 621, 668: Fix name spelling (#3176) 2023-06-21 10:52:31 +01:00
Hugo van Kemenade e923c2a17d
PEP 569, 596, 619, 664, 693: Add 2023-06-06 release (#3164)
* PEP 569, 596, 619, 664, 693: Add 2023-06-06 release

* PEP 693: Replace TBD with link to What's New In Python 3.12

* PEP 693: Update release date for 3.12.0b3

Co-authored-by: T. Wouters <thomas@python.org>
2023-06-21 07:22:23 +03:00
Jean Abou-Samra cdf1ea381f
PEP 715: Typo in header (#3175) 2023-06-19 17:59:25 +03:00
Erlend E. Aasland e10c47558b
Release PEPs: Use 'feature release' instead of 'minor version' to avoid ambiguity (#3174)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
2023-06-18 12:27:14 +02:00
Franek Magiera 03cbb75ef4
PEP 692: Small fixes (#3173) 2023-06-14 20:48:13 -07:00
William Woodruff 1b0666eafa
PEP 715: list valid extensions (#3169) 2023-06-09 18:39:47 -04:00
William Woodruff b127767fb0
PEP 715: clarify which types are still supported (#3168) 2023-06-09 15:26:40 -04:00
William Woodruff 6fc387798b
PEP 715: Discussions-To (#3167) 2023-06-09 10:54:36 -04:00
William Woodruff 78f1d5fbaa
PEP 715: Disabling bdist_egg distribution uploads on PyPI (#3161)
Signed-off-by: William Woodruff <william@yossarian.net>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
2023-06-09 07:27:59 -07:00
Donald Stufft c3d9f8a3ae
PEP 708: Grammar Fixes and Clarification (#3165)
PEP 708: Address feedback
2023-06-08 23:52:28 -05:00
Gregory P. Smith e815d90c2f
Update the link to pyprocessing from PEP-0371. (#3166)
The project name and URL were since repurposed for a different purpose.
Linking to the archived version from the PEP's timeframe is important
to avoid confusion when doing historical research.
2023-06-08 14:58:41 -07:00
Donald Stufft ae5e83c272
PEP 1/PEP 12: Update PEP number assignment guidance (#3163)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
2023-06-07 17:45:16 -07:00
Donald Stufft c34ef63d8c
PEP 708: Allow tracking multiple repositories and rewording (#3162) 2023-06-06 23:42:41 -04:00
Donald Stufft ad65af97bf
PEP 714: Rename dist-info-metadata in the Simple API (#3160) 2023-06-06 20:44:54 -04:00
Ned Deily 7a7df0138e
PEP 537: 3.7.17 release (#3159) 2023-06-06 13:14:58 -04:00
Maik Riechert d6287c5fc1
PEP 659: Correct minor grammar mistakes (#2857)
PEP 659: correct minor grammar mistakes

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-06-06 14:40:16 +02:00
Hugo van Kemenade ef64ec3cbe
Infra: improve text readability and webpage performance (#3132)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2023-05-31 11:10:38 +02:00
Hugo van Kemenade 47ff287350
PEP 693: delay 3.12 beta 2 by a week (#3157) 2023-05-31 11:06:54 +02:00
James Hilton-Balfe b9bbe0e4d6
PEP 696: Add note about lazy eval with PEP 695 (#3145) 2023-05-28 15:47:52 -07:00
Victor Stinner 15f8e2810b
PEP 594: Set Status to Final (#3156) 2023-05-26 15:34:43 -07:00
Pablo Galindo Salgado 0a6dd6794e
PEP 701: Correct indentation in the rejected ideas section (#3155) 2023-05-25 16:18:01 +01:00
T. Wouters b9140bed84
PEP 693: note release of beta 1 and delay beta 2 by a day (#3153)
Update PEP 693 with the actual date of 3.12 beta 1, and delay beta 2 by a day to not conflict with Memorial Day and Pentecost.
2023-05-23 12:47:01 +02:00