Commit Graph

2566 Commits

Author SHA1 Message Date
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 34ec2ad36c Fix some bugs when dealing with non-existent or non-PEP files. 2007-05-10 22:55:31 +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
Collin Winter d8cae96776 Add a post-history entry. 2007-05-07 19:05:28 +00:00
Guido van Rossum 4426f2d7c8 New version, Raymond is now co-author. 2007-05-07 18:05:23 +00:00
Brett Cannon 9ebf76db3a Add mention about PEP 352 and the deprecation of BaseException.message. 2007-05-05 01:34:50 +00:00
Georg Brandl 233fe02acb Revert r55132. Sorry Guido, but I was faster :) 2007-05-04 20:46:34 +00:00
Guido van Rossum 3e0cd27724 Major rewrite by Jim Jewett.
The inside-a-string continuation is separated from the general continuation.

The alternatives section is expaned to als list Andrew Koenig's
improved inside-expressions variant, since that is a real contender.
2007-05-04 20:08:39 +00:00
Georg Brandl ea766d6a3d Add two missing literal block markers. 2007-05-04 19:28:34 +00:00
Georg Brandl bbbe63701a Updated PEP 3125 from Jim Jewett. 2007-05-04 19:26:28 +00:00
David Goodger e20d2b0e11 updated title per r55088 2007-05-03 15:31:10 +00:00
Martin v. Löwis 5cf71d49ba C module -> extension module. 2007-05-03 07:01:14 +00:00
Martin v. Löwis 1ccd48940d Retitle, clarifying that the PEP talks about
extension modules.
2007-05-03 07:00:04 +00:00
Georg Brandl a4f91773f4 Little addition. 2007-05-02 21:45:29 +00:00
Georg Brandl 0c4dbfca14 Update PEP and refer to patch. 2007-05-02 21:24:11 +00:00
Andrew M. Kuchling 7769a3f2ce Typo fix 2007-05-02 17:49:05 +00:00
Georg Brandl 09d0fc1583 Update of PEP 318, by Jim Jewett. 2007-05-02 07:14:15 +00:00
Phillip J. Eby bdb8407da1 Fix wrong environment variable name 2007-05-02 03:06:55 +00:00
Guido van Rossum 336525defa PEPs aren't executable files. 2007-05-02 02:44:15 +00:00
Andrew M. Kuchling bececb7601 Another typo fix 2007-05-02 01:25:31 +00:00
Andrew M. Kuchling fc297ba2ef Fix typo, to test the PEP rebuild 2007-05-02 01:19:58 +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
Nick Coghlan 868901e5d8 Fix PEP 366 status 2007-05-01 22:29:38 +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
Collin Winter 6b77a7f8e2 Fix the grammar in PEP 3129. 2007-05-01 20:14:28 +00:00
Georg Brandl 204b9762a8 Add a note about SVN keywords. 2007-05-01 19:53:12 +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 7ba16b49e0 Add an additional motivation for class decorators. 2007-05-01 19:08:28 +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
David Goodger b08fe48dbf spelling 2007-05-01 15:37:43 +00:00
David Goodger 7dcc069cd6 text tweak 2007-05-01 15:20:01 +00:00
Nick Coghlan eb5386efeb Fix metadata for PEP 366 2007-05-01 11:13:47 +00:00
Nick Coghlan 82bde210c2 Add PEP 366 proposing a low cost fix to the PEP 328/338 incompatibility 2007-05-01 10:59:12 +00:00
David Goodger bf6eef7fdb added "PEP Editor Reponsibilities & Workflow" section 2007-05-01 04:00:51 +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 f73963dd0a Fix missing imports in examples 2007-05-01 00:32:18 +00:00
Phillip J. Eby 6d5c671895 Added pkg_resources PEP 2007-05-01 00:24:48 +00:00
Phillip J. Eby c047755e58 Fix typo 2007-05-01 00:19:45 +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 bb65e66f93 Fix svn:keyword properties 2007-04-30 22:48:06 +00:00
Phillip J. Eby c302a8889b Rough first draft of generic function PEP 2007-04-30 22:44:38 +00:00