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 |
Benjamin Peterson
|
60d9b24542
|
promote m.p.o links to https
|
2017-06-11 12:02:39 -07: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 |
Georg Brandl
|
9020d2a184
|
More link updates.
|
2008-10-02 12:51:05 +00:00 |
Guido van Rossum
|
637fe47a46
|
Accept PEP 3112. I don't see anything left over.
|
2007-07-19 17:06:46 +00:00 |
David Goodger
|
3ed9968c48
|
markup & punctuation fixes
|
2007-03-16 20:01:57 +00:00 |
Georg Brandl
|
92d7f773f2
|
Fix ReST markup wrt. literal code blocks.
|
2007-03-16 08:45:32 +00:00 |
David Goodger
|
86ee25c609
|
added Standards Track type
|
2007-03-04 06:35:06 +00:00 |
David Goodger
|
b8656fff37
|
fixed markup; added PEP number to header
|
2007-03-04 06:05:29 +00:00 |
Guido van Rossum
|
1a45ca7a95
|
Add the bytes literal PEP, by Jason Orendorff.
And accept it!
|
2007-02-24 05:42:52 +00:00 |