Hugo van Kemenade
32de30c52e
Infra: Refactor Makefile ( #3514 )
2023-11-03 01:24:48 -06:00
Eric Snow
502a13a43b
PEP 554: Clean Up and Add Channels Back In ( #3498 )
...
The bulk of the new text comes from what I removed in gh-2812 (a48b585
).
One notable addition: Interpreter.set_main_attrs() (and Interpreter.get_main_attr()).
2023-11-01 17:06:47 -06:00
Hugo van Kemenade
a60091889e
PEP 733: Add Post-History ( #3518 )
2023-11-01 16:42:24 +02:00
Irit Katriel
02da28b2bd
PEP 733: An Evaluation of Python's Public C API ( #3491 )
2023-11-01 13:39:52 +00:00
Sergey B Kirpichev
150fbe9368
PEP 726: Update, new sections ( #3425 )
2023-10-30 16:35:48 +01:00
Hugo van Kemenade
fa9f7201c0
Infra: CI: Test Python 3.13 ( #3517 )
2023-10-30 08:23:14 -07:00
Jelle Zijlstra
f4382664a4
PEP 729: expand to five members; list initial names ( #3513 )
...
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-10-29 22:06:57 -07:00
jablonskidev
66d56aad21
PEP 732: Clarify the Editorial and Docs group names and history ( #3515 )
...
Clarify the history and names of Editorial and Docs group
2023-10-29 13:52:09 -07:00
Philipp A
39d050b5e0
Infra: Make check-peps’ _validate_post_history crash less ( #3511 )
...
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
2023-10-28 16:23:55 -07:00
Sam Gross
1d09abe701
PEP 703: Mark as Accepted ( #3512 )
2023-10-28 16:23:10 -07:00
Philipp A
4e4ea9196a
PEP 536: Mark as Withdrawn ( #3510 )
...
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-10-26 12:35:14 +03:00
Hugo van Kemenade
8df0448eca
PEP 732: Add Discussions-To and Post-History, fix typo ( #3509 )
2023-10-25 00:16:43 -06:00
Alice
718157a661
PEP 705: Simplify and clarify proposal ( #3504 )
...
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2023-10-24 08:32:16 -07:00
Russell Keith-Magee
4d14f7a1f9
PEP 730: Revisions and clarifications following community discussion ( #3506 )
2023-10-24 01:19:00 +01:00
Ee Durbin
fab61d6a3b
PEP 8105: 2024 Term Steering Council Election - Initial ( #3508 )
2023-10-23 21:28:56 +02:00
amak
5a230ee5c9
PEP 3333: Fix a TypeError in the example CGI Driver code ( #3497 )
2023-10-23 12:28:26 -07:00
Paul Moore
7e39ae246b
PEP 722: Mark as rejected ( #3499 )
2023-10-21 11:30:17 +01:00
Julien Palard
afd253e6b1
PEP 101: Docs: Less steps to update versions. ( #3494 )
2023-10-20 14:14:42 +02:00
jablonskidev
54b14ed559
PEP 732: The Python Documentation Editorial Board ( #3489 )
...
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Guido van Rossum <guido@python.org>
Co-authored-by: Mariatta <Mariatta@users.noreply.github.com>
2023-10-19 18:00:08 +03:00
Alice
acecb12b9c
PEP 705: Clean up examples in Inheritance section ( #3495 )
...
Clean up examples in Inheritance section
2023-10-18 12:09:45 -07:00
Mikhail Golubev
ad131c6132
PEP 698: Add "self" parameters to methods and a colon to a class ( #3490 )
2023-10-17 23:06:41 -07:00
Alice
fb526a8822
PEP 705 Link to new discussion thread ( #3492 )
2023-10-17 06:53:12 -07:00
Sebastian Rittau
3759887f42
PEP 696: Update the discussions to link ( #3493 )
...
The latest discussion thread is now on discourse.
2023-10-17 06:40:42 -07:00
Alice
54f10d9ca4
PEP 705: Rewrite to focus on TypedDict changes ( #3440 )
...
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2023-10-16 07:49:44 -07:00
Jelle Zijlstra
6715be7d1c
PEP 702: Tools may clean up the deprecation message ( #3482 )
...
See https://discuss.python.org/t/pep-702-marking-deprecations-using-the-type-system/23036/53?u=jelle
I don't want to prescribe the exact behavior on tools and IDEs; they
can figure out for themselves what works best. This change is intended
to make it so they can adjust the message without worrying that they
are breaking the specification.
2023-10-15 15:18:19 -07:00
Hugo van Kemenade
43bdd16f01
PEPs 729, 731: Apply Governance topic ( #3487 )
2023-10-13 09:08:03 -07:00
Hugo van Kemenade
2ff051f662
PEP 719: The first alpha of 3.13 was released on Friday 13th ( #3485 )
2023-10-13 17:21:08 +02:00
Jelle Zijlstra
6875de21e8
PEP 729, 731: Remove Python-Version ( #3484 )
2023-10-13 07:59:36 -06:00
Sebastian Rittau
4ea40e0d6a
PEP 729: A few proposed small changes ( #3483 )
...
* Remove a "now", which gets repeated in the next sentence.
* Add explanations behind PEP numbers.
* Move "conformance tests" behind "buy-in" items, seems it seems to me that buy-in should come before writing the tests.
2023-10-13 06:51:44 -07:00
Guido van Rossum
b9138054bc
PEP 731: Add Discussions-To and Post-History ( #3481 )
2023-10-13 13:47:19 +00:00
Guido van Rossum
32adf8fb23
PEP 731: C API Working Group Charter ( #3476 )
...
(Co-authored by all listed co-authors, and also by Jelle, since we cribbed a lot of words from his PEP 729.)
2023-10-13 06:12:18 -07:00
Ofek Lev
52a3481381
PEP 658: fix typo ( #3479 )
2023-10-12 23:15:59 -06:00
Sebastián Ramírez
7fba02d76c
PEP 727: Update `first_name` to `name` from feedback by Gregory P. Smith ( #3478 )
2023-10-12 07:16:44 -07:00
Russell Keith-Magee
6c817a6bb7
Meta: Add a note about populating the PR from a template. ( #3474 )
...
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-10-12 08:02:35 +02:00
Alyssa Coghlan
6f1da2042d
Update references to Alyssa Coghlan ( #3475 )
...
* For most cases (including all PEP metadata), replace birth name with chosen name
* Birth name has been retained in parentheses when this makes other references
substantially clearer (e.g. references to mailing list posts, elected members
of the inaugural Steering Council)
2023-10-11 14:05:51 +02:00
Michael Scott Asato Cuthbert
532efdb824
PEP 661: Standardize module name ( #2795 )
...
standardize mod name
The PEP says that the module name is "sentinels" (plural) but the example imports Sentinel from the "sentinel" (singular) module. Not absolutely sure which one is intended but recent standards (secrets, dataclasses) have used the plural.
CLA for Python signed, in case that's needed.
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-10-11 11:37:22 +02:00
Petr Viktorin
e38ee92c88
PEP-3121: Mark as Final ( #3471 )
2023-10-11 11:31:29 +02:00
Russell Keith-Magee
1418d8b7b9
PEP 730: Adding iOS as a supported platform ( #3473 )
...
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: T. Wouters <thomas@python.org>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-10-11 02:57:44 -06:00
Hugo van Kemenade
ad2f54ba43
PEP 654, 678, 680: Mark as Final ( #3193 )
...
* PEP 654, 678, 680: Mark as Final
* PEP 654: Add Discussions-To
* PEP 654: Add Resolution
* PEP 678, 680: Update Post-History
* PEP 654, 678, 680: Link to canonical docs
* PEP 654, 707: Update Irit's email
---------
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
2023-10-10 17:15:34 +02:00
Pablo Galindo Salgado
32db9d6112
PEP 701: Clarify that newlines also end format specifier mode ( #3460 )
2023-10-10 15:14:41 +02:00
Zachary Ware
dd08f74688
PEP 632: Mark as Final ( #3468 )
2023-10-10 12:05:14 +01:00
东方球
7983fbd635
PEP 282: update the log4j link in references ( #3470 )
2023-10-09 23:32:07 -06:00
Zachary Ware
7079a94eda
PEP 8001: Update my email address ( #3466 )
2023-10-09 23:43:15 +00:00
Zachary Ware
39eb8f322b
PEP 602: Fix lint, unbreak CI ( #3467 )
2023-10-09 18:34:22 -05:00
Łukasz Langa
f98b4c7dc1
Add sphinx-warnings.txt to .gitignore
2023-10-09 15:05:31 +02:00
Łukasz Langa
619e4e2393
Update PEP 602 with 2 years of full support of Python 3.13+
2023-10-09 13:25:03 +02:00
Łukasz Langa
ab708c40b1
Modernize PEP 101
2023-10-09 13:01:36 +02:00
Erlend E. Aasland
b05d5c654d
PEP 670, 687: Update Erlend's email ( #3463 )
2023-10-05 00:18:07 +01:00
Jelle Zijlstra
495eefba9a
PEP 729: Update Discussions-To ( #3462 )
2023-10-04 11:36:33 -07:00
Mikhail Golubev
4387d8b4b8
PEP 695: Fix a typo in a type parameter name ( #3461 )
...
Fix a type parameter name in PEP 695
2023-10-04 11:04:03 +01:00