Commit Graph

11 Commits

Author SHA1 Message Date
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