Commit Graph

18 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
Serhiy Storchaka cc1c734886 Issue #26921: Fixed a/an articles. 2016-05-03 13:52:22 +03: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
Brett Cannon accb7090ef Fix a typo in the PEP title. 2007-04-14 00:30:06 +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 fe10049f8e Repaired a few places where the PEP was incorrect or out of touch with
reality.  Specifically, the third argument to PyObject_RichCompare* is an int,
not an enum.  Also, when the tp_richcompare function cannot compare the
combination of objects, it needs to return Py_NotImplemented, not
PyExc_NotImplemented (and a new reference to that object at that).
2004-08-05 23:16:25 +00:00
Guido van Rossum 0dd6c4438a Fix typo in the alternate way to spell A<B<C, found by
geepokey@yahoo.com (Gumby).
2001-02-05 15:56:04 +00:00
Guido van Rossum d515852375 Finalized this PEP. Closed all unresolved issues. 2001-01-19 22:29:19 +00:00
Guido van Rossum 9056227bb3 Fix authorship for the last time\! 2000-12-06 21:22:52 +00:00
Guido van Rossum 2d42675b10 This is now ready for discussion. David, please read -- did I forget
anything?
2000-12-06 17:41:38 +00:00
Guido van Rossum ce5b583ec5 Checking in some text. Most of this is simply an Appendix repeating
what David Ascher said in 1998 (before the starship bites the dust
again).
2000-12-04 20:32:13 +00:00
Guido van Rossum d57b28ee36 Add PEP 230, Warning Framework.
Changed Owner: to Author: in a number of PEPs.
2000-11-28 22:23:25 +00:00
Guido van Rossum 087ce4a2df Demoted 216 (docstring format) and 229 (using distutils to build) to
pie-in-the-sky.  Reasons: 216 is NOT the consensus of the doc-sig; 229
is not sufficiently worked out and doesn't seem a priority.  (This can
still make it into 2.1 if the author does the work.)

Added GvR as co-author for 207 (rich comparisons).
2000-11-28 22:13:45 +00:00
Guido van Rossum cde16673c5 Update status; fix Zadka's co-ownership of 207/208. 2000-11-28 14:01:17 +00:00
Moshe Zadka 88054b2c48 Changed ownership to MAL and me. 2000-11-06 18:21:58 +00:00
Barry Warsaw f7c61886b9 New PEPs, all initially owned by David Ascher. 2000-07-15 23:28:27 +00:00