Commit Graph

8591 Commits

Author SHA1 Message Date
Guido van Rossum a39035a22e PEP 622: Don't use "ADT" for "algebraic data types"
ADT already means Abstract Data Types (a different concept).
2020-06-24 18:18:00 -07:00
Guido van Rossum 33788eb974 PEP 622: Explain why * and ... don't make good wildcards
(And hint that ? is a little better but still worse than _.)
2020-06-24 17:39:22 -07:00
Guido van Rossum 8f43d3ef64 PEP 622: Clarify the status of True, False and None as literals 2020-06-24 17:39:14 -07:00
Guido van Rossum 1560745bdc PEP 622: Show Point(x=1, y=2) in class pattern section 2020-06-24 17:39:04 -07:00
Pradyun Gedam acffe50fdf
PEP 609: Clarify expectations around PEP sponsors (#1425) 2020-06-24 17:25:31 -07:00
Miroslav Šedivý a4a3b8f1dc
PEP 622: Fix Typos (#1457) 2020-06-24 17:25:13 -07:00
Brett Cannon 20714117d2
Mention that C compiler warnings are acceptable notice for removal (#1464) 2020-06-24 16:42:48 -07:00
Steve Dower d76d3d41bc
PEP 551: Withdrawn (#1299) 2020-06-24 18:15:46 +01:00
Guido van Rossum 410ba6dd48 PEP 622: drop restriction on ._ an _.a 2020-06-24 07:46:54 -07:00
Pradyun Gedam 30592da944
PEP 621: Cosmetic updates (#1459)
A typo fix, and change email in example to a functional one.
2020-06-23 22:25:03 -07:00
Swastik Baranwal 5d2dc3fb23
PEP 622: fix typo (#1460) 2020-06-23 22:15:47 -07:00
Guido van Rossum 8fd28e1e94 PEP 622: Clarifications that came up on python-dev
- State that `case` is also a soft keyword
- Triple-quoted strings are supported
- Clarify that `__match__` must be a static or class method returning an object or None
- Add two TODOs
- Fix line of dashes
2020-06-23 17:36:54 -07:00
Brandt Bucher 77462fe146
Accepted -> Final (#1458) 2020-06-23 17:11:54 -07:00
Ethan Furman 9a895d7dce
PEP 622: minor word additions/changes (#1453) 2020-06-23 15:20:24 -07:00
Jürgen Gmach 64b943aaf4
Fix typo (#1456) 2020-06-23 12:38:21 -07:00
Jürgen Gmach d2491d3c2d
Fix typo (#1454) 2020-06-23 12:38:03 -07:00
Petr Viktorin 8ebab5d5f8
PEP 573: Mark as final (#1449)
API for module state access from C extension methods has been implemented in Python 3.9.
2020-06-23 12:37:46 -07:00
Jürgen Gmach 070bee535f
Fix typo (#1455) 2020-06-24 05:21:43 +10:00
Oliver Bestwalter 29ddc84b4d
PEP 622: minor typo and grammar fixes (#1452)
M
2020-06-23 11:03:40 -07:00
Guido van Rossum 771b2a8db0
PEP 622: Structural Pattern Matching (Bucher, Kohn, Levkivskyi, GvR, Talin) (#1451) 2020-06-23 08:27:36 -07:00
Inada Naoki c536c5f971
PEP 597: Minor edit (#1448) 2020-06-23 10:35:56 +09:00
Brett Cannon 977f841a11
Specify where to send discussions for PEP 621 (#1447) 2020-06-22 14:58:41 -07:00
Brett Cannon 88a5ace0fb
Introduce PEP 621: Storing project metadata in pyproject.toml (#1446) 2020-06-22 14:38:24 -07:00
Victor Stinner b42dae697f PEP 620: Fix typos spotted by Terry Reedy 2020-06-22 18:17:18 +02:00
Victor Stinner bdf57430df PEP 620: typos 2020-06-22 13:11:27 +02:00
Victor Stinner b343c331d9 PEP 620: typos 2020-06-22 13:01:12 +02:00
Victor Stinner 06d0f4b24f PEP 620: add Version History
typo: rythm => rhythm
2020-06-22 12:47:57 +02:00
Victor Stinner 975dd7cbfd PEP 620 2020-06-22 10:58:43 +02:00
Victor Stinner 61e574ae26 PEP 620
Elaborate rationale for making structures opaque.
2020-06-22 10:01:09 +02:00
Victor Stinner 8b0ead89c2 PEP 620: typo in Author: remove comma 2020-06-22 04:10:12 +02:00
Victor Stinner 333a37c565 PEP 620: minor updates 2020-06-22 04:05:45 +02:00
Victor Stinner 3d73a6ee6d
PEP 620: Hide implementation details from the C API (GH-1441) 2020-06-22 03:01:17 +02:00
wim glenn 4b56b30ac2
typo fix (#1443) 2020-06-20 17:44:31 +10:00
Ram Rachum 08e2598ea5
PEP 619: Add PEP 618 to Python 3.10 release schedule (#1442) 2020-06-20 04:03:50 +01:00
Brandt Bucher 502e73aa20
PEP 584: Final (#1440) 2020-06-18 18:49:52 -07:00
Brandt Bucher 89d5db95cf
PEP 614: Final (#1437) 2020-06-18 18:31:22 -07:00
Sumana Harihareswara a34d674365
PEP 609: Move PyPA to PSF Code of Conduct (#1436)
Change PyPA governance procedures to reflect moving
under the PSF CoC.

Per conversation in
https://discuss.python.org/t/move-to-the-psf-code-of-conduct/3876/
and
https://discuss.python.org/t/pep-609-pypa-governance/2619/23 .

Signed-off-by: Sumana Harihareswara <sh@changeset.nyc>
2020-06-18 12:18:10 -07:00
Sumana Harihareswara 4614f8a1f2
PEP 609: Disambiguate from Packaging WG (#1434) 2020-06-17 16:40:44 -07:00
Brandt Bucher f95ed1c22e
PEP 618: Accepted! (#1435)
And some minor updates.
2020-06-17 15:34:44 -07:00
Victor Stinner 79076e8ddd PEP 4: xml.etree.cElementTree was reverted 2020-06-17 13:56:20 +02:00
Hugo van Kemenade a5034b1cc8
PEP 527: Update status to Final (#1382)
Fully implemented via https://github.com/pypa/warehouse/issues/6792
2020-06-17 10:54:30 +02:00
Christian Heimes a7aa657b4b
Update PEP 4 with xml.etree.cElementTree removal (#1392)
See: https://github.com/python/cpython/pull/12707
See: https://bugs.python.org/issue36543
Signed-off-by: Christian Heimes <christian@python.org>
2020-06-17 10:47:25 +02:00
Inada Naoki 0040dcc7c7
PEP-597: Change target Python version to 3.10 (#1433) 2020-06-17 16:07:48 +09:00
Brett Cannon 282d691158
Define "backwards incompatibility" 2020-06-16 12:47:42 -07:00
Larry Hastings 94a7f4c2cd Fix 3.5.9 and 3.5.10 schedules. D'oh! 2020-06-15 17:56:32 -07:00
Brett Cannon ac8b5c5f59
Update PEP 387 based on discussions (#1432) 2020-06-15 16:45:49 -07:00
Brandt Bucher 7a94c3e376
PEP 618: Third Draft (#1429)
Lots of improvements, and GvR is now BDFL-Delegate.
2020-06-14 15:46:20 -07:00
Larry Hastings 23585d7897 Updated release schedule for 3.5.9. 2020-06-14 13:26:45 -07:00
Mariatta 79c3755601
PEP 318: Fix the url to Python Decorators Wiki (#1427)
It should be wiki.python.org instead of www.python.org

Closes #1426
2020-06-11 19:18:51 -07:00
Guido van Rossum 46df09a1bc PEP 596: update historical schedule and beta numbering 2020-06-10 10:34:18 -07:00