Brett Cannon
|
bb4751379a
|
Many PEPs: Normalize the 'Created' field (#1805)
|
2021-02-09 08:54:26 -08:00 |
Emily Morehouse
|
ce5590c1c1
|
Replace links to sourceforge with links to bpo (#746)
- Any reference to python.org/sf/<issue-num> has been changed to https://bugs.python.org/issue<issue-num>
|
2018-07-21 16:57:17 -07: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 |
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 |
Jesus Cea
|
0bc2d1c874
|
Minor typo
|
2009-07-02 15:58:38 +00:00 |
Brett Cannon
|
d8f50e991b
|
De-obfuscate emails where the author had their address already listed without
obfuscation. Also, the HTML output of PEPs already obfuscates the address and
thus it is not needed in the text version.
|
2007-06-20 19:19:26 +00:00 |
Georg Brandl
|
363058f71e
|
Add an acceptance note and mark PEP 3129 (class decorators) as final.
|
2007-05-18 17:09:42 +00:00 |
Collin Winter
|
ec62da74ad
|
Mark PEP 3129 as accepted.
|
2007-05-08 19:31:17 +00:00 |
Collin Winter
|
d8cae96776
|
Add a post-history entry.
|
2007-05-07 19:05:28 +00:00 |
Collin Winter
|
6b77a7f8e2
|
Fix the grammar in PEP 3129.
|
2007-05-01 20:14:28 +00:00 |
Collin Winter
|
7ba16b49e0
|
Add an additional motivation for class decorators.
|
2007-05-01 19:08:28 +00:00 |
Collin Winter
|
976c704677
|
Add PEP 3129, 'Class Decorators'.
|
2007-05-01 18:31:51 +00:00 |