Ee W. Durbin III
e0e5bdbf8d
new name <3 ( #1733 )
2020-12-14 11:47:28 -08:00
Brett Cannon
c4d80397c3
Reject PEP 641 ( #1729 )
2020-12-10 19:51:17 -08:00
Pablo Galindo
53780b6c63
PEP 619: Update date for 3.10.0a3
2020-12-08 01:41:58 +00:00
Mariusz Felisiak
3f7151a406
PEP 619: Update date for 3.10.0a2 ( #1727 )
...
https://www.python.org/downloads/release/python-3100a2/
2020-12-04 19:11:48 +00:00
Miroslav Šedivý
45fdc844dd
Typos: Remove repeated words ( #1726 )
2020-12-04 09:51:44 -08:00
Paul Ganssle
b8b8a034c5
PEP 643: Mark as accepted ( #1724 )
2020-12-01 10:19:48 -05:00
Ernest W. Durbin III
f526028457
add voter roll for 2021 term steering council election ( #1723 )
2020-11-30 13:28:35 -05:00
Mark Shannon
e8ba4e884c
PEP 626: Clarify which keywords are considered to be executable code. ( #1722 )
...
PEP 626: Clarify which keywords are considered to be executable code.
2020-11-30 14:54:19 +00:00
Łukasz Langa
ee0ce8e670
[pep-0596] Actual date for 3.9.1rc1, planned for 3.9.1, 3.9.2rc1, and 3.9.2
2020-11-27 00:06:31 +01:00
Łukasz Langa
7fbdf6ef3b
[pep-0569] Push 3.8.7rc1 and other bugfixes a month forward
2020-11-27 00:06:05 +01:00
Guido van Rossum
6ff19bcd03
Delete stray foo.py added by #1721 ( f01b03ec
)
2020-11-22 09:51:49 -08:00
Guido van Rossum
f01b03ec55
PEP 635: Explain why mapping patterns ignore extra keys ( #1721 )
2020-11-22 09:49:51 -08:00
Brett Cannon
37f5b8a0d3
PEP 621: Provisional acceptance
2020-11-21 11:25:09 -08:00
Guido van Rossum
a4f0457bbb
PEP 635: Just link to Guido's copy of the DLS'20 paper
2020-11-17 14:35:35 -08:00
Paul Moore
2803d3deed
PEP 643: Clarify wording of rejected item about Requires-Python (GH-1719)
2020-11-17 17:02:19 +00:00
Guido van Rossum
3c698c4aeb
PEP 635: Add link to Guido's copy of DLS '20 paper. ( #1718 )
2020-11-16 14:36:23 -08:00
Ernest W. Durbin III
5cff78c9aa
PEP 8102: Update Nominees list ( #1717 )
2020-11-16 07:38:06 -08:00
Chris Hunt
d1141dd386
PEP 593: Remove repeated word ( #1716 )
2020-11-16 07:36:44 -08:00
Brett Cannon
b89ee281ed
Weaken some wording
2020-11-14 13:51:38 -08:00
Paul Moore
aaeeaeaefb
PEP 643: Further updates ( #1713 )
2020-11-14 20:43:39 +00:00
Brett Cannon
acb6e4c0a0
PEP 641: open issue for the idea of standardizing on double digit minor version numbers ( #1715 )
2020-11-13 13:30:41 -08:00
Brett Cannon
19bac6162a
PEP 621: reviewer feedback ( #1714 )
2020-11-13 13:17:42 -08:00
Brett Cannon
855ab61a82
PEP 621: fix a spelling mistake
2020-11-10 14:36:08 -08:00
Steve Dower
7a89293d05
PEP-101: Improve description of Windows build steps for release ( #1710 )
2020-11-10 00:14:14 +00:00
Maggie Moss
e374575f20
PEP 645: New syntax for optional types ( #1707 )
2020-11-09 12:42:58 -08:00
Nick Coghlan
ed214e8955
PEP 642: Additional edits for 2nd posting ( #1709 )
...
* Switch to `__`` as the proposed wildcard marker
* OR patterns also need a disambiguating space before `==`
* Misc wording tweaks and other edits
2020-11-08 15:52:50 +10:00
Julien Palard
f2213d72e4
PEP 101: Simplified due to centralisation of switchers in the doc. ( #1438 )
2020-11-07 11:43:59 +01:00
Nick Coghlan
698d027ff0
PEP 642: Accept most of Steven D'Aprano's counter-proposal ( #1708 )
...
* Equality prefix changes from '?' to '=='
* Identity prefix changes from '?is" to 'is'
* Wildcard marker reverts to '_'
* Syntactic shorthands from PEP 634 are mostly kept,
but only as syntactic sugar for the explicit forms
* AST changes allow most match-specific code to be
dropped from the compiler
* Add the planned post date for this version
2020-11-07 19:59:40 +10:00
Eric V. Smith
50a31d14b4
PEP 636: Fix incorrect wording ( #1705 )
2020-11-02 15:47:52 -08:00
Paul Moore
3fb3e01471
PEP 643: Update Post-History and clarify permitted tool behaviour (GH-1704)
2020-11-02 19:06:09 +00:00
Eric V. Smith
954e0dc7b2
Fix trivial typo.
2020-11-02 11:29:00 -05:00
Ofek Lev
75b5fd8c1e
PEP 621: fix typo ( #1702 )
2020-11-01 14:17:53 +11:00
Brett Cannon
3008efd0de
PEP 621: address feedback ( #1701 )
2020-10-31 16:29:10 -07:00
Guido van Rossum
f72d3d61bc
PEP 634, 635, 636: Update Post-History
2020-10-31 13:43:32 -07:00
Paul Moore
ce4b45de8a
PEP 643: Further updates (GH-1700)
2020-10-31 18:49:22 +00:00
Serhiy Storchaka
55afd5fdaf
PEP 3134: Fix indentation in example. ( #1699 )
2020-10-31 06:41:02 -07:00
Nick Coghlan
e772923bb0
PEP 642: Prepare for initial publication ( #1698 )
...
* Set initial post date
* Remove most of the caveats on the reference implementation
(the PEP 634 test cases have been adjusted as necessary to
pass, and new PEP 642 specific test cases added)
* Additional subsection in Deferred Ideas for negated constraints
* Add notes on PEP 635's concerns about potential semantic confusion
between assignment targets and pattern matching
* Assorted final pre-publication tweaks
2020-10-31 16:14:04 +10:00
Mark Shannon
9128bcd1b3
PEP 626: Clarify lifetimes of helper functions and struct. ( #1695 )
...
* Clarify lifetimes of helper functions and struct.
* Mark 626 as accepted.
2020-10-30 18:23:46 +00:00
Ernest W. Durbin III
35ce93be21
PEP-8102 -- 2021 Term steering council election ( #1697 )
2020-10-29 09:53:28 -07:00
Nick Coghlan
d253b702a4
PEP 642: Add identity constraints ( #1696 )
...
* add explicit syntax for identity constraints
* reject literal patterns (with rationale)
* reorder rejected ideas to put unpublished ideas last
* add containment constraints as a deferred idea
* update some details based on draft implementation status
* misc ReST formatting fixes and other text fixes
2020-10-30 00:40:48 +10:00
Christian Heimes
08abdc8d14
PEP-644: Require OpenSSL 1.1 or newer ( #1692 )
...
Signed-off-by: Christian Heimes <christian@python.org>
2020-10-27 19:57:45 +01:00
Brett Cannon
c9a0f76dd4
PEP 641: Make Pablo the PEP Delegate ( #1690 )
2020-10-27 09:53:21 -07:00
Brandt Bucher
aafca24693
PEP 635: Add a rebuttal of PEP 642 (GH-1691)
...
Co-authored-by: Guido van Rossum <guido@python.org>
2020-10-26 22:19:25 -07:00
Paul Moore
e56630a365
PEP 643: Add Discussions-To and clarify handling of Python-Requires ( #1689 )
2020-10-26 12:22:26 -07:00
Hugo van Kemenade
4f140e4fcd
Remove unused pep2pyramid.py ( #1688 )
2020-10-26 12:06:23 -07:00
Hugo van Kemenade
a169cac7d5
Change language from BDFL-Delegate to PEP-Delegate ( #1672 )
2020-10-26 11:48:42 -07:00
Paul Moore
5f8209da52
PEP 643: Metadata for Package Source Distributions (GH-1683)
2020-10-26 17:25:41 +00:00
Nick Coghlan
0265bd00d5
PEP 642: Use correct terminology for new PEG parser ( #1687 )
...
Also links to the WIP reference implementation.
2020-10-26 23:40:26 +10:00
Nick Coghlan
732d8ff3a9
PEP 642: Add notes on reference implementation status ( #1686 )
2020-10-26 21:36:21 +10:00
Nick Coghlan
5e04c595b4
PEP 642: Constraint Pattern Syntax for Structural Pattern Matching ( #1685 )
...
A counter-proposal that mostly endorses PEP 634, but
proposes an explicit marker prefix based alternative to
PEP 634's approach where attribute lookups are
processed as value constraints while simple names
are capture patterns.
2020-10-25 22:28:40 +10:00