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 |
Serhiy Storchaka
|
07c157552d
|
Replace tabs with spaces and fix identation errors. (#230)
|
2017-03-24 00:57:19 +02:00 |
Brett Cannon
|
cdf5d3ce68
|
Fix the headers so that they are in the right order and no required headers are
missing.
|
2007-06-19 04:20:07 +00:00 |
Andrew M. Kuchling
|
a30697598f
|
Withdraw PEP 321: datetime objects have a strptime() method now
|
2006-04-26 10:20:27 +00:00 |
Andrew M. Kuchling
|
76d58ad2e7
|
Add a link
|
2003-11-18 18:58:37 +00:00 |
Andrew M. Kuchling
|
9939002fc5
|
Turn paragraph into a list, and add some items
|
2003-10-28 19:48:44 +00:00 |
Andrew M. Kuchling
|
6e8e7c515a
|
Record a relevant link
|
2003-10-07 12:16:04 +00:00 |
Andrew M. Kuchling
|
ed280715d0
|
Add PEP 321: Date/time parsing
|
2003-09-16 12:07:56 +00:00 |