joseville1001
a66ce05a92
re: sets, "subclass/superclass" should be "subset/superset" ( #2138 )
...
re: sets, "subclass/superclass" should be "subset/superset" when referring to the inequality operations on sets.
2021-11-08 12:20:43 -08:00
John Saponara
2eaa17b707
PEP 636: clarify __match_args__ naming ( #2136 )
...
* clarify __match_args__ naming
The current example allows the reader to wonder whether the __match_args__ names must match the __init__ args or the class members. This change explicitly shows that class member names are searched for the __match_args__ items (admittedly at the cost of some clutter).
* Update pep-0636.rst
Thx Guido, that reduces the clutter.
Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
* oops, thx again!
Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
2021-11-07 20:12:11 -08:00
Jacob Walls
c69a1c37b5
PEP 663: Fix typo and creation date (GH-2110)
2021-11-05 20:01:01 -07:00
Brett Cannon
4b865b95a7
PEP 665: address feedback ( #2134 )
...
- Clarify some things.
- Remove the format requirement for `created-at`.
- List the current tools which have said they support the PEP.
2021-11-05 16:08:49 -07:00
Irit Katriel
026d74bde7
[PEP-654] update traceback formatting in examples (GH-2133)
2021-11-05 14:45:24 +00:00
Irit Katriel
0098f08851
[PEP-654] add None check in subgroup example (GH-2132)
...
Joe Gottman alerted us to an error in this example, which is missing a None check.
2021-11-05 14:44:04 +00:00
Ethan Furman
00cb14dd23
PEP 467: update mailling list post date
2021-11-03 23:33:40 -07:00
Ethan Furman
b9655e3ba7
PEP 467: add more explanation to `bytes.ascii()`
2021-11-03 23:32:54 -07:00
Brett Cannon
c85dbf3c8e
PEP 665: take 2 ( #2131 )
2021-11-03 12:30:54 -07:00
Ethan Furman
8681c6b7d9
PEP 467: add `.ascii` alternative constructor
2021-11-02 21:37:35 -07:00
Ethan Furman
2b41b5229a
PEP 663: add post date, fix typo
2021-11-02 20:40:52 -07:00
Ethan Furman
f7e4199237
PEP 663: change title and adjust text
2021-11-02 20:34:53 -07:00
Chris Angelico
f14aa8d4ef
Fix omitted CODEOWNERS entry
2021-11-03 03:06:00 +11:00
Petr Viktorin
943bf873ed
PEP 672: Unicode-related Security Considerations for Python ( #2129 )
2021-11-03 03:05:06 +11:00
Marc Swingler
1acde901b8
PEP-3333: LatinIter.__next__ should call self._next before testing self.transform_ok ( #2128 )
2021-11-01 15:47:24 -07:00
Chris Angelico
0cd7acd5a3
PEP 671: Update to latest implementation
2021-11-01 11:48:09 +11:00
Chris Angelico
5c9ce152a1
PEP 671: Rewrite the implementation section
2021-10-30 17:44:32 +11:00
Chris Angelico
26f8641a15
PEP 671: Describe the WIP reference implementation
2021-10-29 10:09:21 +11:00
Chris Angelico
cc75aee2a5
PEP 671: Change recommendation from permissive to strict
2021-10-25 03:55:51 +11:00
Chris Angelico
e61f18a104
PEP 671: Mention PEP 661, which solves some of the same problems
2021-10-24 22:49:35 +11:00
Ethan Furman
3d9f9b2e98
PEP 467: motivation, rationale, remove discouragement (GH-2069)
...
* add rationale and motivation sections
* "discouragement" removed (feedback from rhettinger)
2021-10-24 15:39:28 +10:00
Chris Angelico
74540807f0
PEP 671: Post to Python-Ideas
2021-10-24 11:13:41 +11:00
Chris Angelico
c398b236a5
PEP 671: Create a PEP for late-bound argument defaults ( #2123 )
...
* PEP 671: Create a PEP for late-bound argument defaults
* PEP 671: Fix formatting
* PEP 671: Add a section listing other syntaxes
2021-10-24 10:22:22 +11:00
Ethan Furman
0c0a7e9d65
PEP 663: split tables so viewing is easier
2021-10-22 05:04:44 -07:00
Scott Noyes
7a9fa54f8f
minor grammar fixes ( #2122 )
2021-10-21 13:09:30 -07:00
Victor Stinner
6f1fe98031
PEP 670: List converted macros ( #2120 )
...
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
2021-10-20 15:55:51 +02:00
Victor Stinner
9afa9ee0b6
PEP 670: rephrase conversion to regular functions ( #2119 )
2021-10-20 02:10:04 +02:00
Victor Stinner
ccb8ee3cc3
PEP 670: remove duplicated paragraph ( #2118 )
2021-10-20 01:47:53 +02:00
Victor Stinner
157ab6ee10
PEP 670: formatting ( #2117 )
...
abstract: detect => aid detecting
2021-10-20 01:35:46 +02:00
Erlend Egeberg Aasland
c3ddc82c51
PEP 670: Nitpick ( #2116 )
2021-10-20 01:21:46 +02:00
Irit Katriel
f991f604b6
PEP-654: state that interior nodes are checked for match in subgroup/split (GH-2113)
2021-10-19 23:16:50 +01:00
Irit Katriel
859b31cd4a
PEP-654: add mention of the 'Flat EG' proposal to the rejected ideas section (GH-2104)
2021-10-19 23:15:45 +01:00
Victor Stinner
401d207bd3
PEP 670 ( #2115 )
2021-10-20 00:15:07 +02:00
Victor Stinner
a0380afe17
PEP 670: Convert macros to functions in the Python C API (GH-2114)
2021-10-19 23:31:48 +02:00
Guido van Rossum
56904fc142
PEP 1: PEP editors are pre-approved as sponsors ( #2112 )
2021-10-18 18:25:27 -07:00
Guido van Rossum
450f9f730a
PEP 663: Fix markup
2021-10-18 17:04:45 -07:00
Pablo Galindo Salgado
bdfea32f63
PEP 619: Update some typos in the bugfix release dates ( #2111 )
2021-10-18 20:47:42 +01:00
Pablo Galindo
c575057348
PEP 619: Update bugfix release dates
2021-10-18 18:13:01 +01:00
Irit Katriel
27b8357bac
PEP-654: warn that leaf_generator recycles the tracebacks list (GH-2109)
2021-10-16 21:53:04 +01:00
Barry Warsaw
42c420f24f
PEP 8103: Official dates for 2022 term election ( #2106 )
...
* Dates for 2022 term election
2021-10-13 08:42:23 -07:00
Sebastian Rittau
3565407a5e
Punt PEP 655 to Python 3.11 ( #2105 )
...
PEP 655 hasn't made it into Python 3.10. Tentatively update it to Python 3.11 to avoid confusion.
2021-10-08 14:24:19 -07:00
Irit Katriel
941a31395d
PEP-654: add mention of the syntax options discussion ( #2103 )
2021-10-08 08:50:28 -07:00
Irit Katriel
cffbc84fad
PEP-654: add acceptance link ( #2102 )
2021-10-07 08:11:56 -07:00
Irit Katriel
957b7eb9b8
PEP-654: except *T --> except* T ( #2091 )
2021-10-06 10:50:57 -07:00
Nipunn Koorapati
389e8219cb
PEP561: Clarify stub-only namespace package behavior ( #2083 )
...
Co-authored-by: Ethan Smith <ethan@ethanhs.me>
2021-10-05 18:45:07 -07:00
Pablo Galindo
22bf5e5bed
PEP 664: Update date for Python3.11a1
2021-10-05 18:14:31 +01:00
Raúl Cumplido
93773a47ea
PEP 636: Fix typo: being --> been ( #2101 )
2021-10-05 21:50:39 +11:00
Hugo van Kemenade
b1611ee7c5
PEP 619: Python 3.10.0 was released on schedule ( #2099 )
...
https://www.python.org/downloads/release/python-3100/
https://discuss.python.org/t/python-3-10-0-is-now-available/10955
2021-10-05 10:13:16 +01:00
Barry Warsaw
2c89d6ac2c
PEP 13: updated and draft PEP 8103 created ( #2098 )
...
* Update PEP 13 and create PEP 8103
2021-10-04 20:27:58 -07:00
Irit Katriel
18dc7dedca
PEP-654: mark as accepted ( #2097 )
2021-10-02 16:27:53 -07:00