Commit Graph

9534 Commits

Author SHA1 Message Date
Jakub Stawowy 5c17c31cdc
PEP 619: Remove duplicated expected release date (#2397)
Remove duplicated expected Python 3.10.8 release date
2022-03-09 10:47:41 +00:00
Eric Snow cfca5adc4b
PEP 684: Update Discussions-To and Post-History (#2393) 2022-03-08 21:03:49 -07:00
Eric Snow 51bf734b35
PEP 683: Drop Eddie from CODEOWNERS. (#2394) 2022-03-08 20:53:19 -07:00
Eric Snow 9988fd60c7
PEP 684: Add a PEP for making the GIL per-interpreter (#2387) 2022-03-08 20:27:15 -07:00
Erik De Bonte 0dc3c49ece
PEP 681: Describe CPython changes and include docs link (#2390)
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
2022-03-08 18:19:47 -08:00
Jelle Zijlstra f4c43e0599
Meta: Fix CODEOWNERS (#2392)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2022-03-09 02:19:31 +00:00
Brett Cannon c4bbfce587
PEP 685: Comparison of extra names for optional distribution dependencies (#2391) 2022-03-08 17:40:12 -08:00
Hugo van Kemenade 17228cab5a
PEP 664: Update actual 3.11.0a6 release date (#2389) 2022-03-08 14:40:04 +00:00
David Foster 5ffa9a6de7
PEP 681: Fix minor formatting and typographical issues (#2382) 2022-03-08 05:12:26 +00:00
Erik De Bonte f52151b9d8
Remove discussion of alternate form (#2386) 2022-03-07 15:26:17 -08:00
Erik De Bonte dfdf510680
PEP 681: kw_only field descriptor parameter is supported (#2381)
* kw_only field descriptor parameter is supported

* Sync features with dataclass
2022-03-07 15:20:04 -08:00
Ned Deily 6f9c247c36
update 3.7.x schedule 2022-03-07 15:40:54 -05:00
Hugo van Kemenade 84235260c9
PEP 676: Mark as Accepted (#2384) 2022-03-07 17:21:57 +00:00
Mark Dickinson 5e70a2fb79
PEP 682: Updating headers for PEP acceptance (#2383) 2022-03-06 07:51:26 -08:00
CAM Gerlach a0dece9632
Lint: Implement check for spaces, not tabs per PEP 12 (#2379) 2022-03-05 20:46:59 +02:00
CAM Gerlach 6c980148f2
PEP 484: Mark as Final (#2380) 2022-03-04 18:32:08 +00:00
CAM Gerlach e3a44f348f
PEP 12: Update whitespace conventions to match current practice (#2374) 2022-03-04 15:47:20 +00:00
Zac Hatfield-Dodds f373d8bbab
PEP 678: Clarify how the notes tuple is updated and when it is copied (#2377)
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
2022-03-03 07:02:22 -08:00
Adam Turner 358854aac9 PRS: Remove country language tag in page template 2022-03-01 00:03:40 +00:00
Eric Snow 0a6375d4e3
PEP 683: Immortal Objects v3 (#2372)
This is mostly changes in response to https://mail.python.org/archives/list/python-dev@python.org/thread/KDAR6CCMPOX36GQJUDWHQBKRD5USNV3B/.  Also, we increase the focus on the immutability of per-object runtime state.
2022-02-28 17:55:07 -07:00
Edward Forgacs 07e537864a
Typo: parenthesize -> parentheses (#2370) 2022-02-27 16:21:02 -08:00
Adam Turner b76fe4351e
Use PEP titles and sections as title text for `:pep:` references (#2366) 2022-02-27 22:58:15 +00:00
Adam Turner 42f88f1ce2
Display list names in Resolution and Discussions-To headers (#2361) 2022-02-27 14:46:36 -08:00
CAM Gerlach d54a624360
PEP 12: Update outdated image and comment formatting guidance (#2365) 2022-02-27 14:35:29 -06:00
CAM Gerlach d71dae510a
Update, copyedit and format README and Contributing Guide (#2352) 2022-02-27 01:05:16 +00:00
Adam Turner 8b31a9365f PEP 676: Fixup "Use `docutils.nodes.Node.findall`" 2022-02-26 00:13:13 +00:00
Adam Turner 94225885de
PEP 676: Use `docutils.nodes.Node.findall` (#2363) 2022-02-25 18:38:24 +00:00
Jelle Zijlstra 99bb6aa4b9
PEP 683: Implement minor typographical changes (#2342)
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
2022-02-25 10:11:59 -08:00
Adam Turner 4ef86db090
PEP 541: Fix markup in nested lists (#2362) 2022-02-25 08:32:43 -08:00
David Foster 71ace0e99d
PEP 655: Motivation: Enables mixed key requiredness in the TypedDict alternative syntax (#2359)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
2022-02-25 07:21:02 -08:00
Zac Hatfield-Dodds 7d3a7b9ebe
PEP 678: `del err.__notes__`, and why we're not just using a list (#2360)
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
2022-02-24 23:24:00 -08:00
Victor Stinner e846b706bb
PEP 7: Python 3.11 uses C11 (#2309) 2022-02-25 00:13:06 +01:00
CAM Gerlach d795805141
PEP 1: Make `text/x-rst` the default for the Content-Type header (#2355) 2022-02-24 20:45:26 +00:00
Alex Hedges 9270420cf2
PEP 544: Replace broken link to Zope documentation (#2350)
* PEP 544: Replace broken link to Zope documentation

* PEP 544: Replace bare URL with descriptive text
2022-02-22 16:28:03 -08:00
CAM Gerlach b1e81ac1dc
PEP 1: Update to reflect best practice in PEP annoucement and discussion (#2346) 2022-02-22 19:55:34 +00:00
CAM Gerlach 14fd18da9f
Remove build instructions from README (#2354) 2022-02-22 18:44:07 +00:00
Irit Katriel 4e06e44f8d
PEP-654: add number of sub-exceptions to BaseException.__str__ (GH-2356) 2022-02-22 18:30:27 +00:00
Petr Viktorin d7224f2a2d
PEP 680: Mark as accepted (#2357) 2022-02-22 06:41:53 -08:00
Victor Stinner 1ded0f1ecf PEP 670: Post History 2022-02-22 13:42:29 +01:00
Victor Stinner 43028f180d PEP 670: Complete History 2022-02-22 13:37:51 +01:00
Victor Stinner 42e921ef44
PEP 670: clarify cast; don't change return type (GH-2349)
* Clarify how arguments are cast
* Limited C API version 3.11 no longer casts pointer arguments
* No longer remove return values
* Require to not change the return type
* Don't change macros having multiple return types
2022-02-22 13:17:42 +01:00
CAM Gerlach de8ca55bd6
PEP 0: Don't add title for empty references section (#2353) 2022-02-22 00:20:11 +00:00
CAM Gerlach 6064e225d5
Add instructions for running lint and spellcheck tools locally (#2338) 2022-02-22 00:03:58 +00:00
CAM Gerlach 185aedc4ce
PEP 675: Add link to official discussion thread (#2333) 2022-02-21 23:49:13 +00:00
CAM Gerlach f8717b6055
PEP 655: Add Discussions-To link to the `typing-sig` thread (#2344) 2022-02-21 23:47:19 +00:00
Petr Viktorin d54740c33b
PEP 683: Fix some typos (#2348) 2022-02-21 14:46:18 -07:00
Adam Turner 7efe7fb433
PEP 676: Display mailing list names for thread links in Discussions-To (#2351) 2022-02-21 21:04:55 +00:00
CAM Gerlach 2ff27508fa
PEP 1: Update outdated language referring to Travis CI and plain-text PEPs (#2347)
* PEP 1: Update outdated language referring to Travis CI

* Further revise PEP 1 CI wording based on reviewer suggestions
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2022-02-21 12:58:30 -06:00
Irit Katriel 0cac70c4d0
PEP 654: Fix the output of two examples (#2345) 2022-02-21 03:20:37 +00:00
Zac Hatfield-Dodds 501cb5cb45
PEP 678: Update proposal with `.add_note()` and acknowledgements section (#2331)
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
2022-02-20 15:42:36 -08:00