Reorganized the classifications, splitting Active into Accepted and
Open. There are now: Meta-PEPs (PEPs about PEPs or Process) Other Informational PEPs Accepted PEPs (accepted for Python 2.2; may not be implemented yet) Open PEPs (under consideration for Python 2.2) Py-in-the-sky PEPs (not considered for Python 2.2) Finished PEPs (done, implemented in CVS) Empty PEPs (or containing only an abstract) Deferred, Abandoned, and Rejected PEPs Moved some of the original Active to Finished, some to Py-in-the-sky.
This commit is contained in:
parent
308d3eeed0
commit
d90c6d41a7
41
pep-0000.txt
41
pep-0000.txt
|
@ -38,50 +38,49 @@ Index by Category
|
|||
I 248 pep-0248.txt Python Database API Specification v1.0 Lemburg
|
||||
I 249 pep-0249.txt Python Database API Specification v2.0 Lemburg
|
||||
|
||||
Active PEPs (under consideration for Python 2.2)
|
||||
Accepted PEPs (accepted for Python 2.2; may not be implemented yet)
|
||||
|
||||
I 42 pep-0042.txt Small Feature Requests Hylton
|
||||
S 211 pep-0211.txt Adding A New Outer Product Operator Wilson
|
||||
S 218 pep-0218.txt Adding a Built-In Set Object Type Wilson
|
||||
S 234 pep-0234.txt Iterators Yee, van Rossum
|
||||
S 237 pep-0237.txt Unifying Long Integers and Integers Zadka, van Rossum
|
||||
S 238 pep-0238.txt Changing the Division Operator Zadka, van Rossum
|
||||
S 239 pep-0239.txt Adding a Rational Type to Python Zadka
|
||||
S 240 pep-0240.txt Adding a Rational Literal to Python Zadka
|
||||
S 241 pep-0241.txt Metadata for Python Software Packages Kuchling
|
||||
S 242 pep-0242.txt Numeric Kinds Dubois
|
||||
S 243 pep-0243.txt Module Repository Upload Mechanism Reifschneider
|
||||
S 244 pep-0244.txt The `directive' Statement von Loewis
|
||||
S 245 pep-0245.txt Python Interface Syntax Pelletier
|
||||
S 246 pep-0246.txt Object Adaptation Evans
|
||||
S 250 pep-0250.txt Using site-packages on All Platforms Moore
|
||||
I 251 pep-0251.txt Python 2.2 Release Schedule van Rossum
|
||||
S 252 pep-0252.txt Making Types Look More Like Classes van Rossum
|
||||
S 253 pep-0253.txt Subtyping Built-in Types van Rossum
|
||||
|
||||
Open PEPs (under consideration for Python 2.2)
|
||||
|
||||
I 42 pep-0042.txt Small Feature Requests Hylton
|
||||
S 237 pep-0237.txt Unifying Long Integers and Integers Zadka, van Rossum
|
||||
S 241 pep-0241.txt Metadata for Python Software Packages Kuchling
|
||||
S 243 pep-0243.txt Module Repository Upload Mechanism Reifschneider
|
||||
S 244 pep-0244.txt The `directive' Statement von Loewis
|
||||
S 254 pep-0254.txt Making Classes Look More Like Types van Rossum
|
||||
S 255 pep-0255.txt Simple Generators Schemenauer, et al
|
||||
S 256 pep-0256.txt Docstring Processing System Framework Goodger
|
||||
S 257 pep-0257.txt Docstring Conventions Goodger, van Rossum
|
||||
S 258 pep-0258.txt DPS Generic Implementation Details Goodger
|
||||
S 260 pep-0260.txt Simplify xrange() van Rossum
|
||||
S 261 pep-0261.txt Support for "wide" Unicode characters Prescod
|
||||
S 262 pep-0262.txt Database of Installed Python Packages Kuchling
|
||||
S 263 pep-0263.txt Defining Python Source Code Encodings Lemburg
|
||||
|
||||
Py-in-the-sky PEPs (not ready; may become active yet)
|
||||
Py-in-the-sky PEPs (not considered for Python 2.2)
|
||||
|
||||
I 206 pep-0206.txt 2.0 Batteries Included Zadka
|
||||
S 209 pep-0209.txt Adding Multidimensional Arrays Barrett, Oliphant
|
||||
S 211 pep-0211.txt Adding A New Outer Product Operator Wilson
|
||||
SD 212 pep-0212.txt Loop Counter Iteration Schneider-Kamp
|
||||
SD 213 pep-0213.txt Attribute Access Handlers Prescod
|
||||
S 215 pep-0215.txt String Interpolation Yee
|
||||
I 216 pep-0216.txt Docstring Format Zadka
|
||||
S 218 pep-0218.txt Adding a Built-In Set Object Type Wilson
|
||||
SD 219 pep-0219.txt Stackless Python McMillan
|
||||
S 222 pep-0222.txt Web Library Enhancements Kuchling
|
||||
SD 225 pep-0225.txt Elementwise/Objectwise Operators Zhu, Lielens
|
||||
S 228 pep-0228.txt Reworking Python's Numeric Model Zadka, van Rossum
|
||||
S 239 pep-0239.txt Adding a Rational Type to Python Zadka
|
||||
S 240 pep-0240.txt Adding a Rational Literal to Python Zadka
|
||||
S 242 pep-0242.txt Numeric Kinds Dubois
|
||||
S 245 pep-0245.txt Python Interface Syntax Pelletier
|
||||
S 246 pep-0246.txt Object Adaptation Evans
|
||||
|
||||
Finished PEPs (done, implemented)
|
||||
Finished PEPs (done, implemented in CVS)
|
||||
|
||||
SF 100 pep-0100.txt Python Unicode Integration Lemburg
|
||||
IF 160 pep-0160.txt Python 1.6 Release Schedule Drake
|
||||
|
@ -101,8 +100,12 @@ Index by Category
|
|||
S 229 pep-0229.txt Using Distutils to Build Python Kuchling
|
||||
SF 230 pep-0230.txt Warning Framework van Rossum
|
||||
SF 232 pep-0232.txt Function Attributes Warsaw
|
||||
S 234 pep-0234.txt Iterators Yee, van Rossum
|
||||
SF 235 pep-0235.txt Import on Case-Insensitive Platforms Peters
|
||||
SF 236 pep-0236.txt Back to the __future__ Peters
|
||||
S 255 pep-0255.txt Simple Generators Schemenauer, et al
|
||||
S 260 pep-0260.txt Simplify xrange() van Rossum
|
||||
S 261 pep-0261.txt Support for "wide" Unicode characters Prescod
|
||||
|
||||
Empty PEPs (or containing only an abstract)
|
||||
|
||||
|
|
Loading…
Reference in New Issue