Commit Graph

9534 Commits

Author SHA1 Message Date
Jelle Zijlstra 7a4c01e73d
PEP 687: Add to CODEOWNERS (GH-2516) 2022-04-12 10:57:50 +02:00
Zac Hatfield-Dodds 013164778a
PEP 678: update status to Accepted (#2518) 2022-04-11 19:25:26 -07:00
Erik De Bonte 515eb419de
PEP 681: Add author override (#2517) 2022-04-11 18:30:38 -07:00
Mark Amery 75cc6853e1
Infra: Remove pre-wrap CSS rule that breaks multi-line inline literals (#2512)
As written up in detail at https://github.com/python/peps/issues/2511, this rule breaks the rendering of 199 inline literals across all the PEPs, and appears to have no reason to exist. I therefore propose to remove it.
2022-04-11 12:09:26 -07:00
Michael Droettboom eab767b2b9
PEP 687: Fix reference to PEP 489 (#2515)
As far as I can tell, PEP 484 is a typo and unrelated to this work.
2022-04-11 11:51:02 -07:00
Mark Dickinson 2c4d71f791
PEP 682: Mark as final (#2513)
The implementation of PEP 682 was completed in python/cpython#30049.
2022-04-11 07:53:14 -07:00
மனோஜ்குமார் பழனிச்சாமி 37831699de
3.11.0 alpha 7 released (#2510) 2022-04-09 10:46:22 +01:00
CAM Gerlach 63d802d093
Meta: Clearly document current guidance for changing existing PEPs (#2378)
* Meta: Document expectations for changing existing PEPs in contrib guide

* Meta: Clarify commit message/PR title prefixes in contrib guide

* Meta: Further improve change policy in CG per Jelle's feedback

* Meta: Reduce verbosity and perscriptiveness of changes section in CG

* Meta: Move more general/normative PEP modification guidance to PEP 1

* Meta: Further revise PEP change guidance to reflect current reality

* Meta: Update, simplify and consolidate guidance on changing PEPs

* PEP 1: Remove sentence explicitly discussing changing governance PEPs
2022-04-06 18:21:47 -05:00
Erik De Bonte f73a0aa1ca
PEP 681: Add support for kwargs (#2504) 2022-04-05 21:31:59 -07:00
Jelle Zijlstra 7e537baa97
PEP 681: Add Post-History (#2502) 2022-04-05 06:55:40 -07:00
Erik De Bonte b10f0f86e9
PEP 681: Rename `field descriptor` to `field specifier` (#2503) 2022-04-05 06:55:23 -07:00
Brett Cannon 671b6a84aa
PEP 387: clarify that the SC should be consulted when a warning cannot be provided 2022-04-04 16:39:11 -07:00
Petr Viktorin c8ad36c2d7
PEP 687: Add Discussions-To & Post-History (GH-2501) 2022-04-04 18:09:44 +02:00
Petr Viktorin 19cff91a09
PEP 687: Isolating modules in the standard library (GH-2499) 2022-04-04 17:51:46 +02:00
wookie184 67fe49b322
Fix colour scheme toggling when switching from default dark mode (#2494)
* Fix colour scheme toggling when switching from default dark mode

* Add workaround for Chrome bug where disabling element doesn't cause rerender
2022-04-02 09:05:13 +03:00
Hugo van Kemenade fe2d145d5a
Infra: generate machine-readable PEP index (#2475)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2022-04-01 23:07:39 +03:00
Erik De Bonte 5725206d49
PEP 681: Decorator placement, future params, unstated semantics (#2498) 2022-04-01 09:45:15 -07:00
Mark Shannon 47299f2627
Update PEP 669 specification to return current callback object when registering a new callback. (#2460) 2022-04-01 11:38:25 +01:00
Inada Naoki 59091e8b31
PEP 686: Add schedule for each spec. (#2496) 2022-04-01 11:53:49 +09:00
Brett Cannon b70ce67e20
PEP 670: fix a grammar mistake 2022-03-31 12:25:55 -07:00
Brett Cannon 136a9387d5
PEP 670: Remove a redundant sentence 2022-03-31 12:21:32 -07:00
CAM Gerlach dcc73ae458
PEP 686: Update Discussions-To to match Post-History (#2490) 2022-03-31 08:25:52 -07:00
Erik De Bonte 03d6747f8f
PEP 681: Move descriptor-field support to Rejected Ideas (#2477)
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2022-03-31 08:15:58 -07:00
Inada Naoki d0a55d763b
PEP 686: Update Post-History (#2489) 2022-03-31 15:39:24 +09:00
CAM Gerlach dae03bb7ec
Style: Fix unbounded max width causing very wide spans to overflow (#2478) 2022-03-30 23:42:33 -05:00
Inada Naoki 6ccd6bc428
PEP 686: Update (#2470) 2022-03-31 13:07:01 +09:00
Brett Cannon 4d8bc00d99
PEP 685: add a tranisition plan 2022-03-30 20:20:33 -07:00
Erik De Bonte ac651d1555
Remove Django negativity; move converter to Rejected Ideas (#2488) 2022-03-30 19:12:17 -07:00
CAM Gerlach a4f0c14189
PEP 570: Mark as Final (#2481) 2022-03-29 18:24:06 -05:00
Simen Heggestøyl 4952634dbc
PEP 396: Fix `importlib.metadata.version` reference (#2480) 2022-03-29 16:09:24 -07:00
Petr Viktorin 4081ea270c
PEP 670: Rearrange and reword the PEP (#2461)
Co-authored-by: Victor Stinner <vstinner@python.org>
2022-03-28 19:20:54 +02:00
Hugo van Kemenade a0351c087f
Infra: Include trailing slash in RSS URLs to avoid 301 redirect (#2474) 2022-03-28 09:11:30 +03:00
Boris Verkhovskiy 9c6f5dd440
add missing backslash (#2473) 2022-03-27 10:46:23 -07:00
James cbb89156bb
PEP 665: fix typo, much to must (#2472) 2022-03-26 14:05:34 -07:00
Irit Katriel 233b005cc0
PEP 678: minor grammar fix (#2468) 2022-03-25 09:18:15 -07:00
Mark Shannon f3aad219e9
PEP 659: Update to describe inline caches (#2462) 2022-03-25 13:09:22 +00:00
Inada Naoki a5edad1428
PEP 686: Grammar fixes (#2464)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2022-03-25 13:11:38 +09:00
CAM Gerlach 75235028b7
PEP 0: Make PEP titles in table clickable links (#2429) 2022-03-24 15:08:07 -05:00
CAM Gerlach 55bed7dca5
Style: Scroll code blocks instead of wrapping them (#2463) 2022-03-24 15:03:39 -05:00
CAM Gerlach d286a46470
PEP 1, 12: Update for adoption of PEP 676, and fix a few related items (#2447)
* PEP 1, 12: Update outdated references to Docutils to point to Sphinx

* PEP 1, 12: Update and simplify outdated legacy rendering workflow steps

* Readme: Fix minor issues introduced in PR #2399

* Infra: Update contents to include PEP rendering docs and avoid warnings

* Lint: Update hardcoded PEP link checker to detect new PEP URLs
2022-03-24 15:02:08 -05:00
Hugo van Kemenade a7332976a4
PEP 596: Add 3.9.12 release (#2465)
https://docs.python.org/release/3.9.12/whatsnew/changelog.html
2022-03-24 08:16:26 -07:00
Hugo van Kemenade 5ab09222ed
PEP 619: Add 3.10.4 release (#2466)
https://docs.python.org/release/3.10.4/whatsnew/changelog.html
2022-03-24 12:22:18 +00:00
Zac Hatfield-Dodds 25fa660908
PEP 678: simplify specification to use a list and create the __notes__ attr when it is first populated (GH-2456) 2022-03-24 07:17:20 +00:00
CAM Gerlach 4370f8f737
PEP 1, 12: Update to reflect guidance for correct syntax highlighting (#2445)
* PEP 1, 12: Use apppropriate syntax highlighting languages in code blocks

* PEP 12: Update literal guidance for syntax highligting & simplify
2022-03-23 19:32:58 -05:00
Inada Naoki c196dc6e66
PEP 686: Change target version to 3.13 (#2457) 2022-03-23 17:15:33 +09:00
Erik De Bonte 750ae13c27
Remove hash alias for unsafe_hash (#2454) 2022-03-22 19:47:39 -07:00
CAM Gerlach f30bc4caa8
Style: Reduce size of code font and improve responsiveness at narrow screen widths (#2439) 2022-03-22 23:14:36 +02:00
Jelle Zijlstra 3b879ddaa0
PEP 655: Mark as accepted (#2451) 2022-03-22 08:49:37 -07:00
Mark Shannon 293dd4e107
Reformat PEP 659 to obey 80 column limit. (#2458) 2022-03-22 10:27:32 +00:00
Inada Naoki 04eb44995d
PEP 686: Update based on discussion (#2446) 2022-03-22 14:52:38 +09:00