Commit Graph

10819 Commits

Author SHA1 Message Date
Ethan Smith 96574b5c13
PEP 777: Address discussion and feedback (#4056)
* Add Post-History

* Expand rejected ideas

* Update specification to be more formal in spec

This change updates the specification for `Wheel-Version` to include
more information about the format and tool behavior.

It also clarifies that the move to `whlx` is for all future versions of
the wheel format, and that the `x` in `whlx` is the letter x, not the
major version.

* Add note about accessing wheel metadata

* Add Discussion-To header

* Clarify metadata copying behavior

* Clarify PEP 658 discussion

* Clarify rejected idea about .whl2

* Correct post-history link

* Fix single backticks
2024-10-15 15:48:36 -07:00
Seth Michael Larson b0f655b890
PEP 761: Add notes for Cosign and offline verification (#4055)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-10-15 23:40:15 +03:00
Victor Stinner acf58098a1
PEP 757: PyLong_Export() can fail (#4025)
gmpy2: mpz_set_PyLong() now returns -1 on error.
2024-10-15 14:14:30 +02:00
Sergey B Kirpichev 68413fa107
PEP 757: edits, based on C-API WG feedback (#4026)
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
2024-10-15 11:43:41 +02:00
Pablo Galindo Salgado 388568986b
PEP 762: REPL-acing the default REPL (#4048)
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Co-authored-by: Emily Morehouse <emilyemorehouse@gmail.com>
2024-10-14 12:54:23 -06:00
Tal Einat 7efe235d84
PEP 661: Add bool value to reference impl and examples (#4051) 2024-10-14 00:02:00 +03:00
Tal Einat 9af6b95a52
PEP 661: Add missing sections and correctly populate Post-History (#4050) 2024-10-13 23:50:07 +03:00
Mathieu Kniewallner e43cb850dd
PEP 735: Fix a few typos and improve readability (#4049)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-10-12 17:14:03 +00:00
Tal Einat 5e6746e905
PEP 661: Small changes, clarifications and better wording (towards submission) (#4046) 2024-10-11 23:05:56 +03:00
Stephen Rosen 7d83e6c8f0
PEP 735: Fix a minor mistake (#4047) 2024-10-11 15:19:28 +03:00
Hugo van Kemenade 4d650771c2
PEP 291: Superseded by PEP 387 (#4032)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2024-10-10 21:00:57 +01:00
nibley 4aaf949571
PEP 0: Use an absolute link to `peps.json` (#4045) 2024-10-10 20:32:00 +01:00
William Woodruff 0057f88493
PEP 753: Mark as Accepted (#4043)
Signed-off-by: William Woodruff <william@yossarian.net>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-10-10 17:05:24 +00:00
Ethan Smith fd8070858f
PEP 777: How to Re-invent the Wheel (#4036)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
2024-10-10 09:51:33 -07:00
Adam Turner 3b1b3d8ba3
Pin Sphinx to <8.1 (#4044) 2024-10-10 16:21:14 +00:00
Stephen Rosen 38806a6487
PEP 735: Mark as Accepted (#4042)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-10-10 15:42:58 +01:00
William Woodruff ef593f4fe9
PEP 753: updates (#4039)
Signed-off-by: William Woodruff <william@yossarian.net>
2024-10-09 15:01:38 -07:00
Pablo Galindo Salgado fdf22b8d78
PEP 760: Mark as Withdrawn (#4037) 2024-10-09 21:43:34 +01:00
Barry Warsaw 025c09eca1
PEP 759: Add Discussions-To header (#4038)
PEP 759 Discussions-To the DPO thread
2024-10-09 13:11:15 -07:00
Seth Michael Larson 6e74588077
PEP 761: Add additional links to Sigstore docs (#4035) 2024-10-09 22:18:54 +03:00
Seth Michael Larson 4c8e388c0e
PEP 761: Add Discussions-To link (#4034)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-10-09 13:04:26 +00:00
Pablo Galindo Salgado cb7ef4fa2b
PEP 760: No more bare excepts (#4015) 2024-10-09 13:22:54 +01:00
Ivan Levkivskyi 086f1670b3
PEP 526: Fix broken link to implementation (#4031)
Update pep-0526.rst
2024-10-09 12:37:51 +01:00
Seth Michael Larson 3e2f25fe32
PEP 761: Deprecating PGP signatures for CPython artifacts (#4027)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2024-10-09 12:46:20 +03:00
Bohdan Borkivskyi 0dc7d13736
PEP 719: Note release of Python 3.13.0 (#4028) 2024-10-09 03:08:08 +01:00
Malcolm Smith fb134c39c4
PEP 730: Add canonical link to "Using Python on iOS" (#4023)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-10-07 20:43:11 +00:00
William Woodruff 9cb9d4e82f
PEP 753: Updates (#4010)
Signed-off-by: William Woodruff <william@yossarian.net>
Co-authored-by: Paul Moore <p.f.moore@gmail.com>
2024-10-07 20:11:12 +01:00
Łukasz Langa ada0f55a8e
PEP 569: So long, Python 3.8 2024-10-07 19:56:09 +02:00
Malcolm Smith dbb5594d96
PEP 738: Mark as Final (#3982)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-10-07 18:43:06 +01:00
Alyssa Coghlan 8f0f87e300
Add canonical refs to old package specs (#4020)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-10-07 02:27:00 +10:00
Alyssa Coghlan 441abc3e3e
Infra: Mention 'Superseded' in section heading (#4021)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-10-06 14:32:09 +00:00
Adrian Garcia Badaracco 764324d8cd
PEP 746: Rename __supports_type__ to __supports_annotated_base__ (#4019) 2024-10-05 15:29:26 -07:00
Sergey B Kirpichev 7ccefe1e2f
PEP 757: reject more ideas (#4017)
* keep PyLong_GetNativeLayout() function (was: open question)
* reject mpz_import/export-like API
2024-10-04 14:51:19 +02:00
Barry Warsaw 1490ed1ef5
PEP 759: External Wheel Hosting (#4011)
PEP 759, External Wheel Hosting; initial published version

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Ethan Smith <etsmith@nvidia.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>

---------

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Ethan Smith <etsmith@nvidia.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-10-02 16:53:07 -07:00
Brett Cannon ee57005eb6
PEP 758: Add Post-History (#4016) 2024-10-02 16:11:48 -07:00
Stephen Rosen 267dc02fc0
PEP 735: Add include-project to Deferred Ideas (#4012) 2024-10-02 14:05:48 -07:00
Hugo van Kemenade 168bf56928
PEP 755: Add missing CODEOWNERS entry (#4014) 2024-10-02 17:25:19 +01:00
Savannah Ostrowski a405273a4d
PEP 703: Fix typo (#3956) 2024-10-02 14:57:33 +03:00
Pablo Galindo Salgado a65bbd2d28
PEP 758: Small updates to PEG syntax and formatting (#4013) 2024-10-01 23:47:21 +01:00
Pablo Galindo Salgado 668beb0cde
PEP 758: Allow ``except`` and ``except*`` expressions without parentheses (#4008) 2024-10-01 22:55:14 +01:00
Stephen Rosen 79a41d1002
PEP 735: apply community feedback, including reversion of [project] table changes (#3990) 2024-10-01 11:46:04 -07:00
khneal 23530a8814
PEP 693, 719: Python 3.12.7 and 3.13.0rc3 have been released (#4009) 2024-10-01 17:35:55 +01:00
David Foster a5b63cb140
PEP 747: Fix code block formatting. Fix grammar. (#4006) 2024-09-29 05:39:10 -07:00
Hugo van Kemenade c778ab9854
PEP 719: Add 3.13.0rc3, postpone 3.13.0 final (#4005) 2024-09-27 21:50:18 -07:00
Carl Meyer 2af9ffd961
PEP 747: fix rst syntax (#4004) 2024-09-27 14:12:29 -07:00
Zachary Ware cb97c7cc4e
PEP 101: Minor updates to major version bump procedure (#4003) 2024-09-27 21:51:48 +03:00
William Woodruff a3fe7200b5
PEP 740: Update api-version (#4001) 2024-09-26 17:47:01 -07:00
Hugo van Kemenade 24552cad8c
Infra: Move numerical index to own page (#3992)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2024-09-26 21:57:51 +01:00
Jelle Zijlstra 55cf374db5
PEP 749: Rename SOURCE to STRING, go back on __annotations__ setting (#4000) 2024-09-26 11:55:45 -07:00
Victor Stinner aced24fc35
PEP 756: Give up on copying memory (#3999) 2024-09-26 20:37:52 +02:00