Commit Graph

167 Commits

Author SHA1 Message Date
Barry Warsaw 595fc30d9c Added PEP 286, Enhanced Argument Tuples, Martin von Loewis 2002-03-11 17:31:02 +00:00
Barry Warsaw 8fe3b47295 PEP 2 is undeferred now that Martijn Faassen has taken over. Added
Martijn's name to the list of PEP authors and removed Eric Raymond's
(since he no longer authors any PEPs).
2002-03-11 17:24:09 +00:00
Guido van Rossum 0c7f6fd4fa PEP 285: Adding a bool type 2002-03-08 15:38:37 +00:00
Barry Warsaw 151020a12b Add a link to Guido's Parade of PEPs. 2002-03-08 05:43:22 +00:00
Barry Warsaw fe423241d7 Don't mention a specific Python version. 2002-03-07 20:02:09 +00:00
Barry Warsaw 29bdfea72d Added PEP 10, Voting Guidelines, Barry Warsaw 2002-03-07 19:21:11 +00:00
Barry Warsaw 34d88481d0 Added PEP 284 to the "Open PEPs" category (although Guido will likely
reorganize this soon ;).
2002-03-06 20:48:22 +00:00
Barry Warsaw 553bdf2dab Added PEP 284, Integer for-loops, Eppstein & Ewing 2002-03-06 13:16:22 +00:00
Jeremy Hylton fceffda5d6 Add Python 2.3 release schedule based on conversation with Barry &
Tim, after mtg w/ Guido.
2002-02-27 23:02:11 +00:00
Barry Warsaw f03e9f775c PEP 282, A Logging System, Trent Mick 2002-02-15 04:08:55 +00:00
Barry Warsaw 93828e16bc Added PEP 281, Loop Counter Iteration with range and xrange, Magnus
Lie Hetland
2002-02-11 16:43:40 +00:00
Barry Warsaw 6a826bf8aa PEPs 211, 212, 213, 218, 219, 225, all of which were marked `D' have
been moved to the Deferred section.

PEP 241 is marked Final and moved to the Finished section.

PEP 222 is marked Deferred and moved to the Deferred section.
2002-02-11 16:11:31 +00:00
Guido van Rossum 55cc2cede8 PEP 280 is my own; Jeremy and Skip already have PEPs describing their
approaches.
2002-02-11 02:13:54 +00:00
Guido van Rossum a910cef566 Add PEP 280, optimizing access to globals. 2002-02-11 01:33:51 +00:00
Barry Warsaw 080582a8fd PEP 279, Enhanced Generators, Raymond D. Hettinger. 2002-02-01 05:59:29 +00:00
Barry Warsaw 3d0a5402a1 Added PEP 278, Universal Newline Support, Jack Jansen 2002-01-23 13:24:26 +00:00
Barry Warsaw 5071ad8ef0 PEP 277, Unicode file name support for Windows NT, Neil Hodgson 2002-01-13 00:13:38 +00:00
Barry Warsaw 704d2785be Added PEP 102 2002-01-10 16:10:32 +00:00
Barry Warsaw 9f55a4dd45 PEP 251 is Final. (Note any future maintenance release of Python 2.2
should have its own PEP.)
2001-12-24 20:59:05 +00:00
Barry Warsaw beeb615552 Added PEP 666, Reject Foolish Indentation, Laura Creighton
And I'm channeling Guido by rejecting this outright. :)

Spellchecked by Barry.
2001-12-11 23:40:09 +00:00
Barry Warsaw 4bd069400b PEP 276, Simple Iterator for ints, Jim Althoff 2001-11-13 20:52:37 +00:00
Barry Warsaw c9616b8e31 Added PEP 275, Switching on Multiple Values, Lemburg 2001-11-12 05:55:58 +00:00
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