Commit Graph

478 Commits

Author SHA1 Message Date
Neal Norwitz e0ce1d9e0a PEP 3111 (restoring input) has been implemented so mark it Final.
Also wrap some long lines in the PEP.
2007-05-25 06:17:11 +00:00
Guido van Rossum a2f9ba67ff Accepting PEP 3119, rejecting its competitor PEP 3133. 2007-05-25 00:01:46 +00:00
Collin Winter cca1217062 Mark PEP 3110 as final. 2007-05-18 20:30:49 +00:00
Guido van Rossum dea9d362fc Mark PEP 302 as final (despite the docs being incomplete). 2007-05-18 18:05:05 +00:00
Guido van Rossum e31746e7fc Change the status of a whole lotta PEPs.
Some are marked final years after the work was completed and released;
others are rejected after sitting idly for years.
2007-05-18 17:41:31 +00:00
Georg Brandl 363058f71e Add an acceptance note and mark PEP 3129 (class decorators) as final. 2007-05-18 17:09:42 +00:00
Guido van Rossum cf5e852a1e Accept PEP 3131. 2007-05-17 16:38:10 +00:00
Brett Cannon cd281f50af Mark PEP 3113 as final. 2007-05-14 23:39:19 +00:00
Collin Winter 78cc6a4ac0 Add PEP 3133, Introducing Roles. 2007-05-14 05:36:02 +00:00
Georg Brandl ca783cc71c Mark PEP 3132 as final. 2007-05-11 15:36:08 +00:00
Guido van Rossum f90b4368a8 Reject PEP 3128 (BList). 2007-05-10 23:41:53 +00:00
Guido van Rossum 41cc7d87e0 Accept PEP 3127 (integer literal and support) and reject PEP 3130 (access
to current module/class/function).
2007-05-10 22:56:48 +00:00
Guido van Rossum c91f1215e8 Accept PEPs 3120 (UTF-8 default source encoding), 3121 (extension
initialization and finalization) and 3123 (PyObject_HEAD vs. stdC).
2007-05-10 22:33:40 +00:00
Guido van Rossum 883209f6ee Reject PEPs 3125 and 3126 (removing backslash continuation and implicit
string concatenation, respectively).
2007-05-10 22:18:18 +00:00
Collin Winter a9bee501e6 Mark PEP 3117 as rejected. 2007-05-10 20:17:53 +00:00
Collin Winter ec62da74ad Mark PEP 3129 as accepted. 2007-05-08 19:31:17 +00:00
David Goodger e20d2b0e11 updated title per r55088 2007-05-03 15:31:10 +00:00
Guido van Rossum cb39215dad Correct an oopsie -- Calvin's New Super PEP was already checked in as 367. 2007-05-02 00:16:40 +00:00
Guido van Rossum 31890217e4 Add PEP 3133: New Super (Spealman).
Remove outdated pepparade link.
2007-05-01 22:06:34 +00:00
Georg Brandl 464ced4c01 Add PEP 3132, "Extended Iterable Unpacking", by me. 2007-05-01 21:42:23 +00:00
Georg Brandl d1b27f72bf Add PEP 367, "New Super" by Calvin Spealman. 2007-05-01 21:11:53 +00:00
Georg Brandl 04564c4ff7 Change my address. 2007-05-01 20:39:17 +00:00
Georg Brandl 644c0cbc31 Add "Supporting Unicode Identifiers" by Martin v. Löwis as PEP 3131. 2007-05-01 20:34:25 +00:00
David Goodger 7ef3df6097 added PEP 3130, Access to Current Module/Class/Function, by Jim J. Jewett 2007-05-01 19:35:45 +00:00
Collin Winter 976c704677 Add PEP 3129, 'Class Decorators'. 2007-05-01 18:31:51 +00:00
Guido van Rossum 0129f4bde8 PEP 3127: Integer Literal Support and Syntax Maupin
PEP 3128: BList: A Faster List-like Type               Stutzbach
2007-05-01 16:57:09 +00:00
Nick Coghlan eb5386efeb Fix metadata for PEP 366 2007-05-01 11:13:47 +00:00
Guido van Rossum 500617bbff PEP 3127: Integer Literal Support and Syntax (Patrick Maupin) 2007-05-01 00:44:57 +00:00
Phillip J. Eby 6d5c671895 Added pkg_resources PEP 2007-05-01 00:24:48 +00:00
Guido van Rossum 1efeaadd78 Two new peps:
S  3125  Remove Backslash Continuation                Jewett
 S  3126  Remove Implicit String Concatenation         Jewett
2007-04-30 23:03:34 +00:00
Phillip J. Eby c302a8889b Rough first draft of generic function PEP 2007-04-30 22:44:38 +00:00
Martin v. Löwis a20cd09644 Add PEP 3123. 2007-04-29 13:42:17 +00:00
Brett Cannon a15817652d Add PEP 3122: Delineation of the main module.
This PEP has already been rejected.
2007-04-28 06:48:59 +00:00
Martin v. Löwis e4acda0af6 Add PEP 3121. 2007-04-27 08:27:24 +00:00
Martin v. Löwis 396908697c Rename 3142 to 3120, as that is the next available number. 2007-04-27 05:16:10 +00:00
Martin v. Löwis 3c28c51417 Add PEP 3142. 2007-04-27 05:11:00 +00:00
Guido van Rossum 809409c197 Add PEP 3141 (named after 3.141), ABCs for numbers, by Jeffrey Jasskin.
Not to endorse this (yet) but so we have a record in svn.
2007-04-25 20:42:59 +00:00
Georg Brandl f956fb4ab6 Update PEP 0. 2007-04-21 15:51:51 +00:00
Guido van Rossum 04cae3ee7f Claim PEP 3119 for the ABC PEP. Please disregard the contents for now. 2007-04-18 17:20:24 +00:00
Nick Coghlan bcffffbaea Add enhanced buffer interface PEP from Travis Oliphant 2007-04-09 05:51:32 +00:00
Georg Brandl 0ae6c2020d Checkin PEP 3117. 2007-04-04 06:41:20 +00:00
Georg Brandl 1c68c46409 PEP 358 is accepted. 2007-03-18 20:04:00 +00:00
Guido van Rossum 1f4fb613e8 Accept PEP 3115. 2007-03-18 15:42:32 +00:00
Guido van Rossum 4b14e34f00 PEP 3116 - new I/O, by Mike Verdone and Daniel Stutzbach;
converted from HTML by Jason Orendorff.
2007-03-15 18:05:48 +00:00
Guido van Rossum 3ea110add4 Add PEP 3115: Metaclasses in Py3k, by Talin.
Updated PEP 0 to list PEP 3114: next -> __next__, by Ping.
2007-03-14 17:52:19 +00:00
Georg Brandl 51dc636e9c Mark PEP 275 as rejected. The "switch" PEP for Py3k, PEP 3103
is already rejected.
2007-03-13 20:12:59 +00:00
Barry Warsaw b515f0caf7 PEP 364, Transitioning to the Py3K Standard Library 2007-03-06 23:01:20 +00:00
Brett Cannon 07b3c3b72f Mark PEP 3107 as finished. 2007-03-04 20:09:49 +00:00
Brett Cannon 4e28bfae55 Make PEP 3102 as finished. 2007-03-04 20:04:12 +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