Many PEPs: 'Author' must be list of 'Name <email@example.com>, ...' (#2809)

This commit is contained in:
Hugo van Kemenade 2022-10-05 09:48:43 -07:00 committed by GitHub
parent b4bed87dd1
commit 5fb8b28a06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
80 changed files with 91 additions and 870 deletions

View File

@ -129,14 +129,6 @@ repos:
language: pygrep
entry: '(?<=\n)Author:(?:(?!((( +|\n {1,8})[^!#$%&()*+,/:;<=>?@\[\\\]\^_`{|}~]+( <[\w!#$%&''*+\-/=?^_{|}~.]+(@| at )[\w\-.]+\.[A-Za-z0-9]+>)?)(,|(?=\n[^ ])))+\n(?=[A-Z])))'
args: [--multiline]
files: '^pep-\d+\.rst$'
types: [text]
- id: validate-author-legacy
name: "Legacy 'Author' must be a list of names/emails"
language: pygrep
entry: '(?<=\n)Author:(?:(?!((((( +|\n {1,8})[^!#$%&()*+,/:;<=>?@\[\\\]\^_`{|}~]+( <[\w!#$%&''*+\-/=?^_{|}~.]+(@| at )[\w\-.]+\.[A-Za-z0-9]+>)?)(,|(?=\n[^ ])))+)|(((( +|\n {1,8})[\w!#$%&''*+\-/=?^_{|}~.]+(@| at )[\w\-.]+\.[A-Za-z0-9]+) \(([^!#$%&()*+,/:;<=>?@\[\\\]\^_`{|}~]+)\)(,|(?=\n[^ ])))+))\n(?=[A-Z])))'
args: [--multiline]
files: '^pep-\d+\.(rst|txt)$'
types: [text]

View File

@ -629,10 +629,7 @@ if the email address is included, and just:
Random J. User
if the address is not given. For historical reasons the format
``random@example.com (Random J. User)`` may appear in a PEP;
however, new PEPs must use the mandated format above, and it is acceptable to
change to this format when PEPs are updated.
if the address is not given.
If there are multiple authors, each should be on a separate line
following :rfc:`2822` continuation line conventions. Note that personal

View File

@ -1,8 +1,6 @@
PEP: 3
Title: Guidelines for Handling Bug Reports
Version: $Revision$
Last-Modified: $Date$
Author: jeremy@alum.mit.edu (Jeremy Hylton)
Author: Jeremy Hylton <jeremy@alum.mit.edu>
Status: Withdrawn
Type: Process
Content-Type: text/x-rst
@ -69,4 +67,4 @@ Original Guidelines
References
==========
.. [1] http://bugs.python.org/
* https://bugs.python.org

View File

@ -1,8 +1,6 @@
PEP: 5
Title: Guidelines for Language Evolution
Version: $Revision$
Last-Modified: $Date$
Author: paul@prescod.net (Paul Prescod)
Author: Paul Prescod <paul@prescod.net>
Status: Active
Type: Process
Content-Type: text/x-rst
@ -75,9 +73,3 @@ Steps For Introducing Backwards-Incompatible Features
the backwards incompatible version. Users will have at least a
year to test their programs and migrate them from use of the
deprecated construct to the alternative one.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 6
Title: Bug Fix Releases
Version: $Revision$
Last-Modified: $Date$
Author: aahz@pythoncraft.com (Aahz), anthony@interlink.com.au (Anthony Baxter)
Author: Aahz <aahz@pythoncraft.com>, Anthony Baxter <anthony@interlink.com.au>
Status: Active
Type: Process
Content-Type: text/x-rst
@ -217,10 +215,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 10
Title: Voting Guidelines
Version: $Revision$
Last-Modified: $Date$
Author: barry@python.org (Barry Warsaw)
Author: Barry Warsaw <barry@python.org>
Status: Active
Type: Process
Content-Type: text/x-rst
@ -71,11 +69,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
fill-column: 70
End:

View File

@ -1,8 +1,6 @@
PEP: 100
Title: Python Unicode Integration
Version: $Revision$
Last-Modified: $Date$
Author: mal@lemburg.com (Marc-André Lemburg)
Author: Marc-André Lemburg <mal@lemburg.com>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -1246,10 +1244,3 @@ file.]
---
* first version
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,10 +1,8 @@
PEP: 102
Title: Doing Python Micro Releases
Version: $Revision$
Last-Modified: $Date$
Author: anthony@interlink.com.au (Anthony Baxter),
barry@python.org (Barry Warsaw),
guido@python.org (Guido van Rossum)
Author: Anthony Baxter <anthony@interlink.com.au>,
Barry Warsaw <barry@python.org>,
Guido van Rossum <guido@python.org>
Status: Superseded
Type: Informational
Content-Type: text/x-rst
@ -512,10 +510,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 201
Title: Lockstep Iteration
Version: $Revision$
Last-Modified: $Date$
Author: barry@python.org (Barry Warsaw)
Author: Barry Warsaw <barry@python.org>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -289,11 +287,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 202
Title: List Comprehensions
Version: $Revision$
Last-Modified: $Date$
Author: barry@python.org (Barry Warsaw)
Author: Barry Warsaw <barry@python.org>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -84,11 +82,3 @@ References
==========
.. [1] http://docs.python.org/reference/expressions.html#list-displays
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 203
Title: Augmented Assignments
Version: $Revision$
Last-Modified: $Date$
Author: thomas@python.org (Thomas Wouters)
Author: Thomas Wouters <thomas@python.org>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -323,10 +321,3 @@ References
.. [1] http://www.python.org/pipermail/python-list/2000-June/059556.html
.. [2] http://sourceforge.net/patch?func=detailpatch&patch_id=100699&group_id=5470
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 204
Title: Range Literals
Version: $Revision$
Last-Modified: $Date$
Author: thomas@python.org (Thomas Wouters)
Author: Thomas Wouters <thomas@python.org>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
@ -297,10 +295,3 @@ References
==========
.. [1] http://sourceforge.net/patch/?func=detailpatch&patch_id=100902&group_id=5470
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 207
Title: Rich Comparisons
Version: $Revision$
Last-Modified: $Date$
Author: guido@python.org (Guido van Rossum), DavidA@ActiveState.com (David Ascher)
Author: Guido van Rossum <guido@python.org>, David Ascher <DavidA@ActiveState.com>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -475,9 +473,3 @@ testing "if a>b:" is massively ambiguous.
The inlining already present which deals with integer comparisons
would still apply, resulting in no performance cost for the most
common cases.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 208
Title: Reworking the Coercion Model
Version: $Revision$
Last-Modified: $Date$
Author: nas@arctrix.com (Neil Schemenauer), mal@lemburg.com (Marc-André Lemburg)
Author: Neil Schemenauer <nas@arctrix.com>, Marc-André Lemburg <mal@lemburg.com>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -232,15 +230,3 @@ References
.. [1] http://www.lemburg.com/files/python/mxDateTime.html
.. [2] http://sourceforge.net/patch/?func=detailpatch&patch_id=102652&group_id=5470
.. [3] http://www.lemburg.com/files/python/CoercionProposal.html
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End:

