Adam Turner
|
113e490701
|
Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209)
|
2022-01-21 11:03:51 +00: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 |
Martin v. Löwis
|
f89e03d817
|
Mark PEP 3120 as final.
|
2007-07-29 18:21:40 +00:00 |
Brett Cannon
|
681781a940
|
Standardize Marin von Loewis' name.
|
2007-06-28 20:03:18 +00:00 |
Guido van Rossum
|
c91f1215e8
|
Accept PEPs 3120 (UTF-8 default source encoding), 3121 (extension
initialization and finalization) and 3123 (PyObject_HEAD vs. stdC).
|
2007-05-10 22:33:40 +00:00 |
Martin v. Löwis
|
dd64b9f72e
|
Remove extra spaces.
|
2007-04-27 06:34:37 +00:00 |
Martin v. Löwis
|
396908697c
|
Rename 3142 to 3120, as that is the next available number.
|
2007-04-27 05:16:10 +00:00 |