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 |
Serhiy Storchaka
|
07c157552d
|
Replace tabs with spaces and fix identation errors. (#230)
|
2017-03-24 00:57:19 +02:00 |
Serhiy Storchaka
|
cc1c734886
|
Issue #26921: Fixed a/an articles.
|
2016-05-03 13:52:22 +03:00 |
Guido van Rossum
|
3a1300c54b
|
Reject PEP 3136.
|
2007-07-18 23:11:31 +00:00 |
Georg Brandl
|
ebc819eaff
|
Add PEP 3136 by Matt Chisholm, ``Labeled break and continue''.
|
2007-06-30 18:31:14 +00:00 |