View File

@ -1,8 +1,6 @@
PEP: 209
Title: Multi-dimensional Arrays
Version: $Revision$
Last-Modified: $Date$
Author: barrett@stsci.edu (Paul Barrett), oliphant@ee.byu.edu (Travis Oliphant)
Author: Paul Barrett <barrett@stsci.edu>, Travis Oliphant <oliphant@ee.byu.edu>
Status: Withdrawn
Type: Standards Track
Content-Type: text/x-rst
@ -704,10 +702,3 @@ References
==========
.. [1] P. Greenfield 2000. private communication.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 210
Title: Decoupling the Interpreter Loop
Version: $Revision$
Last-Modified: $Date$
Author: davida@activestate.com (David Ascher)
Author: David Ascher <davida@activestate.com>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst

View File

@ -1,8 +1,6 @@
PEP: 211
Title: Adding A New Outer Product Operator
Version: $Revision$
Last-Modified: $Date$
Author: gvwilson@ddj.com (Greg Wilson)
Author: Greg Wilson <gvwilson@ddj.com>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
@ -194,11 +192,3 @@ References
.. [2] http://www.egroups.com/message/python-numeric/4
.. [3] https://mail.python.org/pipermail/python-dev/2000-July/006427.html
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 212
Title: Loop Counter Iteration
Version: $Revision$
Last-Modified: $Date$
Author: nowonder@nowonder.de (Peter Schneider-Kamp)
Author: Peter Schneider-Kamp <nowonder@nowonder.de>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
@ -182,10 +180,3 @@ References
.. [4] http://sourceforge.net/patch/download.php?id=101129
.. [5] http://sourceforge.net/patch/download.php?id=101178
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 213
Title: Attribute Access Handlers
Version: $Revision$
Last-Modified: $Date$
Author: paul@prescod.net (Paul Prescod)
Author: Paul Prescod <paul@prescod.net>
Status: Deferred
Type: Standards Track
Content-Type: text/x-rst
@ -242,11 +240,3 @@ added to the language making this possible::
Additional syntactic sugar might be added, or a naming convention
could be recognized.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 214
Title: Extended Print Statement
Version: $Revision$
Last-Modified: $Date$
Author: barry@python.org (Barry Warsaw)
Author: Barry Warsaw <barry@python.org>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -381,10 +379,3 @@ References
.. [1] http://docs.python.org/reference/simple_stmts.html#print
.. [2] http://sourceforge.net/patch/download.php?id=100970
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 215
Title: String Interpolation
Version: $Revision$
Last-Modified: $Date$
Author: ping@zesty.ca (Ka-Ping Yee)
Author: Ka-Ping Yee <ping@zesty.ca>
Status: Superseded
Type: Standards Track
Content-Type: text/x-rst
@ -149,10 +147,3 @@ References
==========
.. [1] http://www.lfw.org/python/Itpl.py
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 216
Title: Docstring Format
Version: $Revision$
Last-Modified: $Date$
Author: moshez@zadka.site.co.il (Moshe Zadka)
Author: Moshe Zadka <moshez@zadka.site.co.il>
Status: Rejected
Type: Informational
Content-Type: text/x-rst
@ -158,11 +156,3 @@ Rejected Suggestions
====================
XML -- it's very hard to type, and too cluttered to read it comfortably.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 217
Title: Display Hook for Interactive Use
Version: $Revision$
Last-Modified: $Date$
Author: moshez@zadka.site.co.il (Moshe Zadka)
Author: Moshe Zadka <moshez@zadka.site.co.il>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -57,10 +55,3 @@ Jython Issues
=============
The method ``Py.printResult`` will be similarly changed.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 218
Title: Adding a Built-In Set Object Type
Version: $Revision$
Last-Modified: $Date$
Author: gvwilson@ddj.com (Greg Wilson), python@rcn.com (Raymond Hettinger)
Author: Greg Wilson <gvwilson@ddj.com>, Raymond Hettinger <python@rcn.com>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -214,11 +212,3 @@ Copyright
=========
This document has been placed in the Public Domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 219
Title: Stackless Python
Version: $Revision$
Last-Modified: $Date$
Author: gmcm@hypernet.com (Gordon McMillan)
Author: Gordon McMillan <gmcm@hypernet.com>
Status: Deferred
Type: Standards Track
Content-Type: text/x-rst
@ -189,11 +187,3 @@ References
.. [2] http://web.archive.org/web/20000815070602/http://world.std.com/~wware/uthread.html
.. [3] Demo/threads/Generator.py in the source distribution
.. [4] http://www.stackless.com/coroutines.tim.peters.html
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 220
Title: Coroutines, Generators, Continuations
Version: $Revision$
Last-Modified: $Date$
Author: gmcm@hypernet.com (Gordon McMillan)
Author: Gordon McMillan <gmcm@hypernet.com>
Status: Rejected
Type: Informational
Content-Type: text/x-rst
@ -20,11 +18,3 @@ higher level module that makes coroutines and generators easy to
create is desirable (and being worked on). The focus of this PEP
is on showing how coroutines, generators, and green threads can
simplify common programming problems.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 221
Title: Import As
Version: $Revision$
Last-Modified: $Date$
Author: thomas@python.org (Thomas Wouters)
Author: Thomas Wouters <thomas@python.org>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -114,11 +112,3 @@ References
.. [1] https://hg.python.org/cpython/rev/18385172fac0
.. [2] http://sourceforge.net/patch/?func=detailpatch&patch_id=101234&group_id=5470
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 223
Title: Change the Meaning of ``\x`` Escapes
Version: $Revision$
Last-Modified: $Date$
Author: tim.peters@gmail.com (Tim Peters)
Author: Tim Peters <tim.peters@gmail.com>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -224,11 +222,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 224
Title: Attribute Docstrings
Version: $Revision$
Last-Modified: $Date$
Author: mal@lemburg.com (Marc-André Lemburg)
Author: Marc-André Lemburg <mal@lemburg.com>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
@ -266,11 +264,3 @@ References
==========
.. [1] http://sourceforge.net/patch/?func=detailpatch&patch_id=101264&group_id=5470
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,9 +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)
Author: Huaiyu Zhu <hzhu@users.sourceforge.net>,
Gregory Lielens <gregory.lielens@fft.be>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
@ -771,11 +769,3 @@ Additional References
=====================
.. [1] http://MatPy.sourceforge.net/Misc/index.html
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 227
Title: Statically Nested Scopes
Version: $Revision$
Last-Modified: $Date$
Author: jeremy@alum.mit.edu (Jeremy Hylton)
Author: Jeremy Hylton <jeremy@alum.mit.edu>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -506,10 +504,3 @@ References
Copyright
=========
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 228
Title: Reworking Python's Numeric Model
Version: $Revision$
Last-Modified: $Date$
Author: moshez@zadka.site.co.il (Moshe Zadka), guido@python.org (Guido van Rossum)
Author: Moshe Zadka <moshez@zadka.site.co.il>, Guido van Rossum <guido@python.org>
Status: Withdrawn
Type: Standards Track
Content-Type: text/x-rst
@ -146,11 +144,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 230
Title: Warning Framework
Version: $Revision$
Last-Modified: $Date$
Author: guido@python.org (Guido van Rossum)
Author: Guido van Rossum <guido@python.org>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -410,8 +408,3 @@ Implementation
Here's a prototype implementation:
http://sourceforge.net/patch/?func=detailpatch&patch_id=102715&group_id=5470
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 231
Title: __findattr__()
Version: $Revision$
Last-Modified: $Date$
Author: barry@python.org (Barry Warsaw)
Author: Barry Warsaw <barry@python.org>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
@ -613,7 +611,8 @@ References
.. [5] http://www.digicool.com/releases/ExtensionClass
.. [6] http://www.python.org/doc/essays/metaclasses/
.. [7] http://www.foretec.com/python/workshops/1998-11/dd-ascher-sum.html
.. [8] http://docs.python.org/howto/regex.html
* http://docs.python.org/howto/regex.html
Rejection
@ -641,10 +640,3 @@ Copyright
=========
This document has been placed in the Public Domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 233
Title: Python Online Help
Version: $Revision$
Last-Modified: $Date$
Author: paul@prescod.net (Paul Prescod)
Author: Paul Prescod <paul@prescod.net>
Status: Deferred
Type: Standards Track
Content-Type: text/x-rst
@ -108,11 +106,3 @@ Security Issues
This module will attempt to import modules with the same names as
requested topics. Don't use the modules if you are not confident
that everything in your ``PYTHONPATH`` is from a trusted source.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 234
Title: Iterators
Version: $Revision$
Last-Modified: $Date$
Author: ping@zesty.ca (Ka-Ping Yee), guido@python.org (Guido van Rossum)
Author: Ka-Ping Yee <ping@zesty.ca>, Guido van Rossum <guido@python.org>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -483,11 +481,3 @@ Copyright
=========
This document is in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,9 +1,7 @@
PEP: 238
Title: Changing the Division Operator
Version: $Revision$
Last-Modified: $Date$
Author: moshez@zadka.site.co.il (Moshe Zadka),
guido@python.org (Guido van Rossum)
Author: Moshe Zadka <moshez@zadka.site.co.il>,
Guido van Rossum <guido@python.org>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -480,11 +478,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 242
Title: Numeric Kinds
Version: $Revision$
Last-Modified: $Date$
Author: paul@pfdubois.com (Paul F. Dubois)
Author: Paul F. Dubois <paul@pfdubois.com>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
@ -237,10 +235,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 243
Title: Module Repository Upload Mechanism
Version: $Revision$
Last-Modified: $Date$
Author: jafo-pep@tummy.com (Sean Reifschneider)
Author: Sean Reifschneider <jafo-pep@tummy.com>
Discussions-To: distutils-sig@python.org
Status: Withdrawn
Type: Standards Track
@ -172,11 +170,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 244
Title: The ``directive`` statement
Version: $Revision$
Last-Modified: $Date$
Author: martin@v.loewis.de (Martin von Löwis)
Author: Martin von Löwis <martin@v.loewis.de>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
@ -162,11 +160,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,9 +1,7 @@
PEP: 246
Title: Object Adaptation
Version: $Revision$
Last-Modified: $Date$
Author: aleaxit@gmail.com (Alex Martelli),
cce@clarkevans.com (Clark C. Evans)
Author: Alex Martelli <aleaxit@gmail.com>,
Clark C. Evans <cce@clarkevans.com>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
@ -750,12 +748,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
End:

