Commit Graph

122 Commits

Author SHA1 Message Date
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
unknown 67fa34c8aa Added the following PEPs:
S   256  pep-0256.txt  Docstring Processing System Framework  Goodger
 S   257  pep-0257.txt  Docstring Conventions                  Goodger
 S   258  pep-0258.txt  DPS Generic Implementation Details     Goodger
2001-06-06 05:56:34 +00:00
Barry Warsaw 5acdb29467 Added pep 255, Simple Generators 2001-06-05 17:11:50 +00:00
Barry Warsaw f247ba6c7f Move PEP 218 from py-in-the-sky to active-for-2.2 2001-06-05 16:57:05 +00:00
Barry Warsaw b09f722216 PEP 211 update from Greg Wilson, includes a name change, and a change
to Greg's email address.  Also, I moved the PEP to "Active for 2.2"
and un-deferred it.
2001-06-05 16:51:08 +00:00
Barry Warsaw cab29f1501 Mark PEP 236 as final. 2001-06-05 16:42:59 +00:00
Guido van Rossum d1e2189144 Checking in a stub of PEP 253. 2001-05-14 13:43:23 +00:00
Guido van Rossum c0441481c9 Add van Rossum as co-author to PEP-234 (Iterators). 2001-04-23 18:34:56 +00:00
Guido van Rossum 3fbd95d184 Add the first bits of PEP 252, Making Types Look More Like Classes. 2001-04-19 21:27:25 +00:00
Barry Warsaw 5bcbd85500 PEP 6 is (slightly) renamed to "Bug Fix Releases"
Active PEPs are now those under consideration for Python 2.2

Future PEPs category removed (for now)

PEPs 205, 226, 227, 229, 235, 236 moved to Finished (although not all
are marked Final yet; waiting for confirmation from PEP owners).

PEP 243 moved to Active PEPs

PEP 233 moved to Deferred, but this will probably change to Finished
once Paul updates the text.

Added PEP 250, Using site-packages on All Platforms, Moore

Added PEP 251, Python 2.2 Release Schedule, Warsaw (for now)

PEP 160 marked as Final

Rejected PEPs category expanded to Deferred, Abandoned, and Rejected
2001-04-18 10:27:03 +00:00
Barry Warsaw 6bf4b51da9 Added PEPs 248 & 249, Python Database API Specification (v1.0 and
v2.0)
2001-03-30 16:29:44 +00:00
Barry Warsaw 67147d7a10 PEP 246, Object Adaptation, Clark C. Evans 2001-03-29 03:13:49 +00:00
Barry Warsaw 3d2bc937b1 Oops, forgot to mark the other instance of 232 as final. 2001-03-28 20:27:02 +00:00
Barry Warsaw f2f7f080a0 PEP 232 is Final. 2001-03-28 20:25:39 +00:00
Barry Warsaw e08d3c5593 Oops, it should be "Functions" not "Algorithms" 2001-03-28 19:57:09 +00:00
Barry Warsaw 45f71dae54 PEP 247, API for Cryptographic Hash Algorithms, Andrew Kuchling
(note: 246 is reserved)
2001-03-28 19:55:46 +00:00
Barry Warsaw 27bd8f3518 PEP 245, Python Interfaces, Michel Pelletier 2001-03-21 18:59:54 +00:00
Barry Warsaw 2ef688d48f Adding PEP 244, The `directive' Statement, von Loewis. Place this in
the Future PEP category.
2001-03-21 17:51:54 +00:00
Barry Warsaw 2f0ffefc57 PEP 224 is Rejected by BDFL decree. 2001-03-21 17:50:45 +00:00
Barry Warsaw 414241bf39 PEP 2 is moved to the Empty category and marked Deferred.
Other empty PEPs 210, 220 are also moved to the Deferred category
since they are effectively empty too.

PEPs 215 and 219 moved to the Py-in-the-sky category for lack of a
better idea.
2001-03-21 17:31:54 +00:00
Barry Warsaw 46c12a40a3 PEP 243, Module Repository Upload Mechanism, Sean Reifschneider 2001-03-20 05:48:05 +00:00
Barry Warsaw 411f5e3c2e PEP 242, Numeric Kinds, Paul F. Dubois
Placed in the Future PEPs category (for Python 2.2)
2001-03-20 05:30:10 +00:00
Barry Warsaw 69bfc2a6ed Added PEP 6, Patch and Bug Fix Releases, Aahz
[w/ editorial pass by Barry]
2001-03-15 05:34:19 +00:00
Barry Warsaw 2a69de56be Feeling flush from IPC9, several new PEP numbers are handed out:
PEP 237 Unifying Long Integers and Integers, Zadka
  PEP 238 Non-integer Division, Zadka
  PEP 239 Adding a Rational Type to Python, Zadka
  PEP 240 Adding a Rational Literal to Python, Zadka
  PEP 241 Metadata for Python Software Packages, Kuchling

Moshe in the lead...

The authors will check-in their individual PEPs.
2001-03-13 15:40:47 +00:00