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 |
Benjamin Peterson
|
a9ee42bc4f
|
normalize Collin and Jeffery's email address
|
2010-01-21 01:23:17 +00:00 |
Georg Brandl
|
9020d2a184
|
More link updates.
|
2008-10-02 12:51:05 +00:00 |
Collin Winter
|
84b55c245c
|
Typo fix in PEP 3109.
|
2007-08-31 00:18:43 +00:00 |
Collin Winter
|
bd5c6b8e87
|
Mark PEP 3109 as final.
|
2007-08-31 00:17:57 +00:00 |
Georg Brandl
|
f7cee114e2
|
Mark diverse Py3000 PEPs as accepted, mark PEPs 328 and 3105 as Final.
|
2007-02-17 18:42:37 +00:00 |
Collin Winter
|
0a3078f1cc
|
Fix off-by-one indentation error
|
2007-02-09 14:50:40 +00:00 |
Collin Winter
|
2b60fcad43
|
Add PEP 3109: Raising Exceptions in Python 3000
|
2007-02-05 22:01:58 +00:00 |