python/nondist/peps pep-0000.txt, 1.297, 1.298 pep-0215.txt, 1.3, 1.4 pep-0278.txt, 1.9, 1.10 pep-0292.txt, 1.15, 1.16 pep-0318.txt, 1.35, 1.36 pep-0324.txt, 1.7, 1.8
Update of /cvsroot/python/python/nondist/peps In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6250 Modified Files: pep-0000.txt pep-0215.txt pep-0278.txt pep-0292.txt pep-0318.txt pep-0324.txt Log Message: Jim Jewett points out that PEPs 278, 292, 318, and 324 can be marked as Final, and that 215 can be marked as Rejected. Index: pep-0000.txt =================================================================== RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v retrieving revision 1.297 retrieving revision 1.298 diff -u -d -r1.297 -r1.298 --- pep-0000.txt 11 Dec 2004 20:24:11 -0000 1.297 +++ pep-0000.txt 29 Jan 2005 18:24:59 -0000 1.298 @@ -65,14 +65,12 @@ S 252 Making Types Look More Like Classes GvR S 253 Subtyping Built-in Types GvR SA 309 Partial Function Application Harris - SA 318 Decorators for Functions and Methods Smith, et al SA 328 Imports: Multi-Line and Absolute/Relative Aahz Open PEPs (under consideration) I 206 2.0 Batteries Included Zadka S 209 Adding Multidimensional Arrays Barrett, Oliphant - S 215 String Interpolation Yee S 228 Reworking Python's Numeric Model Zadka, GvR S 237 Unifying Long Integers and Integers Zadka, GvR S 239 Adding a Rational Type to Python Craig, Zadka @@ -91,14 +89,12 @@ S 274 Dict Comprehensions Warsaw S 275 Switching on Multiple Values Lemburg S 276 Simple Iterator for ints Althoff - S 278 Universal Newline Support Jansen S 280 Optimizing access to globals GvR S 281 Loop Counter Iteration with range and xrange Hetland S 284 Integer for-loops Eppstein, Ewing S 286 Enhanced Argument Tuples von Loewis I 287 reStructuredText Docstring Format Goodger S 288 Generators Attributes and Exceptions Hettinger - S 292 Simpler String Substitutions Warsaw S 294 Type Names in the types Module Tirosh S 297 Support for System Upgrades Lemburg S 298 The Locked Buffer Interface Heller @@ -115,7 +111,6 @@ S 319 Python Synchronize/Asynchronize Block Pelletier S 321 Date/Time Parsing and Formatting Kuchling S 323 Copyable Iterators Martelli - S 324 subprocess - New process module Astrand S 325 Resource-Release Support for Generators Pedroni S 330 Python Bytecode Verification Pelletier S 331 Locale-Independent Float/String conversions Reis @@ -162,17 +157,21 @@ SF 264 Future statements in simulated shells Hudson SF 273 Import Modules from Zip Archives Ahlstrom SF 277 Unicode file name support for Windows NT Hodgson + SF 278 Universal Newline Support Jansen SF 279 The enumerate() built-in function Hettinger SF 282 A Logging System Sajip, Mick IF 283 Python 2.3 Release Schedule GvR SF 285 Adding a bool type GvR SF 289 Generator Expressions Hettinger + SF 292 Simpler String Substitutions Warsaw SF 293 Codec Error Handling Callbacks Dörwald SF 305 CSV File API Montanaro, et al SF 307 Extensions to the pickle protocol GvR, Peters SF 311 Simplified GIL Acquisition for Extensions Hammond + SF 318 Decorators for Functions and Methods Smith, et al IF 320 Python 2.4 Release Schedule Warsaw, et al SF 322 Reverse Iteration Hettinger + SF 324 subprocess - New process module Astrand SF 327 Decimal Data Type Batista Empty PEPs (or containing only an abstract) @@ -186,6 +185,7 @@ SD 211 Adding A New Outer Product Operator Wilson SD 212 Loop Counter Iteration Schneider-Kamp SD 213 Attribute Access Handlers Prescod + SR 215 String Interpolation Yee IR 216 Docstring Format Zadka SD 219 Stackless Python McMillan SD 222 Web Library Enhancements Kuchling @@ -249,7 +249,7 @@ SD 212 Loop Counter Iteration Schneider-Kamp SD 213 Attribute Access Handlers Prescod SF 214 Extended Print Statement Warsaw - SD 215 String Interpolation Yee + SR 215 String Interpolation Yee IR 216 Docstring Format Zadka SF 217 Display Hook for Interactive Use Zadka SF 218 Adding a Built-In Set Object Type Wilson, Hettinger @@ -312,7 +312,7 @@ S 275 Switching on Multiple Values Lemburg S 276 Simple Iterator for ints Althoff SF 277 Unicode file name support for Windows NT Hodgson - S 278 Universal Newline Support Jansen + SF 278 Universal Newline Support Jansen SF 279 The enumerate() built-in function Hettinger S 280 Optimizing access to globals GvR S 281 Loop Counter Iteration with range and xrange Hetland @@ -326,7 +326,7 @@ SF 289 Generator Expressions Hettinger I 290 Code Migration and Modernization Hettinger I 291 Backward Compatibility for Standard Library Norwitz - S 292 Simpler String Substitutions Warsaw + SF 292 Simpler String Substitutions Warsaw SF 293 Codec Error Handling Callbacks Dörwald S 294 Type Names in the types Module Tirosh SR 295 Interpretation of multiline string constants Koltsov @@ -351,13 +351,13 @@ S 315 Enhanced While Loop Carroll SD 316 Programming by Contract for Python Way SR 317 Eliminate Implicit Exception Instantiation Taschuk - SA 318 Decorators for Functions and Methods Smith, et al + SF 318 Decorators for Functions and Methods Smith, et al S 319 Python Synchronize/Asynchronize Block Pelletier IF 320 Python 2.4 Release Schedule Warsaw, et al S 321 Date/Time Parsing and Formatting Kuchling SF 322 Reverse Iteration Hettinger S 323 Copyable Iterators Martelli - S 324 subprocess - New POSIX process module Astrand + SF 324 subprocess - New POSIX process module Astrand S 325 Resource-Release Support for Generators Pedroni SR 326 A Case for Top and Bottom Values Carlson, Reedy SF 327 Decimal Data Type Batista Index: pep-0215.txt =================================================================== RCS file: /cvsroot/python/python/nondist/peps/pep-0215.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- pep-0215.txt 30 Jan 2001 17:09:53 -0000 1.3 +++ pep-0215.txt 29 Jan 2005 18:24:59 -0000 1.4 @@ -2,11 +2,12 @@ Title: String Interpolation Version: $Revision$ Author: ping@lfw.org (Ka-Ping Yee) -Status: Draft +Status: Rejected Type: Standards Track Python-Version: 2.1 Created: 24-Jul-2000 Post-History: +Replaced-By: 292 Abstract Index: pep-0278.txt =================================================================== RCS file: /cvsroot/python/python/nondist/peps/pep-0278.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- pep-0278.txt 6 May 2004 04:17:58 -0000 1.9 +++ pep-0278.txt 29 Jan 2005 18:24:59 -0000 1.10 @@ -3,7 +3,7 @@ Version: $Revision$ Last-Modified: $Date$ Author: jack@cwi.nl (Jack Jansen) -Status: Draft +Status: Final Type: Standards Track Created: 14-Jan-2002 Python-Version: 2.3 Index: pep-0292.txt =================================================================== RCS file: /cvsroot/python/python/nondist/peps/pep-0292.txt,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- pep-0292.txt 18 Sep 2004 20:53:35 -0000 1.15 +++ pep-0292.txt 29 Jan 2005 18:24:59 -0000 1.16 @@ -3,7 +3,7 @@ Version: $Revision$ Last-Modified: $Date$ Author: barry@python.org (Barry A. Warsaw) -Status: Draft +Status: Final Type: Standards Track Created: 18-Jun-2002 Python-Version: 2.4 Index: pep-0318.txt =================================================================== RCS file: /cvsroot/python/python/nondist/peps/pep-0318.txt,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- pep-0318.txt 14 Sep 2004 07:34:23 -0000 1.35 +++ pep-0318.txt 29 Jan 2005 18:24:59 -0000 1.36 @@ -3,7 +3,7 @@ Version: $Revision$ Last-Modified: $Date$ Author: Kevin D. Smith, Jim Jewett, Skip Montanaro, Anthony Baxter -Status: Draft +Status: Final Type: Standards Track Content-Type: text/x-rst Created: 05-Jun-2003 Index: pep-0324.txt =================================================================== RCS file: /cvsroot/python/python/nondist/peps/pep-0324.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- pep-0324.txt 27 Nov 2004 07:44:10 -0000 1.7 +++ pep-0324.txt 29 Jan 2005 18:24:59 -0000 1.8 @@ -3,7 +3,7 @@ Version: $Revision$ Last-Modified: $Date$ Author: Peter Astrand <astrand@lysator.liu.se> -Status: Draft +Status: Final Type: Standards Track (library) Created: 19-Nov-2003 Content-Type: text/plain
participants (1)
-
bwarsaw@users.sourceforge.net