Commit Graph

60 Commits

Author SHA1 Message Date
Guido van Rossum 545bc56c40 Move 229 to active PEPs -- after all, Andrew seems close to a solution
already!
2001-01-05 14:59:17 +00:00
Peter Schneider-Kamp cc08f77942 Fixed a typo in my email address.
Updated 'Loop counter iteration' PEP 212.
2000-12-14 15:37:25 +00:00
Barry Warsaw 7bee90d452 PEP 232, Function Attributes, Barry Warsaw
PEP 233, Python Online Help, Paul Prescod
2000-12-13 02:14:11 +00:00
Thomas Wouters a2abf8d660 Update Moshe's email address to the one that won't stop working soon, and also test CVS write access on this new installation. 2000-12-11 23:08:11 +00:00
Guido van Rossum a9af2cc689 __findattr__ is rejected -- the idea is too uncooked and you actually
*can* do most of this with __getattr__.
2000-12-08 15:05:09 +00:00
Neil Schemenauer df24baa509 Update some names in the numerical index to be consistent with the PEPs
themselves.
2000-12-05 03:31:13 +00:00
Neil Schemenauer 970ec1775b Make Neil Schemenauer the owner of 208. 2000-12-05 03:16:33 +00:00
Barry Warsaw 64195d490d PEP 231, __findattr__(), Barry Warsaw 2000-12-02 03:38:48 +00:00
Guido van Rossum d57b28ee36 Add PEP 230, Warning Framework.
Changed Owner: to Author: in a number of PEPs.
2000-11-28 22:23:25 +00:00
Guido van Rossum 087ce4a2df Demoted 216 (docstring format) and 229 (using distutils to build) to
pie-in-the-sky.  Reasons: 216 is NOT the consensus of the doc-sig; 229
is not sufficiently worked out and doesn't seem a priority.  (This can
still make it into 2.1 if the author does the work.)

Added GvR as co-author for 207 (rich comparisons).
2000-11-28 22:13:45 +00:00
Guido van Rossum cde16673c5 Update status; fix Zadka's co-ownership of 207/208. 2000-11-28 14:01:17 +00:00
Barry Warsaw 6efa7422c1 PEP 229, Using Distutils to Build Python, Andrew Kuchling 2000-11-22 19:17:36 +00:00
Fred Drake 4f5b9a4c5b Moved the "Weak References" PEP from empty to incomplete, even though
there is more than an abstract (not enough of the required parts are
in place still).
2000-11-08 06:23:35 +00:00
Moshe Zadka 88054b2c48 Changed ownership to MAL and me. 2000-11-06 18:21:58 +00:00
Guido van Rossum ba3e4b1751 Add 228 (numerical model) to the pie-in-the-sky category -- this can't
be ready for Python 2.1.
2000-11-06 00:44:34 +00:00
Moshe Zadka e2777f7612 Added first revision of numerical model pep. 2000-11-05 16:55:24 +00:00
Guido van Rossum 0e1ff61791 Added an index by category. 2000-11-03 02:56:05 +00:00
Barry Warsaw 13767d290a Mark PEP 200 as Final now that 2.0 is out the door. 2000-11-02 16:43:32 +00:00
Barry Warsaw d0618216cc Update PEP 204 status to Rejected. 2000-11-02 16:38:15 +00:00
Barry Warsaw 9a01a7a801 Added PEP 227, Statically Nested Scopes, Jeremy Hylton 2000-11-02 16:19:06 +00:00
Fred Drake 63570042bf It's "barry" now, not "bwarsaw"... 2000-10-30 21:16:38 +00:00
Fred Drake ceba1877b2 Update a few email addresses. 2000-10-30 20:48:44 +00:00
Barry Warsaw 8a352d1e6c Added PEP 5, Guidelines for Language Evolution, Paul Prescod 2000-10-26 21:22:48 +00:00
Barry Warsaw 119d3520d7 PEP 226, Python 2.1 Release Schedule, Jeremy Hylton 2000-10-16 21:25:34 +00:00
Barry Warsaw 58cdb4d25e Added PEP 4, Deprecation of Standard Modules, Martin von Loewis 2000-10-04 22:40:30 +00:00
Barry Warsaw bfa8e79f58 PEP 3, Guidelines for Handling Bug Reports, assigned Jeremy Hylton. 2000-09-25 16:13:08 +00:00
Barry Warsaw c64412b79c PEP 221 is marked as Final. 2000-09-23 16:09:16 +00:00
Barry Warsaw 46f8e014df PEPs 201, 203, 214, and 223 are marked as Final. 2000-09-23 08:26:40 +00:00
Barry Warsaw 32b732d493 Added PEP 225, Elementwise/Objectwise Operators, Zhu & Lielens 2000-09-19 15:29:58 +00:00
Barry Warsaw a3b3b7ce5b Added PEP 42, Small Feature Requests, owned by jeremy@beopen.com 2000-09-15 18:35:59 +00:00
Barry Warsaw 1f81b5e24d Added PEP 224, Attribute Docstrings, assigned to MAL. 2000-08-23 16:51:21 +00:00
Guido van Rossum b48d675efd Accepted PEP-0203. 2000-08-23 15:58:00 +00:00
Barry Warsaw 3c6d5f4f5b Added the `D'eferred flag, and marked as deferred all standards track
PEPs pushed back past 2.0: 205, 207-213, 215, 217-219, 222.
2000-08-23 05:09:57 +00:00
Barry Warsaw fcada696a2 Get rid of the `Technical' PEP category. PEPs are either Standards
Track or Informational.  PEP 211 and 219 become Standards Track.

