Petr Viktorin
1861b0bb1a
PEP 630: Isolating Extension Modules (GH-1574)
2020-08-26 14:55:52 +02:00
Petr Viktorin
9bcc557e4a
PEP 627: Remove REQUESTED from the spec (GH-1575)
...
* Fix typo
* Remove REQUESTED from the spec
2020-08-26 10:55:04 +02:00
Guido van Rossum
9e884d2d6e
PEP 622: Fix various nits reported by the SC
2020-08-24 17:49:35 -07:00
Larry Hastings
3b480d11ac
Touch-ups for PEP 101 (directions for RMs).
2020-08-21 22:25:20 -07:00
Larry Hastings
cdee4bdf63
Update Python 3.5 release schedule with the FACTS
2020-08-21 22:10:04 -07:00
Petr Viktorin
cc2fd77c0d
PEP 627: Record Paul Moore as PEP delegate; update based on his feedback (GH-1572)
...
Paul is the standing delegate for Package Distribution Metadata PEPs.
His feedback is here: https://discuss.python.org/t/pep-627-updating-pep-376-making-record-optional-in-installed-dist-info/4126/22?u=encukou
2020-08-21 16:34:02 +02:00
Ned Deily
ddc388ed24
3.7.9 and 3.6.12 released
2020-08-17 18:38:09 -04:00
Guido van Rossum
6a7d6b831f
Note that we warn about `case foo: ... / case bar: ...`
2020-08-17 14:20:14 -07:00
Barry Warsaw
4e317b850e
Fix typo in PEP 626
2020-08-17 10:08:09 -07:00
Barry Warsaw
69c1705ca2
Fix typo in PEP 626
2020-08-17 10:01:25 -07:00
Nick Coghlan
7d356ea4a1
PEP 432: Withdraw to make way for future subproposals ( #1476 )
...
While some of the ideas in this PEP are still likely to be pursued in the
future, enough has changed that we expect the specifics will be different
from what I proposed in the original PEP.
2020-08-16 10:20:05 +10:00
Guido van Rossum
55caf0cbe2
PEP 622: Adopt a few clarifications (only) from #1564
2020-08-15 15:34:19 -07:00
Maggie Moss
724cef768c
PEP 604: Update authors ( #1563 )
2020-08-14 14:40:02 -07:00
Brett Cannon
dffbd5e9a5
Update PEP 626 to mark it as a standards track PEP ( #1562 )
2020-08-14 10:11:39 -07:00
Guido van Rossum
dd89f72d8a
PEP 604: Fix typo and grammar issues reported by Brett
2020-08-13 16:22:19 -07:00
Guido van Rossum
6c2e277b08
PEP 604: Accepted
2020-08-13 14:59:08 -07:00
Maggie Moss
bd275ced88
PEP 604 - Updates and Edits ( #1550 )
2020-08-12 12:50:54 -07:00
Hugo van Kemenade
3301169c9f
PEP 445, PEP 467, PEP 548, PEP 621: Fix incorrect backticks ( #1560 )
2020-08-12 08:05:43 -07:00
wyz23x2
7172c585d5
PEP 606: Fix incorrect backticks ( #1559 )
...
Fix `` in section "Cleaning up Python and DeprecationWarning" (L136).
2020-08-12 07:06:55 -07:00
Ned Deily
8a79114f2a
Schedule 3.7.9 and 3.6.12
2020-08-12 05:11:53 -04:00
Łukasz Langa
497b1b0bed
[pep-0596] Actual date for 3.9.0rc1
2020-08-11 23:27:41 +02:00
Guido van Rossum
a55bc989c9
PEP 612: Accepted
2020-08-11 12:17:19 -07:00
torsava
acc8283465
pep-0627: Typo (GH-1558)
2020-08-11 15:32:19 +02:00
Stephan Hoyer
d198754bdb
PEP 612: Fix indentation in code example ( #1557 )
2020-08-10 19:47:05 -07:00
Guido van Rossum
0a12f69b07
PEP 612: Make GvR the PEP Delegate
2020-08-10 11:56:30 -07:00
Mark Shannon
8dd402b7a9
PEP 626:Guarantee stability of line table during release and define API for out-of-process tools. ( #1555 )
...
* Guarantee stability of line table during release and implement API for out-of-process tools.
2020-08-10 14:33:33 +01:00
Victor Stinner
c2c08f612c
PEP 620: Fix typos ( #1556 )
2020-08-07 23:55:44 +02:00
Brett Cannon
06d41486de
PEP 621: note that `license` could eventually have a "type" field
2020-08-07 12:06:29 -07:00
Hugo van Kemenade
ba36cccc2d
Fix RST backticks ( #1554 )
2020-08-07 09:35:20 -07:00
Dominic Davis-Foster
4f812be541
Correct bugfix release cadence in PEP 596 and PEP 619 ( #1552 )
2020-08-05 07:41:49 -07:00
Petr Viktorin
82a3d1f3df
PEP 627: Bring back the REQUESTED file (GH-1549)
...
As pip now implements REQUESTED, the main reason to remove the file is gone,
so I'm adding it back as it is in PEP 376.
Possibly fixing the semantics is left to another PEP.
2020-08-04 16:26:18 +02:00
Inada Naoki
ac030138a3
PEP 624: nitpicks ( #1547 )
2020-08-04 12:00:32 +09:00
Mark Mendoza
d0e2f3bbaa
PEP 612: Renaming type_variable_operators to operators and adding an explanation ( #1546 )
...
* explaining why we have to special case *args: P.args
* typing.type_variable_operators.Concatenate -> typing.Concatenate
2020-07-31 19:59:17 -07:00
Mark Mendoza
f5d19f3628
PEP 612: Edits requested from typing-sig ( #1545 )
...
* x_int_y_str -> x_y y_int_x_str -> y_x
* Behavioral subtype
* documenting construction of user-defined generic classes
2020-07-31 13:23:39 -07:00
Guido van Rossum
3c44c60f04
PEP 612: Fix typos
2020-07-30 20:28:25 -07:00
Mark Mendoza
ffb78a8542
PEP 612: Updating PEP metadata ( #1544 )
2020-07-29 12:22:34 -07:00
Petr Viktorin
593dc15c11
PEP 1: Remove mentions of peps@python.org, update the process ( #1541 )
...
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2020-07-29 09:54:58 -07:00
Inada Naoki
15a162b082
PEP 604: Fix markup ( #1539 )
...
"Change only PEP 484" is not sub idea of "Add a new operator ".
2020-07-28 22:27:57 -07:00
Guido van Rossum
fede4ec838
PEP 604: I've been asked to take over as PEP-Delegate ( #1538 )
...
Here I'm also retargeting this to Python 3.10 and proposing various
small changes to clarify the PEP. In addition, we have a new reference
implementation in the works.
2020-07-28 09:02:01 -07:00
Hugo van Kemenade
b1c63f8f00
Only deploy for upstream to prevent forks failing ( #1537 )
2020-07-24 15:37:20 -04:00
Mark Shannon
50606569c5
Clarify start line in PEP 626. ( #1536 )
2020-07-22 13:33:55 +01:00
Dustin Ingram
d197159815
PEP 609: Mark as accepted ( #1535 )
2020-07-20 13:56:25 -07:00
Brett Cannon
8f9df41a18
Make Brett Cannon the PEP delegate for PEP 629 ( #1534 )
2020-07-20 12:50:28 -07:00
Łukasz Langa
7876accb2c
[pep-0569][pep-0596] Notarize release dates of 3.8.5 and 3.9.0b5
2020-07-20 21:32:35 +02:00
Brett Cannon
c3ad544b13
Mark PEP 387 as Active
...
Accepted by the SC today.
2020-07-20 11:47:55 -07:00
Barry Warsaw
3f588cb5d4
Suggested changes for PEP 387 ( #1533 )
...
Fix a typo and add a bullet and reference to PEP 411 provisional APIs.
2020-07-20 10:10:55 -07:00
Ethan Furman
9ff31b067f
PEP 626 - slight word and grammar changes ( #1532 )
2020-07-17 12:16:39 -07:00
Donald Stufft
97354461ac
PEP 629: Fix and clarify wording, add BDFL-Delegate header ( #1530 )
2020-07-17 12:15:47 -07:00
Petr Viktorin
769d7789e5
PEP 627: Recording installed projects
...
https://github.com/python/peps/pull/1527
2020-07-17 19:09:33 +02:00
Mark Shannon
69c061642a
PEP 626: Add version and post date. ( #1531 )
2020-07-17 15:14:06 +01:00