Commit Graph

18 Commits

Author SHA1 Message Date
Adam Turner 113e490701
Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
Serhiy Storchaka 55afd5fdaf
PEP 3134: Fix indentation in example. (#1699) 2020-10-31 06:41:02 -07:00
Serhiy Storchaka ad7f2b2f6c Remove trailing spaces from many PEPs (#983) 2019-04-16 07:50:15 -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
csabella 329ed7e935 reSTify 5 PEPs (#276) 2017-06-02 11:46:13 -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
Serhiy Storchaka 3dad438872 Issue #26916: Fixed words duplications. 2016-05-03 12:03:16 +03:00
Benjamin Peterson 9ec804df3f a whole slew of peps that are (I believe) implemented 2009-01-19 16:08:45 +00:00
Guido van Rossum 86de0a6dbe Accept PEP 3134 (exception chaining etc.). 2008-06-14 20:24:17 +00:00
Georg Brandl 70f258a7a1 Don't link to the Internet RFCs -- these are Perl RFCs. 2007-10-04 06:57:33 +00:00
Collin Winter 0abb2d6461 Update PEP 3134 to reflect its partial implementation. 2007-08-31 00:17:44 +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 0d576a5587 Fix PEPs that improperly listed their status as Active; that status is reserved
for only Informational and Process PEPs.
2007-06-19 01:45:08 +00:00
Collin Winter 28930199da Convert two usages of StandardError into Exception. 2007-06-12 21:19:21 +00:00
Guido van Rossum d5deae29b7 Renumber 344 -> 3134 and 367 -> 3135. 2007-06-07 22:17:56 +00:00