Commit Graph

145 Commits

Author SHA1 Message Date
Barry Warsaw a93e20910d Fixed a bunch of inconsistencies, reported by Neal Norwitz. 2001-11-02 22:48:21 +00:00
Barry Warsaw b1ffaf9026 Andrew says PEP 247 is Final. 2001-10-31 15:52:39 +00:00
Barry Warsaw 043f64167a Mark PEP 264 as Final 2001-10-26 14:37:06 +00:00
Barry Warsaw 094902237e Mark PEP 229 as Final. 2001-10-25 22:03:18 +00:00
Barry Warsaw a9022fa5cc Added PEP 274, Dict Comprehensions, Warsaw 2001-10-25 20:28:19 +00:00
Barry Warsaw fd104f7bb3 Mark PEP 234 as Final. 2001-10-25 20:14:32 +00:00
Barry Warsaw 28ea10a7a4 Oops, PEP 273 is a Standards Track PEP 2001-10-25 16:04:38 +00:00
Barry Warsaw acdc4d4712 Added PEP 273, Import Modules from Zip Archives, James C. Ahlstrom
Also, did some reorganization of the PEP categories:

- Under consideration for Python 2.2 -> ... for Python 2.3

- Py-in-the-sky -> Python 2.3
2001-10-25 16:02:58 +00:00
Greg Stein 65fa39f94a There is no way that #268 is going to be completed in time for Python 2.2.
Move it out to a future release.
2001-10-21 22:55:37 +00:00
Barry Warsaw 2035a2c4cc Mark PEP 238 as Final 2001-10-18 18:00:50 +00:00
Barry Warsaw c09df576b1 PEP 271 is withdrawn. 2001-09-26 05:01:09 +00:00
Barry Warsaw c4a12f5142 Added PEP 272, API for Secret-Key Encryption Algorithms, Kuchling 2001-09-20 16:02:29 +00:00
Barry Warsaw 82be304a45 Added PEP 271, Prefixing sys.path by command line option, Giacometti 2001-09-13 16:47:13 +00:00
Barry Warsaw a634156bd1 Added PEP 270, uniq method for list objects, Jason Petrone 2001-09-07 22:40:06 +00:00
Barry Warsaw 3658c543a3 Added PEP 269, Pgen Module for Python, Jonathan Riehl 2001-09-07 22:36:05 +00:00
Barry Warsaw 98bf541f04 PEP 101, Doing Python Releases, Warsaw & van Rossum 2001-08-22 22:43:42 +00:00
Barry Warsaw 5331ad949f Greg Stein was a bad boy! <268 spank>
Jeremy Hylton's "Optimized Access to Module Namespaces" PEP gets 267.