View File

@ -1,8 +1,6 @@
PEP: 248
Title: Python Database API Specification v1.0
Version: $Revision$
Last-Modified: $Date$
Author: mal@lemburg.com (Marc-André Lemburg)
Author: Marc-André Lemburg <mal@lemburg.com>
Discussions-To: db-sig@python.org
Status: Final
Type: Informational
@ -303,11 +301,3 @@ Copyright
=========
This document has been placed in the Public Domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 249
Title: Python Database API Specification v2.0
Version: $Revision$
Last-Modified: $Date$
Author: mal@lemburg.com (Marc-André Lemburg)
Author: Marc-André Lemburg <mal@lemburg.com>
Discussions-To: db-sig@python.org
Status: Final
Type: Informational

View File

@ -1,8 +1,6 @@
PEP: 250
Title: Using site-packages on Windows
Version: $Revision$
Last-Modified: $Date$
Author: p.f.moore@gmail.com (Paul Moore)
Author: Paul Moore <p.f.moore@gmail.com>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -136,11 +134,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 251
Title: Python 2.2 Release Schedule
Version: $Revision$
Last-Modified: $Date$
Author: barry@python.org (Barry Warsaw), guido@python.org (Guido van Rossum)
Author: Barry Warsaw <barry@python.org>, Guido van Rossum <guido@python.org>
Status: Final
Type: Informational
Content-Type: text/x-rst
@ -86,11 +84,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 252
Title: Making Types Look More Like Classes
Version: $Revision$
Last-Modified: $Date$
Author: guido@python.org (Guido van Rossum)
Author: Guido van Rossum <guido@python.org>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -724,9 +722,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 253
Title: Subtyping Built-in Types
Version: $Revision$
Last-Modified: $Date$
Author: guido@python.org (Guido van Rossum)
Author: Guido van Rossum <guido@python.org>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -961,9 +959,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 254
Title: Making Classes Look More Like Types
Version: $Revision$
Last-Modified: $Date$
Author: guido@python.org (Guido van Rossum)
Author: Guido van Rossum <guido@python.org>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
@ -29,10 +27,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,10 +1,8 @@
PEP: 255
Title: Simple Generators
Version: $Revision$
Last-Modified: $Date$
Author: nas@arctrix.com (Neil Schemenauer),
tim.peters@gmail.com (Tim Peters),
magnus@hetland.org (Magnus Lie Hetland)
Author: Neil Schemenauer <nas@arctrix.com>,
Tim Peters <tim.peters@gmail.com>,
Magnus Lie Hetland <magnus@hetland.org>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -503,11 +501,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 259
Title: Omit printing newline after newline
Version: $Revision$
Last-Modified: $Date$
Author: guido@python.org (Guido van Rossum)
Author: Guido van Rossum <guido@python.org>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
@ -135,10 +133,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 260
Title: Simplify xrange()
Version: $Revision$
Last-Modified: $Date$
Author: guido@python.org (Guido van Rossum)
Author: Guido van Rossum <guido@python.org>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -86,10 +84,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,9 +1,7 @@
PEP: 263
Title: Defining Python Source Code Encodings
Version: $Revision$
Last-Modified: $Date$
Author: mal@lemburg.com (Marc-André Lemburg),
martin@v.loewis.de (Martin von Löwis)
Author: Marc-André Lemburg <mal@lemburg.com>,
Martin von Löwis <martin@v.loewis.de>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -282,13 +280,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End:

