Neil Schemenauer
2da9d64f5e
Add PEP 358 to index.
2006-02-22 20:43:33 +00:00
Guido van Rossum
c0041fee26
Oops. I meant to accept 353 (ssize_t), not yet 357 (__index__).
2006-02-16 00:03:47 +00:00
Guido van Rossum
94f3b53a67
Accept PEP 357 (ssize_t).
2006-02-15 23:23:49 +00:00
Guido van Rossum
86b2dc19d2
Reject PEP 332. We'll have to start over with a new PEP.
2006-02-15 20:41:16 +00:00
Neal Norwitz
79384da9d4
Fix capitalization of Conversions
2006-02-15 04:53:23 +00:00
Guido van Rossum
9165aef296
Reject PEP 351.
2006-02-13 21:09:25 +00:00
Guido van Rossum
e927bc15de
Tweak and accept PEP 352 -- new exception hierarchy.
2006-02-10 19:48:38 +00:00
Guido van Rossum
4ab4d33cc9
Add PEP 357, Allowing Any Object to be Used for Slicing (by Travis Oliphant).
2006-02-09 19:09:50 +00:00
Neal Norwitz
6b9a28d9c2
PEPs are in SVN now. Also update PEP 1s title
2006-02-09 08:27:55 +00:00
Neal Norwitz
996cb70290
PEPs 310 and 325 were rejected, but not noted in numerical index
2006-02-09 06:19:07 +00:00
Neal Norwitz
a77fdde82f
Very draft version of 2.5 release schedule.
2006-02-08 06:33:27 +00:00
Neal Norwitz
f860cb242a
Guido accepted 342 and 343 at EuroPython keynote. 342 was commited.
2006-02-08 06:22:22 +00:00
Neal Norwitz
232cf49ebf
PEP 341 was commited
2006-02-08 05:53:10 +00:00
David Goodger
dda6d09e62
added PEP 355, Path - Object oriented filesystem paths, by B. Lindqvist
2006-01-26 19:45:49 +00:00
David Goodger
98dd3dcbe4
added PEP 354, Enumerations in Python, by Ben Finney
2006-01-26 00:55:20 +00:00
Martin v. Löwis
bb269df4c0
Add PEP 353.
2006-01-10 21:06:23 +00:00
Georg Brandl
a6c22be775
s/Birkenfeld/Brandl/
2006-01-08 21:12:09 +00:00
Guido van Rossum
53484cbde2
Um, mark PEP 341 as accepted (but not yet implemented) here too.
2005-12-16 21:30:36 +00:00
Brett Cannon
b554d339a8
Change PEP 347 (cvs -> svn conversion) to being accepted.
2005-12-04 22:15:20 +00:00
Brett Cannon
7c489e7dae
List Paul Moore as a co-author on PEP 302 as the PEP says.
2005-12-04 02:44:26 +00:00
Neil Schemenauer
0fcf41f3cd
Defer PEP 349.
2005-10-29 14:36:02 +00:00
Brett Cannon
9495215f04
Check in initial version of PEP 352: Required Superclass for Exceptions.
2005-10-28 02:53:49 +00:00
Barry Warsaw
9c2d269ad4
PEP 351, the freeze protocol.
2005-10-23 22:39:17 +00:00
Nick Coghlan
28b01bed0e
Revert PEP 343 to draft status until Guido is happy with the update
2005-10-17 09:15:06 +00:00
Nick Coghlan
2c1f437a28
Fix names broken by Kate editor in previous checkin
2005-10-16 12:21:08 +00:00
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