We'll let Greg slide this time, so his (albeit incomplete other than a
Rationale) PEP gets 268.  It must get filled in soon though or it'll
get moved to the "Empty" category. :(
2001-08-21 00:02:26 +00:00
Greg Stein e67f39a7dd Reserving PEP 267... hopefully checking in tonite 2001-08-20 21:04:09 +00:00
Barry Warsaw cce0e5f5b0 Tim sez: "Future statements in simulated shells" should move from Open
to Accepted.
2001-08-17 22:43:49 +00:00
Barry Warsaw bc75a3f95b After Tim's last cleanup, this baby's Final. 2001-08-15 05:46:40 +00:00
Barry Warsaw 48c98884b7 PEP 266, Optimizing Global Variable/Attribute Access, Skip Montanaro 2001-08-15 00:06:02 +00:00
Barry Warsaw 7a54f094ef PEP 9, Sample PEP Template, Barry Warsaw 2001-08-14 23:59:22 +00:00
Barry Warsaw fcfb160406 PEP 265, Sorting Dictionaries by Value, Grant Griffin 2001-08-14 23:07:50 +00:00
Barry Warsaw 03cbc71719 PEP 250 name change to Using site-packages on Windows. Paul's latest
revision is Final, but I'm not yet sure if everything's checked into
CVS.
2001-08-14 22:24:06 +00:00
Barry Warsaw c1d87738ff Add a Last-Modified: header 2001-08-14 22:03:43 +00:00
Barry Warsaw 5bbf71b8a8 Mark PEP 260 as Final. 2001-08-14 19:16:49 +00:00
Barry Warsaw 18d4c901f6 PEP 202, List comprehensions is now marked complete. Change the owner
to Barry.
2001-08-14 18:43:47 +00:00
Barry Warsaw c50fb7f5b8 New format which eliminates the "filename" field in favor of just the
unadorned PEP number.  This gives more space to the title field and
lets us make the owner field more consistent.
2001-08-14 16:46:57 +00:00
Barry Warsaw f603ea417a Guido says PEP 254 won't be part of Python 2.2. 2001-08-14 15:49:32 +00:00
Barry Warsaw fda3cbbba2 After yesterday's Pythonlabs meeting, the status of PEP 244 is changed
to 'rejected'.
2001-08-14 15:48:22 +00:00
Barry Warsaw 295e210393 barry@digicool.com => barry@zope.com 2001-08-14 15:45:26 +00:00
Guido van Rossum 71818368c7 Add Michael Hudson's "Future statements in simulated shells". 2001-08-08 15:30:13 +00:00
Jeremy Hylton 48de44832b Update email address 2001-08-01 20:11:56 +00:00
Guido van Rossum d90c6d41a7 Reorganized the classifications, splitting Active into Accepted and
Open.  There are now:

 Meta-PEPs (PEPs about PEPs or Process)
 Other Informational PEPs
 Accepted PEPs (accepted for Python 2.2; may not be implemented yet)
 Open PEPs (under consideration for Python 2.2)
 Py-in-the-sky PEPs (not considered for Python 2.2)
 Finished PEPs (done, implemented in CVS)
 Empty PEPs (or containing only an abstract)
 Deferred, Abandoned, and Rejected PEPs

Moved some of the original Active to Finished, some to Py-in-the-sky.
2001-08-01 18:33:59 +00:00
Guido van Rossum ca9c7dbdda Grab co-authorship of 237. 2001-07-29 09:50:01 +00:00
Guido van Rossum e597ec7194 Changed tht title of PEP 238. 2001-07-27 18:08:11 +00:00
Guido van Rossum e6bdaf7110 Grabbing co-authorship of PEP 228 and 238. 2001-07-25 16:49:49 +00:00
Barry Warsaw d05ac8603c Terry Reedy recommends adding a link to the online CVS history for
PEPs.
2001-07-24 21:12:54 +00:00
Barry Warsaw feddfef167 Added PEP 263, Defining Python Source Code Encodings, Lemburg 2001-07-18 16:02:41 +00:00
Andrew M. Kuchling 3aa0892ca3 Add PEP 262, "A Database of Installed Python Packages". This is the same
version that's just been sent to the Distutils SIG.
2001-07-09 14:26:26 +00:00
Guido van Rossum df3e9f6218 If we're going to group them by hundreds, the blank line belongs
*before* PEP 100, not after it.
2001-07-07 18:35:10 +00:00
Barry Warsaw b874a8a521 Added PEP 8, Style Guide for Python Code, Van Rossum, Warsaw
Adapted from Guido's Python Style Guide essay.
2001-07-05 18:48:30 +00:00
Guido van Rossum b43961fd5d Style Guide for C Code 2001-07-05 14:16:35 +00:00
Barry Warsaw ec6436a790 Add PEP 261, Support for "wide" Unicode characters, Prescod 2001-06-27 23:12:54 +00:00
Barry Warsaw b6056eb4dd Added PEP 100, Python Unicode Integration, Lemburg 2001-06-27 17:12:05 +00:00
Guido van Rossum f3c016e25f PEP 260: simplify xrange() 2001-06-26 17:57:11 +00:00
Guido van Rossum 0c7da3beb7 Change 2.2 release schedule author to GvR. 2001-06-22 15:37:01 +00:00
Guido van Rossum b6bd93ff82 Add van Rossum as co-author of PEP 257. 2001-06-18 19:19:51 +00:00
Guido van Rossum 137a35ac05 PEP 259 rejected by user community with record unanimity. 2001-06-13 16:22:05 +00:00
Guido van Rossum 559c1c1ad4 PEP 259: Omit printing newline after newline 2001-06-11 20:07:37 +00:00