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