PEP 212 is hijacked, and renamed "Loop Counter Iteration".  It is
assigned to Peter Schneider-Kamp.
2000-08-23 05:04:12 +00:00
Barry Warsaw b7ac9d0baf List PEP owners by last name, and give a key to their email address as
used in the PEP.
2000-08-22 05:14:50 +00:00
Barry Warsaw 75e47632ef PEP 202, change tim's email address to tpeters -- we really need a key
for these.

PEP 214 and 221 are accepted, as per recent BDFL pronouncements.

Added PEP 223, Changing the Meaning of \x Escapes, assigned to Tim
Peters.
2000-08-21 13:35:37 +00:00
Barry Warsaw 67465ada98 Added PEP 222, Web Library Enhancements, assigned to akuchlin. 2000-08-18 15:21:45 +00:00
Barry Warsaw 64677a1024 Another typo caught by Terry Reedy. 2000-08-17 03:19:42 +00:00
Barry Warsaw 66bfc7a45f PEP 221, Import As, assigned Thomas Wouters 2000-08-15 14:29:21 +00:00
Barry Warsaw 4c67e234e4 Added Gordo's PEP 219 and 220.
Expanded the keys a bit (see also PEP 1 update).

Modest reformating.
2000-08-14 14:46:56 +00:00
Barry Warsaw cc385c1671 PEP 2 added.
Conform headers to PEP 1.
2000-08-08 02:30:24 +00:00
Barry Warsaw 93d20f2bf1 PEP 201 has been accepted by the BDFL. 2000-08-03 15:42:42 +00:00
Barry Warsaw 83a66442f6 Added PEP 218, Adding a Built-In Set Object Type, assigned to gvwilson. 2000-07-31 20:20:52 +00:00
Barry Warsaw 9b74d16633 Added PEP 217, Display Hook for Interactive Use, assigned moshez 2000-07-31 20:15:48 +00:00
Barry Warsaw 3be8ce8df4 PEP 211 renamed to "Adding New Linear Algebra Operators" at request of
gvwilson.  More accurately describes the narrower focus.
2000-07-31 16:38:12 +00:00
Barry Warsaw 208ff7b554 Added PEP 216, Docstring Format, assigned to Moshe Zadka 2000-07-31 15:06:47 +00:00
Barry Warsaw 821285d897 minor typo 2000-07-28 05:49:32 +00:00
Barry Warsaw 4741ca666b PEP 201 renamed "Lockstep Iteration" 2000-07-28 05:48:56 +00:00
Fred Drake 8e4ce22a5e Minor formatting cleanup; columns should line up with headers. 2000-07-25 02:26:38 +00:00
Fred Drake cadae932e1 Abscond with PEP-0160 for the 1.6 release schedule. 2000-07-25 02:13:43 +00:00