Commit Graph

10320 Commits

Author SHA1 Message Date
Tim Peters ade0f4cc9a Remove the winreg module from the project. I don't believe any
docs changes are needed (only reference to winreg I could find
was in libwinreg.tex, which is documenting _winreg, and merely
mentions that a higher-level winreg module *may* appear someday;
that's still true).
2000-08-21 02:27:22 +00:00
Thomas Wouters baf9e2da19 Make the PEP conform to reality, and add the suggestion to generalize the
expressions allowed after the 'as' clause. Change some markup, and mark it
as Accepted (which it is, since the change has been checked in.) Barry, this
should probably also change in the PEP Index PEP.
2000-08-20 10:49:45 +00:00
Tim Peters 21fb108e34 Closed the "test_popen2 fails under Windows" bug -- although I'm
only sure about that for Win98SE.
Moved the test_fork1 bug up to the top since it's the only
interesting std test failure remaining.
2000-08-20 05:59:27 +00:00
Tim Peters 96bc2d31d7 Updated all the bug entries. Rehabilitated extended print. Added latest
commonprefix development.  Added info about impending death of winreg.py.
2000-08-20 03:25:22 +00:00
Fred Drake 55a199a5d1 Clarify the what the xrange representation issue was. 2000-08-18 20:26:47 +00:00
Barry Warsaw 67465ada98 Added PEP 222, Web Library Enhancements, assigned to akuchlin. 2000-08-18 15:21:45 +00:00
Tim Peters bbdae4e301 Close test_longexp bug. Changes in status based on what I remember
from way too much email today.
2000-08-18 04:25:33 +00:00
Barry Warsaw a2349aa172 Based on BDFL pronouncement, this PEP will be reconsidered for Python
2.1.  It will not be included in Python 2.0.
2000-08-17 20:59:35 +00:00
Barry Warsaw 11ff4a143f Add a link to the PEPs themselves in footnote 3, suggested by Peter
Schneider-Kamp.
2000-08-17 05:01:20 +00:00
Barry Warsaw a9248810dc Linkify the Author: fields with mailto urls. 2000-08-17 04:27:04 +00:00
Barry Warsaw 64677a1024 Another typo caught by Terry Reedy. 2000-08-17 03:19:42 +00:00
Barry Warsaw ef6afbc490 Added a link to the SF CVSweb pages where the PEP histories can be
retrieved.
2000-08-17 03:11:08 +00:00
Barry Warsaw eac1680c48 Two typo corrections found by Terry Reedy. 2000-08-17 02:53:00 +00:00
Barry Warsaw fc3c3bfeef Tim forgot to include PEP 214 feature under "proposed but not accepted
or declined".
2000-08-16 15:03:52 +00:00
Barry Warsaw 7bbbe401fa PEP 214 completed after channeling and encouragement from Tim Peters.
The referenced SF patch is current with this description.

The proposal section is moved to before the justification.
2000-08-16 14:59:57 +00:00
Tim Peters 5a39c68258 Record new test_longexp bug. Move augmented assignments to "in progress". 2000-08-16 03:17:18 +00:00
Barry Warsaw 44c088252b Updated discussion, including two open issues. I've also changed the
Python-Version to 2.1 since this probably needs more discussion,
unless the BDFL pronounces favorably on it.
2000-08-15 22:45:06 +00:00
Barry Warsaw 99488174df added gettext module under proposed section 2000-08-15 17:09:19 +00:00
Barry Warsaw 66bfc7a45f PEP 221, Import As, assigned Thomas Wouters 2000-08-15 14:29:21 +00:00
Thomas Wouters 1ebe277dc5 Add PEP 221: "Import As", as posted on python-dev. 2000-08-15 13:42:44 +00:00
Peter Schneider-Kamp d5840d43dd remove superfluous special casing for lines beginning with '[*]' 2000-08-15 10:35:17 +00:00
Thomas Wouters 3517d583c5 Add one more proposed item, and change some wording on the 'import as' item. 2000-08-15 08:05:42 +00:00
Thomas Wouters 17de47077f Add a number of proposed but not accepted or declined projects. If you feel
these should not be in this PEP -- decline them! Also note that I put
augmented assignment under proposed, even though Guido and Tim keep saying
it will be in 2.0, because I still don't know whether the proposal itself is
accepted :-)
2000-08-15 07:47:12 +00:00
Tim Peters e7551e0593 Updated status of test_popen2 on Windows. 2000-08-15 07:34:33 +00:00
Tim Peters e238d4b849 Updated as best I could. Help! 2000-08-15 05:58:29 +00:00
Barry Warsaw 9fbbdf8f69 Added a second footnote with more information about the pep2html.py
script.
2000-08-15 05:54:18 +00:00
Barry Warsaw 436c8543f6 Changed the sense of the default behavior. No longer installs the
.html files in SF by default; you must explicitly include the
-i/--install option in order to upload.

