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 |
Georg Brandl
|
5999b23389
|
Fixup some more lists-in-blockquotes. Fixes #26914.
|
2016-05-03 10:35:10 +02:00 |
Georg Brandl
|
4d8ea1d0fe
|
Fix lists-in-blockquotes in 3xxx PEPs. Ref: #26914
|
2016-05-03 09:51:54 +02:00 |
Benjamin Peterson
|
9ec804df3f
|
a whole slew of peps that are (I believe) implemented
|
2009-01-19 16:08:45 +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
|
c8a6c5d2df
|
Mark PEP 3104 as finished (implemented at PyCon 2007 sprint by Jeremy Hylton).
|
2007-03-04 20:02:51 +00:00 |
Ka-Ping Yee
|
48ff6d0fe8
|
Add one more proposal to the list of extant proposals (and a reference
to the relevant message on the Python-3000 mailing list).
|
2006-12-01 03:32:33 +00:00 |
David Goodger
|
beb93decdc
|
fixed properties
|
2006-11-21 01:32:03 +00:00 |
Ka-Ping Yee
|
84fbeafdc9
|
Add PEP 3104 (Access to Names in Outer Scopes).
|
2006-11-09 19:53:16 +00:00 |