View File

@ -1,8 +1,6 @@
PEP: 265
Title: Sorting Dictionaries by Value
Version: $Revision$
Last-Modified: $Date$
Author: g2@iowegian.com (Grant Griffin)
Author: Grant Griffin <g2@iowegian.com>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
@ -207,11 +205,3 @@ Copyright
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 266
Title: Optimizing Global Variable/Attribute Access
Version: $Revision$
Last-Modified: $Date$
Author: skip@pobox.com (Skip Montanaro)
Author: Skip Montanaro <skip@pobox.com>
Status: Withdrawn
Type: Standards Track
Content-Type: text/x-rst
@ -433,12 +431,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
fill-column: 70
End:

View File

@ -1,8 +1,6 @@
PEP: 267
Title: Optimized Access to Module Namespaces
Version: $Revision$
Last-Modified: $Date$
Author: jeremy@alum.mit.edu (Jeremy Hylton)
Author: Jeremy Hylton <jeremy@alum.mit.edu>
Status: Deferred
Type: Standards Track
Content-Type: text/x-rst
@ -286,11 +284,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 268
Title: Extended HTTP functionality and WebDAV
Version: $Revision$
Last-Modified: $Date$
Author: gstein@lyra.org (Greg Stein)
Author: Greg Stein <gstein@lyra.org>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
@ -207,13 +205,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
fill-column: 70
sentence-end-double-space: t
End:

