added Last-Modified headers to all PEPs without
This commit is contained in:
parent
d9909922de
commit
c5b5d3c83d
|
@ -1,6 +1,7 @@
|
||||||
PEP: 3
|
PEP: 3
|
||||||
Title: Guidelines for Handling Bug Reports
|
Title: Guidelines for Handling Bug Reports
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: jeremy@alum.mit.edu (Jeremy Hylton)
|
Author: jeremy@alum.mit.edu (Jeremy Hylton)
|
||||||
Status: Active
|
Status: Active
|
||||||
Type: Informational
|
Type: Informational
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 4
|
PEP: 4
|
||||||
Title: Deprecation of Standard Modules
|
Title: Deprecation of Standard Modules
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: Martin v. Loewis <loewis@informatik.hu-berlin.de>
|
Author: Martin v. Loewis <loewis@informatik.hu-berlin.de>
|
||||||
Status: Active
|
Status: Active
|
||||||
Type: Informational
|
Type: Informational
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 5
|
PEP: 5
|
||||||
Title: Guidelines for Language Evolution
|
Title: Guidelines for Language Evolution
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: paul@prescod.net (Paul Prescod)
|
Author: paul@prescod.net (Paul Prescod)
|
||||||
Status: Active
|
Status: Active
|
||||||
Type: Informational
|
Type: Informational
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 6
|
PEP: 6
|
||||||
Title: Bug Fix Releases
|
Title: Bug Fix Releases
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: aahz@pobox.com (Aahz), anthony@interlink.com.au (Anthony Baxter)
|
Author: aahz@pobox.com (Aahz), anthony@interlink.com.au (Anthony Baxter)
|
||||||
Status: Active
|
Status: Active
|
||||||
Type: Process
|
Type: Process
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 7
|
PEP: 7
|
||||||
Title: Style Guide for C Code
|
Title: Style Guide for C Code
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: guido@python.org (Guido van Rossum)
|
Author: guido@python.org (Guido van Rossum)
|
||||||
Status: Active
|
Status: Active
|
||||||
Type: Informational
|
Type: Informational
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 8
|
PEP: 8
|
||||||
Title: Style Guide for Python Code
|
Title: Style Guide for Python Code
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: guido@python.org (Guido van Rossum),
|
Author: guido@python.org (Guido van Rossum),
|
||||||
barry@python.org (Barry Warsaw)
|
barry@python.org (Barry Warsaw)
|
||||||
Status: Active
|
Status: Active
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 42
|
PEP: 42
|
||||||
Title: Feature Requests
|
Title: Feature Requests
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: Jeremy Hylton <jeremy@zope.com>
|
Author: Jeremy Hylton <jeremy@zope.com>
|
||||||
Status: Active
|
Status: Active
|
||||||
Type: Informational
|
Type: Informational
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 100
|
PEP: 100
|
||||||
Title: Python Unicode Integration
|
Title: Python Unicode Integration
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: mal@lemburg.com (Marc-Andre Lemburg)
|
Author: mal@lemburg.com (Marc-Andre Lemburg)
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 160
|
PEP: 160
|
||||||
Title: Python 1.6 Release Schedule
|
Title: Python 1.6 Release Schedule
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: Fred L. Drake, Jr. <fdrake@acm.org>
|
Author: Fred L. Drake, Jr. <fdrake@acm.org>
|
||||||
Status: Finished
|
Status: Finished
|
||||||
Type: Informational
|
Type: Informational
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 200
|
PEP: 200
|
||||||
Title: Python 2.0 Release Schedule
|
Title: Python 2.0 Release Schedule
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: Jeremy Hylton <jeremy@zope.com>
|
Author: Jeremy Hylton <jeremy@zope.com>
|
||||||
Python-Version: 2.0
|
Python-Version: 2.0
|
||||||
Type: Informational
|
Type: Informational
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 201
|
PEP: 201
|
||||||
Title: Lockstep Iteration
|
Title: Lockstep Iteration
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: barry@python.org (Barry A. Warsaw)
|
Author: barry@python.org (Barry A. Warsaw)
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 202
|
PEP: 202
|
||||||
Title: List Comprehensions
|
Title: List Comprehensions
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: barry@python.org (Barry Warsaw)
|
Author: barry@python.org (Barry Warsaw)
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 203
|
PEP: 203
|
||||||
Title: Augmented Assignments
|
Title: Augmented Assignments
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: thomas@xs4all.net (Thomas Wouters)
|
Author: thomas@xs4all.net (Thomas Wouters)
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 204
|
PEP: 204
|
||||||
Title: Range Literals
|
Title: Range Literals
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: thomas@xs4all.net (Thomas Wouters)
|
Author: thomas@xs4all.net (Thomas Wouters)
|
||||||
Status: Rejected
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 205
|
PEP: 205
|
||||||
Title: Weak References
|
Title: Weak References
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: fdrake@acm.org (Fred L. Drake, Jr.)
|
Author: fdrake@acm.org (Fred L. Drake, Jr.)
|
||||||
Python-Version: 2.1
|
Python-Version: 2.1
|
||||||
Status: Incomplete
|
Status: Incomplete
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 206
|
PEP: 206
|
||||||
Title: Python Advanced Library
|
Title: Python Advanced Library
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: A.M. Kuchling <amk@amk.ca>
|
Author: A.M. Kuchling <amk@amk.ca>
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Status: Withdrawn
|
Status: Withdrawn
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 207
|
PEP: 207
|
||||||
Title: Rich Comparisions
|
Title: Rich Comparisions
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: guido@python.org (Guido van Rossum), DavidA@ActiveState.com (David Ascher)
|
Author: guido@python.org (Guido van Rossum), DavidA@ActiveState.com (David Ascher)
|
||||||
Python-Version: 2.1
|
Python-Version: 2.1
|
||||||
Type: Standards
|
Type: Standards
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 208
|
PEP: 208
|
||||||
Title: Reworking the Coercion Model
|
Title: Reworking the Coercion Model
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: nas@arctrix.com (Neil Schemenauer), mal@lemburg.com (Marc-André Lemburg)
|
Author: nas@arctrix.com (Neil Schemenauer), mal@lemburg.com (Marc-André Lemburg)
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 209
|
PEP: 209
|
||||||
Title: Multi-dimensional Arrays
|
Title: Multi-dimensional Arrays
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: barrett@stsci.edu (Paul Barrett), oliphant@ee.byu.edu (Travis Oliphant)
|
Author: barrett@stsci.edu (Paul Barrett), oliphant@ee.byu.edu (Travis Oliphant)
|
||||||
Python-Version: 2.2
|
Python-Version: 2.2
|
||||||
Status: Draft
|
Status: Draft
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 210
|
PEP: 210
|
||||||
Title: Decoupling the Interpreter Loop
|
Title: Decoupling the Interpreter Loop
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: davida@activestate.com (David Ascher)
|
Author: davida@activestate.com (David Ascher)
|
||||||
Status: Deferred
|
Status: Deferred
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 211
|
PEP: 211
|
||||||
Title: Adding A New Outer Product Operator
|
Title: Adding A New Outer Product Operator
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: gvwilson@ddj.com (Greg Wilson)
|
Author: gvwilson@ddj.com (Greg Wilson)
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 212
|
PEP: 212
|
||||||
Title: Loop Counter Iteration
|
Title: Loop Counter Iteration
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: nowonder@nowonder.de (Peter Schneider-Kamp)
|
Author: nowonder@nowonder.de (Peter Schneider-Kamp)
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 213
|
PEP: 213
|
||||||
Title: Attribute Access Handlers
|
Title: Attribute Access Handlers
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: paul@prescod.net (Paul Prescod)
|
Author: paul@prescod.net (Paul Prescod)
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 214
|
PEP: 214
|
||||||
Title: Extended Print Statement
|
Title: Extended Print Statement
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: barry@python.org (Barry A. Warsaw)
|
Author: barry@python.org (Barry A. Warsaw)
|
||||||
Python-Version: 2.0
|
Python-Version: 2.0
|
||||||
Type: Standards
|
Type: Standards
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 215
|
PEP: 215
|
||||||
Title: String Interpolation
|
Title: String Interpolation
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: ping@lfw.org (Ka-Ping Yee)
|
Author: ping@lfw.org (Ka-Ping Yee)
|
||||||
Status: Rejected
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 216
|
PEP: 216
|
||||||
Title: Docstring Format
|
Title: Docstring Format
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: moshez@zadka.site.co.il (Moshe Zadka)
|
Author: moshez@zadka.site.co.il (Moshe Zadka)
|
||||||
Status: Rejected
|
Status: Rejected
|
||||||
Type: Informational
|
Type: Informational
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 217
|
PEP: 217
|
||||||
Title: Display Hook for Interactive Use
|
Title: Display Hook for Interactive Use
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: peps@zadka.site.co.il (Moshe Zadka)
|
Author: peps@zadka.site.co.il (Moshe Zadka)
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 218
|
PEP: 218
|
||||||
Title: Adding a Built-In Set Object Type
|
Title: Adding a Built-In Set Object Type
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: gvwilson at ddj.com (Greg Wilson), python at rcn.com (Raymond Hettinger)
|
Author: gvwilson at ddj.com (Greg Wilson), python at rcn.com (Raymond Hettinger)
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 219
|
PEP: 219
|
||||||
Title: Stackless Python
|
Title: Stackless Python
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: gmcm@hypernet.com (Gordon McMillan)
|
Author: gmcm@hypernet.com (Gordon McMillan)
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 220
|
PEP: 220
|
||||||
Title: Coroutines, Generators, Continuations
|
Title: Coroutines, Generators, Continuations
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: gmcm@hypernet.com (Gordon McMillan)
|
Author: gmcm@hypernet.com (Gordon McMillan)
|
||||||
Status: Active
|
Status: Active
|
||||||
Type: Informational
|
Type: Informational
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 221
|
PEP: 221
|
||||||
Title: Import As
|
Title: Import As
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: thomas@xs4all.net (Thomas Wouters)
|
Author: thomas@xs4all.net (Thomas Wouters)
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 222
|
PEP: 222
|
||||||
Title: Web Library Enhancements
|
Title: Web Library Enhancements
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: A.M. Kuchling <amk@amk.ca>
|
Author: A.M. Kuchling <amk@amk.ca>
|
||||||
Status: Deferred
|
Status: Deferred
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 223
|
PEP: 223
|
||||||
Title: Change the Meaning of \x Escapes
|
Title: Change the Meaning of \x Escapes
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: tim@zope.com (Tim Peters)
|
Author: tim@zope.com (Tim Peters)
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 224
|
PEP: 224
|
||||||
Title: Attribute Docstrings
|
Title: Attribute Docstrings
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: mal@lemburg.com (Marc-Andre Lemburg)
|
Author: mal@lemburg.com (Marc-Andre Lemburg)
|
||||||
Status: Rejected
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 225
|
PEP: 225
|
||||||
Title: Elementwise/Objectwise Operators
|
Title: Elementwise/Objectwise Operators
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: hzhu@users.sourceforge.net (Huaiyu Zhu),
|
Author: hzhu@users.sourceforge.net (Huaiyu Zhu),
|
||||||
gregory.lielens@fft.be (Gregory Lielens)
|
gregory.lielens@fft.be (Gregory Lielens)
|
||||||
Status: Draft
|
Status: Draft
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 226
|
PEP: 226
|
||||||
Title: Python 2.1 Release Schedule
|
Title: Python 2.1 Release Schedule
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: Jeremy Hylton <jeremy@zope.com>
|
Author: Jeremy Hylton <jeremy@zope.com>
|
||||||
Status: Incomplete
|
Status: Incomplete
|
||||||
Type: Informational
|
Type: Informational
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 227
|
PEP: 227
|
||||||
Title: Statically Nested Scopes
|
Title: Statically Nested Scopes
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: jeremy@zope.com (Jeremy Hylton)
|
Author: jeremy@zope.com (Jeremy Hylton)
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 228
|
PEP: 228
|
||||||
Title: Reworking Python's Numeric Model
|
Title: Reworking Python's Numeric Model
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: pep@zadka.site.co.il (Moshe Zadka), guido@python.org (Guido van Rossum)
|
Author: pep@zadka.site.co.il (Moshe Zadka), guido@python.org (Guido van Rossum)
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 229
|
PEP: 229
|
||||||
Title: Using Distutils to Build Python
|
Title: Using Distutils to Build Python
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: A.M. Kuchling <amk@amk.ca>
|
Author: A.M. Kuchling <amk@amk.ca>
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards
|
Type: Standards
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 230
|
PEP: 230
|
||||||
Title: Warning Framework
|
Title: Warning Framework
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: guido@python.org (Guido van Rossum)
|
Author: guido@python.org (Guido van Rossum)
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 231
|
PEP: 231
|
||||||
Title: __findattr__()
|
Title: __findattr__()
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: barry@python.org (Barry A. Warsaw)
|
Author: barry@python.org (Barry A. Warsaw)
|
||||||
Python-Version: 2.1
|
Python-Version: 2.1
|
||||||
Status: Draft
|
Status: Draft
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 232
|
PEP: 232
|
||||||
Title: Function Attributes
|
Title: Function Attributes
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: barry@python.org (Barry A. Warsaw)
|
Author: barry@python.org (Barry A. Warsaw)
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 233
|
PEP: 233
|
||||||
Title: Python Online Help
|
Title: Python Online Help
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: paul@prescod.net, paulp@activestate.com (Paul Prescod)
|
Author: paul@prescod.net, paulp@activestate.com (Paul Prescod)
|
||||||
Status: Deferred
|
Status: Deferred
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 234
|
PEP: 234
|
||||||
Title: Iterators
|
Title: Iterators
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: ping@lfw.org (Ka-Ping Yee), guido@python.org (Guido van Rossum)
|
Author: ping@lfw.org (Ka-Ping Yee), guido@python.org (Guido van Rossum)
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 235
|
PEP: 235
|
||||||
Title: Import on Case-Insensitive Platforms
|
Title: Import on Case-Insensitive Platforms
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: Tim Peters <tim@zope.com>
|
Author: Tim Peters <tim@zope.com>
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 236
|
PEP: 236
|
||||||
Title: Back to the __future__
|
Title: Back to the __future__
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: Tim Peters <tim@zope.com>
|
Author: Tim Peters <tim@zope.com>
|
||||||
Python-Version: 2.1
|
Python-Version: 2.1
|
||||||
Status: Final
|
Status: Final
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 237
|
PEP: 237
|
||||||
Title: Unifying Long Integers and Integers
|
Title: Unifying Long Integers and Integers
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: Moshe Zadka, Guido van Rossum
|
Author: Moshe Zadka, Guido van Rossum
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 238
|
PEP: 238
|
||||||
Title: Changing the Division Operator
|
Title: Changing the Division Operator
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: pep@zadka.site.co.il (Moshe Zadka), guido@python.org (Guido van Rossum)
|
Author: pep@zadka.site.co.il (Moshe Zadka), guido@python.org (Guido van Rossum)
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 239
|
PEP: 239
|
||||||
Title: Adding a Rational Type to Python
|
Title: Adding a Rational Type to Python
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: Christopher A. Craig <python-pep@ccraig.org>,
|
Author: Christopher A. Craig <python-pep@ccraig.org>,
|
||||||
Moshe Zadka <pep@zadka.site.co.il>
|
Moshe Zadka <pep@zadka.site.co.il>
|
||||||
Status: Rejected
|
Status: Rejected
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 240
|
PEP: 240
|
||||||
Title: Adding a Rational Literal to Python
|
Title: Adding a Rational Literal to Python
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: Christopher A. Craig <python-pep@ccraig.org>,
|
Author: Christopher A. Craig <python-pep@ccraig.org>,
|
||||||
Moshe Zadka <pep@zadka.site.co.il>
|
Moshe Zadka <pep@zadka.site.co.il>
|
||||||
Status: Rejected
|
Status: Rejected
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 241
|
PEP: 241
|
||||||
Title: Metadata for Python Software Packages
|
Title: Metadata for Python Software Packages
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: A.M. Kuchling <amk@amk.ca>
|
Author: A.M. Kuchling <amk@amk.ca>
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Created: 12-Mar-2001
|
Created: 12-Mar-2001
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 243
|
PEP: 243
|
||||||
Title: Module Repository Upload Mechanism
|
Title: Module Repository Upload Mechanism
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: jafo-pep@tummy.com (Sean Reifschneider)
|
Author: jafo-pep@tummy.com (Sean Reifschneider)
|
||||||
Discussions-To: distutils-sig@python.org
|
Discussions-To: distutils-sig@python.org
|
||||||
Status: Draft
|
Status: Draft
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 244
|
PEP: 244
|
||||||
Title: The `directive' statement
|
Title: The `directive' statement
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: loewis@informatik.hu-berlin.de (Martin von Loewis)
|
Author: loewis@informatik.hu-berlin.de (Martin von Loewis)
|
||||||
Status: Rejected
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 245
|
PEP: 245
|
||||||
Title: Python Interface Syntax
|
Title: Python Interface Syntax
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: Michel Pelletier <michel@users.sourceforge.net>
|
Author: Michel Pelletier <michel@users.sourceforge.net>
|
||||||
Discussions-To: http://www.zope.org/Wikis/Interfaces
|
Discussions-To: http://www.zope.org/Wikis/Interfaces
|
||||||
Status: Draft
|
Status: Draft
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 246
|
PEP: 246
|
||||||
Title: Object Adaptation
|
Title: Object Adaptation
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: aleax@aleax.it (Alex Martelli),
|
Author: aleax@aleax.it (Alex Martelli),
|
||||||
cce@clarkevans.com (Clark C. Evans)
|
cce@clarkevans.com (Clark C. Evans)
|
||||||
Status: Draft
|
Status: Draft
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 247
|
PEP: 247
|
||||||
Title: API for Cryptographic Hash Functions
|
Title: API for Cryptographic Hash Functions
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: A.M. Kuchling <amk@amk.ca>
|
Author: A.M. Kuchling <amk@amk.ca>
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Informational
|
Type: Informational
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 248
|
PEP: 248
|
||||||
Title: Python Database API Specification v1.0
|
Title: Python Database API Specification v1.0
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: db-sig@python.org (Python Database SIG)
|
Author: db-sig@python.org (Python Database SIG)
|
||||||
Editor: mal@lemburg.com (Marc-Andre Lemburg)
|
Editor: mal@lemburg.com (Marc-Andre Lemburg)
|
||||||
Status: Final
|
Status: Final
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 249
|
PEP: 249
|
||||||
Title: Python Database API Specification v2.0
|
Title: Python Database API Specification v2.0
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: db-sig@python.org (Python Database SIG)
|
Author: db-sig@python.org (Python Database SIG)
|
||||||
Editor: mal@lemburg.com (Marc-Andre Lemburg)
|
Editor: mal@lemburg.com (Marc-Andre Lemburg)
|
||||||
Status: Final
|
Status: Final
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 250
|
PEP: 250
|
||||||
Title: Using site-packages on Windows
|
Title: Using site-packages on Windows
|
||||||
Version $Revision$
|
Version $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: gustav@morpheus.demon.co.uk (Paul Moore)
|
Author: gustav@morpheus.demon.co.uk (Paul Moore)
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 251
|
PEP: 251
|
||||||
Title: Python 2.2 Release Schedule
|
Title: Python 2.2 Release Schedule
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: barry@python.org (Barry A. Warsaw), guido@python.org (Guido van Rossum)
|
Author: barry@python.org (Barry A. Warsaw), guido@python.org (Guido van Rossum)
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Informational
|
Type: Informational
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 252
|
PEP: 252
|
||||||
Title: Making Types Look More Like Classes
|
Title: Making Types Look More Like Classes
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: guido@python.org (Guido van Rossum)
|
Author: guido@python.org (Guido van Rossum)
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 253
|
PEP: 253
|
||||||
Title: Subtyping Built-in Types
|
Title: Subtyping Built-in Types
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: guido@python.org (Guido van Rossum)
|
Author: guido@python.org (Guido van Rossum)
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 254
|
PEP: 254
|
||||||
Title: Making Classes Look More Like Types
|
Title: Making Classes Look More Like Types
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: guido@python.org (Guido van Rossum)
|
Author: guido@python.org (Guido van Rossum)
|
||||||
Status: Rejected
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 255
|
PEP: 255
|
||||||
Title: Simple Generators
|
Title: Simple Generators
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: nas@python.ca (Neil Schemenauer),
|
Author: nas@python.ca (Neil Schemenauer),
|
||||||
tim.one@home.com (Tim Peters),
|
tim.one@home.com (Tim Peters),
|
||||||
magnus@hetland.org (Magnus Lie Hetland)
|
magnus@hetland.org (Magnus Lie Hetland)
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 259
|
PEP: 259
|
||||||
Title: Omit printing newline after newline
|
Title: Omit printing newline after newline
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: guido@python.org (Guido van Rossum)
|
Author: guido@python.org (Guido van Rossum)
|
||||||
Status: Rejected
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 260
|
PEP: 260
|
||||||
Title: Simplify xrange()
|
Title: Simplify xrange()
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: guido@python.org (Guido van Rossum)
|
Author: guido@python.org (Guido van Rossum)
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 262
|
PEP: 262
|
||||||
Title: A Database of Installed Python Packages
|
Title: A Database of Installed Python Packages
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: A.M. Kuchling <amk@amk.ca>
|
Author: A.M. Kuchling <amk@amk.ca>
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Created: 08-Jul-2001
|
Created: 08-Jul-2001
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 0263
|
PEP: 0263
|
||||||
Title: Defining Python Source Code Encodings
|
Title: Defining Python Source Code Encodings
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: mal@lemburg.com (Marc-André Lemburg),
|
Author: mal@lemburg.com (Marc-André Lemburg),
|
||||||
loewis@informatik.hu-berlin.de (Martin v. Löwis)
|
loewis@informatik.hu-berlin.de (Martin v. Löwis)
|
||||||
Status: Final
|
Status: Final
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 265
|
PEP: 265
|
||||||
Title: Sorting Dictionaries by Value
|
Title: Sorting Dictionaries by Value
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: g2@iowegian.com (Grant Griffin)
|
Author: g2@iowegian.com (Grant Griffin)
|
||||||
Status: Rejected
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 266
|
PEP: 266
|
||||||
Title: Optimizing Global Variable/Attribute Access
|
Title: Optimizing Global Variable/Attribute Access
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: skip@pobox.com (Skip Montanaro)
|
Author: skip@pobox.com (Skip Montanaro)
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 272
|
PEP: 272
|
||||||
Title: API for Block Encryption Algorithms v1.0
|
Title: API for Block Encryption Algorithms v1.0
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: A.M. Kuchling <amk@amk.ca>
|
Author: A.M. Kuchling <amk@amk.ca>
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Informational
|
Type: Informational
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 0275
|
PEP: 0275
|
||||||
Title: Switching on Multiple Values
|
Title: Switching on Multiple Values
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: mal@lemburg.com (Marc-André Lemburg)
|
Author: mal@lemburg.com (Marc-André Lemburg)
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 283
|
PEP: 283
|
||||||
Title: Python 2.3 Release Schedule
|
Title: Python 2.3 Release Schedule
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: Guido van Rossum
|
Author: Guido van Rossum
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Informational
|
Type: Informational
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 297
|
PEP: 297
|
||||||
Title: Support for System Upgrades
|
Title: Support for System Upgrades
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: mal@lemburg.com (Marc-André Lemburg)
|
Author: mal@lemburg.com (Marc-André Lemburg)
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 320
|
PEP: 320
|
||||||
Title: Python 2.4 Release Schedule
|
Title: Python 2.4 Release Schedule
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: Barry Warsaw, Raymond Hettinger and Anthony Baxter
|
Author: Barry Warsaw, Raymond Hettinger and Anthony Baxter
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Informational
|
Type: Informational
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PEP: 351
|
PEP: 351
|
||||||
Title: The freeze protocol
|
Title: The freeze protocol
|
||||||
Version: 2.5
|
Version: 2.5
|
||||||
|
Last-Modified: $Date$
|
||||||
Author: Barry A. Warsaw <barry@python.org>
|
Author: Barry A. Warsaw <barry@python.org>
|
||||||
Status: Rejected
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PEP: 357
|
PEP: 357
|
||||||
Title: Allowing Any Object to be Used for Slicing
|
Title: Allowing Any Object to be Used for Slicing
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Travis Oliphant <oliphant@ee.byu.edu>
|
Author: Travis Oliphant <oliphant@ee.byu.edu>
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
Loading…
Reference in New Issue