Also, added -h/--help and migrated to getopt for switch parsing.
Included a usage() function.

Some cosmetic changes.
2000-08-15 05:53:19 +00:00
Fred Drake c6573e7ee9 Small adjustments. 2000-08-14 20:08:40 +00:00
Thomas Wouters 7c9c4a88f7 Spelling fixes and semantic (both ways) corrections by Aahz Maruch, Bjorn
Pettersen and Eric Jacobs.
2000-08-14 19:58:09 +00:00
Thomas Wouters 31f50af7ad Reflect the fact I just posted this PEP to c.l.py. 2000-08-14 16:08:44 +00:00
Thomas Wouters cba8c6abb3 Fixed some spelling errors and inconsistent quoting, rewrote some unclear
parts and added a Rationale and an Open Issues section. Is this something
like you had in mind when you say 'Rationale', Tim ? :-)
2000-08-14 15:22:52 +00:00
Barry Warsaw 6e4a040a8d Gordo's new PEPs 2000-08-14 14:48:38 +00:00
Barry Warsaw 269dd97ab2 There are now three basic types of PEPs: informational, standards
track, and technical.  The (new) latter type describes internal or
implementation changes that don't have a direct visible effect on the
Python language (e.g. Stackless).
2000-08-14 14:48:20 +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
Peter Schneider-Kamp 5feb78f32b special case lines beginning with "[*]" as non-header
add optical sugar
2000-08-11 22:18:04 +00:00
Moshe Zadka 51000d4ad3 First draft, without feedback from others. 2000-08-11 14:18:44 +00:00
Moshe Zadka 2a6b638168 Some changes in wording, and a different division
as discussed with Greg Ward <gward@mems-exchange.org>.
2000-08-11 03:54:16 +00:00
Barry Warsaw 8943f419a9 PEP 2, Procedure for Adding New Modules, assigned to esr. 2000-08-08 02:31:25 +00:00
Barry Warsaw 6f15dc67f4 Informational PEPs can also have a status of Active. 2000-08-08 02:30:55 +00:00
Barry Warsaw cc385c1671 PEP 2 added.
Conform headers to PEP 1.
2000-08-08 02:30:24 +00:00
Barry Warsaw f4c64c9925 PEP proposals must have a title and an abstract. 2000-08-07 23:00:47 +00:00
Jeremy Hylton 5bd447591e some notes about test cases
couple of more small action items
2000-08-07 17:04:27 +00:00
Thomas Wouters 18701cf307 Complete rewrite of the PEP, discarding the previous long explanation about
augmented assignment. Kept as short as possible, but might still be
considered wordy :-)
2000-08-07 12:40:00 +00:00
Barry Warsaw 93d20f2bf1 PEP 201 has been accepted by the BDFL. 2000-08-03 15:42:42 +00:00
Barry Warsaw 8a03f9cff1 This proposal has been accepted by the BDFL. 2000-08-03 15:41:47 +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 cfe56e6b8f PEP 218, Adding a Built-In Set Object Type, assigned to gvwilson. 2000-07-31 20:20:31 +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 390a7f5838 PEP 217, Display Hook for Interactive Use, assigned moshez 2000-07-31 20:15:14 +00:00
Barry Warsaw 439276bd34 Added a BDFL justification to why there's no optional pad argument. 2000-07-31 16:52:52 +00:00