View File

@ -1,8 +1,6 @@
PEP: 269
Title: Pgen Module for Python
Version: $Revision$
Last-Modified: $Date$
Author: jriehl@spaceship.com (Jonathan Riehl)
Author: Jonathan Riehl <jriehl@spaceship.com>
Status: Deferred
Type: Standards Track
Content-Type: text/x-rst
@ -208,12 +206,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
fill-column: 70
End:

View File

@ -1,8 +1,6 @@
PEP: 270
Title: uniq method for list objects
Version: $Revision$
Last-Modified: $Date$
Author: jp@demonseed.net (Jason Petrone)
Author: Jason Petrone <jp@demonseed.net>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
@ -81,12 +79,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
fill-column: 70
End:

View File

@ -1,8 +1,6 @@
PEP: 271
Title: Prefixing sys.path by command line option
Version: $Revision$
Last-Modified: $Date$
Author: fred@arakne.com (Frédéric B. Giacometti)
Author: Frédéric B. Giacometti <fred@arakne.com>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
@ -72,14 +70,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End:

View File

@ -1,8 +1,6 @@
PEP: 273
Title: Import Modules from Zip Archives
Version: $Revision$
Last-Modified: $Date$
Author: jim@interet.com (James C. Ahlstrom)
Author: James C. Ahlstrom <jim@interet.com>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -233,12 +231,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
fill-column: 70
End:

