Commit Graph

15 Commits

Author SHA1 Message Date
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
Joshua Dong b61bb7d343 fix minor typos (#294) 2017-07-12 11:58:51 -07:00
csabella ad339c1e27 reSTify PEP225, PEP234, PEP255, PEP450 (#293) 2017-06-16 10:20:28 -07:00
Nick Coghlan a6611d454d Mark PEPs 211 and 225 as Rejected
These two PEPs were listed as rejected alternatives when PEP 465's
matrix multiplication operator was accepted and implemented, but
still marked as Deferred in the PEP listing.

This updates their headers to indicated their Rejected status,
with a link to the relevant section of PEP 465 as their resolution
reference.
2017-06-03 17:28:28 +10: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
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
Andrew M. Kuchling 2cff379b28 Mark as Deferred to match status in PEP 0 2006-05-01 20:03:44 +00:00
David Goodger c5b5d3c83d added Last-Modified headers to all PEPs without 2006-03-23 20:13:19 +00:00
Georg Brandl 03519daebc typo 2006-03-08 15:37:33 +00:00
Barry Warsaw bea68c0534 Use new acceptable practices for PEP references. 2001-07-05 19:09:19 +00:00
Guido van Rossum ef23f1f0cf Add a missing colon to the first header line, to fix the HTML
formatting.
2000-12-08 16:02:28 +00:00
Barry Warsaw 32b732d493 Added PEP 225, Elementwise/Objectwise Operators, Zhu & Lielens 2000-09-19 15:29:58 +00:00