Commit Graph

2548 Commits

Author SHA1 Message Date
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
Brett Cannon 09824f7379 Add mention that indirection entries in sys.modules will not be supported once
absolute/relative imports are the only import semantics supported.
Specifically mention that this will definitely happen for Python 3.0.
2007-04-30 00:55:35 +00:00
Brett Cannon e2d0295f0f Specify that load_module is to raise ImportError if an error has occurred and
no exceptino is being propagated or it has been asked to load a module that it
cannot.

Also specify that __name__ must be set on all loaded modules.
2007-04-29 20:19:50 +00:00
Brett Cannon fd3f447b80 Add bsddb185 to the list of modules to go. 2007-04-29 20:03:44 +00:00
Martin v. Löwis 06bca6e5e3 Add edits suggested by Brett. 2007-04-29 14:17:02 +00:00
Martin v. Löwis d4d0b01433 Add Brett's suggested changes. 2007-04-29 13:46:08 +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
Andrew M. Kuchling 532382f5dc Fix 'the the' error 2007-04-28 00:36:48 +00:00
Andrew M. Kuchling c61ac6d3cd Fix 'the the' error 2007-04-27 23:42:06 +00:00
Andrew M. Kuchling 59c5afdf4a Fix 'the the' error 2007-04-27 22:51:38 +00:00
Guido van Rossum e432788d3f Fix typos and nits reported by various correspondents,
add a few clarifications and new open issues.  Only the easy stuff.
2007-04-27 20:07:16 +00:00
Martin v. Löwis 43d62602d0 Add keywords for PEP 3121. 2007-04-27 08:31:58 +00:00
Martin v. Löwis e4acda0af6 Add PEP 3121. 2007-04-27 08:27:24 +00:00
Georg Brandl fe42ad186f Some reST sanitizing; change the Authors: header back to "Author:". 2007-04-27 06:58:33 +00:00
Martin v. Löwis dd64b9f72e Remove extra spaces. 2007-04-27 06:34:37 +00:00
Martin v. Löwis f9f761307b Set svn:keywords. 2007-04-27 06:24:32 +00:00
Martin v. Löwis e8beb1ae2f Fix formatting problems. 2007-04-27 05:52:31 +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