Brett Cannon
4e28bfae55
Make PEP 3102 as finished.
2007-03-04 20:04:12 +00:00
Brett Cannon
c8a6c5d2df
Mark PEP 3104 as finished (implemented at PyCon 2007 sprint by Jeremy Hylton).
2007-03-04 20:02:51 +00:00
Brett Cannon
2362fff60a
Fix up marking PEP 3106 as accepted (was already listed in the Accepted section
...
of PEP 0). Not marking as Implemented as some Open Issues are still listed.
2007-03-04 19:59:36 +00:00
Brett Cannon
fc09db9704
Change the classification of PEP 3108 from Information to Standards Track since
...
it needs acceptance and is not just explaining something.
2007-03-04 19:57:43 +00:00
Brett Cannon
9a13ad8b25
Mark PEP 3113 as accepted.
2007-03-04 19:56:13 +00:00
Brett Cannon
4301006e14
Add PEP 3113 (Removal of Tuple Parameter Unpacking).
2007-03-03 00:42:09 +00:00
Guido van Rossum
89710fca07
Reject PEP 3103 (switch/case statement).
2007-02-26 00:35:06 +00:00
Thomas Wouters
e0c7c5d7e0
Update my email address from the old work address (which still works, but
...
not indefinitely.)
2007-02-24 17:16:22 +00:00
Thomas Wouters
7f6abf9af8
Credit where credit due.
2007-02-24 17:13:30 +00:00
Guido van Rossum
1a45ca7a95
Add the bytes literal PEP, by Jason Orendorff.
...
And accept it!
2007-02-24 05:42:52 +00:00
Guido van Rossum
3ed8bc79de
Update the bytes object to better resemble my intentions.
2007-02-22 23:57:46 +00:00
Guido van Rossum
7c97ac0ea4
Sorry, PEP 3106 is not yet accepted. Also removed mutating operations
...
and added some clarifications.
2007-02-20 23:32:28 +00:00
Nick Coghlan
d6a8f11a3a
Formally record December's acceptance of the raw_input() -> input() renaming.
2007-02-20 13:57:06 +00:00
David Goodger
d8c196c684
mark PEP 363 rejected
2007-02-20 03:32:58 +00:00
Georg Brandl
f7cee114e2
Mark diverse Py3000 PEPs as accepted, mark PEPs 328 and 3105 as Final.
2007-02-17 18:42:37 +00:00
David Goodger
343ecf5216
added PEP 363 "Syntax For Dynamic Attribute Access" by Ben North
2007-02-11 23:50:57 +00:00
Collin Winter
a85fc84066
3110 and 3109 are standards track, not informational, PEPs
2007-02-05 22:16:35 +00:00
Collin Winter
931b82bdc4
Add PEP 3110: Catching Exceptions in Python 3000
2007-02-05 22:05:46 +00:00
Collin Winter
2b60fcad43
Add PEP 3109: Raising Exceptions in Python 3000
2007-02-05 22:01:58 +00:00
Brett Cannon
742eac0b4d
Add PEP 3108: Standard Library Reorganization.
2007-01-02 00:02:41 +00:00
David Goodger
6006113241
added PEP 3107, Function Annotations, by Winter & Lownds
2006-12-22 15:46:01 +00:00
Neal Norwitz
9eb151a284
Add 3106 to the index
2006-12-20 06:40:44 +00:00
Georg Brandl
5078b98a98
Add PEP 3015: "Make print a function".
2006-11-19 23:17:32 +00:00
David Goodger
2800b2695a
added 3104 to list; Ping's new email addy
2006-11-09 20:24:05 +00:00
Neal Norwitz
aae370853a
Marking 2.5 PEP as final
2006-09-21 05:15:29 +00:00
Brett Cannon
51693509e1
PEP 362: Function Signature Object.
2006-08-21 23:54:07 +00:00
Neal Norwitz
c31ba73924
Skeleton 2.6 schedule andn plans
2006-06-30 06:38:33 +00:00
Guido van Rossum
3e857976b3
Add PEP 3103: A Switch/Case Statement (GvR).
...
Also fix a reference to cvs in the Makefile.
2006-06-26 18:05:39 +00:00
Brett Cannon
611775cfe2
Add Externally Maintained Packages PEP (PEP 360).
2006-05-31 05:54:49 +00:00
Neal Norwitz
0a5c1556d3
334 was withdrawn by author. move 298 where it belongs
2006-05-11 07:50:27 +00:00
Neal Norwitz
efadf4e5f3
359 was withdrawn
2006-05-11 06:59:28 +00:00
Neal Norwitz
d8df1df4f1
243 was withdrawn
2006-05-03 04:44:17 +00:00
Andrew M. Kuchling
2d67f00b68
Mark PEP 314 as final
2006-05-01 11:18:18 +00:00
Neal Norwitz
82a8f94565
Travis sent me mail asking me to withdraw this PEP.
2006-04-28 03:39:57 +00:00
Neal Norwitz
fa19ef822d
Authors withdrew some PEPs by mail on python-dev (Apr 26, 2006).
2006-04-27 08:47:55 +00:00
Neal Norwitz
2a881b6090
Add withdrawn to the key/legend and use W to denote those PEPs already withdrawn.
2006-04-27 08:43:40 +00:00
David Goodger
0ac7bc2d0c
added two PEPs by Talin: 3101, Advanced String Formatting; and 3102, Keyword-Only Arguments
2006-04-26 20:33:25 +00:00
Andrew M. Kuchling
a30697598f
Withdraw PEP 321: datetime objects have a strptime() method now
2006-04-26 10:20:27 +00:00
David Goodger
7c39299824
added PEPs 359 (The "make Statement) and 3002 (Procedure for Backwards-Incompatible Changes) by Steven Bethard
2006-04-13 13:36:24 +00:00
Guido van Rossum
ef6c7042a0
Added PEP 3000 lines.
2006-04-05 20:06:56 +00:00
Georg Brandl
f9f748bdbd
Add PEP 3001.
2006-04-05 07:34:58 +00:00
Georg Brandl
d143c5d2f6
Move PEP 3000 to PEP 3100.
...
Someone still has to write PEP 3000 ;)
2006-04-05 07:17:23 +00:00
Georg Brandl
a98221c42f
Add PEP 3099 -- Things that Will Not Change.
2006-04-04 11:59:11 +00:00
Brett Cannon
dc649e15dd
Reject PEP 299 per Guido's request:
...
http://mail.python.org/pipermail/python-dev/2006-March/062968.html
2006-03-29 19:18:47 +00:00
David Goodger
7e55edbac0
whitespace change to rebuild site
2006-03-24 12:51:27 +00:00
Nick Coghlan
a8bc8f6250
Mark PEP 338 as Final for 2.5
2006-03-15 11:12:01 +00:00
Guido van Rossum
4cf495d95c
Accept PEP 338. Maybe there are some tweaks necessary to the code,
...
but I want to make it clear that this feature is accepted for 2.5.
2006-03-15 04:17:29 +00:00
Guido van Rossum
9fab3b64b4
Accept and finalize PEP 357. __index__ is all checked in.
2006-03-07 18:58:54 +00:00
Brett Cannon
854454ef09
Fix mismatch of PEP 339's title and what listed in the index.
2006-03-02 22:05:48 +00:00
Brett Cannon
03ecd8842d
Swap in Python/compile.txt text; it's more comprehensive. Changed the name of
...
the PEP to reflect this.
Will delete Python/compile.txt and use this as the definitive copy.
2006-03-02 22:04:09 +00:00
David Goodger
794b1f8f11
converted to UTF-8 & added coding slugs
2006-03-02 19:54:50 +00:00
David Goodger
dd1d969c25
switched encoding to UTF-8
2006-03-02 18:31:36 +00:00
Neal Norwitz
31ace078cc
Forgot to update both places for the status
2006-03-01 08:59:06 +00:00
Brett Cannon
81eabf7a0d
Change status of PEP 352 to final.
...
Also clarified wording to reflect the implementation; only exceptions are
new-style class. Wording was ambiguous and suggested that you could raise
any new-style class which was considered insane by everyone at the core sprint
at PyCon 2006. And, most importantly, a Tim-channeled Guido thought that the
current implementation was the way to go. No one should be able to ``raise
42``.
2006-03-01 04:48:52 +00:00
Neal Norwitz
7e0013445c
ssize_t is final. Thanks Martin!
2006-02-28 23:28:21 +00:00
Guido van Rossum
df7a33afb0
PEP 308 is final. A great many thanks go to Thomas Wouters!
2006-02-27 16:55:05 +00:00
David Goodger
f242f9b082
deferred PEP 315 at Raymond Hettinger's request
2006-02-24 22:43:04 +00:00
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
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
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