View File

@ -1,8 +1,6 @@
PEP: 275
Title: Switching on Multiple Values
Version: $Revision$
Last-Modified: $Date$
Author: mal@lemburg.com (Marc-André Lemburg)
Author: Marc-André Lemburg <mal@lemburg.com>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
@ -358,12 +356,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End:

View File

@ -1,8 +1,6 @@
PEP: 276
Title: Simple Iterator for ints
Version: $Revision$
Last-Modified: $Date$
Author: james_althoff@i2.com (Jim Althoff)
Author: Jim Althoff <james_althoff@i2.com>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
@ -426,11 +424,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
fill-column: 70
End:

View File

@ -1,8 +1,6 @@
PEP: 277
Title: Unicode file name support for Windows NT
Version: $Revision$
Last-Modified: $Date$
Author: neilh@scintilla.org (Neil Hodgson)
Author: Neil Hodgson <neilh@scintilla.org>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -113,13 +111,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
fill-column: 70
End:

View File

@ -1,8 +1,6 @@
PEP: 278
Title: Universal Newline Support
Version: $Revision$
Last-Modified: $Date$
Author: jack@cwi.nl (Jack Jansen)
Author: Jack Jansen <jack@cwi.nl>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -205,12 +203,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
fill-column: 70
End:

View File

@ -1,8 +1,6 @@
PEP: 279
Title: The enumerate() built-in function
Version: $Revision$
Last-Modified: $Date$
Author: python@rcn.com (Raymond Hettinger)
Author: Raymond Hettinger <python@rcn.com>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -201,14 +199,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
fill-column: 70
End:

View File

@ -1,8 +1,6 @@
PEP: 280
Title: Optimizing access to globals
Version: $Revision$
Last-Modified: $Date$
Author: guido@python.org (Guido van Rossum)
Author: Guido van Rossum <guido@python.org>
Status: Deferred
Type: Standards Track
Content-Type: text/x-rst
@ -529,10 +527,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

View File

@ -1,8 +1,6 @@
PEP: 281
Title: Loop Counter Iteration with range and xrange
Version: $Revision$
Last-Modified: $Date$
Author: magnus@hetland.org (Magnus Lie Hetland)
Author: Magnus Lie Hetland <magnus@hetland.org>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
@ -140,12 +138,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
fill-column: 70
End:

View File

