From 5fb8b28a066de90154c72007c762787b0882b3e2 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 5 Oct 2022 09:48:43 -0700 Subject: [PATCH] Many PEPs: 'Author' must be list of 'Name , ...' (#2809) --- .pre-commit-config.yaml | 8 -------- pep-0001.txt | 5 +---- pep-0003.txt | 6 ++---- pep-0005.txt | 10 +--------- pep-0006.txt | 11 +---------- pep-0010.txt | 12 +----------- pep-0100.txt | 11 +---------- pep-0102.txt | 15 +++------------ pep-0201.txt | 12 +----------- pep-0202.txt | 12 +----------- pep-0203.txt | 11 +---------- pep-0204.txt | 11 +---------- pep-0207.txt | 10 +--------- pep-0208.txt | 16 +--------------- pep-0209.txt | 11 +---------- pep-0210.txt | 4 +--- pep-0211.txt | 12 +----------- pep-0212.txt | 11 +---------- pep-0213.txt | 12 +----------- pep-0214.txt | 11 +---------- pep-0215.txt | 11 +---------- pep-0216.txt | 12 +----------- pep-0217.txt | 11 +---------- pep-0218.txt | 12 +----------- pep-0219.txt | 12 +----------- pep-0220.txt | 12 +----------- pep-0221.txt | 12 +----------- pep-0223.txt | 12 +----------- pep-0224.txt | 12 +----------- pep-0225.txt | 14 ++------------ pep-0227.txt | 11 +---------- pep-0228.txt | 12 +----------- pep-0230.txt | 9 +-------- pep-0231.txt | 14 +++----------- pep-0233.txt | 12 +----------- pep-0234.txt | 12 +----------- pep-0238.txt | 14 ++------------ pep-0242.txt | 11 +---------- pep-0243.txt | 12 +----------- pep-0244.txt | 12 +----------- pep-0246.txt | 15 ++------------- pep-0248.txt | 12 +----------- pep-0249.txt | 4 +--- pep-0250.txt | 12 +----------- pep-0251.txt | 12 +----------- pep-0252.txt | 10 +--------- pep-0253.txt | 10 +--------- pep-0254.txt | 11 +---------- pep-0255.txt | 16 +++------------- pep-0259.txt | 11 +---------- pep-0260.txt | 11 +---------- pep-0263.txt | 16 ++-------------- pep-0265.txt | 12 +----------- pep-0266.txt | 13 +------------ pep-0267.txt | 12 +----------- pep-0268.txt | 14 +------------- pep-0269.txt | 13 +------------ pep-0270.txt | 13 +------------ pep-0271.txt | 15 +-------------- pep-0273.txt | 13 +------------ pep-0275.txt | 13 +------------ pep-0276.txt | 12 +----------- pep-0277.txt | 14 +------------- pep-0278.txt | 13 +------------ pep-0279.txt | 15 +-------------- pep-0280.txt | 11 +---------- pep-0281.txt | 13 +------------ pep-0282.txt | 15 ++------------- pep-0285.txt | 12 +----------- pep-0286.txt | 12 +----------- pep-0288.txt | 13 +------------ pep-0289.txt | 13 +------------ pep-0291.txt | 14 +------------- pep-0292.txt | 14 +------------- pep-0294.txt | 12 +----------- pep-0295.txt | 14 +------------- pep-0296.txt | 13 +------------ pep-0297.txt | 15 +-------------- pep-0666.txt | 13 +------------ pep-3103.txt | 15 +-------------- 80 files changed, 91 insertions(+), 870 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ccd3a4dc0..653f07ee9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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] diff --git a/pep-0001.txt b/pep-0001.txt index 1bf4f8e39..421aefb19 100644 --- a/pep-0001.txt +++ b/pep-0001.txt @@ -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 diff --git a/pep-0003.txt b/pep-0003.txt index 92e9c049b..185f1adfa 100644 --- a/pep-0003.txt +++ b/pep-0003.txt @@ -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 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 diff --git a/pep-0005.txt b/pep-0005.txt index 8fdd69bf1..d829e9373 100644 --- a/pep-0005.txt +++ b/pep-0005.txt @@ -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 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: \ No newline at end of file diff --git a/pep-0006.txt b/pep-0006.txt index 6a1f64e5d..ca6a6e74c 100644 --- a/pep-0006.txt +++ b/pep-0006.txt @@ -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 , Anthony Baxter 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: diff --git a/pep-0010.txt b/pep-0010.txt index bed820524..f27b94cd2 100644 --- a/pep-0010.txt +++ b/pep-0010.txt @@ -1,8 +1,6 @@ PEP: 10 Title: Voting Guidelines -Version: $Revision$ -Last-Modified: $Date$ -Author: barry@python.org (Barry Warsaw) +Author: Barry Warsaw 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: diff --git a/pep-0100.txt b/pep-0100.txt index 868452499..77b74e8e3 100644 --- a/pep-0100.txt +++ b/pep-0100.txt @@ -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 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: diff --git a/pep-0102.txt b/pep-0102.txt index 37e77b93e..458e16274 100644 --- a/pep-0102.txt +++ b/pep-0102.txt @@ -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 , + Barry Warsaw , + Guido van Rossum 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: diff --git a/pep-0201.txt b/pep-0201.txt index 802eb5565..71454d9ae 100644 --- a/pep-0201.txt +++ b/pep-0201.txt @@ -1,8 +1,6 @@ PEP: 201 Title: Lockstep Iteration -Version: $Revision$ -Last-Modified: $Date$ -Author: barry@python.org (Barry Warsaw) +Author: Barry Warsaw 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: diff --git a/pep-0202.txt b/pep-0202.txt index 11704eca6..25c5bc12e 100644 --- a/pep-0202.txt +++ b/pep-0202.txt @@ -1,8 +1,6 @@ PEP: 202 Title: List Comprehensions -Version: $Revision$ -Last-Modified: $Date$ -Author: barry@python.org (Barry Warsaw) +Author: Barry Warsaw 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: diff --git a/pep-0203.txt b/pep-0203.txt index a85d4a777..c110ca2e0 100644 --- a/pep-0203.txt +++ b/pep-0203.txt @@ -1,8 +1,6 @@ PEP: 203 Title: Augmented Assignments -Version: $Revision$ -Last-Modified: $Date$ -Author: thomas@python.org (Thomas Wouters) +Author: Thomas Wouters 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: diff --git a/pep-0204.txt b/pep-0204.txt index 561e83295..cd7a7efcf 100644 --- a/pep-0204.txt +++ b/pep-0204.txt @@ -1,8 +1,6 @@ PEP: 204 Title: Range Literals -Version: $Revision$ -Last-Modified: $Date$ -Author: thomas@python.org (Thomas Wouters) +Author: Thomas Wouters 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: diff --git a/pep-0207.txt b/pep-0207.txt index ce80b420a..39a49ae6a 100644 --- a/pep-0207.txt +++ b/pep-0207.txt @@ -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 , David Ascher 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: diff --git a/pep-0208.txt b/pep-0208.txt index 6bee6b108..a70b3c935 100644 --- a/pep-0208.txt +++ b/pep-0208.txt @@ -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 , Marc-André Lemburg 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: diff --git a/pep-0209.txt b/pep-0209.txt index 392c0828b..f3ffd2f93 100644 --- a/pep-0209.txt +++ b/pep-0209.txt @@ -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 , Travis Oliphant 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: diff --git a/pep-0210.txt b/pep-0210.txt index 986a429ae..68d1b49a9 100644 --- a/pep-0210.txt +++ b/pep-0210.txt @@ -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 Status: Rejected Type: Standards Track Content-Type: text/x-rst diff --git a/pep-0211.txt b/pep-0211.txt index c7d86d6d7..da2358ba2 100644 --- a/pep-0211.txt +++ b/pep-0211.txt @@ -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 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: diff --git a/pep-0212.txt b/pep-0212.txt index 1ab328735..dcaedeec0 100644 --- a/pep-0212.txt +++ b/pep-0212.txt @@ -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 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: diff --git a/pep-0213.txt b/pep-0213.txt index fe7c9438a..8ab4f0bac 100644 --- a/pep-0213.txt +++ b/pep-0213.txt @@ -1,8 +1,6 @@ PEP: 213 Title: Attribute Access Handlers -Version: $Revision$ -Last-Modified: $Date$ -Author: paul@prescod.net (Paul Prescod) +Author: Paul Prescod 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: diff --git a/pep-0214.txt b/pep-0214.txt index 05050689b..6c6e7530f 100644 --- a/pep-0214.txt +++ b/pep-0214.txt @@ -1,8 +1,6 @@ PEP: 214 Title: Extended Print Statement -Version: $Revision$ -Last-Modified: $Date$ -Author: barry@python.org (Barry Warsaw) +Author: Barry Warsaw 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: diff --git a/pep-0215.txt b/pep-0215.txt index 5fe4d6ab3..bdcdcf11f 100644 --- a/pep-0215.txt +++ b/pep-0215.txt @@ -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 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: diff --git a/pep-0216.txt b/pep-0216.txt index 31bace5a0..497fc135c 100644 --- a/pep-0216.txt +++ b/pep-0216.txt @@ -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 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: diff --git a/pep-0217.txt b/pep-0217.txt index 13f2227e0..f1a564148 100644 --- a/pep-0217.txt +++ b/pep-0217.txt @@ -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 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: diff --git a/pep-0218.txt b/pep-0218.txt index 03c39c72e..9e8f61a24 100644 --- a/pep-0218.txt +++ b/pep-0218.txt @@ -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 , Raymond Hettinger 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: diff --git a/pep-0219.txt b/pep-0219.txt index 64bed7b6e..c13f27c4a 100644 --- a/pep-0219.txt +++ b/pep-0219.txt @@ -1,8 +1,6 @@ PEP: 219 Title: Stackless Python -Version: $Revision$ -Last-Modified: $Date$ -Author: gmcm@hypernet.com (Gordon McMillan) +Author: Gordon McMillan 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: diff --git a/pep-0220.txt b/pep-0220.txt index 597cc4715..9d9a47609 100644 --- a/pep-0220.txt +++ b/pep-0220.txt @@ -1,8 +1,6 @@ PEP: 220 Title: Coroutines, Generators, Continuations -Version: $Revision$ -Last-Modified: $Date$ -Author: gmcm@hypernet.com (Gordon McMillan) +Author: Gordon McMillan 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: diff --git a/pep-0221.txt b/pep-0221.txt index 34efd28de..0b92c64c0 100644 --- a/pep-0221.txt +++ b/pep-0221.txt @@ -1,8 +1,6 @@ PEP: 221 Title: Import As -Version: $Revision$ -Last-Modified: $Date$ -Author: thomas@python.org (Thomas Wouters) +Author: Thomas Wouters 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: diff --git a/pep-0223.txt b/pep-0223.txt index ef240517d..e7238cf0a 100644 --- a/pep-0223.txt +++ b/pep-0223.txt @@ -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 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: diff --git a/pep-0224.txt b/pep-0224.txt index a208b002a..2c7cd0a1f 100644 --- a/pep-0224.txt +++ b/pep-0224.txt @@ -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 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: diff --git a/pep-0225.txt b/pep-0225.txt index da526b786..b66aadee8 100644 --- a/pep-0225.txt +++ b/pep-0225.txt @@ -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 , + Gregory Lielens 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: diff --git a/pep-0227.txt b/pep-0227.txt index e74ec00cd..330d93104 100644 --- a/pep-0227.txt +++ b/pep-0227.txt @@ -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 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: diff --git a/pep-0228.txt b/pep-0228.txt index 9fcc8bab2..4b708fc1e 100644 --- a/pep-0228.txt +++ b/pep-0228.txt @@ -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 , Guido van Rossum 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: diff --git a/pep-0230.txt b/pep-0230.txt index eb404ae4a..d521a6938 100644 --- a/pep-0230.txt +++ b/pep-0230.txt @@ -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 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: diff --git a/pep-0231.txt b/pep-0231.txt index 6e8d5d211..3ff93081c 100644 --- a/pep-0231.txt +++ b/pep-0231.txt @@ -1,8 +1,6 @@ PEP: 231 Title: __findattr__() -Version: $Revision$ -Last-Modified: $Date$ -Author: barry@python.org (Barry Warsaw) +Author: Barry Warsaw 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: diff --git a/pep-0233.txt b/pep-0233.txt index 02393efcc..313e199bd 100644 --- a/pep-0233.txt +++ b/pep-0233.txt @@ -1,8 +1,6 @@ PEP: 233 Title: Python Online Help -Version: $Revision$ -Last-Modified: $Date$ -Author: paul@prescod.net (Paul Prescod) +Author: Paul Prescod 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: diff --git a/pep-0234.txt b/pep-0234.txt index 7ce5d44f6..74640a9ea 100644 --- a/pep-0234.txt +++ b/pep-0234.txt @@ -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 , Guido van Rossum 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: diff --git a/pep-0238.txt b/pep-0238.txt index 7d87cb403..a78256f3f 100644 --- a/pep-0238.txt +++ b/pep-0238.txt @@ -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 , + Guido van Rossum 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: diff --git a/pep-0242.txt b/pep-0242.txt index e3cebbd12..92f383470 100644 --- a/pep-0242.txt +++ b/pep-0242.txt @@ -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 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: diff --git a/pep-0243.txt b/pep-0243.txt index 40b0fabf8..8d38d8b70 100644 --- a/pep-0243.txt +++ b/pep-0243.txt @@ -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 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: diff --git a/pep-0244.txt b/pep-0244.txt index 9d1628884..59b0759fe 100644 --- a/pep-0244.txt +++ b/pep-0244.txt @@ -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 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: diff --git a/pep-0246.txt b/pep-0246.txt index 5486e7376..8a10d3ba3 100644 --- a/pep-0246.txt +++ b/pep-0246.txt @@ -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 , + Clark C. Evans 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: diff --git a/pep-0248.txt b/pep-0248.txt index 06f11e228..85b3d5102 100644 --- a/pep-0248.txt +++ b/pep-0248.txt @@ -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 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: diff --git a/pep-0249.txt b/pep-0249.txt index 011486cf1..09eaa4608 100644 --- a/pep-0249.txt +++ b/pep-0249.txt @@ -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 Discussions-To: db-sig@python.org Status: Final Type: Informational diff --git a/pep-0250.txt b/pep-0250.txt index 688c5ee41..d6fdc1d56 100644 --- a/pep-0250.txt +++ b/pep-0250.txt @@ -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 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: diff --git a/pep-0251.txt b/pep-0251.txt index ccc2f83f9..6d6cafd85 100644 --- a/pep-0251.txt +++ b/pep-0251.txt @@ -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 , Guido van Rossum 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: diff --git a/pep-0252.txt b/pep-0252.txt index b23fa61a2..671d3736e 100644 --- a/pep-0252.txt +++ b/pep-0252.txt @@ -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 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: diff --git a/pep-0253.txt b/pep-0253.txt index c4410848e..cf165a543 100644 --- a/pep-0253.txt +++ b/pep-0253.txt @@ -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 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: diff --git a/pep-0254.txt b/pep-0254.txt index f769a5b85..0d1f64081 100644 --- a/pep-0254.txt +++ b/pep-0254.txt @@ -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 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: diff --git a/pep-0255.txt b/pep-0255.txt index 009fc989f..104935fcd 100644 --- a/pep-0255.txt +++ b/pep-0255.txt @@ -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 , + Tim Peters , + Magnus Lie Hetland 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: diff --git a/pep-0259.txt b/pep-0259.txt index a7c0e6c12..1041acd9c 100644 --- a/pep-0259.txt +++ b/pep-0259.txt @@ -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 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: diff --git a/pep-0260.txt b/pep-0260.txt index 9542bd20d..06b018b79 100644 --- a/pep-0260.txt +++ b/pep-0260.txt @@ -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 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: diff --git a/pep-0263.txt b/pep-0263.txt index f179bf1aa..f55230676 100644 --- a/pep-0263.txt +++ b/pep-0263.txt @@ -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 , + Martin von Löwis 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: diff --git a/pep-0265.txt b/pep-0265.txt index 5039a8916..af4a55841 100644 --- a/pep-0265.txt +++ b/pep-0265.txt @@ -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 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: - diff --git a/pep-0266.txt b/pep-0266.txt index 7e4901437..a57911f4b 100644 --- a/pep-0266.txt +++ b/pep-0266.txt @@ -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 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: diff --git a/pep-0267.txt b/pep-0267.txt index f55d22d96..32bdb3a32 100644 --- a/pep-0267.txt +++ b/pep-0267.txt @@ -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 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: diff --git a/pep-0268.txt b/pep-0268.txt index 0d2b72deb..5d1b9ecee 100644 --- a/pep-0268.txt +++ b/pep-0268.txt @@ -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 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: diff --git a/pep-0269.txt b/pep-0269.txt index 45229076e..cd2f42e28 100644 --- a/pep-0269.txt +++ b/pep-0269.txt @@ -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 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: diff --git a/pep-0270.txt b/pep-0270.txt index 2a5a790c9..2d1ec09ff 100644 --- a/pep-0270.txt +++ b/pep-0270.txt @@ -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 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: diff --git a/pep-0271.txt b/pep-0271.txt index 0cfff4172..c6dcf8f8c 100644 --- a/pep-0271.txt +++ b/pep-0271.txt @@ -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 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: diff --git a/pep-0273.txt b/pep-0273.txt index 7565d691e..be1a66eb6 100644 --- a/pep-0273.txt +++ b/pep-0273.txt @@ -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 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: diff --git a/pep-0275.txt b/pep-0275.txt index 4b5d397f8..a64e3e18b 100644 --- a/pep-0275.txt +++ b/pep-0275.txt @@ -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 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: diff --git a/pep-0276.txt b/pep-0276.txt index 3fd0c6b4e..835351f30 100644 --- a/pep-0276.txt +++ b/pep-0276.txt @@ -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 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: diff --git a/pep-0277.txt b/pep-0277.txt index 07a046d75..9ca408770 100644 --- a/pep-0277.txt +++ b/pep-0277.txt @@ -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 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: - diff --git a/pep-0278.txt b/pep-0278.txt index d24408b1f..a2ac61356 100644 --- a/pep-0278.txt +++ b/pep-0278.txt @@ -1,8 +1,6 @@ PEP: 278 Title: Universal Newline Support -Version: $Revision$ -Last-Modified: $Date$ -Author: jack@cwi.nl (Jack Jansen) +Author: Jack Jansen 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: diff --git a/pep-0279.txt b/pep-0279.txt index aa617269f..2f3eeecb8 100644 --- a/pep-0279.txt +++ b/pep-0279.txt @@ -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 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: - - diff --git a/pep-0280.txt b/pep-0280.txt index 3149b78e6..9a28db3f1 100644 --- a/pep-0280.txt +++ b/pep-0280.txt @@ -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 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: diff --git a/pep-0281.txt b/pep-0281.txt index ea8d386dc..9bf788134 100644 --- a/pep-0281.txt +++ b/pep-0281.txt @@ -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 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: diff --git a/pep-0282.txt b/pep-0282.txt index bc02ec80f..a328a01b3 100644 --- a/pep-0282.txt +++ b/pep-0282.txt @@ -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 , + Trent Mick 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: diff --git a/pep-0285.txt b/pep-0285.txt index 8d76c7123..8de75912d 100644 --- a/pep-0285.txt +++ b/pep-0285.txt @@ -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 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: diff --git a/pep-0286.txt b/pep-0286.txt index ae6a15c6e..e6d56af8c 100644 --- a/pep-0286.txt +++ b/pep-0286.txt @@ -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 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: diff --git a/pep-0288.txt b/pep-0288.txt index b727c9e56..0b8a35dff 100644 --- a/pep-0288.txt +++ b/pep-0288.txt @@ -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 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: diff --git a/pep-0289.txt b/pep-0289.txt index 312677b2c..dcb505940 100644 --- a/pep-0289.txt +++ b/pep-0289.txt @@ -1,8 +1,6 @@ PEP: 289 Title: Generator Expressions -Version: $Revision$ -Last-Modified: $Date$ -Author: python@rcn.com (Raymond Hettinger) +Author: Raymond Hettinger 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: diff --git a/pep-0291.txt b/pep-0291.txt index 817090367..a535f13f6 100644 --- a/pep-0291.txt +++ b/pep-0291.txt @@ -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 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: diff --git a/pep-0292.txt b/pep-0292.txt index 0aed5bae8..e469936a3 100644 --- a/pep-0292.txt +++ b/pep-0292.txt @@ -1,8 +1,6 @@ PEP: 292 Title: Simpler String Substitutions -Version: $Revision$ -Last-Modified: $Date$ -Author: barry@python.org (Barry Warsaw) +Author: Barry Warsaw 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: diff --git a/pep-0294.txt b/pep-0294.txt index 01a0e68d5..782fce9a6 100644 --- a/pep-0294.txt +++ b/pep-0294.txt @@ -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 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: diff --git a/pep-0295.txt b/pep-0295.txt index 5396f2393..335fb559b 100644 --- a/pep-0295.txt +++ b/pep-0295.txt @@ -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 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: diff --git a/pep-0296.txt b/pep-0296.txt index 22bb085af..9a769a050 100644 --- a/pep-0296.txt +++ b/pep-0296.txt @@ -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 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: diff --git a/pep-0297.txt b/pep-0297.txt index 76a36b71d..96d61a514 100644 --- a/pep-0297.txt +++ b/pep-0297.txt @@ -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 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: diff --git a/pep-0666.txt b/pep-0666.txt index af6fc8d01..dd3bdce23 100644 --- a/pep-0666.txt +++ b/pep-0666.txt @@ -1,8 +1,6 @@ PEP: 666 Title: Reject Foolish Indentation -Version: $Revision$ -Last-Modified: $Date$ -Author: lac@strakt.com (Laura Creighton) +Author: Laura Creighton 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: diff --git a/pep-3103.txt b/pep-3103.txt index 7db213db8..1f4b9fe44 100644 --- a/pep-3103.txt +++ b/pep-3103.txt @@ -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 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: