Adam Turner
dad1ad84ea
PEP 355: Resolve unreferenced footnotes ( #3231 )
2023-08-02 16:26:35 +01:00
Adam Turner
cc3da35604
PEP 425: Resolve unreferenced footnotes ( #3236 )
2023-08-02 16:24:39 +01:00
Adam Turner
4254ec14ed
PEP 371: Resolve unreferenced footnotes ( #3234 )
2023-08-02 16:24:00 +01:00
Adam Turner
45b12fff40
PEP 491: Resolve unreferenced footnotes ( #3240 )
2023-08-02 15:21:31 +00:00
Fridolín Pokorný
de225b4e09
PEP 710: Mention pip-sbom prototype ( #3245 )
...
Signed-off-by: Fridolin Pokorny <fridolin.pokorny@gmail.com>
2023-08-02 16:11:28 +01:00
John Choi
de468dbe57
PEP 617: Fix expression typo in rationale ( #3244 )
2023-08-02 12:53:09 +01:00
Adam Turner
68a7773da4
PEP 343: Resolve unreferenced footnotes ( #3230 )
2023-08-02 01:46:47 +01:00
Adam Turner
85986bc56a
PEP 340: Resolve unreferenced footnotes ( #3228 )
2023-08-02 00:03:43 +01:00
Adam Turner
754d6d8cff
PEP 336: Resolve unreferenced footnotes ( #3227 )
2023-08-02 00:03:32 +01:00
Adam Turner
4d13aa2a62
PEP 329: Resolve unreferenced footnotes ( #3226 )
2023-08-02 00:03:22 +01:00
Adam Turner
47a91f4980
PEP 323: Resolve unreferenced footnotes ( #3224 )
2023-08-02 00:03:03 +01:00
Adam Turner
6d83386a02
PEP 232: Resolve unreferenced footnotes ( #3219 )
2023-08-01 23:02:36 +00:00
Adam Turner
7bdf881f94
PEP 292: Resolve unreferenced footnotes ( #3222 )
...
* PEP 292: Resolve unreferenced footnotes
* Update links
2023-08-01 06:49:27 +03:00
Adam Turner
3f3138b6d0
PEP 277: Resolve unreferenced footnotes ( #3221 )
2023-08-01 06:47:19 +03:00
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