Commit Graph

7635 Commits

Author SHA1 Message Date
Barry Warsaw be2162836a PEP 246, Object Adaptation, Clark C. Evans
(with editing for style, spell-checking, etc. by Barry)
2001-03-29 03:12:47 +00:00
Barry Warsaw 67a6f3b10a Michel's latest draft. The original PEP is being split into at least
two separate PEPs.  This one describes only the syntax proposal.
2001-03-28 20:45:35 +00:00
Barry Warsaw 3d2bc937b1 Oops, forgot to mark the other instance of 232 as final. 2001-03-28 20:27:02 +00:00
Barry Warsaw f2f7f080a0 PEP 232 is Final. 2001-03-28 20:25:39 +00:00
Barry Warsaw addf2b8692 Mark this PEP as Final, as it is now in Python 2.1. Any future
elaborations (e.g. as described in the retained "Future Directions"
section), must be proposed in a new PEP.
2001-03-28 20:24:34 +00:00
Barry Warsaw eed471f2b8 Minor style updates. 2001-03-28 20:18:03 +00:00
Barry Warsaw 4bf3609ebc Added Requires: header. 2001-03-28 20:06:10 +00:00
Barry Warsaw e08d3c5593 Oops, it should be "Functions" not "Algorithms" 2001-03-28 19:57:09 +00:00
Barry Warsaw 45f71dae54 PEP 247, API for Cryptographic Hash Algorithms, Andrew Kuchling
(note: 246 is reserved)
2001-03-28 19:55:46 +00:00
Barry Warsaw 1d573c6465 Add a note that titles should be limited to 38 characters. 2001-03-28 19:52:13 +00:00
Andrew M. Kuchling e7493f10be Initial checkin of hashing API draft 2001-03-27 17:42:59 +00:00
Barry Warsaw fdbec24bb0 Sean's revision of 24-Mar-2001 (with minor editing by Barry). 2001-03-27 07:51:33 +00:00
Tim Peters 0c06983c50 Update resolved, unresolved and partially resolved issues to reflect Jeremy's
2.1b2 work.
2001-03-25 05:54:08 +00:00
Marc-André Lemburg 4e71c5cd35 Added section about Guido's rejection comments. 2001-03-23 11:46:44 +00:00
Barry Warsaw 0a7cf61555 minor nits 2001-03-21 23:21:49 +00:00
Barry Warsaw 50c24190f9 PEP 244, The `directive' statement, Martin von Löwis
(minor editorial pass by Barry)
2001-03-21 22:50:26 +00:00
Barry Warsaw ea8b327a2f Terry Reedy points out the inconsistency of PEP 1's status. :) 2001-03-21 21:52:08 +00:00
Barry Warsaw 38cc727787 Michel posted the pep today. 2001-03-21 21:50:48 +00:00
Barry Warsaw 27bd8f3518 PEP 245, Python Interfaces, Michel Pelletier 2001-03-21 18:59:54 +00:00
Barry Warsaw 11272e5033 fixfile(): Discussions-To: can contain an address or a url. Adjust
the text accordingly.
2001-03-21 18:59:03 +00:00
Barry Warsaw 9daec1404d PEP 245, Python Interfaces, Michel Pelletier
(moderately superficial editorial & spell checking pass by Barry).
2001-03-21 18:53:45 +00:00
Moshe Zadka 8e525837c0 Beef up the rationale a bit, as per Konrad Hinsen's request. 2001-03-21 18:40:28 +00:00
Barry Warsaw fdd5b0e759 PEP 224 is Rejected by BDFL decree. 2001-03-21 17:52:20 +00:00
Barry Warsaw 2ef688d48f Adding PEP 244, The `directive' Statement, von Loewis. Place this in
the Future PEP category.
2001-03-21 17:51:54 +00:00
Barry Warsaw 2f0ffefc57 PEP 224 is Rejected by BDFL decree. 2001-03-21 17:50:45 +00:00
Barry Warsaw 7ce496c991 Moshe caught a typo 2001-03-21 17:44:50 +00:00
Barry Warsaw aa609ea0e9 De-tabbify, and minor fixup in preamble header order. 2001-03-21 17:36:34 +00:00
Barry Warsaw d2fa426a96 Mark as Deferred since it seems like this will never get finished. 2001-03-21 17:35:22 +00:00
Barry Warsaw 741090d1c4 minor style conformance changes 2001-03-21 17:34:33 +00:00
Barry Warsaw 414241bf39 PEP 2 is moved to the Empty category and marked Deferred.
Other empty PEPs 210, 220 are also moved to the Deferred category
since they are effectively empty too.

