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 |
Huang Huang
|
916f0862cf
|
reSTify PEP 231 (#408)
|
2017-09-12 16:22:15 -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 |
Marti Raudsepp
|
04a6af2ab1
|
Fix various typos, spelling and grammar errors
Errors detected using Topy (https://github.com/intgr/topy), all changes
verified by hand.
|
2016-07-11 18:35:35 +03:00 |
Georg Brandl
|
08ea236bbb
|
Update not-so-old PEP URL.
|
2009-01-18 09:50:42 +00:00 |
Georg Brandl
|
9020d2a184
|
More link updates.
|
2008-10-02 12:51:05 +00:00 |
Brett Cannon
|
8dc0e19ce5
|
Make Barry Warsaw's name consistent.
|
2007-06-28 19:53:41 +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 |
Brett Cannon
|
e801b28e42
|
Make Type field values consistent across all PEPs.
|
2007-04-15 02:10:27 +00:00 |
Andrew M. Kuchling
|
b09c4ce4e7
|
Mark as Rejected to match statue in PEP 0
|
2006-05-01 20:00:14 +00:00 |
David Goodger
|
c5b5d3c83d
|
added Last-Modified headers to all PEPs without
|
2006-03-23 20:13:19 +00:00 |
Neal Norwitz
|
09b08ab91b
|
Add missing PEP type
|
2006-02-09 08:25:22 +00:00 |
Barry Warsaw
|
99ab3d4e0c
|
Setting my address back to barry@python.org for consistency and better
spam fighting defenses.
|
2003-09-22 04:51:50 +00:00 |
Barry Warsaw
|
295e210393
|
barry@digicool.com => barry@zope.com
|
2001-08-14 15:45:26 +00:00 |
Barry Warsaw
|
bea68c0534
|
Use new acceptable practices for PEP references.
|
2001-07-05 19:09:19 +00:00 |
Guido van Rossum
|
eea626cb8d
|
Rejection notice (with Barry's agreement).
|
2000-12-08 15:36:03 +00:00 |
Barry Warsaw
|
9599e69426
|
Back out last second change in the examples. `missing' should be an
empty mutable (i.e. list) since empty tuples are shared. Thanks Just!
|
2000-12-02 15:12:35 +00:00 |
Barry Warsaw
|
e9ae8a5694
|
Talk about PEP 213, which is related and can be (mostly) implemented
using the __findattr__() hook.
|
2000-12-02 04:11:32 +00:00 |
Barry Warsaw
|
64195d490d
|
PEP 231, __findattr__(), Barry Warsaw
|
2000-12-02 03:38:48 +00:00 |