Commit Graph

10785 Commits

Author SHA1 Message Date
Victor Stinner 1e7852ce96
PEP 757: Remove PEP Delegate (#4142) 2024-11-28 17:57:06 +01:00
Victor Stinner d8f78a4e9d
Revert "Set PEP 757 status to Accepted (#4140)" (#4141)
This reverts commit 5074ef63c2.
2024-11-28 17:52:51 +01:00
Victor Stinner 5074ef63c2
Set PEP 757 status to Accepted (#4140) 2024-11-28 16:28:36 +01:00
Victor Stinner 0c046c61ed
PEP 743: Update Discussions (#4137) 2024-11-26 12:55:57 +01:00
Petr Viktorin 25e23d80c6
PEP 672: Mention Unicode TR 55 (GH-4133)
Unicode Technical Report 55 “Unicode Source Code Handling” was published in January and contains lots of relevant information and general recommendations.

Also in this PR: Yank obsolete metadata.
2024-11-26 11:14:21 +01:00
Hugo van Kemenade e8a9e608c7
PEP 101: Updates (#4136) 2024-11-26 08:56:41 +02:00
Frazer McLean c396e8f9e8
PEP 440: Update regex from packaging project (#3288)
Update regex from packaging project

See https://github.com/pypa/packaging/pull/705

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2024-11-24 00:20:53 -08:00
Ee Durbin 1fed2b60d7
PEP-8106: update with nominations and voter roll (#4135) 2024-11-22 07:09:24 -05:00
Irit Katriel aa1603b1e5
PEP 765: specify when the SyntaxWarning will be emitted, and explain why (#4132) 2024-11-21 23:02:24 +00:00
Mike Sarahan ac1c66e538
PEP 766: Explicit Priority Choices Among Multiple Indexes (index priority) (#4123)
* add index priority pep draft

* Address feedback from Barry and Ethan

* PEP 766: explicit priority choices among multiple indexes

Apply suggestions from code review

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>

* address feedback from DPO and linting

* revise text

* Apply suggestions from code review

Thanks Hugo!

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>

---------

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-11-21 12:00:24 -08:00
Irit Katriel cc9e512b3a
PEP 765: add rejected ideas section (#4130) 2024-11-20 12:22:24 +00:00
Irit Katriel 6083e27dbe
PEP 765: add report as appendix (#4125) 2024-11-20 12:10:56 +00:00
Irit Katriel 798ee6edab
PEP 765: link with pep 601 (#4128) 2024-11-20 21:56:53 +10:00
Hugo van Kemenade 43f01fddbe
PEP 745: 3.14.0a2 was released on 2024-11-19 (#4131) 2024-11-19 23:33:21 +02:00
Jelle Zijlstra b5e0427503
PEP 12: Remove explicit mention of real name (#4129) 2024-11-19 13:41:37 -05:00
Sergey B Kirpichev 5c58fe2f4a
PEP 757: edit rejected ideas (mpz_import/export-like API) (#4126) 2024-11-19 09:00:45 +01:00
Páll Haraldsson a1591857f6
PEP 540: Correct `sys.output` to `sys.stdout` (#4122) 2024-11-18 13:06:26 +00:00
Irit Katriel d15e866a56
PEP 765: add discussion link, tweak one sentence (#4120) 2024-11-16 11:42:12 +00:00
Irit Katriel f99949737c
PEP 765: Disallow return/break/continue that exit a finally block (#4119) 2024-11-16 09:45:36 +00:00
Ofek Lev 5795f7b497
PEP 752: Address feedback, round 5 (#4018)
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
2024-11-15 23:57:25 +02:00
T. Wouters dbac24db99
PEP 719: Add planned bugfix releases for Python 3.13 (#4116) 2024-11-11 10:52:37 -08:00
Brett Cannon 5de264db2a
PEP 11: be more specific about the WASI triple (#4115) 2024-11-07 13:53:03 -08:00
Seth Michael Larson 4405f7600c
PEP 761: Mark as Active (#4113)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-11-06 11:20:02 -08:00
Filipe Laíns 🇵🇸 2a18b29751
PEP 739: add version specification to schema_version (#4112) 2024-11-06 17:11:55 +00:00
Victorien 5c7b771511
PEP 525: Fix comment in code example (#4110) 2024-11-06 06:44:58 -08:00
Brett Cannon 1d10fc5c89
PEP 751: provide explanation for why `path` and `url` are optional (#4109) 2024-11-05 19:18:47 +00:00
Brett Cannon 4e980c4094
PEP 751: make `path`/`url` optional (#4108) 2024-11-05 18:47:04 +00:00
Hugo van Kemenade 386f3eaf63
Infra: don't let generated `numerical.rst` trigger rebuild loop (#4103)
Infra: don't let numerical.rst trigger rebuild loop
2024-11-05 13:46:01 +00:00
Ee Durbin 388b181fc5
Revert gh-3899 (#4106) 2024-11-05 13:38:27 +00:00
Filipe Laíns 🇵🇸 d24411ff57
PEP 739: add language.version_info and libpython.dynamic_stableabi 2024-11-05 04:15:22 +00:00
Brett Cannon cb6e37ca80
PEP 751: simplity installer expectations (#4105) 2024-11-05 00:56:10 +00:00
Brett Cannon 0bb65f91d0
PEP 751: address some feedback (#4104) 2024-11-04 23:09:33 +00:00
Hugo van Kemenade 85c1106c05
Infra: Lint and test via uv (#4102)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-11-02 21:28:24 +00:00
Carol Willing bd7b43a2ac
PEP 562: Add canonical reference link (#4099)
* Add canonical reference link for pep 562

* Update peps/pep-0562.rst

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>

---------

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
2024-10-31 14:24:44 -07:00
ProFatXuanAll 497ea8e14e
PEP 691: Fix wrong reference to PEP 529 (#4098) 2024-10-31 09:02:00 +02:00
Brett Cannon 5d6dcb79d4
PEP 751: update post history (#4097) 2024-10-30 15:16:31 -07:00
Brett Cannon 8fd0b8a906
PEP 751: switch to storing a graph of dependencies (#4096) 2024-10-30 15:09:24 -07:00
William Woodruff 0ed3edc042
PEP 753: link to PyPA spec (#4095) 2024-10-30 08:11:26 +02:00
Victor Stinner 8a10a659f5
PEP 756: Mark as Withdrawn (#4094) 2024-10-29 18:09:35 +01:00
Hugo van Kemenade dcb8b76e35
PEP 659: Mark as Final (#4090) 2024-10-29 12:45:35 +02:00
Alyssa Coghlan ed75c57162
PEP 545: Include translations in the Governance topic (#4093)
PEP 545 covers the governance procedures for the
python.org hosted documentation translations,
it was just written and accepted before the separate
topic pages existed.

It is also still an Active process.

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-10-29 19:04:22 +10:00
William Woodruff be5c1f205c
PEP 763: add Hackage and OPAM (#4092)
Signed-off-by: William Woodruff <william@yossarian.net>
2024-10-28 16:59:04 -07:00
William Woodruff b566fedeb8
PEP 763: add an appendix comparing ecosystems (#4091)
Signed-off-by: William Woodruff <william@yossarian.net>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-10-28 22:06:34 +00:00
Hugo van Kemenade 13d6ca8f15
PEP 588: Mark as Final (#4086) 2024-10-28 20:53:21 +02:00
Hugo van Kemenade b0198faed8
PEP 733: Mark as Final (#4085) 2024-10-28 20:52:58 +02:00
William Woodruff a4520ac614
PEP 763: add Discussions-To (#4089)
Signed-off-by: William Woodruff <william@yossarian.net>
2024-10-28 16:39:20 +00:00
William Woodruff f404195f44
PEP 763: Limiting deletions on PyPI (#4080)
Signed-off-by: William Woodruff <william@yossarian.net>
Co-authored-by: Alexis <alexis.challande@trailofbits.com>
Co-authored-by: dm <darkamaul@hotmail.fr>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-10-28 09:08:13 -07:00
Hugo van Kemenade f4c4cb7bd5
PEP 743: Add Discussions-To header (#4084) 2024-10-27 08:23:14 -07:00
Hugo van Kemenade 9dca5998eb
PEP 667: Mark as Final (#3942) 2024-10-27 17:11:46 +10:00
Alyssa Coghlan a5fb32dab5
PEP 396: Reclassify as Withdrawn (#4074)
The ``__version__`` runtime convention hasn't been rejected,
as it's still a good way to version import packages instead of
(or in addition to) distribution packages.

We just concluded that this PEP wasn't the right vehicle for
documenting it, which is better reflected as a withdrawal rather
than as a rejection.

---------

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-10-24 00:52:37 +10:00