PEPs 215 and 219 moved to the Py-in-the-sky category for lack of a
better idea.
2001-03-21 17:31:54 +00:00
Barry Warsaw 3e471ac10a fixfile(): Do the mailto: hacking on both the Author: and
Discussions-To: headers.  Also, apply SF patch #410223 by Andrew
Kuchling, which does the PEP# href wrapping for Replaces: and
Replaced-By: headers.
2001-03-21 17:26:05 +00:00
Barry Warsaw 33edbc7212 Status: can now also be "Replaced" (thanks AMK). 2001-03-21 17:20:29 +00:00
Barry Warsaw 7ce8ba5d99 Some updates based on feedback from PEP authors. Also, this applies
SF patch #410223 by Andrew Kuchling, describing the new Replaces: and
Replaced-by: headers.
2001-03-21 17:05:27 +00:00
Fred Drake c3157b3336 Be more careful about generating the URL to RFCs. 2001-03-21 14:52:13 +00:00
Moshe Zadka 456c12266f Add hyperlinking of RFC mentions (Idea and link stolen from pydoc.py) 2001-03-21 12:37:22 +00:00
Moshe Zadka bbeac929ef Adding a common objections and responses section 2001-03-21 11:25:51 +00:00
Andrew M. Kuchling 5a1d457245 Reformat examples. Make the 'Description' example clearer.
Add 'Acknowledgements' section
2001-03-20 15:48:10 +00:00
Barry Warsaw 9fff8bede1 push_html() -> push_pep()
push_pep(), main(): Arrange for the .txt source file to also be scp
uploaded to SF when the -i/--install flag is given.
2001-03-20 15:07:21 +00:00
Barry Warsaw af1139129f fixfile(): Include a link to the plain text "PEP source" on each html
page.
2001-03-20 15:00:13 +00:00
Barry Warsaw 46c12a40a3 PEP 243, Module Repository Upload Mechanism, Sean Reifschneider 2001-03-20 05:48:05 +00:00
Barry Warsaw bf957755fc PEP 243, Module Repository Upload Mechanism, Sean Reifschneider
(Editorial and spell check pass by Barry)
2001-03-20 05:47:07 +00:00
Barry Warsaw 411f5e3c2e PEP 242, Numeric Kinds, Paul F. Dubois
Placed in the Future PEPs category (for Python 2.2)
2001-03-20 05:30:10 +00:00
Barry Warsaw b39c27fa81 PEP 242, Numeric Kinds, Paul F. Dubois
(With minor editorial and spelling check pass by Barry)
2001-03-20 05:29:16 +00:00
Andrew M. Kuchling 3b4ca0488a Finish off the Platform header
Add entry to Posting-History
Use "the package" instead of "this package" at one point
2001-03-19 22:29:15 +00:00
Moshe Zadka bf80cb4c37 Changes discussed in the mailing list. 2001-03-19 19:36:46 +00:00
Tim Peters dc244d38be Added IDLE feature requests.
http://sourceforge.net/tracker/?func=detail&aid=404444&group_id=5470&atid=105470
2001-03-17 19:52:32 +00:00
Andrew M. Kuchling f5d13afcc2 More suggestions from Sean R.:
* Rewrite introductory paragraph
   * Make some fields optional and others multiple-user
   * Add header name to examples
2001-03-17 16:30:28 +00:00
Andrew M. Kuchling 1a0c679ea9 Clarify Python license 2001-03-17 16:04:42 +00:00
Andrew M. Kuchling efd42b4999 Fix outdated use of METADATA name (noted by Sean R.)
Expand list of licensing terms using CTAN's list, and explain how to
    derive the 'freely redistributable' status from them (Carey Evans)
2001-03-17 16:01:48 +00:00
Moshe Zadka 33ef1641fc Documenting the fact that I posted these today 2001-03-16 16:02:24 +00:00