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
Ned Deily
305d799679
schedule 3.6.11
2020-06-06 05:54:16 -04:00
Matt
a04c3acd3f
PEP 484: Fix upper bound example ( #1421 )
...
The example in the PEP was incorrect: it does not work since it would require `Comparable` to be defined as a Protocol, which were introduced in a later PEP (PEP 544).
For more info see #1419 .
2020-06-05 21:30:54 -07:00
Mikhail Golubev
f712231777
PEP 560: Fix a typo ( #1423 )
2020-06-06 04:16:21 +10:00
Pablo Galindo
9f032a34f5
Update Pablo Galindo's email ( #1422 )
2020-06-04 10:37:58 +01:00
5j9
51ad54bfcb
PEP 570: Add python version ( #1420 )
...
According to
https://docs.python.org/3/whatsnew/3.8.html#positional-only-parameters
2020-06-01 13:31:07 -07:00
Mikhail Golubev
62e0bd85ba
PEP 596: Add PEPs implemented in Python 3.9.0b1 ( #1417 )
2020-05-29 11:45:09 +02:00
Борис Верховский
e42154d2d3
[pep-617] Fix typos ( #1418 )
2020-05-28 23:09:20 +10:00
Benjamin Peterson
f33bd6de86
Deprecation messages should include the removal date.
2020-05-27 21:47:38 -05:00
Benjamin Peterson
434d3c4800
Lots of PEP 387 updates.
2020-05-27 21:45:05 -05:00
Benjamin Peterson
2a992c4e8f
Delete clunky sentence.
2020-05-27 21:30:01 -05:00
Benjamin Peterson
6e89c2a946
Exaggerate (but probably not by much).
2020-05-27 21:28:55 -05:00
Pablo Galindo
65f21622b2
[pep-619]: Correct version in lifespan section
2020-05-26 20:15:01 +01:00