Added PEP 302; van Rossum -> GvR; added JvR

This commit is contained in:
David Goodger 2002-12-21 19:50:27 +00:00
parent 4d95f53be5
commit 200959cb61
1 changed files with 44 additions and 41 deletions

View File

@ -36,8 +36,8 @@ Index by Category
I 4 Deprecation of Standard Modules von Loewis I 4 Deprecation of Standard Modules von Loewis
I 5 Guidelines for Language Evolution Prescod I 5 Guidelines for Language Evolution Prescod
I 6 Bug Fix Releases Aahz I 6 Bug Fix Releases Aahz
I 7 Style Guide for C Code van Rossum I 7 Style Guide for C Code GvR
I 8 Style Guide for Python Code van Rossum, Warsaw I 8 Style Guide for Python Code GvR, Warsaw
I 9 Sample Plaintext PEP Template Warsaw I 9 Sample Plaintext PEP Template Warsaw
I 10 Voting Guidelines Warsaw I 10 Voting Guidelines Warsaw
I 11 Removing support for little used platforms von Loewis I 11 Removing support for little used platforms von Loewis
@ -46,20 +46,20 @@ Index by Category
Other Informational PEPs Other Informational PEPs
I 42 Feature Requests Hylton I 42 Feature Requests Hylton
I 101 Doing Python Releases 101 Warsaw, van Rossum I 101 Doing Python Releases 101 Warsaw, GvR
I 102 Doing Python Micro Releases Baxter, Warsaw, van Rossum I 102 Doing Python Micro Releases Baxter, Warsaw, GvR
IF 247 API for Cryptographic Hash Functions Kuchling IF 247 API for Cryptographic Hash Functions Kuchling
IF 248 Python Database API Specification v1.0 Lemburg IF 248 Python Database API Specification v1.0 Lemburg
IF 249 Python Database API Specification v2.0 Lemburg IF 249 Python Database API Specification v2.0 Lemburg
I 257 Docstring Conventions Goodger, van Rossum I 257 Docstring Conventions Goodger, GvR
IF 272 API for Block Encryption Algorithms v1.0 Kuchling IF 272 API for Block Encryption Algorithms v1.0 Kuchling
I 290 Code Migration and Modernization Hettinger I 290 Code Migration and Modernization Hettinger
I 291 Backward Compatibility for Standard Library Norwitz I 291 Backward Compatibility for Standard Library Norwitz
Accepted PEPs (accepted; may not be implemented yet) Accepted PEPs (accepted; may not be implemented yet)
S 252 Making Types Look More Like Classes van Rossum S 252 Making Types Look More Like Classes GvR
S 253 Subtyping Built-in Types van Rossum S 253 Subtyping Built-in Types GvR
Open PEPs (under consideration) Open PEPs (under consideration)
@ -67,15 +67,15 @@ Index by Category
S 209 Adding Multidimensional Arrays Barrett, Oliphant S 209 Adding Multidimensional Arrays Barrett, Oliphant
S 215 String Interpolation Yee S 215 String Interpolation Yee
S 218 Adding a Built-In Set Object Type Wilson S 218 Adding a Built-In Set Object Type Wilson
S 228 Reworking Python's Numeric Model Zadka, van Rossum S 228 Reworking Python's Numeric Model Zadka, GvR
S 237 Unifying Long Integers and Integers Zadka, van Rossum S 237 Unifying Long Integers and Integers Zadka, GvR
S 239 Adding a Rational Type to Python Craig, Zadka S 239 Adding a Rational Type to Python Craig, Zadka
S 240 Adding a Rational Literal to Python Craig, Zadka S 240 Adding a Rational Literal to Python Craig, Zadka
S 242 Numeric Kinds Dubois S 242 Numeric Kinds Dubois
S 243 Module Repository Upload Mechanism Reifschneider S 243 Module Repository Upload Mechanism Reifschneider
S 245 Python Interface Syntax Pelletier S 245 Python Interface Syntax Pelletier
S 246 Object Adaptation Evans S 246 Object Adaptation Evans
S 254 Making Classes Look More Like Types van Rossum S 254 Making Classes Look More Like Types GvR
S 256 Docstring Processing System Framework Goodger S 256 Docstring Processing System Framework Goodger
S 258 Docutils Design Specification Goodger S 258 Docutils Design Specification Goodger
S 265 Sorting Dictionaries by Value Griffin S 265 Sorting Dictionaries by Value Griffin
@ -88,10 +88,10 @@ Index by Category
S 275 Switching on Multiple Values Lemburg S 275 Switching on Multiple Values Lemburg
S 276 Simple Iterator for ints Althoff S 276 Simple Iterator for ints Althoff
S 278 Universal Newline Support Jansen S 278 Universal Newline Support Jansen
S 280 Optimizing access to globals van Rossum S 280 Optimizing access to globals GvR
S 281 Loop Counter Iteration with range and xrange Hetland S 281 Loop Counter Iteration with range and xrange Hetland
S 282 A Logging System Sajip, Mick S 282 A Logging System Sajip, Mick
I 283 Python 2.3 Release Schedule van Rossum I 283 Python 2.3 Release Schedule GvR
S 284 Integer for-loops Eppstein, Ewing S 284 Integer for-loops Eppstein, Ewing
S 286 Enhanced Argument Tuples von Loewis S 286 Enhanced Argument Tuples von Loewis
I 287 reStructuredText Docstring Format Goodger I 287 reStructuredText Docstring Format Goodger
@ -103,6 +103,7 @@ Index by Category
S 298 The Locked Buffer Interface Heller S 298 The Locked Buffer Interface Heller
S 299 Special __main__() function in modules Epler S 299 Special __main__() function in modules Epler
S 301 Package Index and Metadata for Distutils Jones S 301 Package Index and Metadata for Distutils Jones
S 302 New Import Hooks JvR
Finished PEPs (done, implemented in CVS) Finished PEPs (done, implemented in CVS)
@ -113,7 +114,7 @@ Index by Category
SF 202 List Comprehensions Warsaw SF 202 List Comprehensions Warsaw
SF 203 Augmented Assignments Wouters SF 203 Augmented Assignments Wouters
S 205 Weak References Drake S 205 Weak References Drake
SF 207 Rich Comparisons van Rossum, Ascher SF 207 Rich Comparisons GvR, Ascher
SF 208 Reworking the Coercion Model Schemenauer, Lemburg SF 208 Reworking the Coercion Model Schemenauer, Lemburg
SF 214 Extended Print Statement Warsaw SF 214 Extended Print Statement Warsaw
SF 217 Display Hook for Interactive Use Zadka SF 217 Display Hook for Interactive Use Zadka
@ -122,23 +123,23 @@ Index by Category
I 226 Python 2.1 Release Schedule Hylton I 226 Python 2.1 Release Schedule Hylton
S 227 Statically Nested Scopes Hylton S 227 Statically Nested Scopes Hylton
SF 229 Using Distutils to Build Python Kuchling SF 229 Using Distutils to Build Python Kuchling
SF 230 Warning Framework van Rossum SF 230 Warning Framework GvR
SF 232 Function Attributes Warsaw SF 232 Function Attributes Warsaw
SF 234 Iterators Yee, van Rossum SF 234 Iterators Yee, GvR
SF 235 Import on Case-Insensitive Platforms Peters SF 235 Import on Case-Insensitive Platforms Peters
SF 236 Back to the __future__ Peters SF 236 Back to the __future__ Peters
SF 238 Changing the Division Operator Zadka, van Rossum SF 238 Changing the Division Operator Zadka, GvR
SF 241 Metadata for Python Software Packages Kuchling SF 241 Metadata for Python Software Packages Kuchling
SF 250 Using site-packages on Windows Moore SF 250 Using site-packages on Windows Moore
IF 251 Python 2.2 Release Schedule Warsaw, van Rossum IF 251 Python 2.2 Release Schedule Warsaw, GvR
SF 255 Simple Generators Schemenauer, et al SF 255 Simple Generators Schemenauer, et al
SF 260 Simplify xrange() van Rossum SF 260 Simplify xrange() GvR
S 261 Support for "wide" Unicode characters Prescod S 261 Support for "wide" Unicode characters Prescod
SF 263 Defining Python Source Code Encodings Lemburg SF 263 Defining Python Source Code Encodings Lemburg
SF 264 Future statements in simulated shells Hudson SF 264 Future statements in simulated shells Hudson
SF 277 Unicode file name support for Windows NT Hodgson SF 277 Unicode file name support for Windows NT Hodgson
SF 279 The enumerate() built-in function Hettinger SF 279 The enumerate() built-in function Hettinger
SF 285 Adding a bool type van Rossum SF 285 Adding a bool type GvR
SF 293 Codec Error Handling Callbacks Dörwald SF 293 Codec Error Handling Callbacks Dörwald
Empty PEPs (or containing only an abstract) Empty PEPs (or containing only an abstract)
@ -160,7 +161,7 @@ Index by Category
SR 231 __findattr__() Warsaw SR 231 __findattr__() Warsaw
SD 233 Python Online Help Prescod SD 233 Python Online Help Prescod
SR 244 The `directive' Statement von Loewis SR 244 The `directive' Statement von Loewis
SR 259 Omit printing newline after newline van Rossum SR 259 Omit printing newline after newline GvR
SD 262 Database of Installed Python Packages Kuchling SD 262 Database of Installed Python Packages Kuchling
SR 270 uniq method for list objects Petrone SR 270 uniq method for list objects Petrone
SR 271 Prefixing sys.path by command line option Giacometti SR 271 Prefixing sys.path by command line option Giacometti
@ -180,8 +181,8 @@ Numerical Index
I 4 Deprecation of Standard Modules von Loewis I 4 Deprecation of Standard Modules von Loewis
I 5 Guidelines for Language Evolution Prescod I 5 Guidelines for Language Evolution Prescod
I 6 Bug Fix Releases Aahz I 6 Bug Fix Releases Aahz
I 7 Style Guide for C Code van Rossum I 7 Style Guide for C Code GvR
I 8 Style Guide for Python Code van Rossum, Warsaw I 8 Style Guide for Python Code GvR, Warsaw
I 9 Sample Plaintext PEP Template Warsaw I 9 Sample Plaintext PEP Template Warsaw
I 10 Voting Guidelines Warsaw I 10 Voting Guidelines Warsaw
I 11 Removing support for little used platforms von Loewis I 11 Removing support for little used platforms von Loewis
@ -189,8 +190,8 @@ Numerical Index
I 42 Feature Requests Hylton I 42 Feature Requests Hylton
SF 100 Python Unicode Integration Lemburg SF 100 Python Unicode Integration Lemburg
I 101 Doing Python Releases 101 Warsaw, van Rossum I 101 Doing Python Releases 101 Warsaw, GvR
I 102 Doing Python Micro Releases Baxter, Warsaw, van Rossum I 102 Doing Python Micro Releases Baxter, Warsaw, GvR
IF 160 Python 1.6 Release Schedule Drake IF 160 Python 1.6 Release Schedule Drake
IF 200 Python 2.0 Release Schedule Hylton IF 200 Python 2.0 Release Schedule Hylton
@ -200,7 +201,7 @@ Numerical Index
SR 204 Range Literals Wouters SR 204 Range Literals Wouters
S 205 Weak References Drake S 205 Weak References Drake
I 206 2.0 Batteries Included Zadka I 206 2.0 Batteries Included Zadka
SF 207 Rich Comparisons van Rossum, Ascher SF 207 Rich Comparisons GvR, Ascher
SF 208 Reworking the Coercion Model Schemenauer, Lemburg SF 208 Reworking the Coercion Model Schemenauer, Lemburg
S 209 Adding Multidimensional Arrays Barrett, Oliphant S 209 Adding Multidimensional Arrays Barrett, Oliphant
SD 210 Decoupling the Interpreter Loop Ascher SD 210 Decoupling the Interpreter Loop Ascher
@ -221,17 +222,17 @@ Numerical Index
SD 225 Elementwise/Objectwise Operators Zhu, Lielens SD 225 Elementwise/Objectwise Operators Zhu, Lielens
I 226 Python 2.1 Release Schedule Hylton I 226 Python 2.1 Release Schedule Hylton
S 227 Statically Nested Scopes Hylton S 227 Statically Nested Scopes Hylton
S 228 Reworking Python's Numeric Model Zadka, van Rossum S 228 Reworking Python's Numeric Model Zadka, GvR
SF 229 Using Distutils to Build Python Kuchling SF 229 Using Distutils to Build Python Kuchling
SF 230 Warning Framework van Rossum SF 230 Warning Framework GvR
SR 231 __findattr__() Warsaw SR 231 __findattr__() Warsaw
SF 232 Function Attributes Warsaw SF 232 Function Attributes Warsaw
SD 233 Python Online Help Prescod SD 233 Python Online Help Prescod
SF 234 Iterators Yee, van Rossum SF 234 Iterators Yee, GvR
SF 235 Import on Case-Insensitive Platforms Peters SF 235 Import on Case-Insensitive Platforms Peters
SF 236 Back to the __future__ Peters SF 236 Back to the __future__ Peters
S 237 Unifying Long Integers and Integers Zadka, van Rossum S 237 Unifying Long Integers and Integers Zadka, GvR
SF 238 Changing the Division Operator Zadka, van Rossum SF 238 Changing the Division Operator Zadka, GvR
S 239 Adding a Rational Type to Python Craig, Zadka S 239 Adding a Rational Type to Python Craig, Zadka
S 240 Adding a Rational Literal to Python Craig, Zadka S 240 Adding a Rational Literal to Python Craig, Zadka
SF 241 Metadata for Python Software Packages Kuchling SF 241 Metadata for Python Software Packages Kuchling
@ -244,16 +245,16 @@ Numerical Index
IF 248 Python Database API Specification v1.0 Lemburg IF 248 Python Database API Specification v1.0 Lemburg
IF 249 Python Database API Specification v2.0 Lemburg IF 249 Python Database API Specification v2.0 Lemburg
SF 250 Using site-packages on Windows Moore SF 250 Using site-packages on Windows Moore
IF 251 Python 2.2 Release Schedule Warsaw, van Rossum IF 251 Python 2.2 Release Schedule Warsaw, GvR
S 252 Making Types Look More Like Classes van Rossum S 252 Making Types Look More Like Classes GvR
S 253 Subtyping Built-in Types van Rossum S 253 Subtyping Built-in Types GvR
S 254 Making Classes Look More Like Types van Rossum S 254 Making Classes Look More Like Types GvR
SF 255 Simple Generators Schemenauer, et al SF 255 Simple Generators Schemenauer, et al
S 256 Docstring Processing System Framework Goodger S 256 Docstring Processing System Framework Goodger
I 257 Docstring Conventions Goodger, van Rossum I 257 Docstring Conventions Goodger, GvR
S 258 Docutils Design Specification Goodger S 258 Docutils Design Specification Goodger
SR 259 Omit printing newline after newline van Rossum SR 259 Omit printing newline after newline GvR
SF 260 Simplify xrange() van Rossum SF 260 Simplify xrange() GvR
S 261 Support for "wide" Unicode characters Prescod S 261 Support for "wide" Unicode characters Prescod
SD 262 Database of Installed Python Packages Kuchling SD 262 Database of Installed Python Packages Kuchling
SF 263 Defining Python Source Code Encodings Lemburg SF 263 Defining Python Source Code Encodings Lemburg
@ -273,12 +274,12 @@ Numerical Index
SF 277 Unicode file name support for Windows NT Hodgson SF 277 Unicode file name support for Windows NT Hodgson
S 278 Universal Newline Support Jansen S 278 Universal Newline Support Jansen
SF 279 The enumerate() built-in function Hettinger SF 279 The enumerate() built-in function Hettinger
S 280 Optimizing access to globals van Rossum S 280 Optimizing access to globals GvR
S 281 Loop Counter Iteration with range and xrange Hetland S 281 Loop Counter Iteration with range and xrange Hetland
S 282 A Logging System Sajip, Mick S 282 A Logging System Sajip, Mick
I 283 Python 2.3 Release Schedule van Rossum I 283 Python 2.3 Release Schedule GvR
S 284 Integer for-loops Eppstein, Ewing S 284 Integer for-loops Eppstein, Ewing
SF 285 Adding a bool type van Rossum SF 285 Adding a bool type GvR
S 286 Enhanced Argument Tuples von Loewis S 286 Enhanced Argument Tuples von Loewis
I 287 reStructuredText Docstring Format Goodger I 287 reStructuredText Docstring Format Goodger
S 288 Generators Attributes and Exceptions Hettinger S 288 Generators Attributes and Exceptions Hettinger
@ -294,6 +295,7 @@ Numerical Index
S 298 The Locked Buffer Interface Heller S 298 The Locked Buffer Interface Heller
S 299 Special __main__() function in modules Epler S 299 Special __main__() function in modules Epler
S 301 Package Index and Metadata for Distutils Jones S 301 Package Index and Metadata for Distutils Jones
S 302 New Import Hooks JvR
SR 666 Reject Foolish Indentation Creighton SR 666 Reject Foolish Indentation Creighton
@ -357,7 +359,8 @@ Owners
Prescod, Paul paul@prescod.net Prescod, Paul paul@prescod.net
Reifschneider, Sean jafo-pep@tummy.com Reifschneider, Sean jafo-pep@tummy.com
Riehl, Jonathan jriehl@spaceship.com Riehl, Jonathan jriehl@spaceship.com
van Rossum, Guido guido@python.org van Rossum, Guido (GvR) guido@python.org
van Rossum, Just (JvR) just@letterror.com
Sajip, Vinay vinay_sajip@red-dove.com Sajip, Vinay vinay_sajip@red-dove.com
Schemenauer, Neil nas@arctrix.com Schemenauer, Neil nas@arctrix.com
Schneider-Kamp, Peter nowonder@nowonder.de Schneider-Kamp, Peter nowonder@nowonder.de