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 |
Guido van Rossum
|
c563864d0c
|
Reject PEP 382, PEP 402, accept PEP 335.
|
2012-03-12 16:58:36 -07:00 |
Nick Coghlan
|
34f1b5ddcf
|
Fix PEP index generation by making Greg's email address consistent
|
2011-10-30 15:27:21 +10:00 |
Guido van Rossum
|
5cc322ca21
|
Updated PEP 335, posted 25-Oct-2011.
|
2011-10-25 14:36:29 -07:00 |
Senthil Kumaran
|
8a9d8231e9
|
Fix closes issue13154 Just correct the author email id, instead of changing
changing the logic for handling multiple emails in pep0/output.py
|
2011-10-13 08:01:42 +08:00 |
Éric Araujo
|
33c24a46d3
|
Use Python 3 syntax
|
2011-10-06 13:26:09 +02:00 |
Guido van Rossum
|
d032c67418
|
Update posted by Greg Ewing to python-ideas today
|
2011-09-30 16:08:30 -07:00 |
Brett Cannon
|
b26070deec
|
Add PEP 380: Syntax for Delegating to a Subgenerator.
Also updated Greg's email address in other PEPs.
|
2009-03-20 17:36:09 +00:00 |
David Goodger
|
7b7e8eece2
|
spelling
|
2004-09-09 14:17:17 +00:00 |
David Goodger
|
48e02cb74d
|
added PEP 335, Overloadable Boolean Operators, by Greg Ewing
|
2004-09-09 13:48:44 +00:00 |