Commit Graph

8397 Commits

Author SHA1 Message Date
Jeremy Hylton 6755550c7e Update release schedule to reflect planned beta and final release.
Begin list of open issues that must be resolved before beta.
2001-02-10 00:19:20 +00:00
Guido van Rossum 0dd6c4438a Fix typo in the alternate way to spell A<B<C, found by
geepokey@yahoo.com (Gumby).
2001-02-05 15:56:04 +00:00
Ka-Ping Yee f6828bb85b Initial draft of "Iterators" PEP. 2001-02-04 04:36:37 +00:00
Fred Drake 6f6df21bd8 Make weak references somewhat leaner, and (I think) make it possible to
implement with reasonable effort in Jython.
2001-01-31 20:48:46 +00:00
Barry Warsaw 535154e148 Slot in PEP 234, Iterators, Ka-Ping Yee 2001-01-31 16:43:34 +00:00
Ka-Ping Yee f65ea69087 Initial draft of string interpolation PEP. 2001-01-30 17:09:53 +00:00
Moshe Zadka 11b59e238a Get more practical 2001-01-23 11:33:04 +00:00
Fred Drake 1f0aa4313d Some minor updates to reflect the removal of .clear(). Added information
(preliminary) about proxy objects.
2001-01-22 22:11:03 +00:00
Fred Drake bd39cf0ae3 Remove the .clear() method; add a link to the patch on SF. 2001-01-22 20:24:56 +00:00
Guido van Rossum 662846454a Final. 2001-01-19 22:32:11 +00:00
Guido van Rossum 9139e173bf Moved 207, 208, 230 to Final status. 2001-01-19 22:31:48 +00:00
Guido van Rossum d515852375 Finalized this PEP. Closed all unresolved issues. 2001-01-19 22:29:19 +00:00
Andrew M. Kuchling df7922f9d1 Explain what the patch changes
Downplay building a static Python; it would still be nice, but it won't
    get done for alpha1, and maybe not for 2.1 at all.
2001-01-17 03:45:35 +00:00
Andrew M. Kuchling ae9631ffe9 Mark this PEP as deferred, and explain why 2001-01-17 03:44:14 +00:00
Barry Warsaw 90e96f8a20 Marking PEP 232 as final now that it's checked in. 2001-01-15 20:48:36 +00:00
Barry Warsaw 0529b5cfe0 Mark this PEP as final, and do a few minor updates. Guido's accepted
it and the patch is in the cvs tree.
2001-01-15 20:47:14 +00:00
Moshe Zadka f28145ed4a Final(?) bit of PEP-0217 beuracracy - marking it as finished in PEP 0 2001-01-11 07:26:22 +00:00
Moshe Zadka b48622371a Marking PEP as done. 2001-01-11 05:46:24 +00:00
Moshe Zadka 6cdb1330c3 Preparing to have something concrete to show for dev-day
However, if you have remarks before the build day, don't
hesitate to send them my way.
Clarified lots of issues.
2001-01-10 14:35:50 +00:00
Fred Drake 0e2b05d487 Substantially updated; now includes a description of the proposed API and
rough outline of how the implementation should work.

Hopefully will be ready for broad posting sometime tomorrow.
2001-01-10 05:36:31 +00:00
Guido van Rossum 6442de916d Andrew withdraws 222 from 2.1. 2001-01-09 15:53:16 +00:00
Barry Warsaw 2e3839e1ed Rewritten a bit for clarity, add a note about what you can set
func.__dict__ to, added a note in the open issues about support for
built-in function attributes, and included a link to the SF patch
#103123.
2001-01-06 07:03:11 +00:00
Guido van Rossum 1a99d9c3ac Correct authorship on 207 and 208. 2001-01-05 16:54:35 +00:00
Guido van Rossum 3ab70bc199 Update release date mentioned in intro para. 2001-01-05 15:10:42 +00:00
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
Fred Drake 8f4bbb0945 Updates based on today's PythonLabs meeting. 2001-01-04 22:34:38 +00:00
Andrew M. Kuchling 037733d457 Fill out the proposed interface some more.
Remove some items that have been taken care of.
2000-12-22 20:35:20 +00:00
Barry Warsaw 11a0deaf25 Another suggested syntax for inlining attributes, by Aaron Digulla. 2000-12-20 16:42:59 +00:00
Andrew M. Kuchling 777bc87f27 Various small changes; still not complete... 2000-12-18 03:01:23 +00:00
Barry Warsaw 34fe472b9e fix a url 2000-12-14 17:20:46 +00:00
Barry Warsaw 4158b00536 Greg Wilson's latest version 2000-12-14 17:11: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
Jeremy Hylton 4be092d93e Clarify rules for names defined in class scope. (Classes hide names
was a bad label.)

Add note about how to implement flat closures using an extra level of
indirection.
2000-12-14 14:53:02 +00:00
Guido van Rossum 0bb1267cae Indent the examples to make sure the HTML looks right. 2000-12-14 14:40:45 +00:00
Jeremy Hylton d5d6de8908 add brief note on compiler support 2000-12-14 04:53:15 +00:00
Jeremy Hylton d1917acf5a new draft 2000-12-14 04:50:32 +00:00
Guido van Rossum 1fa85eead2 Add another wish: a comprehensive email module. 2000-12-13 16:19:08 +00:00
Guido van Rossum fa6602def8 Add two new wishes (pdn and cmath). 2000-12-13 13:36:49 +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
Barry Warsaw ec301bb37d PEP 233, Python Online Help, Paul Prescod 2000-12-13 02:12:45 +00:00
Barry Warsaw f32c7da17c PEP 232, Function Attributes, Barry Warsaw 2000-12-13 02:11:58 +00:00
Andrew M. Kuchling 64f8e76a08 Add a first cut at a proposed new interface (still incomplete) 2000-12-12 17:34:39 +00:00
Guido van Rossum 633ca5bb61 Some stupid mechanical changes, such as remove trailing whitespace,
double spaces between sentences.  Also fix a few typos, add an XXX
note, and change the URL for the implementation to be the patch
detail page instead of the download page.

I hope Neil doesn't mind.
2000-12-12 02:00:37 +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 0b7cc69207 Add responses to Barry's and Fred's concerns. Message matching is now
case insensitive.
2000-12-11 16:50:11 +00:00
Guido van Rossum 600a71428c New version of the PEP. Changes based upon the second
(delayed-import) implentation.  Address some of Paul's concerns.
2000-12-11 16:34:34 +00:00
Guido van Rossum ef23f1f0cf Add a missing colon to the first header line, to fix the HTML
formatting.
2000-12-08 16:02:28 +00:00
Guido van Rossum eea626cb8d Rejection notice (with Barry's agreement). 2000-12-08 15:36:03 +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
Guido van Rossum aaef244947 Revised version, completing a bunch of things that weren't resolved
before.  The implementation was removed from the PEP, it's now in the
SF patch manager; I'm pretty happy with it! :-)
2000-12-07 21:52:14 +00:00