Commit Graph

12 Commits

Author SHA1 Message Date
Adam Turner 113e490701
Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
Min ho Kim e54097d3c4 Fix typos in various PEPs (#1111) 2019-06-24 21:58:50 -07:00
yoavcaspi 0f8a0669b4 typo fix (#627) 2018-04-22 05:50:15 +10:00
Mariatta cf3bad5ab3
Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464)
This reverts commit bb0e518ed3.
2017-11-11 11:28:55 -08:00
Huang Huang bb0e518ed3 Rename all .txt PEP files to .rst (GH-462)
For https://github.com/python/peps/issues/1
2017-11-11 10:30:43 -08:00
Serhiy Storchaka a53392a0f0 Remove trailing spaces. (#232)
Changes made automatically by the following command:
```
egrep -l ' +$' *.txt | xargs sed -i -re 's/ +$//'
```
2017-03-24 23:11:33 +02:00
Steve Dower a4d3fe061e PEP-514 acceptance (#61) 2016-07-24 16:40:56 -07:00
Steve Dower c9f126a62e PEP-514: Integrates feedback from python-dev. (#59)
* PEP-514: Integrates feedback from python-dev.

* PEP-514: Clarified motivation and improved a few examples.

* Clarifies some text and PythonCore defaults.
Adds ExecutableArguments and WindowedExecutableArguments for fixed launch arguments.
Adds first (of multiple) examples

* Adds extra examples.

* Minor clarification for resolving architecture for PythonCore entries.
2016-07-23 12:08:53 -07:00
Steve Dower 324bde8cd6 PEP-514: Fix incorrect sense of "possible" 2016-07-16 08:15:00 -07:00
Serhiy Storchaka e54e86b163 Convert to Unix newlines. 2016-05-03 13:27:59 +03:00
Steve Dower d530ee1bf3 PEP 514: Updates wording and post date 2016-03-17 16:28:56 -07:00
Steve Dower 4dea807de6 Add PEP 514: Python registration in the Windows registry 2016-02-06 12:37:37 -08:00