Ned Deily
ee87e2fbb8
Reminder to start backporting to new release branch
2020-05-19 08:01:04 -04:00
Ned Deily
273ce26c75
Warn about whatsnew changelog reference
2020-05-19 06:28:27 -04:00
Łukasz Langa
42349627be
[pep-0596] Notarize 3.9.0b1
2020-05-19 11:57:09 +02:00
Ned Deily
465902c65b
Do not forget to update the bug tracker for a new branch.
2020-05-18 23:08:27 -04:00
Łukasz Langa
7c65046e88
Make `from __future__ import annotations` the default in Python 3.10 ( #1371 )
2020-05-19 00:32:25 +02:00
Victor Stinner
fb7c1aa82b
PEP 431: Superseded by PEP 615 ( #1404 )
2020-05-18 14:33:07 +02:00
Łukasz Langa
3cb8fd08f1
[pep-0569] Actual date for 3.8.3
2020-05-14 10:35:50 +02:00
Guido van Rossum
a389e6f69c
PEP 617: Fix citation for Medeiros ([2]) ( #1401 )
2020-05-11 14:34:47 -07:00
Brandt Bucher
17a0d39810
PEP 618: Second Draft ( #1399 )
...
* Update history.
* Credit Ram.
* Acknowledge "equal" alternative.
* Reword link.
* Add note about strict=__debug__.
* Add another argument against "equal".
* Don't lean so heavily on infinite iterators.
* Clarify example.
* Clean up example.
* Clean up response.
* Outline precedent for map.
* Clean up wording.
* Reword map section.
* Move method argument.
* Flesh out argument against methods.
* Further refinements to method argument.
* Add callback argument.
* Simplify AST example.
* Clean up method/constructor outcomes.
* Clean up callback bit.
* Add StackOverflow link.
* Address "mode" parameter.
* "argument" -> "parameter"
* Address "constant" arguments in Rationale.
* Clean up Rationale phrasing.
* Flesh out itertools bit.
* Clean up itertools wording.
2020-05-10 08:31:47 -07:00
Eric Snow
4732446cae
PEP 554: push the target release back. ( #1394 )
2020-05-06 14:04:21 -06:00
Mariatta
265ee9d3e0
PEP 581/588: Discussions to: core-workflow on Discourse ( #1395 )
...
instead of Zulip
2020-05-06 11:21:34 -07:00
Victor Stinner
fb14d5d81f
Reject PEP 349: Outdated by Python 3 ( #1391 )
2020-05-04 09:57:07 -07:00
Eric Snow
6f19fe2521
PEP 554: updates based on feedback ( #1390 )
2020-05-01 16:05:01 -06:00
Brandt Bucher
11b2de41a7
PEP: Add Optional Length-Checking To zip ( #1389 )
2020-05-01 10:51:52 -07:00
Eric Snow
08a58eccaa
PEP 554: updates after feedback ( #1388 )
2020-04-29 17:48:23 -06:00
Łukasz Langa
e589d83236
[pep-0569] Actual date for 3.8.3rc1, dates for 3.8.3, 3.8.4rc1, and 3.8.4
2020-04-30 01:04:00 +02:00
Łukasz Langa
cf6815b1ec
Actual date for 3.9.0a6
2020-04-28 16:54:17 +02:00
Brett Cannon
0ae315cda8
Fix a typo in PEP 592
2020-04-24 10:28:03 -07:00
Sumana Harihareswara
fec81b3ef5
PEP 592: Change status to Final ( #1383 )
...
Per https://discuss.python.org/t/pep-592-support-for-yanked-files-in-the-simple-repository-api/1629/34 the implementation is now finalized.
2020-04-23 22:20:16 +01:00
Sumana Harihareswara
cba0871946
PEP 599: Update status to Final (GH-1381)
...
Per https://github.com/pypa/manylinux/issues/338 , manylinux2014 is
now implemented in its entirety.
2020-04-23 20:44:21 +01:00
Hugo van Kemenade
fc0c95e82f
PEP 429: Python 3.4 is EOL, PEP status is final ( #1374 )
2020-04-21 14:04:50 -07:00
sweeneyde
614fbc8968
PEP 616: How to teach this ( #1377 )
2020-04-21 14:04:17 -07:00
Greg Stein
e324ce2304
Fix typo ( #1379 )
...
The shown text was incorrect. The bpo link pointed to the intended bug. ... Fixed the text.
2020-04-21 11:07:44 -07:00
Eric Snow
5b7d9991b7
PEP 554: updates for latest feedback ( #1378 )
2020-04-21 10:47:03 -06:00
Sumana Harihareswara
edb30ef04b
PEP 373: Add 2.7.18 announcement link for reference.
...
Signed-off-by: Sumana Harihareswara <sh@changeset.nyc>
2020-04-20 22:54:29 -05:00
Benjamin Peterson
95fe60630e
fix grammar
2020-04-20 19:41:23 -05:00
Paul Ganssle
d664bf5877
PEP 615: Mark as accepted ( #1376 )
2020-04-20 14:35:54 -07:00
Pablo Galindo
e54a27585f
PEP-617: Mark as accepted ( #1373 )
2020-04-20 13:16:01 -07:00
Victor Stinner
d6d3096d46
The Python Steering Council accepts the PEP 616
2020-04-20 20:24:41 +02:00
Ned Deily
a01db68e0d
Update PEP 101 for new release table
2020-04-20 12:26:54 -04:00
Benjamin Peterson
cbb4ccd483
Finalize 2.7 release schedule.
2020-04-20 10:12:44 -05:00
Sumana Harihareswara
8ddcdc3de8
PEP 373: Link to Python 2 sunsetting FAQ (GH-1367)
...
Regarding https://github.com/python/steering-council/issues/3 .
Signed-off-by: Sumana Harihareswara <sh@changeset.nyc>
Co-authored-by: Benjamin Peterson <benjamin@python.org>
2020-04-19 16:30:58 -05:00
Sumana Harihareswara
a0f8c9cbcd
PEP 373: Move 2.7.18rc1 to past (GH-1366)
...
Signed-off-by: Sumana Harihareswara <sh@changeset.nyc>
2020-04-19 16:29:33 -05:00
Łukasz Langa
671c16ffb9
[pep-0585] Acknowledge Guido for implementing the PEP
2020-04-19 12:39:56 +02:00
Lysandros Nikolaou
a79936d03c
PEP 617: Move metagrammar after explanation of operators ( #1372 )
2020-04-17 21:21:52 +01:00
Guido van Rossum
66f99d8cb8
PEP 617: Remove redundant 'the'
2020-04-16 19:58:40 -07:00
Inada Naoki
9c0fb2a445
PEP 597 3rd edition. ( #1368 )
2020-04-17 08:34:21 +09:00
Brett Cannon
f0fe7c4730
Add a missing comma to PEP 617
2020-04-16 15:16:52 -07:00
cdjc
caf21bf2b8
Update pep-0505.rst ( #1370 )
...
Fix missing `
2020-04-15 20:22:00 -07:00
Lysandros Nikolaou
68c54982c4
PEP 617: Change migration plan; default to pegen in 3.9a6 ( #1369 )
2020-04-15 16:31:38 -07:00
Łukasz Langa
3c1b60c158
[pep-0585] Mark as accepted
2020-04-15 13:32:17 +02:00
Brian Skinn
4f52dadab6
Update pep-0013.rst ( #1365 )
...
Update the most-recent-election PEP reference to the current PEP 8101.
2020-04-14 08:54:33 -07:00
Jeff Allen
adb5173eb1
PEP 617: Clean-up of LL(1) section ( #1363 )
...
Numerous small changes to improve readability of the LL(1) background: idiomatic usage improved, sentences split, clearer expression of certain ideas. Emphasis that the LL(1) constraint obscures the meaning of the grammar.
Fixes #1362
2020-04-07 12:57:39 -07:00
Guido van Rossum
aac58d4c99
PEP 596: Release 3.9.0 alpha 5 happened as scheduled ( #1360 )
2020-04-06 02:06:14 +02:00
Pradyun Gedam
0771dd31cc
Mark PEP 518 as Final ( #1358 )
2020-04-06 08:24:22 +10:00
Guido van Rossum
ab92c4ddab
PEP 617: Add section on rejected alternatives ( #1359 )
2020-04-05 15:05:47 -07:00
Pablo Galindo
75f841a0fb
PEP 617: Expand the section about actions to cover Python-based actions ( #1357 )
...
* PEP 617: Expand the section about actions to cover Python-based actions
* Update pep-0617.rst
Co-Authored-By: Guido van Rossum <gvanrossum@gmail.com>
* Convert rules to new format for alternatives
Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
2020-04-05 14:59:33 +01:00
Benjamin Peterson
050635872f
Solid 2.7.18 dates.
2020-04-04 23:15:30 -05:00
Stefan Behnel
da843774e6
Accept PEP 573
2020-04-04 21:42:12 +02:00
Paul Ganssle
226d6efb95
PEP 615: Updates in response to Steering Council feedback ( #1350 )
...
* Rename nocache to no_cache
This is more consistent with the snake_case naming convention in
from_file and clear_cache.
* Add section on clear_cache
* Improve string representation section.
In response to suggestions by Barry Warsaw:
https://github.com/python/steering-council/issues/22#issuecomment-606169944
* Specify failure behavior for time zone data.
From discussion with Barry Warsaw:
https://github.com/python/steering-council/issues/22#issuecomment-606211514
* Add a footnote regarding the term "first-party"
Per comments from Barry Warsaw:
https://github.com/python/steering-council/issues/22#issuecomment-606211514
2020-04-04 11:35:27 -04:00