Commit Graph

316 Commits

Author SHA1 Message Date
Raymond Hettinger 873af4a927 With Barry's blessing, marking PEP 274 as withdrawn.
After genexps were introduced, it was no longer needed.
2005-06-17 02:13:11 +00:00
Raymond Hettinger df82c82ddc Withdraw 288 in favor of 343. 2005-06-15 16:34:03 +00:00
Guido van Rossum aa16af4b48 Fix/unify PEP 342's title. 2005-06-14 15:14:01 +00:00
David Goodger 66351626ac updated PEP 342 title 2005-06-14 02:21:33 +00:00
Guido van Rossum 76de894c1a Updated PEP 343 title. 2005-06-01 15:16:33 +00:00
David Goodger d994875a12 added PEP 346, User Defined ("with") Statements, by Nick Coghlan; withdrawn by the author 2005-05-28 22:44:24 +00:00
Andrew M. Kuchling 7993632adb Fix title typo 2005-05-23 13:08:09 +00:00
David Goodger 3425a34f2f added PEP 345, Medatadata for Python Software Packages 1.2, by Richard Jones 2005-05-23 00:59:54 +00:00
Guido van Rossum cc6ea270d6 Rejecting PEP 340 in favor of PEP 343. 2005-05-16 00:34:33 +00:00
Ka-Ping Yee c2c4af5fd7 Add PEP 344. Shorten title to make it fit in PEP 0. 2005-05-15 19:49:01 +00:00
Guido van Rossum 3e348d5237 Add PEP 343: Anonymous Block Redux 2005-05-14 00:08:20 +00:00
Guido van Rossum 9cb17e5426 Split PEP 342 (Enhanced Iterators) off of PEP 340. 2005-05-11 21:58:43 +00:00
David Goodger b8122feb32 added PEP 341, "Unifying try-except and try-finally", by Reinhold Birkenfeld 2005-05-07 12:13:49 +00:00
Guido van Rossum 447c9b95ec Add PEP 340. 2005-04-27 07:26:55 +00:00
David Goodger 241ebfde07 updated PEP 301 status; added encoding to Emacs stanza 2005-03-20 18:30:12 +00:00
Raymond Hettinger f72cb1fe04 Update PEP 309 and mark as final (checked-in to cvs). 2005-02-28 19:53:29 +00:00
Brett Cannon dbface4a95 Added PEP 339, "How to Change CPython's Bytecode", by Brett Cannon. 2005-02-12 22:02:05 +00:00
Barry Warsaw 0443981205 Marking PEPs 252 and 253 as final, with GvR's approval. Includes an editor's
note about the accuracy of the description in the PEP.
2005-01-30 03:08:02 +00:00
Barry Warsaw 5a8151b527 Jim Jewett points out that PEPs 278, 292, 318, and 324 can be marked as Final,
and that 215 can be marked as Rejected.
2005-01-29 18:24:59 +00:00
David Goodger 5514470bdf added PEP 338, , by 2004-12-11 20:24:11 +00:00
David Goodger 9844a8b7c7 added PEP 337, Logging Usage in the Standard Library, by Michael P. Dubner 2004-12-11 20:01:08 +00:00
Anthony Baxter 881b4d15c4 pep 320 is finished. someone else can create the 2.5 release schedule pep 2004-11-30 13:44:08 +00:00
David Goodger b84e1267c4 added PEP 336, "Make None Callable", by Andrew McClelland 2004-11-03 16:58:30 +00:00
Vinay Sajip 1103b473b7 Updated PEP282 status in numerical list 2004-10-27 10:09:55 +00:00
David Goodger abd928379d update from Peter Astrand; title change 2004-10-08 13:03:22 +00:00
Fred Drake dee69d03e1 since PEP 262 was deferred, mark it consistently on both entries 2004-10-07 01:33:55 +00:00
David Goodger 48e02cb74d added PEP 335, Overloadable Boolean Operators, by Greg Ewing 2004-09-09 13:48:44 +00:00
David Goodger 9ecd216dff added PEP 334, "Simple Coroutines via SuspendIteration", by Clark C. Evans 2004-09-08 00:11:18 +00:00
Anthony Baxter a37ed19664 pep318 is accepted 2004-09-01 16:18:20 +00:00
Raymond Hettinger d324b2fcff Update and finalize PEP 218 (builtin set types):
* List the additional methods and operators that are supported.
* List differences between sets.py and the built-in types.
* Mark the {-} syntax as rejected by Guido until Python 3000.
* Note that genexps make set comprehensions moot.
* Mark the pep as final and implemented.
2004-08-27 20:28:58 +00:00
Andrew M. Kuchling 28d9c521f0 Mark PEP 273 as final 2004-08-27 18:13:48 +00:00
David Goodger a46d0fa414 added PEP 333, "Python Web Server Gateway Interface v1.0", by Phillip J. Eby 2004-08-27 17:30:09 +00:00
David Goodger c0f6e95fc5 added PEP 332, "Byte vectors and String/Unicode Unification", by Skip Montanaro 2004-08-27 13:44:37 +00:00
Barry Warsaw 008faf4bad Added PEP 20, The Zen of Python 2004-08-23 03:41:56 +00:00
Andrew M. Kuchling b5815e3e63 Add PEP 3000 2004-08-20 12:43:19 +00:00
Martin v. Löwis c2b90f8633 Marking PEP 269 as deferred. 2004-08-18 11:56:16 +00:00
Skip Montanaro 000b0e0bbc marking pep 305 final 2004-08-11 21:00:25 +00:00
Vinay Sajip 4e63189b67 Marked PEP 282 as Final 2004-08-10 14:31:41 +00:00
Andrew M. Kuchling 56a0b6d473 Mark PEP 307 as final; fix a typo in PEP 307 2004-08-07 15:59:56 +00:00
Anthony Baxter 980dc9c859 classes, no, functions yes 2004-08-06 16:02:42 +00:00
David Goodger 9d455a5e43 update from Peter Astrand 2004-08-03 13:13:43 +00:00
David Goodger a0686d62bb added PEP 331, Locale-Independent Float/String Conversions, by Christian R. Reis 2004-07-19 18:08:57 +00:00
Raymond Hettinger 706f202b24 Mark PEP327 (decimal floating point) as approved and final. 2004-07-06 01:15:33 +00:00
David Goodger 068a7f290b added PEP 330, Python Bytecode Verification, by Michel Pelletier 2004-05-28 01:45:34 +00:00
Raymond Hettinger 18428862ff Various PEP updates mostly related to generator expressions. 2004-05-19 21:18:55 +00:00
Raymond Hettinger d8f2eaf03c Self reject PEP 329. 2004-04-20 17:51:11 +00:00
Raymond Hettinger a8b8df4485 Checkin pep for constant binding. 2004-04-19 04:07:59 +00:00
David Goodger d9c3ed0cce updated 2004-04-04 02:39:23 +00:00
David Goodger c1b90e3bd2 updated 2004-02-28 19:10:16 +00:00
David Goodger 336b800bf3 updated 2004-02-24 02:48:26 +00:00