Commit Graph

348 Commits

Author SHA1 Message Date
Nick Coghlan 1ddf93a58c Change name of PEP 343 to something less interesting but more obviously descriptive 2005-10-16 07:35:50 +00:00
Guido van Rossum fee56e59bb Rename PEP 308 to "Conditional Expressions". 2005-09-30 14:42:36 +00:00
Raymond Hettinger 14e9b49d96 Record pronouncement on conditional expressions. 2005-09-30 01:51:58 +00:00
Andrew M. Kuchling f33c46e7ad Withdraw PEP 206; add Richard Jones as co-author of PEP314 2005-09-28 14:11:28 +00:00
David Goodger 43f0aa8d20 added PEP 350, "Codetags", by Micah Elliott 2005-09-18 15:10:08 +00:00
Brett Cannon cb0f99bfd6 PEP 348 has been rejected. 2005-08-26 06:01:04 +00:00
Neil Schemenauer fb89a4ee52 New version of PEP 349. Propose that str() be changed rather than
adding a new built-in function.
2005-08-22 21:12:08 +00:00
David Goodger 0af7db79f3 changed PEP 6 type to Process 2005-08-13 12:37:53 +00:00
David Goodger 7435767028 added new Process PEP type 2005-08-13 01:37:32 +00:00
Neil Schemenauer 6e7fba0b67 Add PEP 349. 2005-08-05 02:59:00 +00:00
David Goodger a46118def9 changed PEP 347's type to reflect the PEP itself 2005-08-05 00:18:51 +00:00
David Goodger 9dbc639443 added PEP 347 2005-08-04 23:55:01 +00:00
Brett Cannon 0845f3255e Add PEP 348. 2005-08-04 03:35:19 +00:00
Raymond Hettinger 5af10082b7 Reject 310 and 319 in favor of 343. 2005-06-28 08:31:09 +00:00
Raymond Hettinger f04f650bc4 Reject 325 in favor of 342. 2005-06-28 08:20:44 +00:00
Raymond Hettinger 38a8f281bf Closing PEP 330 -- Bytecode Verification. If someone wants to write and
test some code, no PEP is required.
2005-06-28 08:14:46 +00:00
Raymond Hettinger 9339663076 Reject 294's proposed updates to the "types" and "new" modules.
Instead, missing type names can be added to __builtin__ or sys.
2005-06-28 08:00:12 +00:00
Raymond Hettinger 95fd996744 Mark 342 and 343 as accepted. Mark 254 as abandoned. 2005-06-28 07:39:09 +00:00
Andrew M. Kuchling e761d70b6f Take over PEP 206, renaming it to 'Python Advanced Library' 2005-06-27 20:31:59 +00:00
Guido van Rossum 197f9dcbbc Correct title (again!) and authorship of PEP 342. 2005-06-26 14:10:44 +00:00
David Goodger 31c9dec03f corrected classification 2005-06-20 02:27:22 +00:00
Raymond Hettinger 24b35925c9 Reject pep-0284.txt. 2005-06-18 20:36:28 +00:00
Raymond Hettinger f673294b55 Pick-up responsibility for PEP 315 (per agreement with Isaac Carroll).
Correct the semantics for continue statements found in the do suite.
The previous semantics did not match that for do-while statements in
other languages.
2005-06-18 06:21:36 +00:00
Raymond Hettinger b8b57cff0e Mark PEP 312 as Deferred -- it needs a more Pythonic syntax) 2005-06-17 22:19:41 +00:00
Raymond Hettinger d30cc3dc35 Mark PEPs 239 and 240 as rejected. 2005-06-17 21:38:02 +00:00
Raymond Hettinger 550eee19ee Reject PEP 303. 2005-06-17 20:19:25 +00:00
Raymond Hettinger d88039828e Record the rejection of PEP 336 2005-06-17 17:43:00 +00:00
Raymond Hettinger d8b3960b43 Record the rejection for PEP 313. 2005-06-17 17:33:18 +00:00
Raymond Hettinger 85377029f7 Move a deferred PEP to the correct section. 2005-06-17 08:40:50 +00:00
Raymond Hettinger 27b331b421 Record the rejection of PEP 276. 2005-06-17 07:09:04 +00:00
Raymond Hettinger 15af1ad96b Record the rejection of PEP 281. 2005-06-17 04:57:07 +00:00
Raymond Hettinger b052f52afd Record the rejection of PEP 265.
The requested functionality was largely fulfilled by Py2.4's sorted()
function.  See Guido's 6/17/2005 note on python-dev.
2005-06-17 04:30:41 +00:00
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