2000-07-28 01:49:32 -04:00
|
|
|
|
PEP: 0
|
2000-07-13 02:33:08 -04:00
|
|
|
|
Title: Index of Python Enhancement Proposals (PEPs)
|
|
|
|
|
Version: $Revision$
|
2000-10-30 16:16:38 -05:00
|
|
|
|
Author: barry@digicool.com (Barry A. Warsaw)
|
2000-07-13 02:33:08 -04:00
|
|
|
|
Status: Active
|
2000-08-07 22:30:24 -04:00
|
|
|
|
Type: Informational
|
|
|
|
|
Created: 13-Jul-2000
|
|
|
|
|
Post-History:
|
2000-07-13 02:33:08 -04:00
|
|
|
|
|
|
|
|
|
Introduction
|
|
|
|
|
|
|
|
|
|
The PEP contains the index of all Python Enhancement Proposals,
|
|
|
|
|
known as PEPs. PEP numbers are assigned by the PEP Editor, and
|
|
|
|
|
once assigned are never changed.
|
|
|
|
|
|
2000-07-31 11:06:47 -04:00
|
|
|
|
|
2000-11-02 21:56:05 -05:00
|
|
|
|
Index by Category
|
|
|
|
|
|
|
|
|
|
num filename title owner
|
|
|
|
|
--- ------------ ----- -----
|
|
|
|
|
|
|
|
|
|
Meta-PEPs (PEPs about PEPs)
|
|
|
|
|
|
|
|
|
|
I 0 pep-0000.txt Index of Python Enhancement Proposals Warsaw
|
|
|
|
|
I 1 pep-0001.txt PEP Guidelines Warsaw, Hylton
|
|
|
|
|
I 2 pep-0002.txt Procedure for Adding New Modules Raymond
|
|
|
|
|
I 3 pep-0003.txt Guidelines for Handling Bug Reports Hylton
|
|
|
|
|
I 4 pep-0004.txt Deprecation of Standard Modules von Loewis
|
|
|
|
|
I 5 pep-0005.txt Guidelines for Language Evolution Prescod
|
|
|
|
|
|
|
|
|
|
Active PEPs (under serious consideration for Python 2.1 - even if empty)
|
|
|
|
|
|
|
|
|
|
I 42 pep-0042.txt Small Feature Requests Hylton
|
2001-01-19 17:31:48 -05:00
|
|
|
|
S 205 pep-0205.txt Weak References Drake
|
2000-11-02 21:56:05 -05:00
|
|
|
|
I 226 pep-0226.txt Python 2.1 Release Schedule Hylton
|
|
|
|
|
S 227 pep-0227.txt Statically Nested Scopes Hylton
|
2001-01-05 09:59:17 -05:00
|
|
|
|
S 229 pep-0229.txt Using Distutils to Build Python Kuchling
|
2000-12-12 21:14:11 -05:00
|
|
|
|
S 233 pep-0233.txt Python Online Help Prescod
|
2000-11-02 21:56:05 -05:00
|
|
|
|
|
|
|
|
|
Pie-in-the-sky PEPs (not ready; may become active yet)
|
|
|
|
|
|
|
|
|
|
I 206 pep-0206.txt 2.0 Batteries Included Zadka
|
|
|
|
|
SD 211 pep-0211.txt Adding New Linear Algebra Operators Wilson
|
|
|
|
|
SD 212 pep-0212.txt Loop Counter Iteration Schneider-Kamp
|
|
|
|
|
SD 213 pep-0213.txt Attribute Access Handlers Prescod
|
2000-11-28 17:13:45 -05:00
|
|
|
|
I 216 pep-0216.txt Docstring Format Zadka
|
2000-11-28 09:01:17 -05:00
|
|
|
|
SD 218 pep-0218.txt Adding a Built-In Set Object Type Wilson
|
2001-01-09 10:53:16 -05:00
|
|
|
|
S 222 pep-0222.txt Web Library Enhancements Kuchling
|
2000-11-02 21:56:05 -05:00
|
|
|
|
SD 224 pep-0224.txt Attribute Docstrings Lemburg
|
|
|
|
|
SD 225 pep-0225.txt Elementwise/Objectwise Operators Zhu, Lielens
|
2000-11-05 19:44:34 -05:00
|
|
|
|
S 228 pep-0228.txt Reworking Python's Numeric Model Zadka
|
2000-11-02 21:56:05 -05:00
|
|
|
|
|
|
|
|
|
Incomplete PEPs (only an abstract)
|
|
|
|
|
|
|
|
|
|
SD 219 pep-0219.txt Stackless Python McMillan
|
|
|
|
|
I 220 pep-0220.txt Coroutines, Generators, Continuations McMillan
|
|
|
|
|
|
|
|
|
|
Empty PEPs (nothing written yet)
|
|
|
|
|
|
|
|
|
|
SD 209 pep-0209.txt Adding Multidimensional Arrays Ascher
|
|
|
|
|
SD 210 pep-0210.txt Decoupling the Interpreter Loop Ascher
|
|
|
|
|
SD 215 pep-0215.txt String Interpolation Yee
|
|
|
|
|
|
|
|
|
|
Finished PEPs (done, implemented)
|
|
|
|
|
|
|
|
|
|
I 160 pep-0160.txt Python 1.6 Release Schedule Drake
|
|
|
|
|
IF 200 pep-0200.txt Python 2.0 Release Schedule Hylton
|
|
|
|
|
SF 201 pep-0201.txt Lockstep Iteration Warsaw
|
|
|
|
|
S 202 pep-0202.txt List Comprehensions Peters
|
|
|
|
|
SF 203 pep-0203.txt Augmented Assignments Wouters
|
2001-01-19 17:31:48 -05:00
|
|
|
|
SF 207 pep-0207.txt Rich Comparisons van Rossum, Ascher
|
|
|
|
|
SF 208 pep-0208.txt Reworking the Coercion Model Schemenauer, Lemburg
|
2000-11-02 21:56:05 -05:00
|
|
|
|
SF 214 pep-0214.txt Extended Print Statement Warsaw
|
2001-01-11 02:26:22 -05:00
|
|
|
|
SF 217 pep-0217.txt Display Hook for Interactive Use Zadka
|
2000-11-02 21:56:05 -05:00
|
|
|
|
SF 221 pep-0221.txt Import As Wouters
|
|
|
|
|
SF 223 pep-0223.txt Change the Meaning of \x Escapes Peters
|
2001-01-19 17:31:48 -05:00
|
|
|
|
SF 230 pep-0230.txt Warning Framework van Rossum
|
2001-01-15 15:48:36 -05:00
|
|
|
|
SF 232 pep-0232.txt Function Attributes Warsaw
|
2000-11-02 21:56:05 -05:00
|
|
|
|
|
|
|
|
|
Rejected PEPs
|
|
|
|
|
|
|
|
|
|
SR 204 pep-0204.txt Range Literals Wouters
|
2000-12-08 10:05:09 -05:00
|
|
|
|
SR 231 pep-0231.txt __findattr__() Warsaw
|
2000-11-02 21:56:05 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Numerical Index
|
2000-07-13 02:33:08 -04:00
|
|
|
|
|
2000-08-22 01:14:50 -04:00
|
|
|
|
num filename title owner
|
|
|
|
|
--- ------------ ----- -----
|
|
|
|
|
I 0 pep-0000.txt Index of Python Enhancement Proposals Warsaw
|
|
|
|
|
I 1 pep-0001.txt PEP Guidelines Warsaw, Hylton
|
|
|
|
|
I 2 pep-0002.txt Procedure for Adding New Modules Raymond
|
2000-10-26 17:22:48 -04:00
|
|
|
|
I 3 pep-0003.txt Guidelines for Handling Bug Reports Hylton
|
2000-10-04 18:40:30 -04:00
|
|
|
|
I 4 pep-0004.txt Deprecation of Standard Modules von Loewis
|
2000-10-26 17:22:48 -04:00
|
|
|
|
I 5 pep-0005.txt Guidelines for Language Evolution Prescod
|
2000-09-15 14:35:59 -04:00
|
|
|
|
I 42 pep-0042.txt Small Feature Requests Hylton
|
2000-08-14 10:46:56 -04:00
|
|
|
|
|
2000-08-22 01:14:50 -04:00
|
|
|
|
I 160 pep-0160.txt Python 1.6 Release Schedule Drake
|
|
|
|
|
|
2000-11-02 11:43:32 -05:00
|
|
|
|
IF 200 pep-0200.txt Python 2.0 Release Schedule Hylton
|
2000-09-23 04:26:40 -04:00
|
|
|
|
SF 201 pep-0201.txt Lockstep Iteration Warsaw
|
2000-08-22 01:14:50 -04:00
|
|
|
|
S 202 pep-0202.txt List Comprehensions Peters
|
2000-09-23 04:26:40 -04:00
|
|
|
|
SF 203 pep-0203.txt Augmented Assignments Wouters
|
2000-11-02 11:38:15 -05:00
|
|
|
|
SR 204 pep-0204.txt Range Literals Wouters
|
2001-01-19 17:31:48 -05:00
|
|
|
|
S 205 pep-0205.txt Weak References Drake
|
2000-08-22 01:14:50 -04:00
|
|
|
|
I 206 pep-0206.txt 2.0 Batteries Included Zadka
|
2001-01-19 17:31:48 -05:00
|
|
|
|
SF 207 pep-0207.txt Rich Comparisons van Rossum, Ascher
|
|
|
|
|
SF 208 pep-0208.txt Reworking the Coercion Model Schemenauer, Lemburg
|
2000-08-23 01:09:57 -04:00
|
|
|
|
SD 209 pep-0209.txt Adding Multidimensional Arrays Ascher
|
|
|
|
|
SD 210 pep-0210.txt Decoupling the Interpreter Loop Ascher
|
|
|
|
|
SD 211 pep-0211.txt Adding New Linear Algebra Operators Wilson
|
|
|
|
|
SD 212 pep-0212.txt Loop Counter Iteration Schneider-Kamp
|
|
|
|
|
SD 213 pep-0213.txt Attribute Access Handlers Prescod
|
2000-09-23 04:26:40 -04:00
|
|
|
|
SF 214 pep-0214.txt Extended Print Statement Warsaw
|
2000-08-23 01:09:57 -04:00
|
|
|
|
SD 215 pep-0215.txt String Interpolation Yee
|
2000-08-22 01:14:50 -04:00
|
|
|
|
I 216 pep-0216.txt Docstring Format Zadka
|
2001-01-11 02:26:22 -05:00
|
|
|
|
SF 217 pep-0217.txt Display Hook for Interactive Use Zadka
|
2000-08-23 01:09:57 -04:00
|
|
|
|
SD 218 pep-0218.txt Adding a Built-In Set Object Type Wilson
|
|
|
|
|
SD 219 pep-0219.txt Stackless Python McMillan
|
2000-08-22 01:14:50 -04:00
|
|
|
|
I 220 pep-0220.txt Coroutines, Generators, Continuations McMillan
|
2000-09-23 12:09:16 -04:00
|
|
|
|
SF 221 pep-0221.txt Import As Wouters
|
2000-11-02 21:56:05 -05:00
|
|
|
|
S 222 pep-0222.txt Web Library Enhancements Kuchling
|
2000-09-23 04:26:40 -04:00
|
|
|
|
SF 223 pep-0223.txt Change the Meaning of \x Escapes Peters
|
2000-11-02 21:56:05 -05:00
|
|
|
|
SD 224 pep-0224.txt Attribute Docstrings Lemburg
|
2000-09-19 11:29:58 -04:00
|
|
|
|
SD 225 pep-0225.txt Elementwise/Objectwise Operators Zhu, Lielens
|
2000-10-16 17:25:34 -04:00
|
|
|
|
I 226 pep-0226.txt Python 2.1 Release Schedule Hylton
|
2000-11-02 11:19:06 -05:00
|
|
|
|
S 227 pep-0227.txt Statically Nested Scopes Hylton
|
2000-11-05 11:55:24 -05:00
|
|
|
|
S 228 pep-0228.txt Reworking Python's Numeric Model Zadka
|
2000-11-22 14:17:36 -05:00
|
|
|
|
S 229 pep-0229.txt Using Distutils to Build Python Kuchling
|
2000-11-28 17:23:25 -05:00
|
|
|
|
S 230 pep-0230.txt Warning Framework van Rossum
|
2000-12-08 10:05:09 -05:00
|
|
|
|
SR 231 pep-0231.txt __findattr__() Warsaw
|
2001-01-15 15:48:36 -05:00
|
|
|
|
SF 232 pep-0232.txt Function Attributes Warsaw
|
2000-12-12 21:14:11 -05:00
|
|
|
|
S 233 pep-0233.txt Python Online Help Prescod
|
2000-08-14 10:46:56 -04:00
|
|
|
|
|
|
|
|
|
Key
|
|
|
|
|
|
|
|
|
|
I - Informational PEP
|
|
|
|
|
S - Standards Track PEP
|
|
|
|
|
A - Accepted proposal
|
|
|
|
|
R - Rejected proposal
|
2000-08-23 01:09:57 -04:00
|
|
|
|
D - Deferred proposal
|
2000-09-23 04:26:40 -04:00
|
|
|
|
F - Final proposal
|
2000-08-03 11:42:42 -04:00
|
|
|
|
|
|
|
|
|
|
2000-08-22 01:14:50 -04:00
|
|
|
|
Owners
|
|
|
|
|
|
2000-08-23 01:04:12 -04:00
|
|
|
|
name email address
|
|
|
|
|
---------------- -------------
|
|
|
|
|
Ascher, David davida@activestate.com
|
2000-10-30 15:48:44 -05:00
|
|
|
|
Drake, Fred fdrake@acm.org
|
|
|
|
|
Hylton, Jeremy jeremy@digicool.com
|
2000-08-23 01:04:12 -04:00
|
|
|
|
Kuchling, Andrew akuchlin@mems-exchange.org
|
2000-08-23 12:51:21 -04:00
|
|
|
|
Lemburg, Marc-Andre mal@lemburg.com
|
2000-09-19 11:29:58 -04:00
|
|
|
|
Lielens, Gregory gregory.lielens@fft.be
|
2000-10-04 18:40:30 -04:00
|
|
|
|
von Loewis, Martin loewis@informatik.hu-berlin.de
|
2000-08-23 01:04:12 -04:00
|
|
|
|
McMillan, Gordon gmcm@hypernet.com
|
2000-10-30 15:48:44 -05:00
|
|
|
|
Peters, Tim tim@digicool.com
|
2000-08-23 01:04:12 -04:00
|
|
|
|
Prescod, Paul paul@prescod.net
|
|
|
|
|
Raymond, Eric esr@snark.thyrsus.com
|
2000-11-28 17:13:45 -05:00
|
|
|
|
van Rossum, Guido guido@python.org
|
2000-12-04 22:16:33 -05:00
|
|
|
|
Schemenauer, Neil nas@arctrix.com
|
2000-12-14 10:37:25 -05:00
|
|
|
|
Schneider-Kamp, Peter nowonder@nowonder.de
|
2000-10-30 16:16:38 -05:00
|
|
|
|
Warsaw, Barry barry@digicool.com
|
2000-08-23 01:04:12 -04:00
|
|
|
|
Wilson, Greg gvwilson@nevex.com
|
|
|
|
|
Wouters, Thomas thomas@xs4all.net
|
|
|
|
|
Yee, Ka-Ping ping@lfw.org
|
2000-12-11 18:08:11 -05:00
|
|
|
|
Zadka, Moshe moshez@zadka.site.co.il
|
2000-09-19 11:29:58 -04:00
|
|
|
|
Zhu, Huaiyu hzhu@users.sourceforge.net
|
2000-08-22 01:14:50 -04:00
|
|
|
|
|
|
|
|
|
|
2000-07-13 02:33:08 -04:00
|
|
|
|
|
|
|
|
|
Local Variables:
|
|
|
|
|
mode: indented-text
|
|
|
|
|
indent-tabs-mode: nil
|
|
|
|
|
End:
|