Commit Graph

8397 Commits

Author SHA1 Message Date
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
Hugo van Kemenade f6eeb2c63f
PEP 619: Fix week day of beta 1 (#1416)
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
2020-05-26 18:30:15 +01:00
Gerrit Holl 1f810baa39
fix year for 3.10.0 final (#1414)
Correct the year for 3.10.0 final, so that the date reads 2021-10-04 (was 2020-10-04).
2020-05-26 16:15:15 +01:00
Hugo van Kemenade 206a438ad3
Fix creation date (#1415) 2020-05-26 16:14:00 +01:00
Łukasz Langa 623c28ce4a
[pep-0619] Fix typo 2020-05-26 15:11:55 +02:00
Pablo Galindo 76c8f82dc2
[pep-619]: Fix short underlines 2020-05-26 07:34:14 +01:00
Pablo Galindo 762ac7d2ce
[pep-619]: Unify email 2020-05-26 07:27:53 +01:00
Pablo Galindo 7c08a97e5c
[pep-619]: Correct pep number and typo 2020-05-26 07:26:20 +01:00
Matt Colen e35f18e370
PEP 484: Add missing single quote to sample code (#1413) 2020-05-26 16:11:55 +10:00
Pablo Galindo 4b03841f02
[pep-619]: Python 3.10 Release Schedule 2020-05-26 00:51:05 +01:00
Hugo van Kemenade 7c13bf1317
Replace dead link with Internet Archive version (#1411) 2020-05-24 18:21:56 +10:00
David Mertz 93849f7046
PEP-0584: Specify order guarantee (GH-1409) 2020-05-20 09:34:00 -07:00
Marius Gedminas 116212bf6c
Add back missing example output (#1408) 2020-05-19 20:16:55 -04:00
Hugo van Kemenade f1c3a99ad5
Make `from __future__ import annotations` the default in Python 3.10 (#1406) 2020-05-19 18:19:55 +02:00
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