Commit Graph

13 Commits

Author SHA1 Message Date
Dimitri Papadopoulos Orfanos 57d9baf04d
Typos found by codespell (#2073)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2021-09-17 11:18:24 -07:00
Marti Raudsepp 9b64c6ea75
Various typo/grammar/style fixes (#1789)
Changes detected by Topy (https://github.com/intgr/topy), all changes
verified by hand, false positives have been omitted.

These range from straight-out misspellings to debatable hyphen placement.
The hyphen changes are supported by grammar manuals of style.
2021-02-03 06:06:23 -08:00
Miroslav Šedivý 45fdc844dd
Typos: Remove repeated words (#1726) 2020-12-04 09:51:44 -08:00
Hugo van Kemenade ba36cccc2d
Fix RST backticks (#1554) 2020-08-07 09:35:20 -07:00
Brett Cannon 2befb64560
Add a rejection explanation to PEP 605 2019-11-06 16:41:05 -08:00
Brett Cannon 12015fd11a
Reject PEP 605 2019-11-06 16:21:07 -08:00
Nick Coghlan 5851bfc2df
PEP 605: Update for PEP 607 publication (#1212)
Also updates the NEP 29 section to cover the latest wording
of that proposal, and makes it clear that mere acceptance
of the PEP doesn't prevent us from ever changing the release
process again.
2019-10-20 17:55:54 +10:00
Nick Coghlan 8dbe669422
PEP 605: Add example user-facing docs (#1200)
* PEP 605: Add example user-facing docs

* example What's New subsection
* example alpha, beta, and rc announcements
* fix Python-Requires recommendation
* add rationale for allowing mid-stream alpha releases

* Stable ABI builds prior to 3.8 are also allowed

* Alphas are also for application testing

* Also put an ABI break marker in commit summaries
2019-10-10 20:32:02 +10:00
Nick Coghlan f7a85c2640
PEP 605: add missing word 2019-10-06 00:44:06 +10:00
Nick Coghlan 94935dcd36
PEP 605: Add 2nd post date (#1196) 2019-10-06 00:29:45 +10:00
Nick Coghlan 6a05714aef
PEP 605: Change ABI management to encourage pre-built wheels (#1190)
* Change ABI management to encourage pre-built wheels
* Actually dedicate a subsection to the 2 year cadence
* Update naming discussion for proposal changes
* Add discussion section for the pre-freeze flag
* Make the abstract much shorter (as suggested by Antoine Pitrou)
* Move example time line up and add pictures (based on PEP 602 images)
* Clarify 4 month window for X.Y.0a1 preparation

Co-Authored-By: Steve Dower <steve.dower@microsoft.com>
2019-10-06 00:04:21 +10:00
Nick Coghlan a499b0468c
PEP 605: Update initial publication info (#1188) 2019-10-02 00:27:22 +10:00
Nick Coghlan 4c797d6e9e
PEP 605: A rolling feature release stream for CPython (#1184)
* proposes the regular publication of production-ready beta releases rather than making full X.Y.0 feature releases more common
* PEP 598 is being withdrawn in favour of this proposal
* originally drafted in collaboration with @zooba, @aeros167, and @h-vetinari
2019-10-01 23:03:33 +10:00