Adam Turner
|
113e490701
|
Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209)
|
2022-01-21 11:03:51 +00:00 |
Brett Cannon
|
bb4751379a
|
Many PEPs: Normalize the 'Created' field (#1805)
|
2021-02-09 08:54:26 -08:00 |
jseakle
|
0c7cde8a13
|
"func_annotations" -> " __annotations__" (#628)
|
2018-05-16 12:16:39 -04: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 |
Mariatta
|
73d5613db9
|
use archive.org url lol (#170)
|
2017-01-02 16:44:52 +11:00 |
Mariatta
|
8d56e16b14
|
Update outdated links in PEP 3107 with archived pages (#169)
Fixes https://github.com/python/peps/issues/168
|
2017-01-01 16:02:00 -08:00 |
Lance E Sloan
|
548bd25073
|
correct "p3yk" typos (#87)
|
2016-09-06 15:21:13 -07: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 |
Georg Brandl
|
d456d20d07
|
Update doc URLs in PEPs.
|
2008-10-02 12:40:49 +00:00 |
Collin Winter
|
9145359df4
|
Remove PEP 3107's requirement on PEP 362, bring 3107's status field into sync with PEP 0.
|
2007-09-08 21:25:03 +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 |
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
|
144dbefcd3
|
Mention that a reference implementation has been checked in
|
2007-02-06 02:39:18 +00:00 |
Collin Winter
|
e9a43d014c
|
Clarify that the annotation dictionaries are mutable
|
2007-01-05 16:59:58 +00:00 |
David Goodger
|
b72af864fa
|
update from the authors
|
2007-01-04 18:19:54 +00:00 |
Neal Norwitz
|
2cab42267d
|
Update from Tony Lownds sent in private mail and to python-3000
|
2006-12-28 04:59:16 +00:00 |
Neal Norwitz
|
c19fe93c56
|
Fix some minor typos/formatting
|
2006-12-23 06:10:01 +00:00 |
David Goodger
|
6006113241
|
added PEP 3107, Function Annotations, by Winter & Lownds
|
2006-12-22 15:46:01 +00:00 |