@ -1,9 +1,7 @@
PEP: 282
Title: A Logging System
Version: $Revision$
Last-Modified: $Date$
Author: vinay_sajip at red-dove.com (Vinay Sajip),
trentm@activestate.com (Trent Mick)
Author: Vinay Sajip <vinay_sajip at red-dove.com>,
Trent Mick <trentm@activestate.com>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -635,12 +633,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
End:

View File

@ -1,8 +1,6 @@
PEP: 285
Title: Adding a bool type
Version: $Revision$
Last-Modified: $Date$
Author: guido@python.org (Guido van Rossum)
Author: Guido van Rossum <guido@python.org>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -447,11 +445,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
fill-column: 70
End:

View File

@ -1,8 +1,6 @@
PEP: 286
Title: Enhanced Argument Tuples
Version: $Revision$
Last-Modified: $Date$
Author: martin@v.loewis.de (Martin von Löwis)
Author: Martin von Löwis <martin@v.loewis.de>
Status: Deferred
Type: Standards Track
Content-Type: text/x-rst
@ -124,11 +122,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
fill-column: 70
End:

View File

@ -1,8 +1,6 @@
PEP: 288
Title: Generators Attributes and Exceptions
Version: $Revision$
Last-Modified: $Date$
Author: python@rcn.com (Raymond Hettinger)
Author: Raymond Hettinger <python@rcn.com>
Status: Withdrawn
Type: Standards Track
Content-Type: text/x-rst
@ -155,12 +153,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
fill-column: 70
End:

View File

@ -1,8 +1,6 @@
PEP: 289
Title: Generator Expressions
Version: $Revision$
Last-Modified: $Date$
Author: python@rcn.com (Raymond Hettinger)
Author: Raymond Hettinger <python@rcn.com>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -298,12 +296,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
End:

View File

@ -1,8 +1,6 @@
PEP: 291
Title: Backward Compatibility for the Python 2 Standard Library
Version: $Revision$
Last-Modified: $Date$
Author: nnorwitz@gmail.com (Neal Norwitz)
Author: Neal Norwitz <nnorwitz@gmail.com>
Status: Final
Type: Informational
Content-Type: text/x-rst
@ -153,13 +151,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
End:

View File

@ -1,8 +1,6 @@
PEP: 292
Title: Simpler String Substitutions
Version: $Revision$
Last-Modified: $Date$
Author: barry@python.org (Barry Warsaw)
Author: Barry Warsaw <barry@python.org>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -210,13 +208,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
End:

View File

@ -1,8 +1,6 @@
PEP: 294
Title: Type Names in the types Module
Version: $Revision$
Last-Modified: $Date$
Author: oren at hishome.net (Oren Tirosh)
Author: Oren Tirosh <oren at hishome.net>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
@ -100,11 +98,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
End:

View File

@ -1,8 +1,6 @@
PEP: 295
Title: Interpretation of multiline string constants
Version: $Revision$
Last-Modified: $Date$
Author: yozh@mx1.ru (Stepan Koltsov)
Author: Stepan Koltsov <yozh@mx1.ru>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
@ -119,13 +117,3 @@ Copyright
=========
This document has been placed in the Public Domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
End:

View File

@ -1,8 +1,6 @@
PEP: 296
Title: Adding a bytes Object Type
Version: $Revision$
Last-Modified: $Date$
Author: xscottg at yahoo.com (Scott Gilbert)
Author: Scott Gilbert <xscottg at yahoo.com>
Status: Withdrawn
Type: Standards Track
Content-Type: text/x-rst
@ -357,12 +355,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
End:

View File

@ -1,8 +1,6 @@
PEP: 297
Title: Support for System Upgrades
Version: $Revision$
Last-Modified: $Date$
Author: mal@lemburg.com (Marc-André Lemburg)
Author: Marc-André Lemburg <mal@lemburg.com>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
@ -116,14 +114,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End:

View File

@ -1,8 +1,6 @@
PEP: 666
Title: Reject Foolish Indentation
Version: $Revision$
Last-Modified: $Date$
Author: lac@strakt.com (Laura Creighton)
Author: Laura Creighton <lac@strakt.com>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
@ -96,12 +94,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
fill-column: 70
End:

View File

@ -1,8 +1,6 @@
PEP: 3103
Title: A Switch/Case Statement
Version: $Revision$
Last-Modified: $Date$
Author: guido@python.org (Guido van Rossum)
Author: Guido van Rossum <guido@python.org>
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
@ -624,14 +622,3 @@ Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End: