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
T. Wouters
42e4ce4d65
PEP 617: Fix typos and other minor edits (GH-1356)
...
* Fix typo in PEP 617.
* Fix what appears to be meant as a numbered list that was reflowed incorrectly.
* Clarify a slightly awkward sentence about the EXTRA C macro.
2020-04-03 12:07:14 +01:00
Guido van Rossum
6073d3f2d1
PEP 617: Clarify that in 3.9 beta 1 the new parser will be the default
2020-04-02 15:36:07 -07:00
Guido van Rossum
51a0480194
PEP 617: Add Python-Version (3.9) and Post-History (today)
2020-04-02 11:13:36 -07:00
Jelle Zijlstra
e980d4e323
PEP 617: minor edits ( #1355 )
2020-04-01 21:59:32 +01:00
Furkan Önder
41657e2b48
PEP 384: Update PyType_Spec struct per bpo-15140 ( #1354 )
2020-04-01 13:35:58 -07:00
Hanif Birgani
7eaf5f6303
PEP 8: Replace Yes/No with Correct/Wrong and unify formatting ( #1342 )
2020-04-01 09:34:28 -07:00
Pablo Galindo
8890e7e7df
PEP-617: Move reference to the end ( #1352 )
2020-03-31 20:11:01 -07:00
Pablo Galindo
7ee02d0442
PEP 617: New PEG parser for CPython ( #1351 )
2020-03-31 13:36:17 -07:00
Paul Ganssle
58d2fdcb2c
PEP 615: Resolve "using datetime" and add rationale to updates section ( #1347 )
...
* Mark "use the datetime module" as rejected.
There did not seem to be any concerns about having `zoneinfo` live in
a separate module.
* Add additional rationale to updating behavior
* Update Post-History
2020-03-29 15:29:43 -04:00
wim glenn
a87b19e16e
typo fix ( #1348 )
2020-03-30 06:11:00 +11:00
Paul Ganssle
cfe6639a6d
PEP 615: Move ICU support and alternate paths to rejected ideas ( #1337 )
...
* Move ICU support from "open" to "rejected".
* Move alternate environment variables to rejected
2020-03-29 12:25:55 -04:00
sweeneyde
38debf93e6
Add revision history ( #1346 )
2020-03-28 17:18:13 -07:00