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
|
3dad438872
|
Issue #26916: Fixed words duplications.
|
2016-05-03 12:03:16 +03:00 |
Nick Coghlan
|
2e08612ea3
|
Mass deferral as proposed on python-dev
|
2013-05-18 17:50:40 +10:00 |
Phillip J. Eby
|
935f64f730
|
Misc. fixes/clarifications, add section with rationale for why universal
overloading doesn't automatially lead to chaos and anarchy.
|
2007-07-24 21:52:24 +00:00 |
Guido van Rossum
|
d32e45c7e4
|
Defer PEP 3124.
|
2007-07-17 22:52:08 +00: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 |
Guido van Rossum
|
336525defa
|
PEPs aren't executable files.
|
2007-05-02 02:44:15 +00:00 |
Phillip J. Eby
|
f73963dd0a
|
Fix missing imports in examples
|
2007-05-01 00:32:18 +00:00 |
Phillip J. Eby
|
c047755e58
|
Fix typo
|
2007-05-01 00:19:45 +00:00 |
Phillip J. Eby
|
bb65e66f93
|
Fix svn:keyword properties
|
2007-04-30 22:48:06 +00:00 |
Phillip J. Eby
|
c302a8889b
|
Rough first draft of generic function PEP
|
2007-04-30 22:44:38 +00:00 |