Commit Graph

22 Commits

Author SHA1 Message Date
Marti Raudsepp 04a6af2ab1 Fix various typos, spelling and grammar errors
Errors detected using Topy (https://github.com/intgr/topy), all changes
verified by hand.
2016-07-11 18:35:35 +03:00
Serhiy Storchaka 3dad438872 Issue #26916: Fixed words duplications. 2016-05-03 12:03:16 +03:00
Brett Cannon cdf5d3ce68 Fix the headers so that they are in the right order and no required headers are
missing.
2007-06-19 04:20:07 +00:00
Brett Cannon e801b28e42 Make Type field values consistent across all PEPs. 2007-04-15 02:10:27 +00:00
Georg Brandl b99673dd63 Change Author: header to new format (because the comma broke
the pep2pyramid parser with the old format).
2006-04-05 16:55:10 +00:00
Georg Brandl 31427dfed6 it's -> its 2006-03-31 10:38:30 +00:00
David Goodger c5b5d3c83d added Last-Modified headers to all PEPs without 2006-03-23 20:13:19 +00:00
David Goodger 794b1f8f11 converted to UTF-8 & added coding slugs 2006-03-02 19:54:50 +00:00
Fred Drake 5d5490716b Remove an XXX comment to reflect final decisions.
I really need to review this PEP carefully before it can be marked
finished; I suspect there's a bit of creep between reality and the
PEP.
2003-04-21 15:33:10 +00:00
Barry Warsaw fc3f937c6a Fixed the format of both the Author: field and the Post-History:
field. (These formats will now be described in PEP 1).
2001-08-14 21:58:43 +00:00
Fred Drake 910d1b4561 Added text describing the two distinct aspects of any weak reference
implementation, with pros/cons for different options.
2001-02-26 19:04:00 +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
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
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 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 5f1f83ce6e Slight grammar and spelling nits; updated mx.Proxy URL; added
reference to EST's pyweak.
2000-11-28 13:43:00 +00:00
Fred Drake 7626095211 Updated information on Dianne Hackborn's old vref proposal. A copy of
her original proposal has been included as an appendix, since it is hard
to get since DejaNews lost their old archives.
2000-11-17 22:54:45 +00:00
Fred Drake ac5bd5dbce Slight update regarding Dianne Hackborn's vref() proposal from 1995;
there was never an implementation.
2000-11-08 06:47:05 +00:00
Fred Drake 8b7310c518 Added some text describing the motivations for weak references, what is
available in Java, and pointers to previous work in Python.

There is a lot to be done before there can be a sample implementation;
issues related to implementation need to be discussed.
2000-11-08 06:20:40 +00:00
Fred Drake ceba1877b2 Update a few email addresses. 2000-10-30 20:48:44 +00:00
Barry Warsaw 61b2cd22b7 Weak References PEP, assigned to Fred Drake 2000-07-14 03:44:01 +00:00