Commit Graph

  • b7f81f2915 Removed doctest as a justification for funcattrs. :) Barry Warsaw 2001-02-20 21:44:54 +0000
  • 6d00c374f2 Moving PEP 232 to the "Future for Py2.2" section, even though part of the PEP will be included in Python 2.1. Barry Warsaw 2001-02-20 20:12:24 +0000
  • b075e5b7ae Moving this PEP back to Draft after some internal discussions raised more problems with method attributes as previously proposed. Barry Warsaw 2001-02-20 20:11:04 +0000
  • 49e6e98d67 Fix the PEP number in the header. Fred Drake 2001-02-19 06:08:07 +0000
  • 91dd642b50 Updated PEP 209 the the draft from the new owner Paul Barrett. Barry Warsaw 2001-02-15 23:04:24 +0000
  • 9501aa7464 Checking in Paul Barrett's latest draft, after spell checking only. Barry Warsaw 2001-02-15 23:01:53 +0000
  • 248b499ee6 Some wishes actually got fulfilled! Guido van Rossum 2001-02-15 13:39:53 +0000
  • 6755550c7e Update release schedule to reflect planned beta and final release. Jeremy Hylton 2001-02-10 00:19:20 +0000
  • 0dd6c4438a Fix typo in the alternate way to spell A<B<C, found by geepokey@yahoo.com (Gumby). Guido van Rossum 2001-02-05 15:56:04 +0000
  • f6828bb85b Initial draft of "Iterators" PEP. Ka-Ping Yee 2001-02-04 04:36:37 +0000
  • 6f6df21bd8 Make weak references somewhat leaner, and (I think) make it possible to implement with reasonable effort in Jython. Fred Drake 2001-01-31 20:48:46 +0000
  • 535154e148 Slot in PEP 234, Iterators, Ka-Ping Yee Barry Warsaw 2001-01-31 16:43:34 +0000
  • f65ea69087 Initial draft of string interpolation PEP. Ka-Ping Yee 2001-01-30 17:09:53 +0000
  • 11b59e238a Get more practical Moshe Zadka 2001-01-23 11:33:04 +0000
  • 1f0aa4313d Some minor updates to reflect the removal of .clear(). Added information (preliminary) about proxy objects. Fred Drake 2001-01-22 22:11:03 +0000
  • bd39cf0ae3 Remove the .clear() method; add a link to the patch on SF. Fred Drake 2001-01-22 20:24:56 +0000
  • 662846454a Final. Guido van Rossum 2001-01-19 22:32:11 +0000
  • 9139e173bf Moved 207, 208, 230 to Final status. Guido van Rossum 2001-01-19 22:31:48 +0000
  • d515852375 Finalized this PEP. Closed all unresolved issues. Guido van Rossum 2001-01-19 22:29:19 +0000
  • 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. Andrew M. Kuchling 2001-01-17 03:45:35 +0000
  • ae9631ffe9 Mark this PEP as deferred, and explain why Andrew M. Kuchling 2001-01-17 03:44:14 +0000
  • 90e96f8a20 Marking PEP 232 as final now that it's checked in. Barry Warsaw 2001-01-15 20:48:36 +0000
  • 0529b5cfe0 Mark this PEP as final, and do a few minor updates. Guido's accepted it and the patch is in the cvs tree. Barry Warsaw 2001-01-15 20:47:14 +0000
  • f28145ed4a Final(?) bit of PEP-0217 beuracracy - marking it as finished in PEP 0 Moshe Zadka 2001-01-11 07:26:22 +0000
  • b48622371a Marking PEP as done. Moshe Zadka 2001-01-11 05:46:24 +0000
  • 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. Moshe Zadka 2001-01-10 14:35:50 +0000
  • 0e2b05d487 Substantially updated; now includes a description of the proposed API and rough outline of how the implementation should work. Fred Drake 2001-01-10 05:36:31 +0000
  • 6442de916d Andrew withdraws 222 from 2.1. Guido van Rossum 2001-01-09 15:53:16 +0000
  • 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. Barry Warsaw 2001-01-06 07:03:11 +0000
  • 1a99d9c3ac Correct authorship on 207 and 208. Guido van Rossum 2001-01-05 16:54:35 +0000
  • 3ab70bc199 Update release date mentioned in intro para. Guido van Rossum 2001-01-05 15:10:42 +0000
  • 545bc56c40 Move 229 to active PEPs -- after all, Andrew seems close to a solution already! Guido van Rossum 2001-01-05 14:59:17 +0000
  • 8f4bbb0945 Updates based on today's PythonLabs meeting. Fred Drake 2001-01-04 22:34:38 +0000
  • 037733d457 Fill out the proposed interface some more. Remove some items that have been taken care of. Andrew M. Kuchling 2000-12-22 20:35:20 +0000
  • 11a0deaf25 Another suggested syntax for inlining attributes, by Aaron Digulla. Barry Warsaw 2000-12-20 16:42:59 +0000
  • 777bc87f27 Various small changes; still not complete... Andrew M. Kuchling 2000-12-18 03:01:23 +0000
  • 34fe472b9e fix a url Barry Warsaw 2000-12-14 17:20:46 +0000
  • 4158b00536 Greg Wilson's latest version Barry Warsaw 2000-12-14 17:11:17 +0000
  • cc08f77942 Fixed a typo in my email address. Peter Schneider-Kamp 2000-12-14 15:37:25 +0000
  • 4be092d93e Clarify rules for names defined in class scope. (Classes hide names was a bad label.) Jeremy Hylton 2000-12-14 14:53:02 +0000
  • 0bb1267cae Indent the examples to make sure the HTML looks right. Guido van Rossum 2000-12-14 14:40:45 +0000
  • d5d6de8908 add brief note on compiler support Jeremy Hylton 2000-12-14 04:53:15 +0000
  • d1917acf5a new draft Jeremy Hylton 2000-12-14 04:50:32 +0000
  • 1fa85eead2 Add another wish: a comprehensive email module. Guido van Rossum 2000-12-13 16:19:08 +0000
  • fa6602def8 Add two new wishes (pdn and cmath). Guido van Rossum 2000-12-13 13:36:49 +0000
  • 7bee90d452 PEP 232, Function Attributes, Barry Warsaw PEP 233, Python Online Help, Paul Prescod Barry Warsaw 2000-12-13 02:14:11 +0000
  • ec301bb37d PEP 233, Python Online Help, Paul Prescod Barry Warsaw 2000-12-13 02:12:45 +0000
  • f32c7da17c PEP 232, Function Attributes, Barry Warsaw Barry Warsaw 2000-12-13 02:11:58 +0000
  • 64f8e76a08 Add a first cut at a proposed new interface (still incomplete) Andrew M. Kuchling 2000-12-12 17:34:39 +0000
  • 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. Guido van Rossum 2000-12-12 02:00:37 +0000
  • 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. Thomas Wouters 2000-12-11 23:08:11 +0000
  • 0b7cc69207 Add responses to Barry's and Fred's concerns. Message matching is now case insensitive. Guido van Rossum 2000-12-11 16:50:11 +0000
  • 600a71428c New version of the PEP. Changes based upon the second (delayed-import) implentation. Address some of Paul's concerns. Guido van Rossum 2000-12-11 16:34:34 +0000
  • ef23f1f0cf Add a missing colon to the first header line, to fix the HTML formatting. Guido van Rossum 2000-12-08 16:02:28 +0000
  • eea626cb8d Rejection notice (with Barry's agreement). Guido van Rossum 2000-12-08 15:36:03 +0000
  • a9af2cc689 __findattr__ is rejected -- the idea is too uncooked and you actually *can* do most of this with __getattr__. Guido van Rossum 2000-12-08 15:05:09 +0000
  • 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! :-) Guido van Rossum 2000-12-07 21:52:14 +0000
  • 5d702e543f First stab at the Warnings PEP. I'm still working on the implementation... Guido van Rossum 2000-12-07 17:38:50 +0000
  • 9056227bb3 Fix authorship for the last time\! Guido van Rossum 2000-12-06 21:22:52 +0000
  • 2d42675b10 This is now ready for discussion. David, please read -- did I forget anything? Guido van Rossum 2000-12-06 17:41:38 +0000
  • 3a679ad2aa - give credit where due - add copyright section Neil Schemenauer 2000-12-05 15:05:14 +0000
  • df24baa509 Update some names in the numerical index to be consistent with the PEPs themselves. Neil Schemenauer 2000-12-05 03:31:13 +0000
  • 4a8a1e44f9 Add some meat to the PEP (mostly from Marc-Andre's web page). Neil Schemenauer 2000-12-05 03:17:08 +0000
  • 970ec1775b Make Neil Schemenauer the owner of 208. Neil Schemenauer 2000-12-05 03:16:33 +0000
  • ce5b583ec5 Checking in some text. Most of this is simply an Appendix repeating what David Ascher said in 1998 (before the starship bites the dust again). Guido van Rossum 2000-12-04 20:32:13 +0000
  • 9599e69426 Back out last second change in the examples. `missing' should be an empty mutable (i.e. list) since empty tuples are shared. Thanks Just! Barry Warsaw 2000-12-02 15:12:35 +0000
  • e9ae8a5694 Talk about PEP 213, which is related and can be (mostly) implemented using the __findattr__() hook. Barry Warsaw 2000-12-02 04:11:32 +0000
  • 64195d490d PEP 231, __findattr__(), Barry Warsaw Barry Warsaw 2000-12-02 03:38:48 +0000
  • 144425723a Refer to SF patch Add apparent resolution of one open issue Andrew M. Kuchling 2000-12-01 23:50:46 +0000
  • 3f44f838ce Added request that building from a source release should not attempt to overwrite the distributed */graminit.* files. Fred Drake 2000-11-29 15:35:24 +0000
  • d57b28ee36 Add PEP 230, Warning Framework. Changed Owner: to Author: in a number of PEPs. Guido van Rossum 2000-11-28 22:23:25 +0000
  • 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.) Guido van Rossum 2000-11-28 22:13:45 +0000
  • cde16673c5 Update status; fix Zadka's co-ownership of 207/208. Guido van Rossum 2000-11-28 14:01:17 +0000
  • 5f1f83ce6e Slight grammar and spelling nits; updated mx.Proxy URL; added reference to EST's pyweak. Guido van Rossum 2000-11-28 13:43:00 +0000
  • 4a75be97f2 Greg Wilson's latest. Barry Warsaw 2000-11-27 05:41:46 +0000
  • 4003d90c2d Greg Wilson's latest, with spell-checking by Barry. Barry Warsaw 2000-11-27 04:10:06 +0000
  • 8daf85c43a Greg's latest revision. Barry Warsaw 2000-11-22 22:01:47 +0000
  • 6efa7422c1 PEP 229, Using Distutils to Build Python, Andrew Kuchling Barry Warsaw 2000-11-22 19:17:36 +0000
  • 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. Fred Drake 2000-11-17 22:54:45 +0000
  • 655cf91b3a Added SF Feature Request 121963: threads and IDLE don't mix. Tim Peters 2000-11-14 20:27:54 +0000
  • 204cf5b783 Addtwo more wishes: kill thread, Python/python name conflict. Guido van Rossum 2000-11-13 20:21:08 +0000
  • e14d1ba7c4 Added another suggestion Andrew M. Kuchling 2000-11-10 17:06:53 +0000
  • f6bdad8a7d Improved example. Added some questions. Moshe Zadka 2000-11-10 17:00:05 +0000
  • ad92bb9ff2 Added some examples. Clarified the fact I'm talking about ST-NG. Moshe Zadka 2000-11-10 13:17:48 +0000
  • 0e0af6190c Adding more questions which sprang up in the doc-sig. Moshe Zadka 2000-11-10 00:06:39 +0000
  • ac5bd5dbce Slight update regarding Dianne Hackborn's vref() proposal from 1995; there was never an implementation. Fred Drake 2000-11-08 06:47:05 +0000
  • 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). Fred Drake 2000-11-08 06:23:35 +0000
  • 8b7310c518 Added some text describing the motivations for weak references, what is available in Java, and pointers to previous work in Python. Fred Drake 2000-11-08 06:20:40 +0000
  • 94b08d33bb Added structured text consensus. Moshe Zadka 2000-11-07 09:11:04 +0000
  • 0b15ededdb Updated the cgi.py entry after it was resolved to remove the self.lines attribute. This doesn't completely address the binary file upload part of the feature request. Barry Warsaw 2000-11-06 18:49:06 +0000
  • 88054b2c48 Changed ownership to MAL and me. Moshe Zadka 2000-11-06 18:21:58 +0000
  • 3bbc69a640 Added `update' target Barry Warsaw 2000-11-06 15:30:47 +0000
  • 6a24720663 Spell-checking, grammar, formatting. Barry Warsaw 2000-11-06 15:29:58 +0000
  • ba3e4b1751 Add 228 (numerical model) to the pie-in-the-sky category -- this can't be ready for Python 2.1. Guido van Rossum 2000-11-06 00:44:34 +0000
  • f33975485c Added some issues because of Py-Dev feedback Moshe Zadka 2000-11-05 20:36:06 +0000
  • e2777f7612 Added first revision of numerical model pep. Moshe Zadka 2000-11-05 16:55:24 +0000
  • a937d38eb4 Added requirements and problems. Moshe Zadka 2000-11-05 16:48:55 +0000
  • 1c49b642d1 Document -q/--quiet in the module docstring. Barry Warsaw 2000-11-03 15:43:28 +0000
  • 52b19628cd Added `install' and `clean' targets. Barry Warsaw 2000-11-03 15:42:20 +0000
  • 0e1ff61791 Added an index by category. Guido van Rossum 2000-11-03 02:56:05 +0000